.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:236,227,224;--color-primary-1:193,163,151;--color-primary-2:131,70,47;--color-primary-3:66,35,24;--color-primary-4:20,11,7;--color-secondary-0:229,231,228;--color-secondary-1:169,174,164;--color-secondary-2:82,93,73;--color-secondary-3:41,47,37;--color-secondary-4:12,14,11;--color-tertiary-0:255,255,255;--color-tertiary-1:212,211,211;--color-tertiary-2:111,108,108;--color-tertiary-3:56,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Georgia";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-0),1);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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c7f3e3b0-3567-4d88-8bc7-2f3fcd9f6fd7/socialpals_landingpage_header_large_US.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.adaptive-delivery-prevent-bg, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyload, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyloading { background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { box-sizing:content-box;height:36.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.96875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#xoBtg87BSxkHfR6FGZhdJyxnZLvhDqV5 { box-sizing:content-box;height:4.375rem;width:36.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.96875rem;left:37.125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:9rem;top:3.34375rem;left:1.375rem;overflow:hidden;display:block; }
#aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.723958015442rem;left:3.1875rem;height:8.699625rem;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; }
#GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:25.299478530884rem;left:2.5rem;height:8.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bZkrOAWMXv8k0PLTkaKeGdqOWImph0Rz { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:9rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.6875rem;left:38.5625rem;display:block; }
#wLDMhK6zb0GpFohVF6ButSQQV2rqyPqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NMeyeyH9dFAaT86wEZMsG7ekT5mZVtEG { background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.65625rem;left:60.1875rem;display:block; }
#VgToZmp94QtHPG2U75F0MGB1vvS5hGzJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { background-color:#00519e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.792535781861rem;left:46.375001907349rem;display:block; }
#tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idAoKZfiuBuqvcGggdLn6J2RIVeGfzvE { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.875rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.09375rem;left:49.09375rem;display:block; }
#qfEk32qtlAn2br49q7IA0PhS4yBbfVCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVcwAgPa1wTmG2FD13K7EReJhhFKwMI9 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:9rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.6875rem;left:38.5625rem;display:none; }
#TBf6fwLTn9dnrU187NQwffAKBPR9piUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tESPFFfmgqSeMn49L1kNtrQ94U62ZelO { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.875rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.09375rem;left:49.09375rem;display:none; }
#ZQVNXTEtLhDJChcS5KWlUTEw5Ppo2aEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 { background-color:#ece3e0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 > .row .container { background-color: transparent; background-image: none; }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 > .row .container > .video-iframe-container { display: none; }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 > .row > .video-iframe-container { display: none; }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 > .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); }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 > .row .container { border-width: 0; border-radius: 0; }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Sn34RGF0N5k4iKvbP5bEwH6dUciMkQat { position:absolute;display:block;z-index:15010;background-color:#e2001a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.25rem;width:34.375rem;top:3.25rem;left:38.8125rem;display:block; }
#v7vyZoyi1895d2q90KedPvObmXWhK3nV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:5.1875rem;left:5rem; }
#XOGyPXBXBpb461ogxJL28ihIhuuz2oQg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:17.1875rem;left:45rem; }
#sJykvGX7ArcVoXggEEld4xT4BUDFMcDz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.75rem;left:41.375rem; }
#IRXch30mhCfsHlZ2cQcucpuVn4VCO0cB { position:absolute;display:block;z-index:15008;background-color:#e2001a;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:0.375rem;width:12.5rem;top:20.968750596046rem;left:47.187501907349rem;display:block; }
#aVTpewW0R3FSQmHgoz1ZOC6p6SSc5I9U { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:4.9496531486511rem;left:45.000001907349rem;height:3.59895625rem;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; }
#n0bHU9F4oiZxCfUU87pyGGW2OTCxHodZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:5.125rem;left:40.6875rem; }
#m2iRiGscy4sSIlxfLCHVdCy0T4g0UnXf { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:9.811631679535rem;left:41.375001907349rem;height:6rem;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; }
#TZm4skpUCMw0TrkvoU3TpfVuqIThDKaH { position:absolute;display:block;z-index:15014;background-color:#00519e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.25rem;width:34.375rem;top:3.125rem;left:1.75rem;display:block; }
#ob3QQptqW36MWAxMpkGBFQW6lDoueTko { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:9.8124995231631rem;left:4.875rem;height:6rem;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; }
#T8oGcrUpTh5bd0bK5TuDFNJGmDdi67gH { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:4.9496527910232rem;left:9.5rem;height:3.59895625rem;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; }
#OwKLQpksooecrlfJQXbeBCH6qzA6CTWI { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#00519e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0277775rem;height:4.2777775rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.017362594604rem;left:60.215276718139rem;display:block; }
#JME15Z4ZLyACgTR5NTcBnEVFIp59Tr6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD > .row .container { background-color: transparent; background-image: none; }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD > .row .container > .video-iframe-container { display: none; }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD > .row > .video-iframe-container { display: none; }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD > .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); }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD > .row .container { border-width: 0; border-radius: 0; }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#aW99k7ms2DcNakNQywqo5py2Nh9tRQLw { color:#83462f;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3749986886978rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZG1apXVqb8t7skMQnwBTBEOFaDQGnJ5 { position:absolute;display:block;z-index:15000;background-color:#00519e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:10.3125rem;left:7.5rem;display:block; }
#UmweKqEH4V0TFdkMD1OwJNmCTeHaRNsn { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.6875rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#puuP0DBUbprnLRpQN82FMa8p55dZ7ga9 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:8.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQgiRra5BNrn1X7v0UzK9NXdWuh6QeLN { position:absolute;display:block;z-index:15004;background-color:#e2001a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:10.3125rem;left:28.0625rem;display:block; }
#PLd2Zu2ylVgViinCg6B8lTMis1a2CrsL { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:22.125rem;left:29.0625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bD8xDmS5HUnSMeokFkTBCL02UM3BJOGC { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.6875rem;left:29.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzblX1T5blR9bCkSAuTVmyoLDZtcRtem { position:absolute;display:block;z-index:15008;background-color:#00519e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:10.3125rem;left:48.5625rem;display:block; }
#JVynuhpK3BeSsqAwlRMWwnGn3gcOmzHL { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:22.125rem;left:49.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAtX5WnvU4g4BAxEKv107yaROZfnahQG { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.6875rem;left:49.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWsWp6f6I33khPVU7cvyfLsnoaG42zXR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.874131679535rem;left:55.280385971069rem; }
#QXyVsHP0WKzT6uZTC3tD0M4ikCbszuEM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.874133586884rem;left:34.750001907349rem; }
#HEPqdJ5tGuU4DAs8MzZmMymTuPLvK7mQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.874131679535rem;left:14.21875rem; }
#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ece3e0;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; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { background-color: transparent; background-image: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container > .video-iframe-container { display: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container { display: none; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .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); }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { border-width: 0; border-radius: 0; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#RNT4ORS5WPKOslZXTAagg7gDm0pBcUrV { box-sizing:content-box;height:28.375rem;width:24.4375rem;position:absolute;display:block;z-index:15000;background-color:#00519e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.125rem;left:50.5625rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#D0DuuEPTHhXZ9o0TJpZKU3fCumJWJpUd { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:28.5625rem;width:31.625rem;top:9.4374990463256rem;left:31.437501907349rem;overflow:hidden;display:block; }
#XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { color:#83462f;display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:5rem;left:0rem;height:8rem;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; }
#Gkcpddg2TbBM5tBQDnqmQHqFs22QNH1E { color:#f4efec;display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.87326335907rem;left:52.717885971069rem;height:14.298625rem;text-align:center;text-align-last:center;display:block; }
#HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { color:rgba(var(--color-primary-3),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:20.55295085907rem;left:23.361112594604rem;height:3.19965rem;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; }
#rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { box-sizing:content-box;height:4.6875rem;width:21.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.618056297302rem;left:18.868055343628rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#R1Dyulw4GPD8vyChxEK1h0xguOoiLykc { box-sizing:content-box;height:4.6875rem;width:18.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.812500953674rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#DB3xXglw02RwOFFXkZTLd1IChyBNkq8C { color:rgba(var(--color-primary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:25.555554389954rem;left:4.75rem;height:3.19965rem;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; }
#a1o4vfs6p2DnxIlQ4hGA75kNSAqarAir { box-sizing:content-box;height:2.375rem;width:2.375rem;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:#e2001a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.968750953674rem;left:1.5rem;display:block; }
#bwOxRd9De8Btbg0BslgdNVVgwTm2tsok { box-sizing:content-box;height:4.6875rem;width:18.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#BmHVibROW2IKGT8Tgm3pXMbbBXGcXn6Q { color:rgba(var(--color-primary-3),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:20.436631202698rem;left:4.75rem;height:3.19965rem;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; }
#Woq9BoNT5MqSqHdispmFseo8GzeI9sAJ { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15010;background-color:#e2001a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:1.5rem;display:block; }
#E88iWKdEaP0RozwKrsNixpDzPZnTVwc1 { background-color:#e2001a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.304688453674rem;left:53.717885971069rem;display:block; }
#cH2BkAu6N6ZO8Zl7g0NPhBu3mbqAiaMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cVzgLOXkbLyICkHXBbySplvNqs8Ju6A1 { color:#83462f;display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:15.395833015442rem;left:0rem;height:2.29948125rem;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; }
#IP4lyhz0bzgu88CNS3DeeZSixWar27uO { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15007;background-color:#e2001a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.840277671814rem;left:20.361112594604rem;display:block; }
#J0aa0tIeFEgQ3vTbPDAAxhhnCCkBmPnP { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15009;background-color:#e2001a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.968750953674rem;left:20.361112594604rem;display:block; }
#tQpCX0QOCJkPeE3FPWwnp9VcpetxhqJ0 { box-sizing:content-box;height:4.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.785592079163rem;left:18.868055343628rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#K0Bf16fXTmzZdgiC4rqhezxTQs4EgaAl { color:rgba(var(--color-primary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:25.55642414093rem;left:23.361112594604rem;height:3.19965rem;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; }
#hoCkNHKyrKTuuwuHwo8EHJowdaiAFAWv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.964409828186rem;left:20.486112594604rem; }
#ANpCocDZuTpdUWHe1qkEOfuWnc5vhTrP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.183159828186rem;left:1.84375rem; }
#n7CeB1sPH6fcnwwKT0QCRxPJ8XKxZJDO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26.312500953674rem;left:1.84375rem; }
#pVSwSqo0zfyJrooQ2hwJmE8v0mhhMSii { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:26.312500953674rem;left:20.704862594604rem; }
#tex7LBDylWufsTB5m8MLKXfN9sQErgfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { background-color: transparent; background-image: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { display: none; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .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); }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { border-width: 0; border-radius: 0; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;position:relative;display:block; }#K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { box-sizing:content-box;height:58.0625rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#f4efec;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#EWNRET8A780oxeJozSQW2VQmkLQL6KIB { color:#00519e;display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.125rem;height:2.92448125rem;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; }
#TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { box-sizing:content-box;height:15.875rem;width:19.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.75rem;left:3.1875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#ss3xFk6mkLxnf8fHlFO5pfqOs0CbxTG1 { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15007;background-color:#e2001a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.615447044372rem;left:11.5625rem;display:block; }
#aEqCMeQzwKDsrHhPF5Nd9EcwpVfBNdUA { color:#ece3e0;display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.745659828186rem;left:11.3125rem;height:2.11198125rem;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;display:block; }
#QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:18.6875rem;left:6.5rem;height:10.499125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:17.8125rem;width:30.0625rem;top:14.781259536743rem;left:44.562501907349rem;overflow:hidden;display:block; }
#IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:2.9375rem;top:7.7682323455813rem;left:61.468748092651rem;overflow:hidden;display:block; }
#Zdi2BFZmfcn3nGJevdZzbgPITeZvT8Iq { box-sizing:content-box;height:15.875rem;width:19.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.998264312744rem;left:25.437501907349rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#FsZOEaV79X4GCCTNmq3cNxmgsRxQySk4 { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15012;background-color:#e2001a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.618050575256rem;left:33.812501907349rem;display:block; }
#L6w9It4idMLrXwa9nmZeqBtBftTcM59e { color:rgba(var(--color-primary-0),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.745660066604rem;left:33.562501907349rem;height:2.11198125rem;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;display:block; }
#TnDr1QyU8TyE9QF6Bh0ZVQ9imuBsWiqT { color:#00519e;display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:6.6744794845581rem;left:3.125rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RiI33SnxBUaxruPsMF3SnD9ImAzfQh1T { color:rgba(var(--color-primary-2),1);display:block;width:11.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:18.684896469116rem;left:29.125001907349rem;height:10.499125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SKQ1EPmd7DqNrHaXCDwAszAOkVpQHDcU { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:16.6875rem;width:29.4375rem;top:35.593751907349rem;left:0rem;overflow:hidden;display:block; }
#mzFa8Uys3tsnfcAIlotbBh10S6lRea3l { color:rgba(var(--color-primary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:38.874131441116rem;left:34.531251907349rem;height:10.499125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M7dJfZP5bo2wVqTbOHc0RfQ8uTA120UP { box-sizing:content-box;height:15.875rem;width:19.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36rem;left:30.5rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#ZmVEmZGs4dEEurcpE1voTxWn90hofn9G { color:rgba(var(--color-primary-2),1);display:block;width:11.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:38.9375rem;left:56.4375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KA6Tvsv2vdXEa5GVSs13PbTBoAKAKEQi { box-sizing:content-box;height:15.875rem;width:19.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.25rem;left:52.75rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#t7EuuEEWIIu09hIc0wurnov7ezN9sPuD { color:rgba(var(--color-primary-0),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.874131441116rem;left:60.874998092651rem;height:2.11198125rem;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;display:block; }
#qMcBbg3KvLfQsgGHUdQ8p9PZXJ6aH380 { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15013;background-color:#e2001a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.868056535721rem;left:39.062501907349rem;display:block; }
#vc4h1BTy81Med86khbKLVTQlo4vpFfpQ { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#e2001a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.868056535721rem;left:61.124998092651rem;display:block; }
#qpWeXGU8SPdn9h4rsJhVq6IOVlkeVpZp { color:rgba(var(--color-primary-0),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.874131441116rem;left:38.812501907349rem;height:2.11198125rem;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;display:block; }
#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ece3e0;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; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { background-color: transparent; background-image: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { display: none; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .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); }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { border-width: 0; border-radius: 0; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { color:rgba(var(--color-primary-2),1);display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.71875rem;left:28.187501907349rem;height:2.92448125rem;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; }
#bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { box-sizing:content-box;height:4.6875rem;width:14.4375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:30.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { color:rgba(var(--color-primary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:7.125rem;left:34.75rem;height:2rem;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; }
#oREfvPJfcHFBxOdqeWay7sCsW3rISsVH { box-sizing:content-box;height:2.375rem;width:2.375rem;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:15022;background-color:#e5e4e2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.8125rem;left:31.875rem;display:block; }
#bpRSpi6fiRvRbk2E503TM6siNCXrzfE0 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:28.4375rem;width:37.5625rem;top:7.5659718513487rem;left:0rem;overflow:hidden;display:block; }
#ZQHeEqlEKmQxyX1aK1Fc8k7TSy85rnTn { box-sizing:content-box;height:4.6875rem;width:14.4375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.0625rem;left:30.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#QGVJBgaTUTlOcBH7wb6PU4TQQaQPVtGZ { color:rgba(var(--color-primary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:12.4375rem;left:34.8125rem;height:2rem;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; }
#PTToaV5caGJoXpsVocTKd7zK552nTIeM { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#ffd700;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:31.875rem;display:block; }
#GTaka9Rd1bge6XoIcB7S9oo45A6acZcG { box-sizing:content-box;height:4.6875rem;width:14.4375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:30.375rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#nWauThwB23BdQwGM3psLcMpukeHQTvrw { color:rgba(var(--color-primary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:17.6875rem;left:34.8125rem;height:2rem;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; }
#EIqNFKG9BavsHOGT8t4cIUoHJJ2ce3WN { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#c0c0c0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:31.875rem;display:block; }
#H0TCeMOE343pxhJDVFvzvXgwS7QFKvGK { color:rgba(var(--color-primary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.71875rem;left:47.930555343628rem;height:5.84895625rem;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; }
#RGDXgfdNTsD88xUJGVGlgtwDwiTT3LJO { color:rgba(var(--color-primary-3),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:9.4982681274412rem;left:50.561635971069rem;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; }
#anEOiPpikOH6XsZoparqcZx0n33BOqN0 { color:rgba(var(--color-primary-3),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:28.249999523163rem;left:36.874132156372rem;height:4rem;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; }
#FWGdtVevzrqmQ91gvUmMt5puJVSN3vJu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10.000005722046rem;left:47.930555343628rem; }
#zrT2NwyqrtxFTrUdplDGe9dSoQ5ZVuLM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.187489509582rem;left:47.930555343628rem; }
#FakNEBriymMVciXHmufMTV84uV42ZtdK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.218739509583rem;left:47.930555343628rem; }
#hBeyzsLJCTh475ClRkbLFBWCxvULhhJ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22.354157447815rem;left:47.930555343628rem; }
#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efec;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; }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP > .row .container { background-color: transparent; background-image: none; }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP > .row .container > .video-iframe-container { display: none; }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP > .row > .video-iframe-container { display: none; }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP > .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); }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP > .row .container { border-width: 0; border-radius: 0; }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#z5Q9s7QZN7f7q2IFDbvPEbFhd0v0amDQ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:15.5rem;left:26.561632156372rem;height:1.79948125rem;font-style:normal;display:block; }
#B7smeZ1OkliFLT6DBTutdh1BpHviuEu0 { 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:#00519e;background-image:none;top:13.875rem;left:24.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zVQ3u1UOwaT4RMGRPUi8Iv0rVIU5FJ6S { color:rgba(var(--color-secondary-3),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:13.5rem;left:26.5625rem;height:2rem;font-style:normal;display:block; }
#P2HpNs5clLIeP42LZ6IlnoRNzVNfe8WW { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:5.1875rem;left:24.531251907349rem;height:7.59725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mk4it42yiv2DypWMbgGGr1RMwdUsmP7m { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15.6875rem;width:15.3125rem;top:4.2265625rem;left:8.1336803436281rem;overflow:hidden;display:block; }
#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ece3e0;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; }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw > .row .container { background-color: transparent; background-image: none; }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw > .row .container > .video-iframe-container { display: none; }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw > .row > .video-iframe-container { display: none; }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw > .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); }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw > .row .container { border-width: 0; border-radius: 0; }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:block; }#Nk1oq3i5NFNEZIBu9J9078nWQ91TTH1w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:34.8125rem;top:16.625rem;left:9.25rem;overflow:hidden;display:block; }
#zwWZ354Igt3oqFXH8hxLR84TV76l9OzD { color:#00519e;display:block;width:36.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:4.3125rem;left:7.3697910308837rem;height:4.53645625rem;font-style:normal;display:block; }
#ytwTAlNeyAvu2CZamRBstEnHrxTe66Xn { color:#00519e;display:block;width:36.81075rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.561632156372rem;left:7.3081588745119rem;height:3.57465rem;font-style:normal;display:block; }
#Llq7xA1KrBrw9OaVOnO0L0hq9sU9NUAx { position:absolute;display:block;z-index:15010;background-color:#ece3e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:46.875rem;width:23.49975rem;top:0.72265625rem;left:44rem;display:block; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-form-header {  }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:bold;color:#00519e;width:18.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.5rem;box-sizing:border-box;height:3.5rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-text {padding-top: 0; padding-bottom: 0;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.5rem;box-sizing:border-box;height:3.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-select {padding-top: 0; padding-bottom: 0;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#e2001a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.1875rem;margin-bottom:0.25rem;margin-left:1.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.0625rem;height:4.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#00519e;vertical-align:top;width:17.25rem;overflow:hidden;font-style:normal;line-height:1.4; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .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; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-container:first-of-type{padding-top:0;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-container:last-of-type{padding-bottom:0;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.3116369247436rem;left:45.249132156372rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.5rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD {display:block;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.3116369247436rem;left:45.249132156372rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #Scx49Jpa9Q6PTsfitXz1aRcPSWASEi4U { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #fsrwWbuwM82Bq7cIgD91tAKloxa3seUi { position:relative;display:block; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #lZvCmfRHvzPs8eXQwULClqBuvzgZGtR1 { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aySMmfca5kz1z15bgtGXp9vTAGBtykT4 { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #LUig6P2TlgAmSL3ZlTbtWXfgTkGdXDGB { position:relative;display:block; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #iOlIwAixeRelRxekmQUUyw3RstnKzT9u { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #ov3TWflMCiOM963KrXLtUbmJRGwunm6H { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #iw7s310OD6artosCGu4fNNn77Ukp9N7L { position:relative;display:block; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aEQOeunuk8zq6S2ZIb9WgNqRlZ3wwcFI { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #csazfbyBKnxJau1yScGso9RtUnRthTQv { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #tKybM9Meff2umeiXCIDlrXiR3Fhcgcox { position:relative;display:block; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #OvpRXyJTSusOQmsXo5dkRNwJVO5UkkUr { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #DBXcTATvpRFHlSpDxaDUilXDSORFlqk7 { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #WLcoHArMa2lXWZIvTo4hlcAH25PMRNTK { position:relative;display:block; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #Eyl0KTimlxd85Rx5CpZXm2kf0NhtZFve { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #cEcS0pVv6goK0oTSb9sZ1M6RIrRBlKAE { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aUxcGeeTVyQVevzJpObJOqCS5FbepKeS { position:relative;display:block; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aJa7AlDdcbxnKxUz0GclsZScsZcGgkr0 { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #OVhXfdaNcv1Ny2AQnPmaah23mqXgFplZ { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #Afh2bbpHS6L2WSHTlKbHd3KmoAGHefXR { position:relative;z-index:2; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #ocqUDgEm3pTmvER9WtNNFXq3QORmzSZp { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #ncE6wDerCuhlHUfu9saep3rHD3mLx57F { position:relative; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD #RTp6P7XVhBepcAtpWMkz0xARTUWtlGeB { position:relative; }
#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00519e;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; }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW > .row .container { background-color: transparent; background-image: none; }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW > .row .container > .video-iframe-container { display: none; }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW > .row > .video-iframe-container { display: none; }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW > .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); }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW > .row .container { border-width: 0; border-radius: 0; }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#SfGNEemBVxWe6kPDe6f6aEZGMV4FxzNw { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:1.1875rem;left:38.875rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MKs4mJQo74x5mr1JBVUgcQoJJIKti0L5 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.1875rem;left:37.4375rem;display:block; }
#FTnJ0eak9QVrVB581xKXs4kuQwr4Eo1l { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.4375rem;left:23.25rem; }
#FTnJ0eak9QVrVB581xKXs4kuQwr4Eo1l > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#IEvxB8TZK4FpwA2EuiUHCAJMrXa9FQTI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.4375rem;left:20.625rem; }
#IEvxB8TZK4FpwA2EuiUHCAJMrXa9FQTI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#iTUp7HP42nkAOLooKiWegzzQZa09GUe1 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.5rem;left:32.375rem; }
#iTUp7HP42nkAOLooKiWegzzQZa09GUe1 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#q3WPiykJhslnwPcU8LpT0pFUI6dCZWaz { position:absolute;display:block;z-index:15004;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.25rem;width:12.5rem;top:1.1875rem;left:23.375rem;overflow:hidden;display:block; }
#IVFvvHGy8pnoZB5KAWD8gdrPxnukA45o { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.375rem;left:26.25rem; }
#IVFvvHGy8pnoZB5KAWD8gdrPxnukA45o > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Ar205TxO6GO1ztx0hyFr7l8RuQ16yNek { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.375rem;left:29.5rem; }
#Ar205TxO6GO1ztx0hyFr7l8RuQ16yNek > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:47.75rem;height:36.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoBtg87BSxkHfR6FGZhdJyxnZLvhDqV5 { width:36.625rem;height:4.375rem;top:2.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { width:9rem;height:5.625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:39rem;height:8.6875rem;top:14.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:38rem;height:8.4375rem;top:25.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZkrOAWMXv8k0PLTkaKeGdqOWImph0Rz { width:9rem;height:2.9375rem;top:3.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLDMhK6zb0GpFohVF6ButSQQV2rqyPqR { display:block; }
 }@media only screen and (max-width: 763px) { #NMeyeyH9dFAaT86wEZMsG7ekT5mZVtEG { width:12.75rem;height:3rem;top:3.625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgToZmp94QtHPG2U75F0MGB1vvS5hGzJ { display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:18.125rem;height:4rem;top:29.75rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #idAoKZfiuBuqvcGggdLn6J2RIVeGfzvE { width:8.875rem;height:2.125rem;top:4.0625rem;left:35.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfEk32qtlAn2br49q7IA0PhS4yBbfVCT { display:block; }
 }@media only screen and (max-width: 763px) { #wVcwAgPa1wTmG2FD13K7EReJhhFKwMI9 { width:9rem;height:2.9375rem;top:3.6875rem;left:24.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBf6fwLTn9dnrU187NQwffAKBPR9piUm { display:block; }
 }@media only screen and (max-width: 763px) { #tESPFFfmgqSeMn49L1kNtrQ94U62ZelO { width:8.875rem;height:2.125rem;top:4.0625rem;left:35.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQVNXTEtLhDJChcS5KWlUTEw5Ppo2aEL { display:block; }
 }@media only screen and (max-width: 763px) { #dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 { display:block; }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sn34RGF0N5k4iKvbP5bEwH6dUciMkQat { top:3.25rem;left:13.375rem;width:34.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7vyZoyi1895d2q90KedPvObmXWhK3nV { top:5.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOGyPXBXBpb461ogxJL28ihIhuuz2oQg { top:17.1875rem;left:31.375rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJykvGX7ArcVoXggEEld4xT4BUDFMcDz { top:13.75rem;left:27.75rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRXch30mhCfsHlZ2cQcucpuVn4VCO0cB { top:20.9375rem;left:33.562501907349rem;width:12.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVTpewW0R3FSQmHgoz1ZOC6p6SSc5I9U { top:4.9375rem;left:26.8125rem;width:20.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0bHU9F4oiZxCfUU87pyGGW2OTCxHodZ { top:5.125rem;left:27.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2iRiGscy4sSIlxfLCHVdCy0T4g0UnXf { top:9.75rem;left:17.9375rem;width:29.8125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZm4skpUCMw0TrkvoU3TpfVuqIThDKaH { top:3.125rem;left:0rem;width:34.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob3QQptqW36MWAxMpkGBFQW6lDoueTko { top:9.75rem;left:0rem;width:30.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8oGcrUpTh5bd0bK5TuDFNJGmDdi67gH { top:4.9375rem;left:0rem;width:21.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwKLQpksooecrlfJQXbeBCH6qzA6CTWI { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JME15Z4ZLyACgTR5NTcBnEVFIp59Tr6L { display:block; }
 }@media only screen and (max-width: 763px) { #Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD { display:block; }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aW99k7ms2DcNakNQywqo5py2Nh9tRQLw { width:47.75rem;height:3.625rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZG1apXVqb8t7skMQnwBTBEOFaDQGnJ5 { width:18.9375rem;height:18.75rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmweKqEH4V0TFdkMD1OwJNmCTeHaRNsn { width:16.875rem;height:2rem;top:19.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puuP0DBUbprnLRpQN82FMa8p55dZ7ga9 { width:16.875rem;height:4.5rem;top:22.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQgiRra5BNrn1X7v0UzK9NXdWuh6QeLN { width:18.9375rem;height:18.75rem;top:10.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLd2Zu2ylVgViinCg6B8lTMis1a2CrsL { width:16.875rem;height:4.5rem;top:22.0625rem;left:15.437501907349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD8xDmS5HUnSMeokFkTBCL02UM3BJOGC { width:16.875rem;height:2rem;top:19.625rem;left:15.437501907349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzblX1T5blR9bCkSAuTVmyoLDZtcRtem { width:18.9375rem;height:18.75rem;top:10.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVynuhpK3BeSsqAwlRMWwnGn3gcOmzHL { width:16.875rem;height:4.5rem;top:22.0625rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAtX5WnvU4g4BAxEKv107yaROZfnahQG { width:16.875rem;height:2rem;top:19.625rem;left:30.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWsWp6f6I33khPVU7cvyfLsnoaG42zXR { top:12.8125rem;left:41.655385971069rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXyVsHP0WKzT6uZTC3tD0M4ikCbszuEM { top:12.8125rem;left:21.125001907349rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEPqdJ5tGuU4DAs8MzZmMymTuPLvK7mQ { top:12.8125rem;left:0.59375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { display:block; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNT4ORS5WPKOslZXTAagg7gDm0pBcUrV { width:24.4375rem;height:28.375rem;top:4.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0DuuEPTHhXZ9o0TJpZKU3fCumJWJpUd { width:31.625rem;height:28.5625rem;top:9.375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { width:47.75rem;height:8rem;top:5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkcpddg2TbBM5tBQDnqmQHqFs22QNH1E { width:20.125rem;height:14.25rem;top:7.8125rem;left:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { width:15.3125rem;height:3.1875rem;top:20.5rem;left:9.7361125946044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { width:21.6875rem;height:4.6875rem;top:19.5625rem;left:5.2430553436279rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Dyulw4GPD8vyChxEK1h0xguOoiLykc { width:18.25rem;height:4.6875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB3xXglw02RwOFFXkZTLd1IChyBNkq8C { width:11.125rem;height:3.1875rem;top:25.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1o4vfs6p2DnxIlQ4hGA75kNSAqarAir { width:2.375rem;height:2.375rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwOxRd9De8Btbg0BslgdNVVgwTm2tsok { width:18.4375rem;height:4.6875rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmHVibROW2IKGT8Tgm3pXMbbBXGcXn6Q { width:12.8125rem;height:3.1875rem;top:20.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woq9BoNT5MqSqHdispmFseo8GzeI9sAJ { width:2.375rem;height:2.375rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E88iWKdEaP0RozwKrsNixpDzPZnTVwc1 { width:18.125rem;height:4rem;top:24.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH2BkAu6N6ZO8Zl7g0NPhBu3mbqAiaMm { display:block; }
 }@media only screen and (max-width: 763px) { #cVzgLOXkbLyICkHXBbySplvNqs8Ju6A1 { width:35.6875rem;height:2.25rem;top:15.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP4lyhz0bzgu88CNS3DeeZSixWar27uO { width:2.375rem;height:2.375rem;top:20.8125rem;left:6.7361125946044rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0aa0tIeFEgQ3vTbPDAAxhhnCCkBmPnP { width:2.375rem;height:2.375rem;top:25.9375rem;left:6.7361125946044rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQpCX0QOCJkPeE3FPWwnp9VcpetxhqJ0 { width:21.3125rem;height:4.6875rem;top:24.75rem;left:5.2430553436279rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Bf16fXTmzZdgiC4rqhezxTQs4EgaAl { width:16.25rem;height:3.1875rem;top:25.5rem;left:9.7361125946044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoCkNHKyrKTuuwuHwo8EHJowdaiAFAWv { top:20.9375rem;left:6.8611125946044rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANpCocDZuTpdUWHe1qkEOfuWnc5vhTrP { top:21.125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7CeB1sPH6fcnwwKT0QCRxPJ8XKxZJDO { top:26.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVSwSqo0zfyJrooQ2hwJmE8v0mhhMSii { top:26.3125rem;left:7.0798625946044rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { width:47.75rem;height:58.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWNRET8A780oxeJozSQW2VQmkLQL6KIB { width:42.625rem;height:;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { width:19.125rem;height:15.875rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss3xFk6mkLxnf8fHlFO5pfqOs0CbxTG1 { width:2.375rem;height:2.375rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEqCMeQzwKDsrHhPF5Nd9EcwpVfBNdUA { width:2.875rem;height:2.0625rem;top:14.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { width:12.5rem;height:;top:18.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:30.0625rem;height:17.8125rem;top:14.75rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { width:2.9375rem;height:3.4375rem;top:7.75rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zdi2BFZmfcn3nGJevdZzbgPITeZvT8Iq { width:19.125rem;height:15.875rem;top:15.9375rem;left:11.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsZOEaV79X4GCCTNmq3cNxmgsRxQySk4 { width:2.375rem;height:2.375rem;top:14.5625rem;left:20.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6w9It4idMLrXwa9nmZeqBtBftTcM59e { width:2.875rem;height:2.0625rem;top:14.6875rem;left:19.937501907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDr1QyU8TyE9QF6Bh0ZVQ9imuBsWiqT { width:47.75rem;height:5.625rem;top:6.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiI33SnxBUaxruPsMF3SnD9ImAzfQh1T { width:11.75rem;height:10.4375rem;top:18.625rem;left:15.500001907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKQ1EPmd7DqNrHaXCDwAszAOkVpQHDcU { width:29.4375rem;height:16.6875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzFa8Uys3tsnfcAIlotbBh10S6lRea3l { width:11.4375rem;height:10.4375rem;top:38.8125rem;left:20.906251907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7dJfZP5bo2wVqTbOHc0RfQ8uTA120UP { width:19.125rem;height:15.875rem;top:36rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmVEmZGs4dEEurcpE1voTxWn90hofn9G { width:11.75rem;height:;top:38.9375rem;left:36rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA6Tvsv2vdXEa5GVSs13PbTBoAKAKEQi { width:19.125rem;height:15.875rem;top:36.25rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7EuuEEWIIu09hIc0wurnov7ezN9sPuD { width:2.875rem;height:2.0625rem;top:34.8125rem;left:44.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMcBbg3KvLfQsgGHUdQ8p9PZXJ6aH380 { width:2.375rem;height:2.375rem;top:34.8125rem;left:25.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc4h1BTy81Med86khbKLVTQlo4vpFfpQ { width:2.375rem;height:2.375rem;top:34.8125rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpWeXGU8SPdn9h4rsJhVq6IOVlkeVpZp { width:2.875rem;height:2.0625rem;top:34.8125rem;left:25.187501907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { display:block; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { width:38rem;height:2.875rem;top:1.6875rem;left:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { width:14.4375rem;height:4.6875rem;top:5.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { width:11.3125rem;height:2rem;top:7.125rem;left:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oREfvPJfcHFBxOdqeWay7sCsW3rISsVH { width:2.375rem;height:2.375rem;top:6.8125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpRSpi6fiRvRbk2E503TM6siNCXrzfE0 { width:37.5625rem;height:28.4375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQHeEqlEKmQxyX1aK1Fc8k7TSy85rnTn { width:14.4375rem;height:4.6875rem;top:11.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGVJBgaTUTlOcBH7wb6PU4TQQaQPVtGZ { width:11.3125rem;height:2rem;top:12.4375rem;left:21.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTToaV5caGJoXpsVocTKd7zK552nTIeM { width:2.375rem;height:2.375rem;top:12.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTaka9Rd1bge6XoIcB7S9oo45A6acZcG { width:14.4375rem;height:4.6875rem;top:16.3125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWauThwB23BdQwGM3psLcMpukeHQTvrw { width:11.3125rem;height:2rem;top:17.6875rem;left:21.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIqNFKG9BavsHOGT8t4cIUoHJJ2ce3WN { width:2.375rem;height:2.375rem;top:17.375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0TCeMOE343pxhJDVFvzvXgwS7QFKvGK { width:22.125rem;height:5.8125rem;top:1.6875rem;left:25.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDXgfdNTsD88xUJGVGlgtwDwiTT3LJO { width:24.25rem;height:;top:9.4375rem;left:23.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anEOiPpikOH6XsZoparqcZx0n33BOqN0 { width:37.1875rem;height:4rem;top:28.1875rem;left:10.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWGdtVevzrqmQ91gvUmMt5puJVSN3vJu { top:10rem;left:34.305555343628rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrT2NwyqrtxFTrUdplDGe9dSoQ5ZVuLM { top:14.125rem;left:34.305555343628rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FakNEBriymMVciXHmufMTV84uV42ZtdK { top:18.1875rem;left:34.305555343628rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBeyzsLJCTh475ClRkbLFBWCxvULhhJ0 { top:22.3125rem;left:34.305555343628rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP { display:block; }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5Q9s7QZN7f7q2IFDbvPEbFhd0v0amDQ { top:15.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7smeZ1OkliFLT6DBTutdh1BpHviuEu0 { top:13.875rem;left:11.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVQ3u1UOwaT4RMGRPUi8Iv0rVIU5FJ6S { top:13.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2HpNs5clLIeP42LZ6IlnoRNzVNfe8WW { top:5.1875rem;left:4.5rem;width:43.25rem;height:7.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk4it42yiv2DypWMbgGGr1RMwdUsmP7m { top:4.1875rem;left:0rem;width:15.3125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw { display:block; }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk1oq3i5NFNEZIBu9J9078nWQ91TTH1w { width:34.8125rem;height:24.8125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwWZ354Igt3oqFXH8hxLR84TV76l9OzD { width:36.6875rem;height:4.5rem;top:4.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytwTAlNeyAvu2CZamRBstEnHrxTe66Xn { width:36.75rem;height:3.5625rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llq7xA1KrBrw9OaVOnO0L0hq9sU9NUAx { width:23.4375rem;height:46.875rem;top:0.6875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-text {padding-top: 0; padding-bottom: 0;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-select {padding-top: 0; padding-bottom: 0;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.1875rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-checkbox-label { width:17.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD  { width:18.5rem;height:auto;top:1.25rem;left:26.75rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD {display:block;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD { width:18.5rem;height:auto;top:1.25rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #Scx49Jpa9Q6PTsfitXz1aRcPSWASEi4U {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #fsrwWbuwM82Bq7cIgD91tAKloxa3seUi { display:block; }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #lZvCmfRHvzPs8eXQwULClqBuvzgZGtR1 {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aySMmfca5kz1z15bgtGXp9vTAGBtykT4 {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #LUig6P2TlgAmSL3ZlTbtWXfgTkGdXDGB {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #iOlIwAixeRelRxekmQUUyw3RstnKzT9u {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #ov3TWflMCiOM963KrXLtUbmJRGwunm6H {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #iw7s310OD6artosCGu4fNNn77Ukp9N7L { display:block; }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aEQOeunuk8zq6S2ZIb9WgNqRlZ3wwcFI {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #csazfbyBKnxJau1yScGso9RtUnRthTQv {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #tKybM9Meff2umeiXCIDlrXiR3Fhcgcox {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #OvpRXyJTSusOQmsXo5dkRNwJVO5UkkUr {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #DBXcTATvpRFHlSpDxaDUilXDSORFlqk7 {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #WLcoHArMa2lXWZIvTo4hlcAH25PMRNTK {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #Eyl0KTimlxd85Rx5CpZXm2kf0NhtZFve {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #cEcS0pVv6goK0oTSb9sZ1M6RIrRBlKAE {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aUxcGeeTVyQVevzJpObJOqCS5FbepKeS {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aJa7AlDdcbxnKxUz0GclsZScsZcGgkr0 {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #OVhXfdaNcv1Ny2AQnPmaah23mqXgFplZ {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #Afh2bbpHS6L2WSHTlKbHd3KmoAGHefXR {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #ocqUDgEm3pTmvER9WtNNFXq3QORmzSZp {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #ncE6wDerCuhlHUfu9saep3rHD3mLx57F {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #RTp6P7XVhBepcAtpWMkz0xARTUWtlGeB {  }
 }@media only screen and (max-width: 763px) { #JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW { display:block; }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfGNEemBVxWe6kPDe6f6aEZGMV4FxzNw { top:1.1875rem;left:25.0625rem;width:22.6875rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKs4mJQo74x5mr1JBVUgcQoJJIKti0L5 { top:1.1875rem;left:23.8125rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTnJ0eak9QVrVB581xKXs4kuQwr4Eo1l { top:8.4375rem;left:9.625rem;width:2.1875rem;height:2.1875rem;display:block; }
#FTnJ0eak9QVrVB581xKXs4kuQwr4Eo1l > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #IEvxB8TZK4FpwA2EuiUHCAJMrXa9FQTI { top:8.4375rem;left:7rem;width:2.1875rem;height:2.1875rem;display:block; }
#IEvxB8TZK4FpwA2EuiUHCAJMrXa9FQTI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #iTUp7HP42nkAOLooKiWegzzQZa09GUe1 { top:8.5rem;left:18.75rem;width:2rem;height:2rem;display:block; }
#iTUp7HP42nkAOLooKiWegzzQZa09GUe1 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #q3WPiykJhslnwPcU8LpT0pFUI6dCZWaz { width:12.5rem;height:6.25rem;top:1.1875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVFvvHGy8pnoZB5KAWD8gdrPxnukA45o { top:8.375rem;left:12.625rem;width:2.1875rem;height:2.1875rem;display:block; }
#IVFvvHGy8pnoZB5KAWD8gdrPxnukA45o > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Ar205TxO6GO1ztx0hyFr7l8RuQ16yNek { top:8.375rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
#Ar205TxO6GO1ztx0hyFr7l8RuQ16yNek > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c7f3e3b0-3567-4d88-8bc7-2f3fcd9f6fd7/socialpals_landingpage_header_large_US.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.adaptive-delivery-prevent-bg, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyload, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyloading { background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:20rem;height:31.625rem;top:1.2499990463257rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoBtg87BSxkHfR6FGZhdJyxnZLvhDqV5 { width:19.0625rem;height:3.5rem;top:5.75rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { width:6.125rem;height:3.8125rem;top:1.25rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:20rem;height:4.19965rem;top:8.96875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:14.8125rem;height:7.5rem;top:16.21875rem;left:2.5937500596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bZkrOAWMXv8k0PLTkaKeGdqOWImph0Rz { width:9rem;height:2.9375rem;top:2.96875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLDMhK6zb0GpFohVF6ButSQQV2rqyPqR { display:block; }
 }@media only screen and (max-width: 763px) { #NMeyeyH9dFAaT86wEZMsG7ekT5mZVtEG { width:9.125rem;height:2.5625rem;top:1.875rem;left:10.08680588007rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgToZmp94QtHPG2U75F0MGB1vvS5hGzJ { display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:18.3125rem;height:3.6875rem;top:26.78125rem;left:0.84375005960463rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #idAoKZfiuBuqvcGggdLn6J2RIVeGfzvE { width:8.875rem;height:2.125rem;top:3.375rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfEk32qtlAn2br49q7IA0PhS4yBbfVCT { display:block; }
 }@media only screen and (max-width: 763px) { #wVcwAgPa1wTmG2FD13K7EReJhhFKwMI9 { width:3.6875rem;height:2.9375rem;top:6.03125rem;left:1.0625rem;z-index:15006;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBf6fwLTn9dnrU187NQwffAKBPR9piUm { display:block; }
 }@media only screen and (max-width: 763px) { #tESPFFfmgqSeMn49L1kNtrQ94U62ZelO { width:4.375rem;height:2.125rem;top:6.4375rem;left:5rem;z-index:15007;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQVNXTEtLhDJChcS5KWlUTEw5Ppo2aEL { display:block; }
 }@media only screen and (max-width: 763px) { #dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 { display:block; }#dWQ3FEkaUrq1q8pl9mWhn7w0IPqUCpO8 > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sn34RGF0N5k4iKvbP5bEwH6dUciMkQat { width:20rem;height:19.3125rem;top:23.5rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7vyZoyi1895d2q90KedPvObmXWhK3nV { display:flex;width:2.5rem;height:2.5rem;top:4.625rem;left:2.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XOGyPXBXBpb461ogxJL28ihIhuuz2oQg { display:flex;width:4.375rem;height:4.375rem;top:43.5rem;left:2.625rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #sJykvGX7ArcVoXggEEld4xT4BUDFMcDz { display:flex;width:4.375rem;height:4.375rem;top:41.5rem;left:0.75rem;z-index:15037;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #IRXch30mhCfsHlZ2cQcucpuVn4VCO0cB { width:10rem;height:0.1875rem;top:48.7421875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVTpewW0R3FSQmHgoz1ZOC6p6SSc5I9U { width:11.125rem;height:4.94791875rem;top:25.3125rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0bHU9F4oiZxCfUU87pyGGW2OTCxHodZ { display:flex;width:2.5rem;height:2.5rem;top:26.5625rem;left:2.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #m2iRiGscy4sSIlxfLCHVdCy0T4g0UnXf { width:17.5rem;height:9rem;top:31.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZm4skpUCMw0TrkvoU3TpfVuqIThDKaH { width:19.75rem;height:21.125rem;top:1.5rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob3QQptqW36MWAxMpkGBFQW6lDoueTko { width:17.5rem;height:10.5rem;top:9.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8oGcrUpTh5bd0bK5TuDFNJGmDdi67gH { width:10.8125rem;height:4.94791875rem;top:3.375rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwKLQpksooecrlfJQXbeBCH6qzA6CTWI { width:13.0277775rem;height:4.2777775rem;top:43.5234375rem;left:6.8750000596044rem;z-index:15038;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JME15Z4ZLyACgTR5NTcBnEVFIp59Tr6L { display:block; }
 }@media only screen and (max-width: 763px) { #Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD { display:block; }#Nv6S8Dpd62iwNedgvN5klfzmu8SyvrTD > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aW99k7ms2DcNakNQywqo5py2Nh9tRQLw { width:18.375rem;height:7.3125rem;top:1.1545143127441rem;left:0.81250005960463rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZG1apXVqb8t7skMQnwBTBEOFaDQGnJ5 { width:18.9375rem;height:18.75rem;top:11.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmweKqEH4V0TFdkMD1OwJNmCTeHaRNsn { width:16.25rem;height:2.03125rem;top:20.310546875rem;left:1.8740234375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puuP0DBUbprnLRpQN82FMa8p55dZ7ga9 { width:16.25rem;height:5.625rem;top:22.93576335907rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQgiRra5BNrn1X7v0UzK9NXdWuh6QeLN { width:18.9375rem;height:18.75rem;top:30.428822517395rem;left:0.53125005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLd2Zu2ylVgViinCg6B8lTMis1a2CrsL { width:19.375rem;height:5.34375rem;top:42.623266220093rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD8xDmS5HUnSMeokFkTBCL02UM3BJOGC { width:17.5rem;height:2.03125rem;top:39.779514312744rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzblX1T5blR9bCkSAuTVmyoLDZtcRtem { width:18.9375rem;height:18.75rem;top:49.687501907349rem;left:0.53125005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVynuhpK3BeSsqAwlRMWwnGn3gcOmzHL { width:16.25rem;height:5.625rem;top:61.185764312744rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAtX5WnvU4g4BAxEKv107yaROZfnahQG { width:20rem;height:2.03125rem;top:58.41233253479rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWsWp6f6I33khPVU7cvyfLsnoaG42zXR { display:flex;width:5.5rem;height:5.5rem;top:51.936643600464rem;left:7.2500000596044rem; }
 }@media only screen and (max-width: 763px) { #QXyVsHP0WKzT6uZTC3tD0M4ikCbszuEM { display:flex;width:5.5rem;height:5.5rem;top:32.811626434326rem;left:7.2500000596044rem; }
 }@media only screen and (max-width: 763px) { #HEPqdJ5tGuU4DAs8MzZmMymTuPLvK7mQ { display:flex;width:5.5rem;height:5.5rem;top:13.303822517395rem;left:7.2500000596044rem; }
 }@media only screen and (max-width: 763px) { #M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk { display:block; }#M8dIhR3LBuHI3RVWLa6aHTiD9fnu6rzk > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNT4ORS5WPKOslZXTAagg7gDm0pBcUrV { width:20rem;height:15.8125rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0DuuEPTHhXZ9o0TJpZKU3fCumJWJpUd { width:10.5625rem;height:9.5625rem;top:54.346353530884rem;left:2.2500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgKsSDqAkTXi5u5Ct8WJk82ehRpnThEU { width:20rem;height:14.3984375rem;top:1.0737848281861rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gkcpddg2TbBM5tBQDnqmQHqFs22QNH1E { width:18.4375rem;height:13rem;top:44.90625rem;left:0.78125005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKl2CRg1IcuTu1XyZVEqM9LlB0Q9CT4g { width:14.375rem;height:3rem;top:27.875rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJoH5IhVkWvbLHVaDWdLyNGCLcN3dxg { width:18.75rem;height:4.6875rem;top:21.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Dyulw4GPD8vyChxEK1h0xguOoiLykc { width:18.75rem;height:4.6875rem;top:32.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB3xXglw02RwOFFXkZTLd1IChyBNkq8C { width:11.5625rem;height:3rem;top:33rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1o4vfs6p2DnxIlQ4hGA75kNSAqarAir { width:2.375rem;height:2.375rem;top:28.186631202698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwOxRd9De8Btbg0BslgdNVVgwTm2tsok { width:18.75rem;height:4.6875rem;top:27.0625rem;left:0.8125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BmHVibROW2IKGT8Tgm3pXMbbBXGcXn6Q { width:13.75rem;height:3rem;top:22.6875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woq9BoNT5MqSqHdispmFseo8GzeI9sAJ { width:2.375rem;height:2.375rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E88iWKdEaP0RozwKrsNixpDzPZnTVwc1 { width:20rem;height:4rem;top:59.848089218139rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH2BkAu6N6ZO8Zl7g0NPhBu3mbqAiaMm { display:block; }
 }@media only screen and (max-width: 763px) { #cVzgLOXkbLyICkHXBbySplvNqs8Ju6A1 { width:20rem;height:4.59895625rem;top:16.374995231628rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IP4lyhz0bzgu88CNS3DeeZSixWar27uO { width:2.375rem;height:2.375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0aa0tIeFEgQ3vTbPDAAxhhnCCkBmPnP { width:2.375rem;height:2.375rem;top:38.531249046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQpCX0QOCJkPeE3FPWwnp9VcpetxhqJ0 { width:20rem;height:4.6875rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Bf16fXTmzZdgiC4rqhezxTQs4EgaAl { width:15.0625rem;height:3rem;top:38.1875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoCkNHKyrKTuuwuHwo8EHJowdaiAFAWv { display:flex;width:2.25rem;height:2.25rem;top:28.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ANpCocDZuTpdUWHe1qkEOfuWnc5vhTrP { display:flex;width:1.6875rem;height:1.6875rem;top:23.312500476837rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #n7CeB1sPH6fcnwwKT0QCRxPJ8XKxZJDO { display:flex;width:1.6875rem;height:1.6875rem;top:33.687499046326rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #pVSwSqo0zfyJrooQ2hwJmE8v0mhhMSii { display:flex;width:1.6875rem;height:1.6875rem;top:38.875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #tex7LBDylWufsTB5m8MLKXfN9sQErgfg { display:block; }#tex7LBDylWufsTB5m8MLKXfN9sQErgfg > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5BPTCyrtvU10P9rkT3QO0HfMrz2p9Lg { width:20rem;height:61.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWNRET8A780oxeJozSQW2VQmkLQL6KIB { width:16.3125rem;height:2.27430625rem;top:12.687500238419rem;left:2.8046875596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TixG0nVPXVqWnMKQdvIQGBhKWcQshC9Q { width:18.125rem;height:9.5625rem;top:17.304682731628rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss3xFk6mkLxnf8fHlFO5pfqOs0CbxTG1 { width:2.375rem;height:2.375rem;top:16.3125rem;left:8.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEqCMeQzwKDsrHhPF5Nd9EcwpVfBNdUA { width:2.875rem;height:2.11198125rem;top:16.443576812744rem;left:8.5625005364419rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpvPtJXWVliqtqxLVBT1ybsNT18lUJ4R { width:12.5rem;height:4.19791875rem;top:19.98611164093rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:20rem;height:11.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPIEfVeBQHyruExGKcTfHyyrg8H8Ffp { width:2.9375rem;height:3.4375rem;top:45.375rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zdi2BFZmfcn3nGJevdZzbgPITeZvT8Iq { width:18.125rem;height:9.5625rem;top:28.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsZOEaV79X4GCCTNmq3cNxmgsRxQySk4 { width:2.375rem;height:2.375rem;top:27.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6w9It4idMLrXwa9nmZeqBtBftTcM59e { width:2.875rem;height:2.1125rem;top:27.875rem;left:8.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDr1QyU8TyE9QF6Bh0ZVQ9imuBsWiqT { width:19.375rem;height:8.90625rem;top:62.878471374513rem;left:0.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RiI33SnxBUaxruPsMF3SnD9ImAzfQh1T { width:13.375rem;height:4.19791875rem;top:31.619802474976rem;left:3.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKQ1EPmd7DqNrHaXCDwAszAOkVpQHDcU { width:20rem;height:11.3368125rem;top:72.635416030881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzFa8Uys3tsnfcAIlotbBh10S6lRea3l { width:14.625rem;height:4.19791875rem;top:43.057291984558rem;left:2.6875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7dJfZP5bo2wVqTbOHc0RfQ8uTA120UP { width:19.125rem;height:9.5625rem;top:40.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmVEmZGs4dEEurcpE1voTxWn90hofn9G { width:13.375rem;height:4.19791875rem;top:54.369788169861rem;left:3.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA6Tvsv2vdXEa5GVSs13PbTBoAKAKEQi { width:19.125rem;height:9.5625rem;top:51.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7EuuEEWIIu09hIc0wurnov7ezN9sPuD { width:2.875rem;height:2.11198125rem;top:50.6875rem;left:8.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMcBbg3KvLfQsgGHUdQ8p9PZXJ6aH380 { width:2.375rem;height:2.375rem;top:39.4921875rem;left:8.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc4h1BTy81Med86khbKLVTQlo4vpFfpQ { width:2.375rem;height:2.375rem;top:50.75rem;left:8.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpWeXGU8SPdn9h4rsJhVq6IOVlkeVpZp { width:2.875rem;height:2.11198125rem;top:39.492182731628rem;left:8.5625005364419rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS { display:block; }#JDUHEFmyhZ6OKFgONTcZZnBqDJi1T7yS > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJAwkHIVAg7R21kH5Ish9Dia5qoLOJDC { width:20rem;height:2.27430625rem;top:1.6432394981384rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bow6e4yaWLU7Q0OKhktfdIiGsFedFBUT { width:16.6875rem;height:4.6875rem;top:5.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbk1MBSZP97VBvuLQ45aV3orKG8kPF8Z { width:11.3125rem;height:1.599825rem;top:7.1675453186038rem;left:6.1250000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oREfvPJfcHFBxOdqeWay7sCsW3rISsVH { width:2.375rem;height:2.375rem;top:6.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpRSpi6fiRvRbk2E503TM6siNCXrzfE0 { width:20rem;height:15.0625rem;top:69.123266220094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQHeEqlEKmQxyX1aK1Fc8k7TSy85rnTn { width:16.6875rem;height:4.6875rem;top:11.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGVJBgaTUTlOcBH7wb6PU4TQQaQPVtGZ { width:11.3125rem;height:1.599825rem;top:12.5rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTToaV5caGJoXpsVocTKd7zK552nTIeM { width:2.375rem;height:2.375rem;top:12.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTaka9Rd1bge6XoIcB7S9oo45A6acZcG { width:16.6875rem;height:4.6875rem;top:16.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWauThwB23BdQwGM3psLcMpukeHQTvrw { width:11.3125rem;height:1.599825rem;top:17.9375rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIqNFKG9BavsHOGT8t4cIUoHJJ2ce3WN { width:2.375rem;height:2.375rem;top:17.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0TCeMOE343pxhJDVFvzvXgwS7QFKvGK { width:20rem;height:4.5486125rem;top:24.561621665954rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGDXgfdNTsD88xUJGVGlgtwDwiTT3LJO { width:12.375rem;height:26.9921875rem;top:30.9375rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anEOiPpikOH6XsZoparqcZx0n33BOqN0 { width:20rem;height:7.59725rem;top:60.420117378235rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWGdtVevzrqmQ91gvUmMt5puJVSN3vJu { display:flex;width:1.8125rem;height:1.8125rem;top:30.875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #zrT2NwyqrtxFTrUdplDGe9dSoQ5ZVuLM { display:flex;width:1.8125rem;height:1.8125rem;top:38.9375rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #FakNEBriymMVciXHmufMTV84uV42ZtdK { display:flex;width:1.8125rem;height:1.8125rem;top:46rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #hBeyzsLJCTh475ClRkbLFBWCxvULhhJ0 { display:flex;width:1.8125rem;height:1.8125rem;top:51.9375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP { display:block; }#nIwlavD2Hlv7kwEtbUxb3u7bJ1agC2OP > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5Q9s7QZN7f7q2IFDbvPEbFhd0v0amDQ { width:14.375rem;height:1.599825rem;top:38.262153625488rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7smeZ1OkliFLT6DBTutdh1BpHviuEu0 { width:1.25rem;height:1.25rem;top:36.762153625488rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVQ3u1UOwaT4RMGRPUi8Iv0rVIU5FJ6S { width:12.5625rem;height:2rem;top:36.387153625488rem;left:2.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2HpNs5clLIeP42LZ6IlnoRNzVNfe8WW { width:17.625rem;height:14.3984375rem;top:21.1484375rem;left:1.1875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk4it42yiv2DypWMbgGGr1RMwdUsmP7m { width:16.4375rem;height:16.875rem;top:2.5234379768372rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw { display:block; }#X2Z0MeiTHLAft17Gw2mR5s4Oqk3RcLtw > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk1oq3i5NFNEZIBu9J9078nWQ91TTH1w { width:20rem;height:14.249125rem;top:12.249142646789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwWZ354Igt3oqFXH8hxLR84TV76l9OzD { width:20rem;height:5.15625rem;top:1.9368495941162rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytwTAlNeyAvu2CZamRBstEnHrxTe66Xn { width:20rem;height:2.4375rem;top:8.3015956878663rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llq7xA1KrBrw9OaVOnO0L0hq9sU9NUAx { width:18.875rem;height:45.625rem;top:22.56184387207rem;left:1.0411977646218rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-text {padding-top: 0; padding-bottom: 0;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-select {padding-top: 0; padding-bottom: 0;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD  { width:17.5rem;height:auto;top:23.686632990837rem;left:0rem; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BLbeeFHgBUMDPum1svfXvqugULi3SHrD {display:block;}#BLbeeFHgBUMDPum1svfXvqugULi3SHrD { width:17.5rem;height:auto;top:23.686632990837rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #Scx49Jpa9Q6PTsfitXz1aRcPSWASEi4U {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #fsrwWbuwM82Bq7cIgD91tAKloxa3seUi { display:block; }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #lZvCmfRHvzPs8eXQwULClqBuvzgZGtR1 {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aySMmfca5kz1z15bgtGXp9vTAGBtykT4 {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #LUig6P2TlgAmSL3ZlTbtWXfgTkGdXDGB {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #iOlIwAixeRelRxekmQUUyw3RstnKzT9u {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #ov3TWflMCiOM963KrXLtUbmJRGwunm6H {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #iw7s310OD6artosCGu4fNNn77Ukp9N7L { display:block; }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aEQOeunuk8zq6S2ZIb9WgNqRlZ3wwcFI {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #csazfbyBKnxJau1yScGso9RtUnRthTQv {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #tKybM9Meff2umeiXCIDlrXiR3Fhcgcox {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #OvpRXyJTSusOQmsXo5dkRNwJVO5UkkUr {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #DBXcTATvpRFHlSpDxaDUilXDSORFlqk7 {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #WLcoHArMa2lXWZIvTo4hlcAH25PMRNTK {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #Eyl0KTimlxd85Rx5CpZXm2kf0NhtZFve {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #cEcS0pVv6goK0oTSb9sZ1M6RIrRBlKAE {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aUxcGeeTVyQVevzJpObJOqCS5FbepKeS {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #aJa7AlDdcbxnKxUz0GclsZScsZcGgkr0 {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #OVhXfdaNcv1Ny2AQnPmaah23mqXgFplZ {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #Afh2bbpHS6L2WSHTlKbHd3KmoAGHefXR {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #ocqUDgEm3pTmvER9WtNNFXq3QORmzSZp {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #ncE6wDerCuhlHUfu9saep3rHD3mLx57F {  }
 }@media only screen and (max-width: 763px) { #BLbeeFHgBUMDPum1svfXvqugULi3SHrD #RTp6P7XVhBepcAtpWMkz0xARTUWtlGeB {  }
 }@media only screen and (max-width: 763px) { #JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW { display:block; }#JvSMJGDaibngIx6FeEbQCJaaSxzv3QqW > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfGNEemBVxWe6kPDe6f6aEZGMV4FxzNw { width:20rem;height:11.8125rem;top:13.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKs4mJQo74x5mr1JBVUgcQoJJIKti0L5 { width:12.5rem;height:0.0625rem;top:12.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTnJ0eak9QVrVB581xKXs4kuQwr4Eo1l { display:flex;width:2.375rem;height:2.375rem;top:8.0625rem;left:5.875rem;font-size:1.625rem; }
#FTnJ0eak9QVrVB581xKXs4kuQwr4Eo1l > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #IEvxB8TZK4FpwA2EuiUHCAJMrXa9FQTI { display:flex;width:2.375rem;height:2.375rem;top:8.0625rem;left:8.8125rem;font-size:1.625rem; }
#IEvxB8TZK4FpwA2EuiUHCAJMrXa9FQTI > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #iTUp7HP42nkAOLooKiWegzzQZa09GUe1 { display:flex;width:2rem;height:2rem;top:8.25rem;left:12.125rem;font-size:1.375rem; }
#iTUp7HP42nkAOLooKiWegzzQZa09GUe1 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #q3WPiykJhslnwPcU8LpT0pFUI6dCZWaz { width:10rem;height:6.124675rem;top:0.68684864044187rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVFvvHGy8pnoZB5KAWD8gdrPxnukA45o { display:flex;width:2.1875rem;height:2.1875rem;top:8.125rem;left:2.75rem;font-size:1.625rem; }
#IVFvvHGy8pnoZB5KAWD8gdrPxnukA45o > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Ar205TxO6GO1ztx0hyFr7l8RuQ16yNek { display:flex;width:2.1875rem;height:2.1875rem;top:8.125rem;left:15.625rem;font-size:1.625rem; }
#Ar205TxO6GO1ztx0hyFr7l8RuQ16yNek > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }