.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/890f80c7-e36a-4b61-9ee0-dcef91d2071c/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.adaptive-delivery-prevent-bg, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyload, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyloading { background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { background-color: transparent; background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { border-width: 0; border-radius: 0; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#OvC9G2XmvCxeZuKimgDkE7H60BBkw3RU { color:#fffdfd;display:block;width:28.8125rem;position:absolute;font-family:"graphik upsa2";font-size:6.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.5625rem;left:22.625rem;height:8.53125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CsXhAC6xmR1e9AJhovaUuTPIGgw0FP1X { color:#fffdfd;display:block;width:56.125rem;position:absolute;font-family:"bodoni st book";font-size:10rem;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:16.999349713326rem;left:8.96875rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6StP2G1KOao9Sw5h7AZe8x5q2rl9CUh { position:absolute;display:block;z-index:15028;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:4rem;width:10.125rem;top:3.6041667461395rem;left:2.8854179382324rem;overflow:hidden;display:block; }
#wdTI74AVW0Q6reQM6vIBwun5WPoAbHRa { position:absolute;display:block;z-index:15028;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:4rem;width:10.125rem;top:34.957683563233rem;left:2.2604179382324rem;overflow:hidden;display:none; }
#W03htuWw5TX1BH59Qudmxe0U5xxoUd2u { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:12.0625rem;display:none; }
#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;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; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { background-color: transparent; background-image: none; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container > .video-iframe-container { display: none; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row > .video-iframe-container { display: none; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .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); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { border-width: 0; border-radius: 0; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#KTO3Ch04dRPF7cdaP6WZGTd4JANs1O7H { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:block; }
#Wt2EyMbuyqequ7U6ktomywtBWqEukiwW { color:#fffdfd;display:block;width:34.25rem;position:absolute;font-family:"graphik upsa";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:7.3111875rem;text-align:justify;text-align-last:initial;display:block; }
#Fv5exT34s0uX9yCNTTyoHJInCC6VtQSQ { box-sizing:content-box;height:0.3125rem;width:52.4375rem;position:absolute;display:block;z-index:15013;background-color:#f1b434;background-image:none;top:8.5625rem;left:0rem;display:block; }
#Q2gHWzkhvWQzTIQ34E8XeGhHqvEeI4zM { position:absolute;display:block;z-index:15027;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:3rem;width:3.625rem;top:3.76171875rem;left:52.4375rem;overflow:hidden;display:block; }
#FecTB2W65g2TroNuvrVoK9PtBrpyqaBm { color:#fffdfd;display:block;width:36.3125rem;position:absolute;font-family:"graphik upsa";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:11.6875rem;left:38.6875rem;height:4.38671875rem;text-align:justify;text-align-last:initial;display:block; }
#qL05t2rDlw9MnQAayb528C2KVxPpTJqM { color:#fffdfd;display:block;width:34.75rem;position:absolute;font-family:"graphik upsa";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:22.375000953674rem;left:0rem;height:7.3111875rem;text-align:justify;text-align-last:initial;display:block; }
#CgbotC9XSxo34Wqi8m0LiJD2r9t5ZL1d { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:none; }
#ustak5on0QBhLAdTXImb9Rl9LyfTCsOv { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:10.5625rem;left:0rem;display:none; }
#J30TG5iqdpZd3TrfaGX4Z5IWnZS8vZTJ { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:38.3125rem;left:0rem;display:none; }
#V9xEaTI2haPTDxZBuOiKeTIpLwQMtbAu { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:23.4375rem;left:0rem;display:none; }
#y7CvTpGnbbRLm8cw37wkJvHtBQkxQx4A { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:23.4375rem;left:10.5625rem;display:none; }
#ChM4bTAUG614cTLwKkdVxZB7RBUo4ov2 { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:31.3125rem;left:0rem;display:none; }
#kUaPFVeBIObAPy712TtQiNUasTCgiT2k { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:31.3125rem;left:10.5625rem;display:none; }
#vlicOTD28Ukw69k9KMzgU1TtaTZuwOK5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CQ5Q094MLrX65cQfwH1uAoX5uN7Ct0EI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CnEoQUu5HDWhZOycmb5NsF1SDdydHM3u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#S2RF6441UitvLEU4JInqyZ00bk6Guxqw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mfCs8w95BklWn8gBVgGS29bW8wNObJzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1b434;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; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { background-color: transparent; background-image: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container > .video-iframe-container { display: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container { display: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .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); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { border-width: 0; border-radius: 0; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#zy2FEJaPdXxAl0oaZf1gp37upb1eTEFH { color:#fffdfd;display:block;width:15.3125rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.625rem;left:7.9375rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#ImRWrZS3SphedfRkB18ETGOIW9uSKwxu { color:#fffdfd;display:block;width:15.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.1875rem;left:7.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#bWlHQJed9x5pXmvFNeUIi58pSX21J1LB { color:#fffdfd;display:block;width:15.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.1875rem;left:29.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#L6ifmKnLp48ae7nkMUKe3piyWUbpiPzI { color:#fffdfd;display:block;width:15.3125rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.625rem;left:29.6875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#Iwz1zkLOoJCTFu1VZayq4BSJkoJE8Vn4 { color:#fffdfd;display:block;width:15.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:8.1875rem;left:51.625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#sOPrFHkydgCz1Qix24vbD7zosCKepT5f { color:#fffdfd;display:block;width:15.3125rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.625rem;left:51.75rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x { position:relative;display:block; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x { background-color: transparent; background-image: none; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row .container > .video-iframe-container { display: none; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row > .video-iframe-container { display: none; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .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); }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x { border-width: 0; border-radius: 0; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#McoEc9UbHv9nT0OVXOshobgKaDBgWCSH { color:#202a44;display:block;width:67.375rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:3.8997375rem;display:block; }
#JsNo2WpMMwuGwzIuk8NS4y0nv5P7BaH2 { box-sizing:content-box;height:0.3125rem;width:64.6875rem;position:absolute;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:8.375rem;left:0rem;display:block; }
#LdZtOyJeLh3Zs2JN9PUXrCA925PT1Hf0 { color:#202a44;display:block;width:31.0625rem;position:absolute;font-family:"graphik upsa";font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.8125rem;left:8.3125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#angteocW8xqUIXENBXsvUiPBduWuAVco { color:#202a44;display:block;width:16.75rem;position:absolute;font-family:"graphik upsa";font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.8125rem;left:44.0625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#SbRrQhDEkoo72ToNTlAg44IhxxAI4UZw { color:#202a44;display:block;width:74.9375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10.697917938233rem;left:0rem;height:6.9043rem;text-align:justify;text-align-last:initial;display:block; }
#Q9MQ1ObsL4FOFVHiPDZwHI8cVkU906Rx { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5.0625rem;top:21.125rem;left:21.3125rem;overflow:hidden;display:block; }
#IO2lz4rZuzNxInCiSJmnyQxJogaZCL3H { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5.0625rem;top:21.125rem;left:49.9375rem;overflow:hidden;display:block; }
#KAJPcvQrnxkni9TSiCnKVbTiHFQVEG68 { color:#202a44;display:block;width:31.0625rem;position:absolute;font-family:"graphik upsa";font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.8125rem;left:8.3125rem;height:5.6875rem;text-align:center;text-align-last:center;display:none; }
#gQKFqzVZ5546f2ra2UEpKCpJ8J2SO5cg { color:#202a44;display:block;width:74.9375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:11.072917938233rem;left:0rem;height:6.9043rem;display:none; }
#DHVhgW2QtOFlobgzagi4V859XJuO1FZI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d8bd804-1212-4ec3-a804-4d4fd24b184a/FOT08777Editada.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI.adaptive-delivery-prevent-bg, #DHVhgW2QtOFlobgzagi4V859XJuO1FZI.lazyload, #DHVhgW2QtOFlobgzagi4V859XJuO1FZI.lazyloading { background-image: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { background-color: transparent; background-image: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container > .video-iframe-container { display: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row > .video-iframe-container { display: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .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); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { border-width: 0; border-radius: 0; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V { position:relative;display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V { background-color: transparent; background-image: none; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container > .video-iframe-container { display: none; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row > .video-iframe-container { display: none; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .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); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V { border-width: 0; border-radius: 0; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kl7SkaG6y5yfUlTUfC6xDDsgd79hSTTH { color:#202a44;display:block;width:74.9375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0rem;height:4.142575rem;text-align:justify;text-align-last:initial;display:block; }
#VJ9wroykMsWnlqVUTiwzxC62qMTHdLts { box-sizing:content-box;height:0.3125rem;width:59.375rem;position:absolute;display:block;z-index:15013;background-color:#f1b434;background-image:none;top:7.4375rem;left:0rem;display:block; }
#wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { color:#202a44;display:block;width:57.5625rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.8997375rem;display:block; }
#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { position:relative;display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { background-color: transparent; background-image: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container > .video-iframe-container { display: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row > .video-iframe-container { display: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .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); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { border-width: 0; border-radius: 0; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.7871125rem;display:block; }
#QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.4375rem;height:1.3808625rem;display:block; }
#v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:6.1875rem;left:1.875rem;display:block; }
#UHXhb8hXx9FaUEX77aCnhVUUwBQ3gFsA { color:#202a44;display:block;width:11.375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.0625rem;left:3.4375rem;height:1.3808625rem;display:block; }
#Say376OHt6HWiADUhQxQK888WThD0w4z { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:8.3125rem;left:1.875rem;display:block; }
#WPmfbaoPqiv4MlhBLm1mm2WhBlgi07VR { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.5625rem;left:3.4375rem;height:1.3808625rem;display:block; }
#OkAaTyU4gIk6XgwqP1lU76zelzzA4VrS { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f1b434;background-image:none;top:10.5625rem;left:1.875rem;display:block; }
#au2ucOMEBK6C6LCSABWtmclOLRIbgOIp { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.3125rem;left:3.4375rem;height:1.3808625rem;display:block; }
#TceNqu40yLhaGdDrw0wEFZH7ANBZNrT1 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#f1b434;background-image:none;top:12.8125rem;left:1.875rem;display:block; }
#ePEeEcHmwPvfcO4CPcM8ouEsJoGwz614 { position:absolute;display:block;z-index:15025;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:11.75rem;width:12.0625rem;top:2.6875rem;left:23.3125rem;overflow:hidden;display:block; }
#AfOn8L49Xit0z7aNdZu5yGab4e9o2gpn { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12.125rem;left:41.5rem;height:1.3808625rem;display:block; }
#RDpd7NJVxSlrKSRkVv9fB8zHgMz0OGed { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10rem;left:41.5rem;height:1.3808625rem;display:block; }
#xD08O8LXrPcOQLduZSzQtrVl4URP4vIe { color:#202a44;display:block;width:13.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.9375rem;left:41.5rem;height:1.3808625rem;display:block; }
#ClIkGT4reiFkUseWmxRm9FGkST1GZT9T { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.75rem;left:41.5rem;height:1.3808625rem;display:block; }
#WTl76CBLEmAH8nSDirKpOHBKeeErS3nu { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5rem;left:38.0625rem;height:1.7871125rem;display:block; }
#J65D8Oxf0fNdW3DpdO57XkxR1x8rM5Ke { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:6rem;left:39.9375rem;display:block; }
#g5906VeKmBgriqn3E4GRUroCTa2Zusid { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:8.125rem;left:39.9375rem;display:block; }
#x7h1vCFIFO7ECkQWJOQXnrnSd0iEK0zO { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:10.1875rem;left:39.9375rem;display:block; }
#TPWpqa1NflnJ1rqeluGRavRSf5goGluU { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f1b434;background-image:none;top:12.3125rem;left:39.9375rem;display:block; }
#Ic9WTJhEXOQU8rA6ZUCe5bo6oDlUtuh1 { position:absolute;display:block;z-index:15026;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:11.8125rem;width:12.125rem;top:2.6875rem;left:60.6875rem;overflow:hidden;display:block; }
#hsyUo8TfgDLKVLCIm49fPKangbMIRVHH { position:absolute;display:block;z-index:15029;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:7.125rem;width:8.625rem;top:0rem;left:20.75rem;overflow:hidden;display:block; }
#F1WOBM0tAlCm71BHR62Gv0N5uqmCf0MN { color:#202a44;display:block;width:30.6875rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.875rem;left:3.4375rem;height:1.3808625rem;display:block; }
#qeecbsZluSrqDA8voaNwg2CAQ4qPZ0GO { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:15023;background-color:#f1b434;background-image:none;top:15.125rem;left:1.875rem;display:block; }
#svZhAuC23FAoblbt1dGx6aK8T8XRKV6f { color:#202a44;display:block;width:30.125rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.25rem;left:3.4375rem;height:1.3808625rem;display:block; }
#zrQ3PRE4EvoN2hSelmHIgIFHZwnRRgBF { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:17.5rem;left:1.875rem;display:block; }
#XLCdzSfa8oqFNBMVKmNWoBWghhNLnfPn { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:19.8125rem;left:1.875rem;display:block; }
#QKxEMF72KrHkTmT5Nvh8fHc0oBvKFRyL { color:#202a44;display:block;width:29.6875rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.5625rem;left:3.4375rem;height:1.3808625rem;display:block; }
#wI9dBxpSKnZvCGBT9EaRuXtupdoAvn6E { color:#202a44;display:block;width:29.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.875rem;left:3.4375rem;height:1.3808625rem;display:block; }
#iGc6LxWABPNpAEU3yd9dJkylGmaWxAXs { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:22.125rem;left:1.875rem;display:block; }
#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 { position:relative;display:none; }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 { border-width: 0; border-radius: 0; }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PC7p6UTGShg95VXtt4kPz7x80JTqU49N { position:relative;display:none; }#PC7p6UTGShg95VXtt4kPz7x80JTqU49N { border-width: 0; border-radius: 0; }#PC7p6UTGShg95VXtt4kPz7x80JTqU49N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PC7p6UTGShg95VXtt4kPz7x80JTqU49N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Bq2WaoTpTFfKDDOrva4sphLBZvQhCdt4 { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.7871125rem;display:block; }
#T1gmbBb9v4FV119vzVOO3PbNr6MR26xe { color:#202a44;display:block;width:19rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.5625rem;height:2.76171875rem;display:block; }
#cX4QhnrK4JAVDMlG71U6UGhRvBgnHrpt { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:6rem;left:2rem;display:block; }
#iVM5tPPwBEJZfkRvRqn1pJOpaFoWAD0c { color:#202a44;display:block;width:11.3125rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.25rem;left:3.5625rem;height:2.76171875rem;display:block; }
#J4GT5SBwv4AhFrte28a1EhF8g0136Ta9 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:9.5rem;left:2rem;display:block; }
#THyDyNsN2ENkinO3GFpbDSpdRS6dxm7M { color:#202a44;display:block;width:17.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.1875rem;left:41.5rem;height:1.3808625rem;display:block; }
#CBfTsqlFfEkE9ldMeWeGSqUplSpC5ikI { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6rem;left:41.5rem;height:1.3808625rem;display:block; }
#Vm0q4DE3yRKMhmILs7XDrHZRHPzDTAWv { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:6.25rem;left:39.9375rem;display:block; }
#y3RLch4XqoQ7vRz2kwCkgWTLutWt0J6I { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:8.375rem;left:39.9375rem;display:block; }
#pOrKQacnk7aoqLfw39LSKKV09Smr2ZgH { position:absolute;display:block;z-index:15026;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:12.1875rem;width:14.8125rem;top:2.6875rem;left:60.1875rem;overflow:hidden;display:block; }
#a9O9N8tPLWziN8Fi8MC4Ut9l8EPvAVys { color:#202a44;display:block;width:11.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.5625rem;height:2.76171875rem;display:block; }
#KT7ifJChzHD6Ol5r9G6Z6xIa1Qyms8sU { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f1b434;background-image:none;top:12.9375rem;left:2rem;display:block; }
#Q65m8xBB7Q93bXsKDaTi2cIneTyF15mX { position:absolute;display:block;z-index:15025;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:12rem;width:14.5625rem;top:2.6875rem;left:23rem;overflow:hidden;display:block; }
#GmtO5yK2TvWdPg0b6QPIEvPsG6VLNNQB { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.4375rem;left:41.5rem;height:2.76171875rem;display:block; }
#PyBxsJAuAbfGiJCPMtJiGWTQdsWyo7cM { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:10.6875rem;left:39.9375rem;display:block; }
#FWB558DrvSSrADnVas1mrnudJZtLz3oH { color:#202a44;display:block;width:16.875rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.1875rem;left:3.5625rem;height:2.76171875rem;display:block; }
#G9c56TOROu8UNqCAaLGIEGgZZK6NbxaN { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#f1b434;background-image:none;top:16.4375rem;left:2rem;display:block; }
#ciCpqWeTRP7d0EuO6SSb0rhf2Rurpdv0 { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.875rem;left:41.5rem;height:2.76171875rem;display:block; }
#MihTD9ultvT8iPeTHsHQAKzXTuRDMW1A { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:14.125rem;left:39.9375rem;display:block; }
#xc8IDnT2SwZ9ee8SzP2CbOoqh6TMUnma { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5rem;left:38.0625rem;height:1.7871125rem;display:block; }
#GOgGoTNHMAtDKKr7Zc5bApmpRM9ylmms { position:absolute;display:block;z-index:15028;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:7.125rem;width:8.625rem;top:0rem;left:57.5625rem;overflow:hidden;display:block; }
#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn { position:relative;display:none; }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn { border-width: 0; border-radius: 0; }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { position:relative;display:block; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { background-color: transparent; background-image: none; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container > .video-iframe-container { display: none; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row > .video-iframe-container { display: none; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .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); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { border-width: 0; border-radius: 0; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RXnUMKhCvvrACyKieuSKmM9r2RlyJxnO { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.7871125rem;display:block; }
#okEyd4NsBSX62Cyh7EGbMlpDi59tGArH { color:#202a44;display:block;width:19rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.5625rem;height:2.76171875rem;display:block; }
#ORou1wxZthQPda1F5TJFmbyJ7vAxuRTG { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:6rem;left:2rem;display:block; }
#FVUD4dWXCu61r1cJU8lAtU8tK4vi9T4B { color:#202a44;display:block;width:11.3125rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.25rem;left:3.5625rem;height:2.76171875rem;display:block; }
#fS5cuOfaMKcsRIKiUimXM63y2UI61m8z { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:9.5rem;left:2rem;display:block; }
#vdBXRitUIEOiMofPorwOWhyaZJFZGh4l { color:#202a44;display:block;width:17.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.1875rem;left:41.5rem;height:1.3808625rem;display:block; }
#nx8X0MQwr4CVEGoWkGumT3fvC0bFxHfT { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6rem;left:41.5rem;height:1.3808625rem;display:block; }
#U94z4MWO9u2sPUIIwf69LRCSTfDsxG2x { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:6.25rem;left:39.9375rem;display:block; }
#OztEyonI5d94dRvw69PR72GKpZ7ATFlI { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:8.375rem;left:39.9375rem;display:block; }
#gqyenRyXqXmqlB0tIUBFDvbkgS9FTeH6 { position:absolute;display:block;z-index:15026;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:12.1875rem;width:14.8125rem;top:2.6875rem;left:60.1875rem;overflow:hidden;display:block; }
#gBKBH63T8GJftAd4L9Icswv8pspLZgcu { color:#202a44;display:block;width:11.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.5625rem;height:2.76171875rem;display:block; }
#zShbJTlR9JFRwfMexUz1Wk6fZXVt5CNh { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f1b434;background-image:none;top:12.9375rem;left:2rem;display:block; }
#aUMtLcBHb4TPdZChHB6IGSah90AV9E1d { position:absolute;display:block;z-index:15025;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:12rem;width:14.5625rem;top:2.6875rem;left:23rem;overflow:hidden;display:block; }
#ZZlI8TT3BIF8H5J5hTh2pUaF3etskKJh { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.4375rem;left:41.5rem;height:2.76171875rem;display:block; }
#akvVaP1CP7OfmE0IXUx2S0xuVdudLyBy { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:10.6875rem;left:39.9375rem;display:block; }
#zRanHFRRF7UNw9TPb7WZZO442nS1UktD { color:#202a44;display:block;width:16.875rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.1875rem;left:3.5625rem;height:2.76171875rem;display:block; }
#AKbTenVVU0u9KfgIC17O07BHNpr3vIFZ { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#f1b434;background-image:none;top:16.4375rem;left:2rem;display:block; }
#Pr3NzLJ7RGEcCI9i0Hm90PC5fkvILhil { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.875rem;left:41.5rem;height:2.76171875rem;display:block; }
#pTMrl8FEnH5dhw4xulW9uCpr2zniEfXp { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:14.125rem;left:39.9375rem;display:block; }
#qrpSysUKNPFNnbVfIX61hye9ATBTuwe7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:7.3125rem;top:7.375rem;left:14.9375rem;overflow:hidden;display:block; }
#vEADidb83oH1RAaeFpBNFwxapILAJ3u3 { position:absolute;display:block;z-index:15030;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:6rem;width:7.25rem;top:11.1875rem;left:14.9375rem;overflow:hidden;display:block; }
#TgxqELzEoSp12uhwIOenngP47uL41htf { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5rem;left:38.0625rem;height:1.7871125rem;display:block; }
#dZPtkJ0fOxl4rI7EZ1H9pOxgy2IHiUVP { position:absolute;display:block;z-index:15028;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:7.125rem;width:8.625rem;top:0rem;left:57.5625rem;overflow:hidden;display:block; }
#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 { position:relative;display:none; }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 { border-width: 0; border-radius: 0; }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zWS3tbOuf2EK2sZbf84FkVTnTDXDaxfc { position:relative;display:none; }#zWS3tbOuf2EK2sZbf84FkVTnTDXDaxfc { border-width: 0; border-radius: 0; }#zWS3tbOuf2EK2sZbf84FkVTnTDXDaxfc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zWS3tbOuf2EK2sZbf84FkVTnTDXDaxfc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#E2s9Qc928hgTMawTvFGVMNoGDXWu51RM { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.7871125rem;display:block; }
#yqaznKTtasXRAtKFWm4az9oCOgBreuGE { color:#202a44;display:block;width:19rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.5625rem;height:2.76171875rem;display:block; }
#C5mQ5qrBZ4mI1Qd74xKmpnU9wTwnUWIT { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:6rem;left:2rem;display:block; }
#ioUPDJJdzN8FbOdguzXezzZdl9rcTxH1 { color:#202a44;display:block;width:11.3125rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.25rem;left:3.5625rem;height:2.76171875rem;display:block; }
#zThp6g3bue5p9aFKDAT4nkGNnIV6Dall { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:9.5rem;left:2rem;display:block; }
#a9JxdgOiMaBSEgBEUyalfTXmHPaFVfnh { color:#202a44;display:block;width:17.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.1875rem;left:41.5rem;height:1.3808625rem;display:block; }
#nrUz8gZgeMluAkQpHnJMLTDybFyKnDDn { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6rem;left:41.5rem;height:1.3808625rem;display:block; }
#uKNHJ28TUClMbdczoBJCcq6TaHecPnyZ { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:6.25rem;left:39.9375rem;display:block; }
#U81DRyUfugCuadxtC6EcHeROUiWHDeVP { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:8.375rem;left:39.9375rem;display:block; }
#mKqlGN9fFG4KNOboBVWuosp6hofhVC7F { position:absolute;display:block;z-index:15026;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:12.1875rem;width:14.8125rem;top:2.6875rem;left:60.1875rem;overflow:hidden;display:block; }
#DI3bDWh5bwR8U8VFLfhkMyd4TwvDf1fv { color:#202a44;display:block;width:11.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.5625rem;height:2.76171875rem;display:block; }
#mC7ZhiMTxghgdNhOL3zghf9vzKTrTWWH { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f1b434;background-image:none;top:12.9375rem;left:2rem;display:block; }
#pEp6irOTMci1wWv5sumLKVJqFRCZrVTk { position:absolute;display:block;z-index:15025;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:12rem;width:14.5625rem;top:2.6875rem;left:23rem;overflow:hidden;display:block; }
#qTGp6S4LTlatBsK5tBHZgQn8ZHObieb5 { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.4375rem;left:41.5rem;height:2.76171875rem;display:block; }
#ydgF8GNIizGe26ZH5pz197GTMX0K7kUk { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:10.6875rem;left:39.9375rem;display:block; }
#kL3HZspJVDODfVqdpOyRemS6nWKtVFye { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#f1b434;background-image:none;top:16.4375rem;left:2rem;display:block; }
#kJLD2X9UBlSkb13ggNUTC4CpSICQcCtn { color:#202a44;display:block;width:22.4375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.875rem;left:41.5rem;height:2.76171875rem;display:block; }
#WzuT2fGwF7sDIHeieS2nRIROSF35hMuf { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:14.125rem;left:39.9375rem;display:block; }
#vGyt8uSU12luNRqDI9AwPILhsig05vAu { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5rem;left:38.0625rem;height:1.7871125rem;display:block; }
#e1QWNJkbeknMrTcCOcE6AII1r085pVzN { position:absolute;display:block;z-index:15028;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:7.125rem;width:8.625rem;top:0rem;left:57.5625rem;overflow:hidden;display:block; }
#VoP6ySMk2a8PcvCnMQ7cVpptZHLkEcwG { position:absolute;display:block;z-index:15029;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:7.125rem;width:8.625rem;top:0rem;left:20.75rem;overflow:hidden;display:none; }
#rHKqXDFwHCG1ZQbdCtPVSfG5qxWwCccT { color:#202a44;display:block;width:11.5625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.5625rem;height:2.76171875rem;display:none; }
#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf { position:relative;display:none; }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf { border-width: 0; border-radius: 0; }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R { position:relative;display:block; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R { background-color: transparent; background-image: none; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row .container > .video-iframe-container { display: none; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row > .video-iframe-container { display: none; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .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); }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R { border-width: 0; border-radius: 0; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P36e3tyzxiqLlmoOnFmWWRWmVguBppeU { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:1.7871125rem;display:block; }
#W1J9kxvcRl4Db0y4nZPcNBUkVEac3g08 { color:#202a44;display:block;width:19rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.125rem;left:4.0625rem;height:1.3808625rem;display:block; }
#JbMqbdswvR617E3FZEpBkVMVnHOl1hEF { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:4.375rem;left:2.5rem;display:block; }
#TuHHygsnFavUwzEQ4TOOzkodPMyGn1cF { color:#202a44;display:block;width:17.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:6.375rem;left:41.8125rem;height:1.3808625rem;display:block; }
#hVrXfkhlFfRrnC3Z6k5Le7rP8TEBGR97 { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:4.125rem;left:41.8125rem;height:1.3808625rem;display:block; }
#F59y1F7VhnX5PxxGT9ySCt7zZq77P64z { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:0rem;left:38.0625rem;height:1.7871125rem;display:block; }
#dk1VRRXCTwGRx7EHPH6A6s4ICT9onUo9 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:4.375rem;left:40.25rem;display:block; }
#E2BmBw8nG0hFtOTVTwPxAFy35fNq96zh { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:6.5625rem;left:40.25rem;display:block; }
#vETZnutmZVliuIU1P1Xg4ZT5mJ217mDc { color:#202a44;display:block;width:17.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8.625rem;left:41.875rem;height:2.76171875rem;display:block; }
#zMDt6dt2X9UXLWlKa1wAfvCEI2Ee8vLS { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:8.8125rem;left:40.3125rem;display:block; }
#x3UfLEkhbBW1Ds6OeL5WV6HHTseikcJ1 { position:absolute;display:block;z-index:15026;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:12.125rem;width:14.6875rem;top:0rem;left:60.3125rem;overflow:hidden;display:block; }
#VcfDFp61VDF8D89dfT7aN6fDoewp01iw { position:absolute;display:block;z-index:15025;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:12rem;width:14.5625rem;top:0.1875rem;left:23rem;overflow:hidden;display:block; }
#FdHucPWJTF5HMThz7TwVolvmhD5RUTCL { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.9375rem;left:38.1875rem;height:1.21875rem;display:block; }
#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO { position:relative;display:none; }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO { border-width: 0; border-radius: 0; }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OEa4S0BUsdVDyVUboDGQJIURIx1GIDwQ { position:relative;display:none; }#OEa4S0BUsdVDyVUboDGQJIURIx1GIDwQ { border-width: 0; border-radius: 0; }#OEa4S0BUsdVDyVUboDGQJIURIx1GIDwQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OEa4S0BUsdVDyVUboDGQJIURIx1GIDwQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LtulS7ACKoFEhJ9JznwFVflxr5OlnhQT { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:3.57421875rem;display:block; }
#vLJwKsCl9dmeTZ8T813tEVJGqmgit1qA { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.5625rem;height:1.3808625rem;display:block; }
#K5au4Hee2Cy0AKVoPoeVlqDlTQ3vEp5S { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:5.5rem;left:2rem;display:block; }
#hG3XQn5qmbNIUuLFZU4tVwE4TlH7GdTF { color:#202a44;display:block;width:13.8125rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.5625rem;height:1.3808625rem;display:block; }
#LT9aOCfg5RS6JWGSvmKSJIqwRVuqNhy9 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:7.625rem;left:2rem;display:block; }
#Us9WPCahme21nktS7lrGDQwAx7ehQLRH { position:absolute;display:block;z-index:15025;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:12.125rem;width:14.6875rem;top:0.1875rem;left:22.875rem;overflow:hidden;display:block; }
#bCuSerTcKHXLnyt1SuA3eW2zxgMIUVpG { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5625rem;left:41.5rem;height:2.76171875rem;display:block; }
#wccDsA3pUCfuZvwwCqSk0kSxOtfkg2Zz { color:#202a44;display:block;width:13.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.4375rem;left:41.5rem;height:1.3808625rem;display:block; }
#r4XPJOu7sHC7l8DIPv1E6DTu5kGst4EZ { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.0625rem;left:41.5rem;height:1.3808625rem;display:block; }
#B66aA9TtSQDVlVn40NcVQFI1hUHvpVm0 { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:0rem;left:38.0625rem;height:3.57421875rem;display:block; }
#E2behSEzxtOToOw0t5TEPNZSd2K8Llkd { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:5.3125rem;left:39.9375rem;display:block; }
#RIKu2VSqSy7t4VJF9xE1EeP0gIDfg8Wl { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:7.625rem;left:39.9375rem;display:block; }
#VMESUULqvIfBOZtq2dbXswv9xr5rCrTA { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:9.75rem;left:39.9375rem;display:block; }
#CWx9ts3i57iTVaVtU81f60go3kbexIwE { position:absolute;display:block;z-index:15026;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:12.25rem;width:14.875rem;top:0.1875rem;left:60.125rem;overflow:hidden;display:block; }
#E4MNJ0Dvq6uFT69f4t948sHXy3aA7b9R { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.5625rem;height:1.3808625rem;display:none; }
#MUnKiieroKCrDi7KbRPF6STIaGADNqQb { color:#202a44;display:block;width:13.8125rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.5625rem;height:1.3808625rem;display:none; }
#oTi7DcLQdFdTtTu49g6LkVytdXZeRl9C { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:7.625rem;left:2rem;display:none; }
#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt { position:relative;display:none; }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt { border-width: 0; border-radius: 0; }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { position:relative;display:block; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { background-color: transparent; background-image: none; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container > .video-iframe-container { display: none; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row > .video-iframe-container { display: none; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .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); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { border-width: 0; border-radius: 0; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HkHs0k68z1AQv8W0wm6TvisWC0K5zMDi { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:3.57421875rem;display:block; }
#PkTcQzyDTy1Td3FqMwvItI6udRstz4Dz { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.5625rem;height:1.3808625rem;display:block; }
#T0Cu5UMf3PxOFU3XMB7LFo0J48TIK5f8 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:5.5rem;left:2rem;display:block; }
#i7kpAi1OQB5ObJnr9BmChzmoiOiOysB0 { color:#202a44;display:block;width:13.8125rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.5625rem;height:1.3808625rem;display:block; }
#EDyQsw1DvOJ6I8roDRhyy2UQ5i1ey3sb { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:7.625rem;left:2rem;display:block; }
#vbSBDGgZef5ELaTCpgNoPN8XTUm2WwlK { position:absolute;display:block;z-index:15025;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:12.125rem;width:14.6875rem;top:0.1875rem;left:22.875rem;overflow:hidden;display:block; }
#UzxU86oDqKGlhxMfzn7gGUGqTHhg9hf9 { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:9.6875rem;left:41.5rem;height:2.76171875rem;display:block; }
#dsu0KvzWlKBHCJWHD2VaQM4l1kKkQb5b { color:#202a44;display:block;width:13.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.4375rem;left:41.5rem;height:1.3808625rem;display:block; }
#wofl32hpyGakcH06KTBTgFf90pFMI4hr { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.0625rem;left:41.5rem;height:1.3808625rem;display:block; }
#I71k10vVvDdqWlToxqMk5cDPiS3NR8sE { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:0rem;left:38.0625rem;height:3.57421875rem;display:block; }
#pfRFRVGGUClNOdBsb2H7TSkEEK5n1Hb1 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:5.3125rem;left:39.9375rem;display:block; }
#ugRfePtgEdpbAZpdPc4lAToPzzD9iTIz { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:7.625rem;left:39.9375rem;display:block; }
#swhDEIOFMNJTtJL3S4yMUtnKZVrFPeha { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:9.875rem;left:39.9375rem;display:block; }
#XBAvb7X0pstkNh3ESG589Mm48SxpuNPb { position:absolute;display:block;z-index:15026;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:12.25rem;width:14.875rem;top:0.1875rem;left:60.125rem;overflow:hidden;display:block; }
#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV { position:relative;display:none; }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV { border-width: 0; border-radius: 0; }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GzNAg91cGPPxnHSQdl1NbnMLSG9z0EyD { position:relative;display:none; }#GzNAg91cGPPxnHSQdl1NbnMLSG9z0EyD { border-width: 0; border-radius: 0; }#GzNAg91cGPPxnHSQdl1NbnMLSG9z0EyD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GzNAg91cGPPxnHSQdl1NbnMLSG9z0EyD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ItHP6SVw2IW4WH0pdmnxASF09URazXz4 { color:#202a44;display:block;width:21.5rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:3.57421875rem;display:block; }
#cH8oh7CoNFmOX1B2RLezaE1GpZRTOC66 { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.5625rem;height:1.3808625rem;display:block; }
#xkXpJBcTN9tWaq0Fc1DnWneKaB2QiDmc { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f1b434;background-image:none;top:5.5rem;left:2rem;display:block; }
#miM7tPFtmlRlVHdDsCQeVUGQTi7Kwyw0 { color:#202a44;display:block;width:13.8125rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.5625rem;height:1.3808625rem;display:block; }
#TKJmHTFsvclMSuAK0zomOOtOWkgmAKD3 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:7.625rem;left:2rem;display:block; }
#u5RdhwB2RNxK92rUzb2sPIv51gwNUM0n { position:absolute;display:block;z-index:15025;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:12.125rem;width:14.6875rem;top:0.1875rem;left:22.875rem;overflow:hidden;display:block; }
#Ka4xIIyZNMKSE9MMd4DlJo4FlgSSxAX0 { color:#202a44;display:block;width:18.75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5625rem;left:41.5rem;height:2.76171875rem;display:block; }
#aBqf4CF3fkJRfAqnENWTZBIzQhyiA0rB { color:#202a44;display:block;width:13.0625rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.4375rem;left:41.5rem;height:1.3808625rem;display:block; }
#TvkJkbBBgOEUlb2u3IWvt14C87ITfs69 { color:#202a44;display:block;width:18.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.0625rem;left:41.5rem;height:1.3808625rem;display:block; }
#qRvKGWTAswhfHoFJQZBf6QCtHH5qOHdT { color:#202a44;display:block;width:22.1875rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:0rem;left:38.0625rem;height:3.57421875rem;display:block; }
#SXW76T82oJoDyaxUK2qDC96KK0s9TNpk { box-sizing:content-box;height:0.9375rem;width:0.9375rem;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:#f1b434;background-image:none;top:5.3125rem;left:39.9375rem;display:block; }
#A9cRElXMJFi9z5ktzR9raSQe0CEDDrK9 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f1b434;background-image:none;top:7.625rem;left:39.9375rem;display:block; }
#CgTcU7ogzCqve72WI3godVeOvV78DrTe { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#f1b434;background-image:none;top:9.75rem;left:39.9375rem;display:block; }
#n5TDv3xUgsbbKIrZ3rN6v51socSwBURP { position:absolute;display:block;z-index:15026;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:12.25rem;width:14.875rem;top:0.1875rem;left:60.125rem;overflow:hidden;display:block; }
#JMLwcyc5v1BxTNzmC2mMZth3SAtlXf8R { color:#202a44;display:block;width:13.8125rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.5625rem;height:1.3808625rem;display:none; }
#W0itZUTcqmsBPGI7lbfEO50WEptTXKTq { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#f1b434;background-image:none;top:7.625rem;left:2rem;display:none; }
#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT { position:relative;display:none; }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT { border-width: 0; border-radius: 0; }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;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; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { background-color: transparent; background-image: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .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); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { border-width: 0; border-radius: 0; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { color:#fffdfd;display:block;width:39.75rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375057220459rem;left:0rem;height:3.8997375rem;display:block; }
#eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { box-sizing:content-box;height:0.3125rem;width:38.125rem;position:absolute;display:block;z-index:15013;background-color:#f1b434;background-image:none;top:8.4375114440919rem;left:0rem;display:block; }
#v5M10w7az4G5B6KnwGip6WFgxiG1teNe { color:#fffdfd;display:block;width:16.624375rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:30.75rem;left:12.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#Bsi2LEO21esUU9kTULIPhJ0NhmhETs0O { color:#fffdfd;display:block;width:23.5rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:33.75rem;left:9.375rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#OGgbuSUHvzM0vHT6GRArTw0GIJxyu6CR { color:#fffdfd;display:block;width:22.9375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:33.75rem;left:42.6875rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#IelrOO5BfU3UfTCTH5CuRHELklTUL8h5 { color:#fffdfd;display:block;width:16.62475rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:30.75rem;left:45.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#l0vcxEJO5hLtHmLhIeic6fOb2bXInTtS { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:13.8125rem;top:16.125rem;left:14.25rem;overflow:hidden;display:block; }
#JOq9BJfmcO7GpGyVbui6yV0onFuOwHri { 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:13.6875rem;width:13.6875rem;top:16.1875rem;left:47.3125rem;overflow:hidden;display:block; }
#FlWOtWG2LpcJ33pfdL8IAUhsIkygi5fi { color:#fffdfd;display:block;width:75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.623695373535rem;left:0rem;height:2.76171875rem;text-align:justify;text-align-last:initial;display:block; }
#VzXDa3nyDzQGVFI6O3HVAslsOO4VQS1M { color:#fffdfd;display:block;width:75rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.623695373535rem;left:0rem;height:2.76171875rem;display:none; }
#sDrMUXm3FnhRzBJv2mkFxxUE6QLL0XFL { color:#fffdfd;display:block;width:22.9375rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:33.75rem;left:42.6875rem;height:6.9043125rem;text-align:center;text-align-last:center;display:none; }
#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 { position:relative;display:block; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 { background-color: transparent; background-image: none; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row .container > .video-iframe-container { display: none; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row > .video-iframe-container { display: none; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .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); }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 { border-width: 0; border-radius: 0; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c9Pgd5Kd5XRzoS55weVQC2LmdBssD9qM { color:#202a44;display:block;width:14.625rem;position:absolute;font-family:"graphik upsa";font-size:3rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5201835632324rem;left:0rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#FJcayQ8FSPB4rnCrkVqhqy9ZyEWx4RVz { color:#202a44;display:block;width:37.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.2702026367188rem;left:0rem;height:4.142575rem;text-align:justify;text-align-last:initial;display:block; }
#fwUUqh7FKa213IVHvDR6QwmaMId5hvbm { box-sizing:content-box;height:0.3125rem;width:15.25rem;position:absolute;display:block;z-index:15014;background-color:#f1b434;background-image:none;top:7.2076835632325rem;left:0rem;display:block; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-form-header {  }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-regular-label { height:auto;display:block;font-family:"graphik upsa2";font-size:0.875rem;font-weight:700;color:#fffdfd;width:28.75rem;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;font-style:normal; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:28.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:28.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-checkbox { width:1rem;height:1rem;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; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f1b434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#202a44;width:28.75rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:27.375rem;overflow:hidden;font-style:normal; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .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; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-container:first-of-type{padding-top:0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-container:last-of-type{padding-bottom:0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB  { background-color:#202a44;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15027;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8rem;left:40.625rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.75rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB {display:block;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB { background-color:#202a44;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15027;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8rem;left:40.625rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #P3alh8xXe4TnyMilRyXuvJVTp0Z6JVFK { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #WFaHXMgMeCFf8zhxy8OdCe8dNqG7cOhi { position:relative;display:block; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wgwfHCvXWyXKmZ2VtwOqqOqhTC9lPJ6d { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #s79cAkBrpEcsmNwaQt2nHb14E59T88ik { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #SNnhbTbMUllnbO0o48OEUrhUULLN3Nm8 { position:relative;display:block; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #k6rOvZgcL71ByA36oJ6HRgUDBhl5d3fB { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #XFcrruxnoqRVL3oy1ZTFyVHCZihv3fXE { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #krXDqqQVvL5T4NzsSngUGrtyXySBQq55 { position:relative;display:block; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #aEzl9GvDqIINTaIVMDr7cCBTp6PcvVNl { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wnrRpTwp4u1n99gFDVb4O4t0g4Hg0Pt0 { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #W3NgD9JJLTS3ACXhqnrGH64ZmudowcP9 { position:relative;display:block; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #kqqGN2Pl3B5nzr40A7CCJE7mT3A3kp0u { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #hD0MfDXtbelKz4ItPhMXkfkolEl4LHmW { position:relative; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #baD4tTzzXlqXc2KkDG6ZWskNTihtHFTE { position:relative; }
#ODcXIMCTGmLm2aelypKPdiTe7W1WNz4p { box-sizing:content-box;height:2.75rem;width:31.1875rem;position:absolute;display:block;z-index:15012;background-color:#202a44;background-image:none;top:5.3125rem;left:40.625rem;display:block; }
#KCp380HNncJW8JwP3pmnTN5KnTGWaffo { color:#fffdfd;display:block;width:16.624375rem;position:absolute;font-family:"graphik upsa";font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:6.25rem;left:41.5625rem;height:1.7871125rem;display:block; }
#h0PvoxUiZm14BvEtb1BbTakATS7QlIFH { position:absolute;display:block;z-index:15030;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:22.0625rem;width:33.25rem;top:15.728517532349rem;left:0rem;overflow:hidden;display:block; }
#xuRZA8GfnTCwvW7NrftVKoJzmtI5MBBR { color:#202a44;display:block;width:37.25rem;position:absolute;font-family:"graphik upsa";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.2702026367188rem;left:0rem;height:4.142575rem;text-align:justify;text-align-last:initial;display:none; }
#tvGyVazcrcVXx6R3GRApnlA284JTsZKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;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; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { background-color: transparent; background-image: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container > .video-iframe-container { display: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container { display: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .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); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { border-width: 0; border-radius: 0; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#TGeP0PFCGuoHmLAc11BIqXEoUX4wLnuc { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1rem;top:10.9375rem;left:41.625rem;overflow:hidden;display:block; }
#F3Ayoy04ulu8xSDHSWH1ue08yAqnHiAS { position:absolute;display:block;z-index:15041;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:1rem;width:1rem;top:10.9375rem;left:39.3125rem;overflow:hidden;display:block; }
#kTayHOaRDGnamwUHf1O06lHk2ieZO5Ua { color:#fffdfd;display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:8.6875rem;left:28.125rem;height:1.04948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJx78kLqnE8M5vebkOoc1rXFcNCH62sf { position:absolute;display:block;z-index:15040;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:1rem;width:1rem;top:10.9375rem;left:37rem;overflow:hidden;display:block; }
#N7Q8ClknAXIDqTpcBbpQTzUeTPrC85vK { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:10.9375rem;left:34.6875rem;overflow:hidden;display:block; }
#aUMCchQ7n32m73WqTqPk5L3ZTHrr0FSS { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11.625rem;top:2.5625rem;left:31.6875rem;overflow:hidden;display:block; }
#Uq7oP2upQuGmZXsC4SeqMsb2TAgqG6Jc { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:10.9375rem;left:32.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvC9G2XmvCxeZuKimgDkE7H60BBkw3RU { top:7.5625rem;left:0rem;width:28.8125rem;height:8.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsXhAC6xmR1e9AJhovaUuTPIGgw0FP1X { top:16.9375rem;left:0rem;width:47.75rem;height:18rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6StP2G1KOao9Sw5h7AZe8x5q2rl9CUh { top:3.5625rem;left:0rem;width:10.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTI74AVW0Q6reQM6vIBwun5WPoAbHRa { top:34.9375rem;left:0rem;width:10.125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #W03htuWw5TX1BH59Qudmxe0U5xxoUd2u { width:12.0625rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLb1foyrhSfKrAupZPlK5StuiRIXU8kD { display:block; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTO3Ch04dRPF7cdaP6WZGTd4JANs1O7H { top:3.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt2EyMbuyqequ7U6ktomywtBWqEukiwW { top:11.6875rem;left:0rem;width:34.25rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv5exT34s0uX9yCNTTyoHJInCC6VtQSQ { top:8.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2gHWzkhvWQzTIQ34E8XeGhHqvEeI4zM { top:3.75rem;left:38.8125rem;width:3.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FecTB2W65g2TroNuvrVoK9PtBrpyqaBm { top:11.6875rem;left:11.4375rem;width:36.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL05t2rDlw9MnQAayb528C2KVxPpTJqM { top:22.375rem;left:0rem;width:34.75rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgbotC9XSxo34Wqi8m0LiJD2r9t5ZL1d { top:1.9375rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ustak5on0QBhLAdTXImb9Rl9LyfTCsOv { top:10.5625rem;left:0rem;width:20rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J30TG5iqdpZd3TrfaGX4Z5IWnZS8vZTJ { top:38.3125rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9xEaTI2haPTDxZBuOiKeTIpLwQMtbAu { top:23.4375rem;left:0rem;width:9.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7CvTpGnbbRLm8cw37wkJvHtBQkxQx4A { top:23.4375rem;left:0rem;width:9.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChM4bTAUG614cTLwKkdVxZB7RBUo4ov2 { top:31.3125rem;left:0rem;width:9.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUaPFVeBIObAPy712TtQiNUasTCgiT2k { top:31.3125rem;left:0rem;width:9.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlicOTD28Ukw69k9KMzgU1TtaTZuwOK5 { display:none; }
 }@media only screen and (max-width: 763px) { #CQ5Q094MLrX65cQfwH1uAoX5uN7Ct0EI { display:none; }
 }@media only screen and (max-width: 763px) { #CnEoQUu5HDWhZOycmb5NsF1SDdydHM3u { display:none; }
 }@media only screen and (max-width: 763px) { #S2RF6441UitvLEU4JInqyZ00bk6Guxqw { display:none; }
 }@media only screen and (max-width: 763px) { #mfCs8w95BklWn8gBVgGS29bW8wNObJzU { display:block; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy2FEJaPdXxAl0oaZf1gp37upb1eTEFH { top:3.625rem;left:0rem;width:15.3125rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImRWrZS3SphedfRkB18ETGOIW9uSKwxu { top:8.1875rem;left:0rem;width:15.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWlHQJed9x5pXmvFNeUIi58pSX21J1LB { top:8.1875rem;left:15.9375rem;width:15.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ifmKnLp48ae7nkMUKe3piyWUbpiPzI { top:3.625rem;left:16.0625rem;width:15.3125rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwz1zkLOoJCTFu1VZayq4BSJkoJE8Vn4 { top:8.1875rem;left:32.1875rem;width:15.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOPrFHkydgCz1Qix24vbD7zosCKepT5f { top:3.625rem;left:32.4375rem;width:15.3125rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x { display:block; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McoEc9UbHv9nT0OVXOshobgKaDBgWCSH { top:3.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsNo2WpMMwuGwzIuk8NS4y0nv5P7BaH2 { top:8.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdZtOyJeLh3Zs2JN9PUXrCA925PT1Hf0 { top:26.8125rem;left:0rem;width:31.0625rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #angteocW8xqUIXENBXsvUiPBduWuAVco { top:26.8125rem;left:30.4375rem;width:16.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbRrQhDEkoo72ToNTlAg44IhxxAI4UZw { top:10.6875rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9MQ1ObsL4FOFVHiPDZwHI8cVkU906Rx { top:21.125rem;left:7.6875rem;width:5.0625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO2lz4rZuzNxInCiSJmnyQxJogaZCL3H { top:21.125rem;left:36.3125rem;width:5.0625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAJPcvQrnxkni9TSiCnKVbTiHFQVEG68 { top:33.875rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQKFqzVZ5546f2ra2UEpKCpJ8J2SO5cg { top:11.625rem;left:0rem;width:20rem;height:16.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHVhgW2QtOFlobgzagi4V859XJuO1FZI { display:block; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL5zFr6K7i9LFxh5iEexNf4T5acC482V { display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kl7SkaG6y5yfUlTUfC6xDDsgd79hSTTH { top:9.5625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ9wroykMsWnlqVUTiwzxC62qMTHdLts { top:7.4375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { top:2.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { top:2.6875rem;left:0rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { top:5.9375rem;left:0rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { top:6.1875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXhb8hXx9FaUEX77aCnhVUUwBQ3gFsA { top:8.0625rem;left:0rem;width:11.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Say376OHt6HWiADUhQxQK888WThD0w4z { top:8.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPmfbaoPqiv4MlhBLm1mm2WhBlgi07VR { top:12.5625rem;left:0rem;width:22.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkAaTyU4gIk6XgwqP1lU76zelzzA4VrS { top:10.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #au2ucOMEBK6C6LCSABWtmclOLRIbgOIp { top:10.3125rem;left:0rem;width:18.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceNqu40yLhaGdDrw0wEFZH7ANBZNrT1 { top:12.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEeEcHmwPvfcO4CPcM8ouEsJoGwz614 { top:2.6875rem;left:11.8125rem;width:12.0625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfOn8L49Xit0z7aNdZu5yGab4e9o2gpn { top:12.125rem;left:23.875rem;width:22.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDpd7NJVxSlrKSRkVv9fB8zHgMz0OGed { top:10rem;left:23.875rem;width:18.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD08O8LXrPcOQLduZSzQtrVl4URP4vIe { top:7.9375rem;left:23.875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClIkGT4reiFkUseWmxRm9FGkST1GZT9T { top:5.75rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTl76CBLEmAH8nSDirKpOHBKeeErS3nu { top:2.5rem;left:23.875rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J65D8Oxf0fNdW3DpdO57XkxR1x8rM5Ke { top:6rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5906VeKmBgriqn3E4GRUroCTa2Zusid { top:8.125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7h1vCFIFO7ECkQWJOQXnrnSd0iEK0zO { top:10.1875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWpqa1NflnJ1rqeluGRavRSf5goGluU { top:12.3125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic9WTJhEXOQU8rA6ZUCe5bo6oDlUtuh1 { top:2.6875rem;left:35.625rem;width:12.125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsyUo8TfgDLKVLCIm49fPKangbMIRVHH { top:0rem;left:13.9375rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WOBM0tAlCm71BHR62Gv0N5uqmCf0MN { top:14.875rem;left:0rem;width:30.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeecbsZluSrqDA8voaNwg2CAQ4qPZ0GO { top:15.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svZhAuC23FAoblbt1dGx6aK8T8XRKV6f { top:17.25rem;left:0rem;width:30.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrQ3PRE4EvoN2hSelmHIgIFHZwnRRgBF { top:17.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLCdzSfa8oqFNBMVKmNWoBWghhNLnfPn { top:19.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxEMF72KrHkTmT5Nvh8fHc0oBvKFRyL { top:19.5625rem;left:0rem;width:29.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI9dBxpSKnZvCGBT9EaRuXtupdoAvn6E { top:21.875rem;left:0rem;width:29.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGc6LxWABPNpAEU3yd9dJkylGmaWxAXs { top:22.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 { display:none; }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PC7p6UTGShg95VXtt4kPz7x80JTqU49N { display:none; }#PC7p6UTGShg95VXtt4kPz7x80JTqU49N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bq2WaoTpTFfKDDOrva4sphLBZvQhCdt4 { top:1.625rem;left:0rem;width:16.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1gmbBb9v4FV119vzVOO3PbNr6MR26xe { top:6.1875rem;left:0rem;width:16.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX4QhnrK4JAVDMlG71U6UGhRvBgnHrpt { top:6rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVM5tPPwBEJZfkRvRqn1pJOpaFoWAD0c { top:10.5rem;left:0rem;width:11.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4GT5SBwv4AhFrte28a1EhF8g0136Ta9 { top:9.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyDyNsN2ENkinO3GFpbDSpdRS6dxm7M { top:8.1875rem;left:23.875rem;width:17.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBfTsqlFfEkE9ldMeWeGSqUplSpC5ikI { top:6rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm0q4DE3yRKMhmILs7XDrHZRHPzDTAWv { top:6.25rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3RLch4XqoQ7vRz2kwCkgWTLutWt0J6I { top:8.375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOrKQacnk7aoqLfw39LSKKV09Smr2ZgH { top:2.6875rem;left:32.9375rem;width:14.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9O9N8tPLWziN8Fi8MC4Ut9l8EPvAVys { top:15.4375rem;left:0rem;width:11.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT7ifJChzHD6Ol5r9G6Z6xIa1Qyms8sU { top:12.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q65m8xBB7Q93bXsKDaTi2cIneTyF15mX { top:2.6875rem;left:9.3125rem;width:14.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtO5yK2TvWdPg0b6QPIEvPsG6VLNNQB { top:10.4375rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyBxsJAuAbfGiJCPMtJiGWTQdsWyo7cM { top:10.6875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWB558DrvSSrADnVas1mrnudJZtLz3oH { top:20.1875rem;left:0rem;width:16.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9c56TOROu8UNqCAaLGIEGgZZK6NbxaN { top:16.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciCpqWeTRP7d0EuO6SSb0rhf2Rurpdv0 { top:13.875rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MihTD9ultvT8iPeTHsHQAKzXTuRDMW1A { top:14.125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc8IDnT2SwZ9ee8SzP2CbOoqh6TMUnma { top:2.5rem;left:23.875rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOgGoTNHMAtDKKr7Zc5bApmpRM9ylmms { top:0rem;left:37.125rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn { display:none; }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { display:block; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXnUMKhCvvrACyKieuSKmM9r2RlyJxnO { top:2.6875rem;left:0rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okEyd4NsBSX62Cyh7EGbMlpDi59tGArH { top:5.75rem;left:0rem;width:19rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORou1wxZthQPda1F5TJFmbyJ7vAxuRTG { top:6rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVUD4dWXCu61r1cJU8lAtU8tK4vi9T4B { top:9.25rem;left:0rem;width:11.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5cuOfaMKcsRIKiUimXM63y2UI61m8z { top:9.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdBXRitUIEOiMofPorwOWhyaZJFZGh4l { top:8.1875rem;left:23.875rem;width:17.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx8X0MQwr4CVEGoWkGumT3fvC0bFxHfT { top:6rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U94z4MWO9u2sPUIIwf69LRCSTfDsxG2x { top:6.25rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OztEyonI5d94dRvw69PR72GKpZ7ATFlI { top:8.375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqyenRyXqXmqlB0tIUBFDvbkgS9FTeH6 { top:2.6875rem;left:32.9375rem;width:14.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBKBH63T8GJftAd4L9Icswv8pspLZgcu { top:12.6875rem;left:0rem;width:11.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zShbJTlR9JFRwfMexUz1Wk6fZXVt5CNh { top:12.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMtLcBHb4TPdZChHB6IGSah90AV9E1d { top:2.6875rem;left:9.3125rem;width:14.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZlI8TT3BIF8H5J5hTh2pUaF3etskKJh { top:10.4375rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akvVaP1CP7OfmE0IXUx2S0xuVdudLyBy { top:10.6875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRanHFRRF7UNw9TPb7WZZO442nS1UktD { top:16.1875rem;left:0rem;width:16.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKbTenVVU0u9KfgIC17O07BHNpr3vIFZ { top:16.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr3NzLJ7RGEcCI9i0Hm90PC5fkvILhil { top:13.875rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTMrl8FEnH5dhw4xulW9uCpr2zniEfXp { top:14.125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrpSysUKNPFNnbVfIX61hye9ATBTuwe7 { top:7.375rem;left:8.125rem;width:7.3125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEADidb83oH1RAaeFpBNFwxapILAJ3u3 { top:11.1875rem;left:8.125rem;width:7.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgxqELzEoSp12uhwIOenngP47uL41htf { top:2.5rem;left:23.875rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZPtkJ0fOxl4rI7EZ1H9pOxgy2IHiUVP { top:0rem;left:37.125rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wro07QbqwJVyxHNMslBsQ5N5m086GQT0 { display:none; }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zWS3tbOuf2EK2sZbf84FkVTnTDXDaxfc { display:none; }#zWS3tbOuf2EK2sZbf84FkVTnTDXDaxfc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E2s9Qc928hgTMawTvFGVMNoGDXWu51RM { top:1.625rem;left:0rem;width:16.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqaznKTtasXRAtKFWm4az9oCOgBreuGE { top:6.5625rem;left:0rem;width:16.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5mQ5qrBZ4mI1Qd74xKmpnU9wTwnUWIT { top:6rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioUPDJJdzN8FbOdguzXezzZdl9rcTxH1 { top:10.875rem;left:0rem;width:11.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zThp6g3bue5p9aFKDAT4nkGNnIV6Dall { top:9.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9JxdgOiMaBSEgBEUyalfTXmHPaFVfnh { top:8.1875rem;left:23.875rem;width:17.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrUz8gZgeMluAkQpHnJMLTDybFyKnDDn { top:6rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKNHJ28TUClMbdczoBJCcq6TaHecPnyZ { top:6.25rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U81DRyUfugCuadxtC6EcHeROUiWHDeVP { top:8.375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKqlGN9fFG4KNOboBVWuosp6hofhVC7F { top:2.6875rem;left:32.9375rem;width:14.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI3bDWh5bwR8U8VFLfhkMyd4TwvDf1fv { top:12.5625rem;left:0rem;width:18.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC7ZhiMTxghgdNhOL3zghf9vzKTrTWWH { top:12.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEp6irOTMci1wWv5sumLKVJqFRCZrVTk { top:2.6875rem;left:9.3125rem;width:14.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTGp6S4LTlatBsK5tBHZgQn8ZHObieb5 { top:10.4375rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydgF8GNIizGe26ZH5pz197GTMX0K7kUk { top:10.6875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL3HZspJVDODfVqdpOyRemS6nWKtVFye { top:16.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJLD2X9UBlSkb13ggNUTC4CpSICQcCtn { top:13.875rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzuT2fGwF7sDIHeieS2nRIROSF35hMuf { top:14.125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGyt8uSU12luNRqDI9AwPILhsig05vAu { top:2.5rem;left:23.875rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1QWNJkbeknMrTcCOcE6AII1r085pVzN { top:0rem;left:37.125rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoP6ySMk2a8PcvCnMQ7cVpptZHLkEcwG { top:0rem;left:13.9375rem;width:8.625rem;height:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHKqXDFwHCG1ZQbdCtPVSfG5qxWwCccT { top:17.5625rem;left:0rem;width:18.125rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf { display:none; }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R { display:block; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P36e3tyzxiqLlmoOnFmWWRWmVguBppeU { top:0.1875rem;left:0rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1J9kxvcRl4Db0y4nZPcNBUkVEac3g08 { top:4.125rem;left:0rem;width:19rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbMqbdswvR617E3FZEpBkVMVnHOl1hEF { top:4.375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuHHygsnFavUwzEQ4TOOzkodPMyGn1cF { top:6.375rem;left:23.875rem;width:17.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVrXfkhlFfRrnC3Z6k5Le7rP8TEBGR97 { top:4.125rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F59y1F7VhnX5PxxGT9ySCt7zZq77P64z { top:0rem;left:23.875rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk1VRRXCTwGRx7EHPH6A6s4ICT9onUo9 { top:4.375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2BmBw8nG0hFtOTVTwPxAFy35fNq96zh { top:6.5625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vETZnutmZVliuIU1P1Xg4ZT5mJ217mDc { top:8.625rem;left:23.875rem;width:17.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDt6dt2X9UXLWlKa1wAfvCEI2Ee8vLS { top:8.8125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3UfLEkhbBW1Ds6OeL5WV6HHTseikcJ1 { top:0rem;left:33.0625rem;width:14.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcfDFp61VDF8D89dfT7aN6fDoewp01iw { top:0.1875rem;left:9.3125rem;width:14.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdHucPWJTF5HMThz7TwVolvmhD5RUTCL { top:1.9375rem;left:23.875rem;width:22.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO { display:none; }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OEa4S0BUsdVDyVUboDGQJIURIx1GIDwQ { display:none; }#OEa4S0BUsdVDyVUboDGQJIURIx1GIDwQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LtulS7ACKoFEhJ9JznwFVflxr5OlnhQT { top:1.1875rem;left:0rem;width:16.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLJwKsCl9dmeTZ8T813tEVJGqmgit1qA { top:6rem;left:0rem;width:16.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5au4Hee2Cy0AKVoPoeVlqDlTQ3vEp5S { top:5.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG3XQn5qmbNIUuLFZU4tVwE4TlH7GdTF { top:8.375rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT9aOCfg5RS6JWGSvmKSJIqwRVuqNhy9 { top:7.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us9WPCahme21nktS7lrGDQwAx7ehQLRH { top:0.1875rem;left:9.1875rem;width:14.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCuSerTcKHXLnyt1SuA3eW2zxgMIUVpG { top:9.5625rem;left:23.875rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wccDsA3pUCfuZvwwCqSk0kSxOtfkg2Zz { top:7.4375rem;left:23.875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4XPJOu7sHC7l8DIPv1E6DTu5kGst4EZ { top:5.0625rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B66aA9TtSQDVlVn40NcVQFI1hUHvpVm0 { top:0rem;left:23.875rem;width:22.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2behSEzxtOToOw0t5TEPNZSd2K8Llkd { top:5.3125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIKu2VSqSy7t4VJF9xE1EeP0gIDfg8Wl { top:7.625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMESUULqvIfBOZtq2dbXswv9xr5rCrTA { top:9.75rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWx9ts3i57iTVaVtU81f60go3kbexIwE { top:0.1875rem;left:32.875rem;width:14.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4MNJ0Dvq6uFT69f4t948sHXy3aA7b9R { top:3.5rem;left:0rem;width:16.625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUnKiieroKCrDi7KbRPF6STIaGADNqQb { top:10.6875rem;left:0rem;width:18rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTi7DcLQdFdTtTu49g6LkVytdXZeRl9C { top:7.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt { display:none; }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { display:block; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkHs0k68z1AQv8W0wm6TvisWC0K5zMDi { top:0.1875rem;left:0rem;width:21.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTcQzyDTy1Td3FqMwvItI6udRstz4Dz { top:5.25rem;left:0rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Cu5UMf3PxOFU3XMB7LFo0J48TIK5f8 { top:5.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7kpAi1OQB5ObJnr9BmChzmoiOiOysB0 { top:7.375rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDyQsw1DvOJ6I8roDRhyy2UQ5i1ey3sb { top:7.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSBDGgZef5ELaTCpgNoPN8XTUm2WwlK { top:0.1875rem;left:9.1875rem;width:14.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzxU86oDqKGlhxMfzn7gGUGqTHhg9hf9 { top:9.6875rem;left:23.875rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsu0KvzWlKBHCJWHD2VaQM4l1kKkQb5b { top:7.4375rem;left:23.875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wofl32hpyGakcH06KTBTgFf90pFMI4hr { top:5.0625rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71k10vVvDdqWlToxqMk5cDPiS3NR8sE { top:0rem;left:23.875rem;width:22.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfRFRVGGUClNOdBsb2H7TSkEEK5n1Hb1 { top:5.3125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugRfePtgEdpbAZpdPc4lAToPzzD9iTIz { top:7.625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swhDEIOFMNJTtJL3S4yMUtnKZVrFPeha { top:9.875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBAvb7X0pstkNh3ESG589Mm48SxpuNPb { top:0.1875rem;left:32.875rem;width:14.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV { display:none; }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GzNAg91cGPPxnHSQdl1NbnMLSG9z0EyD { display:none; }#GzNAg91cGPPxnHSQdl1NbnMLSG9z0EyD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ItHP6SVw2IW4WH0pdmnxASF09URazXz4 { top:1.1875rem;left:0rem;width:20rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH8oh7CoNFmOX1B2RLezaE1GpZRTOC66 { top:7.625rem;left:0rem;width:16.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkXpJBcTN9tWaq0Fc1DnWneKaB2QiDmc { top:5.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miM7tPFtmlRlVHdDsCQeVUGQTi7Kwyw0 { top:10rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKJmHTFsvclMSuAK0zomOOtOWkgmAKD3 { top:7.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5RdhwB2RNxK92rUzb2sPIv51gwNUM0n { top:0.1875rem;left:9.1875rem;width:14.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka4xIIyZNMKSE9MMd4DlJo4FlgSSxAX0 { top:9.5625rem;left:23.875rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBqf4CF3fkJRfAqnENWTZBIzQhyiA0rB { top:7.4375rem;left:23.875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvkJkbBBgOEUlb2u3IWvt14C87ITfs69 { top:5.0625rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRvKGWTAswhfHoFJQZBf6QCtHH5qOHdT { top:0rem;left:23.875rem;width:22.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXW76T82oJoDyaxUK2qDC96KK0s9TNpk { top:5.3125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9cRElXMJFi9z5ktzR9raSQe0CEDDrK9 { top:7.625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgTcU7ogzCqve72WI3godVeOvV78DrTe { top:9.75rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5TDv3xUgsbbKIrZ3rN6v51socSwBURP { top:0.1875rem;left:32.875rem;width:14.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMLwcyc5v1BxTNzmC2mMZth3SAtlXf8R { top:12.4375rem;left:0rem;width:18.3125rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0itZUTcqmsBPGI7lbfEO50WEptTXKTq { top:7.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT { display:none; }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w9UCeMykQwCiRITzshzf5RxPNRV131Ma { display:block; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { top:3.4375rem;left:0rem;width:39.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { top:8.4375rem;left:0rem;width:38.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5M10w7az4G5B6KnwGip6WFgxiG1teNe { top:30.75rem;left:0rem;width:16.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsi2LEO21esUU9kTULIPhJ0NhmhETs0O { top:33.75rem;left:0rem;width:23.5rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgbuSUHvzM0vHT6GRArTw0GIJxyu6CR { top:33.75rem;left:24.8125rem;width:22.9375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IelrOO5BfU3UfTCTH5CuRHELklTUL8h5 { top:30.75rem;left:31.1875rem;width:16.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0vcxEJO5hLtHmLhIeic6fOb2bXInTtS { top:16.125rem;left:0.625rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOq9BJfmcO7GpGyVbui6yV0onFuOwHri { top:16.1875rem;left:33.6875rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlWOtWG2LpcJ33pfdL8IAUhsIkygi5fi { top:10.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzXDa3nyDzQGVFI6O3HVAslsOO4VQS1M { top:64.5rem;left:0rem;width:20rem;height:6.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDrMUXm3FnhRzBJv2mkFxxUE6QLL0XFL { top:67.25rem;left:0rem;width:20rem;height:6.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 { display:block; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9Pgd5Kd5XRzoS55weVQC2LmdBssD9qM { top:2.5rem;left:0rem;width:14.625rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJcayQ8FSPB4rnCrkVqhqy9ZyEWx4RVz { top:9.25rem;left:0rem;width:37.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwUUqh7FKa213IVHvDR6QwmaMId5hvbm { top:7.1875rem;left:0rem;width:15.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-regular-label { width:28.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-textarea { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-button { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-checkbox-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB  { width:28.75rem;height:auto;top:8rem;left:16.5rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .radio-container { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB {display:block;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB { width:28.75rem;height:auto;top:8rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #P3alh8xXe4TnyMilRyXuvJVTp0Z6JVFK {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #WFaHXMgMeCFf8zhxy8OdCe8dNqG7cOhi {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wgwfHCvXWyXKmZ2VtwOqqOqhTC9lPJ6d {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #s79cAkBrpEcsmNwaQt2nHb14E59T88ik {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #SNnhbTbMUllnbO0o48OEUrhUULLN3Nm8 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #k6rOvZgcL71ByA36oJ6HRgUDBhl5d3fB {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #XFcrruxnoqRVL3oy1ZTFyVHCZihv3fXE {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #krXDqqQVvL5T4NzsSngUGrtyXySBQq55 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #aEzl9GvDqIINTaIVMDr7cCBTp6PcvVNl {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wnrRpTwp4u1n99gFDVb4O4t0g4Hg0Pt0 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #W3NgD9JJLTS3ACXhqnrGH64ZmudowcP9 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #kqqGN2Pl3B5nzr40A7CCJE7mT3A3kp0u {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #hD0MfDXtbelKz4ItPhMXkfkolEl4LHmW {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #baD4tTzzXlqXc2KkDG6ZWskNTihtHFTE {  }
 }@media only screen and (max-width: 763px) { #ODcXIMCTGmLm2aelypKPdiTe7W1WNz4p { top:5.3125rem;left:16.5625rem;width:31.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCp380HNncJW8JwP3pmnTN5KnTGWaffo { top:6.25rem;left:23.875rem;width:16.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0PvoxUiZm14BvEtb1BbTakATS7QlIFH { top:15.6875rem;left:0rem;width:33.25rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuRZA8GfnTCwvW7NrftVKoJzmtI5MBBR { top:6.3125rem;left:0rem;width:20rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvGyVazcrcVXx6R3GRApnlA284JTsZKL { display:block; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGeP0PFCGuoHmLAc11BIqXEoUX4wLnuc { top:10.9375rem;left:28rem;width:1rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Ayoy04ulu8xSDHSWH1ue08yAqnHiAS { top:10.9375rem;left:25.6875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTayHOaRDGnamwUHf1O06lHk2ieZO5Ua { top:8.6875rem;left:14.5rem;width:18.8125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJx78kLqnE8M5vebkOoc1rXFcNCH62sf { top:10.9375rem;left:23.375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Q8ClknAXIDqTpcBbpQTzUeTPrC85vK { top:10.9375rem;left:21.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMCchQ7n32m73WqTqPk5L3ZTHrr0FSS { top:2.5625rem;left:18.0625rem;width:11.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7oP2upQuGmZXsC4SeqMsb2TAgqG6Jc { top:10.9375rem;left:18.75rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/97e5851c-0361-4913-984a-2f5fd44515f5/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.adaptive-delivery-prevent-bg, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyload, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyloading { background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { background-color: transparent; background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvC9G2XmvCxeZuKimgDkE7H60BBkw3RU { width:10.8125rem;height:4.875rem;top:7.9375rem;left:4.59375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsXhAC6xmR1e9AJhovaUuTPIGgw0FP1X { width:19.25rem;height:5.84895625rem;top:13.3125rem;left:0.375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6StP2G1KOao9Sw5h7AZe8x5q2rl9CUh { width:4.75rem;height:1.9375rem;top:27.533855438233rem;left:7.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wdTI74AVW0Q6reQM6vIBwun5WPoAbHRa { width:3.875rem;height:3.875rem;top:14.9374995rem;left:-1.75rem;overflow:hidden;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #W03htuWw5TX1BH59Qudmxe0U5xxoUd2u { top:29.9375rem;left:1.3125rem;width:6.5rem;height:2.625rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bLb1foyrhSfKrAupZPlK5StuiRIXU8kD { display:block; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTO3Ch04dRPF7cdaP6WZGTd4JANs1O7H { width:20rem;height:4.0625rem;top:2.0937519073486rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Wt2EyMbuyqequ7U6ktomywtBWqEukiwW { width:20rem;height:8.7734375rem;top:9.9375rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Fv5exT34s0uX9yCNTTyoHJInCC6VtQSQ { width:15.625rem;height:0.3125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2gHWzkhvWQzTIQ34E8XeGhHqvEeI4zM { width:2.4375rem;height:2rem;top:4.6451826095581rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FecTB2W65g2TroNuvrVoK9PtBrpyqaBm { width:20rem;height:7.3111875rem;top:19.3125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #qL05t2rDlw9MnQAayb528C2KVxPpTJqM { width:20rem;height:11.6979375rem;top:19.500000953674rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #CgbotC9XSxo34Wqi8m0LiJD2r9t5ZL1d { width:18.625rem;height:4.875rem;top:1.978515625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ustak5on0QBhLAdTXImb9Rl9LyfTCsOv { top:10.5625rem;left:0rem;width:20rem;height:10.3958375rem;z-index:15028;color:#fffdfd;font-family:"graphik upsa2";font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #J30TG5iqdpZd3TrfaGX4Z5IWnZS8vZTJ { top:42.937502622604rem;left:0rem;width:20rem;height:5.19791875rem;z-index:15030;color:#fffdfd;font-family:"graphik upsa2";text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #V9xEaTI2haPTDxZBuOiKeTIpLwQMtbAu { top:27.4375rem;left:0rem;width:9.4375rem;height:2.59895625rem;z-index:15030;color:#fffdfd;font-family:"graphik upsa2";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7CvTpGnbbRLm8cw37wkJvHtBQkxQx4A { top:27.4375rem;left:10.5625rem;width:9.4375rem;height:2.59895625rem;z-index:15031;color:#fffdfd;font-family:"graphik upsa2";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChM4bTAUG614cTLwKkdVxZB7RBUo4ov2 { top:36.0625rem;left:0rem;width:9.4375rem;height:2.59895625rem;z-index:15032;color:#fffdfd;font-family:"graphik upsa2";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUaPFVeBIObAPy712TtQiNUasTCgiT2k { top:36.0625rem;left:10.5625rem;width:9.4375rem;height:2.59895625rem;z-index:15033;color:#fffdfd;font-family:"graphik upsa2";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlicOTD28Ukw69k9KMzgU1TtaTZuwOK5 { display:flex;top:23.625rem;left:3.25rem;width:3rem;height:3rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #CQ5Q094MLrX65cQfwH1uAoX5uN7Ct0EI { display:flex;top:23.8125rem;left:14rem;width:2.5625rem;height:2.5625rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #CnEoQUu5HDWhZOycmb5NsF1SDdydHM3u { display:flex;top:32.375rem;left:14rem;width:2.5625rem;height:2.5625rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #S2RF6441UitvLEU4JInqyZ00bk6Guxqw { display:flex;top:32.4375rem;left:3.5rem;width:2.4375rem;height:2.4375rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #mfCs8w95BklWn8gBVgGS29bW8wNObJzU { background-color:#f1b434;background-image:none;display:block; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { background-color: transparent; background-image: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container > .video-iframe-container { display: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container { display: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .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); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy2FEJaPdXxAl0oaZf1gp37upb1eTEFH { width:15.3125rem;height:2.4375rem;top:1.6875rem;left:2.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImRWrZS3SphedfRkB18ETGOIW9uSKwxu { width:15.5625rem;height:1.3808625rem;top:4.125rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWlHQJed9x5pXmvFNeUIi58pSX21J1LB { width:15.5625rem;height:1.3808625rem;top:10.75rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ifmKnLp48ae7nkMUKe3piyWUbpiPzI { width:15.3125rem;height:2.4375rem;top:8.3125rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iwz1zkLOoJCTFu1VZayq4BSJkoJE8Vn4 { width:15.5625rem;height:1.3808625rem;top:16.9375rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOPrFHkydgCz1Qix24vbD7zosCKepT5f { width:15.3125rem;height:2.4375rem;top:14.5625rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x { display:block; }#pPF6Bx1rSqZNKu5aOkRrXrOuxCwnig7x > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McoEc9UbHv9nT0OVXOshobgKaDBgWCSH { width:20rem;height:7.3125rem;top:1.9375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JsNo2WpMMwuGwzIuk8NS4y0nv5P7BaH2 { width:16.5rem;height:0.3125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdZtOyJeLh3Zs2JN9PUXrCA925PT1Hf0 { width:20rem;height:6.09375rem;top:35.830729484558rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #angteocW8xqUIXENBXsvUiPBduWuAVco { width:16.75rem;height:1.625rem;top:42.6875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbRrQhDEkoo72ToNTlAg44IhxxAI4UZw { width:20rem;height:19.3319875rem;top:10.625000953674rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9MQ1ObsL4FOFVHiPDZwHI8cVkU906Rx { width:3.4375rem;height:2.8125rem;top:30.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO2lz4rZuzNxInCiSJmnyQxJogaZCL3H { width:2.5625rem;height:2.125rem;top:39.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAJPcvQrnxkni9TSiCnKVbTiHFQVEG68 { width:20rem;height:3.25rem;top:33.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gQKFqzVZ5546f2ra2UEpKCpJ8J2SO5cg { width:20rem;height:16.57033125rem;top:11.625rem;left:0rem;font-size:1.0625rem;z-index:15027;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DHVhgW2QtOFlobgzagi4V859XJuO1FZI { display:block; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL5zFr6K7i9LFxh5iEexNf4T5acC482V { display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kl7SkaG6y5yfUlTUfC6xDDsgd79hSTTH { width:20rem;height:13.808625rem;top:11.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ9wroykMsWnlqVUTiwzxC62qMTHdLts { width:16.3125rem;height:0.3125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { width:18.75rem;height:7.3125rem;top:1.5rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { width:9.9375rem;height:3.57421875rem;top:2.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { width:12.3125rem;height:2.76171875rem;top:7.3125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { width:0.9375rem;height:0.9375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXhb8hXx9FaUEX77aCnhVUUwBQ3gFsA { width:11.375rem;height:1.3808625rem;top:11.25rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Say376OHt6HWiADUhQxQK888WThD0w4z { width:0.9375rem;height:0.9375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPmfbaoPqiv4MlhBLm1mm2WhBlgi07VR { width:10.8125rem;height:1.3808625rem;top:18.75rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OkAaTyU4gIk6XgwqP1lU76zelzzA4VrS { width:0.9375rem;height:0.9375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #au2ucOMEBK6C6LCSABWtmclOLRIbgOIp { width:11rem;height:2.76171875rem;top:14.4375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TceNqu40yLhaGdDrw0wEFZH7ANBZNrT1 { width:0.9375rem;height:0.9375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEeEcHmwPvfcO4CPcM8ouEsJoGwz614 { width:8.25rem;height:8.0625rem;top:0rem;left:11.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AfOn8L49Xit0z7aNdZu5yGab4e9o2gpn { width:14.5625rem;height:2.76171875rem;top:56.75rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RDpd7NJVxSlrKSRkVv9fB8zHgMz0OGed { width:11.25rem;height:1.3808625rem;top:53.902997970581rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xD08O8LXrPcOQLduZSzQtrVl4URP4vIe { width:13.0625rem;height:1.3808625rem;top:51.027997970581rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ClIkGT4reiFkUseWmxRm9FGkST1GZT9T { width:10.875rem;height:1.3808625rem;top:48.090496063233rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WTl76CBLEmAH8nSDirKpOHBKeeErS3nu { width:14.4375rem;height:3.57421875rem;top:42.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #J65D8Oxf0fNdW3DpdO57XkxR1x8rM5Ke { width:0.9375rem;height:0.9375rem;top:48.312501907349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5906VeKmBgriqn3E4GRUroCTa2Zusid { width:0.9375rem;height:0.9375rem;top:51.250001907349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7h1vCFIFO7ECkQWJOQXnrnSd0iEK0zO { width:0.9375rem;height:0.9375rem;top:54.125001907349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPWpqa1NflnJ1rqeluGRavRSf5goGluU { width:0.9375rem;height:0.9375rem;top:57.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ic9WTJhEXOQU8rA6ZUCe5bo6oDlUtuh1 { width:8.25rem;height:8.0625rem;top:40.069661468267rem;left:11.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hsyUo8TfgDLKVLCIm49fPKangbMIRVHH { width:8rem;height:6.5625rem;top:0.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WOBM0tAlCm71BHR62Gv0N5uqmCf0MN { width:16.375rem;height:2.76171875rem;top:21.9375rem;left:1.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qeecbsZluSrqDA8voaNwg2CAQ4qPZ0GO { width:0.9375rem;height:0.9375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svZhAuC23FAoblbt1dGx6aK8T8XRKV6f { width:14.6875rem;height:2.76171875rem;top:26.1875rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zrQ3PRE4EvoN2hSelmHIgIFHZwnRRgBF { width:0.9375rem;height:0.9375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLCdzSfa8oqFNBMVKmNWoBWghhNLnfPn { width:0.9375rem;height:0.9375rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxEMF72KrHkTmT5Nvh8fHc0oBvKFRyL { width:15.3125rem;height:2.76171875rem;top:30.125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wI9dBxpSKnZvCGBT9EaRuXtupdoAvn6E { width:14.5rem;height:2.76171875rem;top:34.3125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGc6LxWABPNpAEU3yd9dJkylGmaWxAXs { width:0.9375rem;height:0.9375rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ab9ada6-e50e-4a16-aa50-66c964bdec86/comu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9.adaptive-delivery-prevent-bg, #TToQmJcZpiwi6KhiF41yNN53uWmuOSS9.lazyload, #TToQmJcZpiwi6KhiF41yNN53uWmuOSS9.lazyloading { background-image: none; }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .row .container { background-color: transparent; background-image: none; }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .row .container > .video-iframe-container { display: none; }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .row > .video-iframe-container { display: none; }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .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); }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .row .container { border-width: 0; border-radius: 0; }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TToQmJcZpiwi6KhiF41yNN53uWmuOSS9 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PC7p6UTGShg95VXtt4kPz7x80JTqU49N { display:block; }#PC7p6UTGShg95VXtt4kPz7x80JTqU49N > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq2WaoTpTFfKDDOrva4sphLBZvQhCdt4 { width:20rem;height:3.57421875rem;top:1.6868476867676rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1gmbBb9v4FV119vzVOO3PbNr6MR26xe { width:16.625rem;height:1.3808625rem;top:6.1875rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cX4QhnrK4JAVDMlG71U6UGhRvBgnHrpt { width:0.9375rem;height:0.9375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVM5tPPwBEJZfkRvRqn1pJOpaFoWAD0c { width:11.3125rem;height:1.3808625rem;top:8.9375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J4GT5SBwv4AhFrte28a1EhF8g0136Ta9 { width:0.9375rem;height:0.9375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyDyNsN2ENkinO3GFpbDSpdRS6dxm7M { width:17.25rem;height:1.3808625rem;top:43.9375rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CBfTsqlFfEkE9ldMeWeGSqUplSpC5ikI { width:18.5rem;height:1.3808625rem;top:28.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Vm0q4DE3yRKMhmILs7XDrHZRHPzDTAWv { width:0.9375rem;height:0.9375rem;top:39.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3RLch4XqoQ7vRz2kwCkgWTLutWt0J6I { width:0.9375rem;height:0.9375rem;top:41.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOrKQacnk7aoqLfw39LSKKV09Smr2ZgH { width:14.8125rem;height:12.1875rem;top:52.75rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9O9N8tPLWziN8Fi8MC4Ut9l8EPvAVys { width:11.5625rem;height:1.3808625rem;top:11.715495109558rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KT7ifJChzHD6Ol5r9G6Z6xIa1Qyms8sU { width:0.9375rem;height:0.9375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q65m8xBB7Q93bXsKDaTi2cIneTyF15mX { width:14.5625rem;height:12rem;top:29.5rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmtO5yK2TvWdPg0b6QPIEvPsG6VLNNQB { width:20rem;height:2.76171875rem;top:48.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PyBxsJAuAbfGiJCPMtJiGWTQdsWyo7cM { width:0.9375rem;height:0.9375rem;top:46.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWB558DrvSSrADnVas1mrnudJZtLz3oH { width:18.125rem;height:2.76171875rem;top:14.5625rem;left:1.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G9c56TOROu8UNqCAaLGIEGgZZK6NbxaN { width:0.9375rem;height:0.9375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciCpqWeTRP7d0EuO6SSb0rhf2Rurpdv0 { width:20rem;height:2.76171875rem;top:68.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MihTD9ultvT8iPeTHsHQAKzXTuRDMW1A { width:0.9375rem;height:0.9375rem;top:66.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xc8IDnT2SwZ9ee8SzP2CbOoqh6TMUnma { width:20rem;height:1.7871125rem;top:25.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GOgGoTNHMAtDKKr7Zc5bApmpRM9ylmms { width:8.625rem;height:7.125rem;top:31.1875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/93be63bb-d8be-4b30-a320-2c6b43eead6f/s.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn.adaptive-delivery-prevent-bg, #g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn.lazyload, #g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn.lazyloading { background-image: none; }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .row .container { background-color: transparent; background-image: none; }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .row .container > .video-iframe-container { display: none; }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .row > .video-iframe-container { display: none; }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .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); }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .row .container { border-width: 0; border-radius: 0; }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g5yOIxrnGRBCBp3ksI6lC9AFVgvUqipn > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { display:block; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXnUMKhCvvrACyKieuSKmM9r2RlyJxnO { width:16.624375rem;height:1.7871125rem;top:1.6874809265137rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #okEyd4NsBSX62Cyh7EGbMlpDi59tGArH { width:16.625rem;height:2.76171875rem;top:5rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ORou1wxZthQPda1F5TJFmbyJ7vAxuRTG { width:0.9375rem;height:0.9375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVUD4dWXCu61r1cJU8lAtU8tK4vi9T4B { width:11.3125rem;height:2.76171875rem;top:9.3125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fS5cuOfaMKcsRIKiUimXM63y2UI61m8z { width:0.9375rem;height:0.9375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdBXRitUIEOiMofPorwOWhyaZJFZGh4l { width:17.25rem;height:1.3808625rem;top:43.9375rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nx8X0MQwr4CVEGoWkGumT3fvC0bFxHfT { width:18.5rem;height:1.3808625rem;top:28.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #U94z4MWO9u2sPUIIwf69LRCSTfDsxG2x { width:0.9375rem;height:0.9375rem;top:39.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OztEyonI5d94dRvw69PR72GKpZ7ATFlI { width:0.9375rem;height:0.9375rem;top:41.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqyenRyXqXmqlB0tIUBFDvbkgS9FTeH6 { width:14.8125rem;height:12.1875rem;top:52.75rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBKBH63T8GJftAd4L9Icswv8pspLZgcu { width:11.5625rem;height:2.76171875rem;top:14.25rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zShbJTlR9JFRwfMexUz1Wk6fZXVt5CNh { width:0.9375rem;height:0.9375rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMtLcBHb4TPdZChHB6IGSah90AV9E1d { width:14.5625rem;height:12rem;top:29.5rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZlI8TT3BIF8H5J5hTh2pUaF3etskKJh { width:20rem;height:2.76171875rem;top:48.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #akvVaP1CP7OfmE0IXUx2S0xuVdudLyBy { width:0.9375rem;height:0.9375rem;top:46.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRanHFRRF7UNw9TPb7WZZO442nS1UktD { width:16.875rem;height:2.76171875rem;top:18.979168891907rem;left:1.7916667461395rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKbTenVVU0u9KfgIC17O07BHNpr3vIFZ { width:0.9375rem;height:0.9375rem;top:19.229168891907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr3NzLJ7RGEcCI9i0Hm90PC5fkvILhil { width:20rem;height:2.76171875rem;top:68.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pTMrl8FEnH5dhw4xulW9uCpr2zniEfXp { width:0.9375rem;height:0.9375rem;top:66.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrpSysUKNPFNnbVfIX61hye9ATBTuwe7 { width:6.8125rem;height:5.625rem;top:7.7617206573488rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEADidb83oH1RAaeFpBNFwxapILAJ3u3 { width:6.6875rem;height:5.5rem;top:12.880859375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgxqELzEoSp12uhwIOenngP47uL41htf { width:20rem;height:1.7871125rem;top:25.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dZPtkJ0fOxl4rI7EZ1H9pOxgy2IHiUVP { width:8.625rem;height:7.125rem;top:31.1875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wro07QbqwJVyxHNMslBsQ5N5m086GQT0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9b752b90-5328-4a88-9c38-2858b9d911f7/edu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0.adaptive-delivery-prevent-bg, #wro07QbqwJVyxHNMslBsQ5N5m086GQT0.lazyload, #wro07QbqwJVyxHNMslBsQ5N5m086GQT0.lazyloading { background-image: none; }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .row .container { background-color: transparent; background-image: none; }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .row .container > .video-iframe-container { display: none; }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .row > .video-iframe-container { display: none; }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .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); }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .row .container { border-width: 0; border-radius: 0; }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wro07QbqwJVyxHNMslBsQ5N5m086GQT0 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWS3tbOuf2EK2sZbf84FkVTnTDXDaxfc { display:block; }#zWS3tbOuf2EK2sZbf84FkVTnTDXDaxfc > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2s9Qc928hgTMawTvFGVMNoGDXWu51RM { width:11.8125rem;height:3.57421875rem;top:1.6868515014649rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yqaznKTtasXRAtKFWm4az9oCOgBreuGE { width:16.625rem;height:1.3808625rem;top:6.5625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C5mQ5qrBZ4mI1Qd74xKmpnU9wTwnUWIT { width:0.9375rem;height:0.9375rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioUPDJJdzN8FbOdguzXezzZdl9rcTxH1 { width:17.625rem;height:1.3808625rem;top:9.4375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zThp6g3bue5p9aFKDAT4nkGNnIV6Dall { width:0.9375rem;height:0.9375rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9JxdgOiMaBSEgBEUyalfTXmHPaFVfnh { width:17.25rem;height:1.3808625rem;top:43.9375rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nrUz8gZgeMluAkQpHnJMLTDybFyKnDDn { width:18.5rem;height:1.3808625rem;top:28.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uKNHJ28TUClMbdczoBJCcq6TaHecPnyZ { width:0.9375rem;height:0.9375rem;top:39.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U81DRyUfugCuadxtC6EcHeROUiWHDeVP { width:0.9375rem;height:0.9375rem;top:41.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKqlGN9fFG4KNOboBVWuosp6hofhVC7F { width:14.8125rem;height:12.1875rem;top:52.75rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DI3bDWh5bwR8U8VFLfhkMyd4TwvDf1fv { width:18.125rem;height:2.76171875rem;top:12.375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mC7ZhiMTxghgdNhOL3zghf9vzKTrTWWH { width:0.9375rem;height:0.9375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEp6irOTMci1wWv5sumLKVJqFRCZrVTk { width:14.5625rem;height:12rem;top:29.5rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTGp6S4LTlatBsK5tBHZgQn8ZHObieb5 { width:20rem;height:2.76171875rem;top:48.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ydgF8GNIizGe26ZH5pz197GTMX0K7kUk { width:0.9375rem;height:0.9375rem;top:46.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kL3HZspJVDODfVqdpOyRemS6nWKtVFye { width:0.9375rem;height:0.9375rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJLD2X9UBlSkb13ggNUTC4CpSICQcCtn { width:20rem;height:2.76171875rem;top:68.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WzuT2fGwF7sDIHeieS2nRIROSF35hMuf { width:0.9375rem;height:0.9375rem;top:66.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGyt8uSU12luNRqDI9AwPILhsig05vAu { width:20rem;height:1.7871125rem;top:25.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #e1QWNJkbeknMrTcCOcE6AII1r085pVzN { width:8.625rem;height:7.125rem;top:31.1875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoP6ySMk2a8PcvCnMQ7cVpptZHLkEcwG { width:8rem;height:6.5625rem;top:0rem;left:12rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #rHKqXDFwHCG1ZQbdCtPVSfG5qxWwCccT { width:18.125rem;height:2.76171875rem;top:16.625rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f8d558b9-b575-421a-a100-08a15308e06c/info.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf.adaptive-delivery-prevent-bg, #O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf.lazyload, #O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf.lazyloading { background-image: none; }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .row .container { background-color: transparent; background-image: none; }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .row .container > .video-iframe-container { display: none; }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .row > .video-iframe-container { display: none; }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .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); }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .row .container { border-width: 0; border-radius: 0; }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5fgE1URPDxUksEXfh0sJoeo4dXuTrbf > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R { display:block; }#qAfIXu1ACBmT8v4hemGTi4DK8GcdAh3R > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P36e3tyzxiqLlmoOnFmWWRWmVguBppeU { width:16.62475rem;height:1.7871125rem;top:1.9375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W1J9kxvcRl4Db0y4nZPcNBUkVEac3g08 { width:16.625rem;height:1.3808625rem;top:5.0625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JbMqbdswvR617E3FZEpBkVMVnHOl1hEF { width:0.9375rem;height:0.9375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuHHygsnFavUwzEQ4TOOzkodPMyGn1cF { width:17.25rem;height:1.3808625rem;top:20.9375rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hVrXfkhlFfRrnC3Z6k5Le7rP8TEBGR97 { width:18.5rem;height:1.3808625rem;top:16.125rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #F59y1F7VhnX5PxxGT9ySCt7zZq77P64z { width:20rem;height:1.7871125rem;top:8.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dk1VRRXCTwGRx7EHPH6A6s4ICT9onUo9 { width:0.9375rem;height:0.9375rem;top:13.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2BmBw8nG0hFtOTVTwPxAFy35fNq96zh { width:0.9375rem;height:0.9375rem;top:18.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vETZnutmZVliuIU1P1Xg4ZT5mJ217mDc { width:17.25rem;height:2.76171875rem;top:25.8125rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zMDt6dt2X9UXLWlKa1wAfvCEI2Ee8vLS { width:0.9375rem;height:0.9375rem;top:23.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3UfLEkhbBW1Ds6OeL5WV6HHTseikcJ1 { width:14.6875rem;height:12.125rem;top:71.73048125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcfDFp61VDF8D89dfT7aN6fDoewp01iw { width:14.5625rem;height:12rem;top:37.138675rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdHucPWJTF5HMThz7TwVolvmhD5RUTCL { width:20rem;height:1.21875rem;top:11.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/97816329-4299-4456-a0e0-baa7acef8e1a/psico.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO.adaptive-delivery-prevent-bg, #cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO.lazyload, #cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO.lazyloading { background-image: none; }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .row .container { background-color: transparent; background-image: none; }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .row .container > .video-iframe-container { display: none; }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .row > .video-iframe-container { display: none; }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .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); }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .row .container { border-width: 0; border-radius: 0; }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNOIWnqLT6oQzSyNV9gq5HGtFMB2MeqO > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEa4S0BUsdVDyVUboDGQJIURIx1GIDwQ { display:block; }#OEa4S0BUsdVDyVUboDGQJIURIx1GIDwQ > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtulS7ACKoFEhJ9JznwFVflxr5OlnhQT { width:19.875rem;height:1.7871125rem;top:1.1907539367676rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vLJwKsCl9dmeTZ8T813tEVJGqmgit1qA { width:16.625rem;height:1.3808625rem;top:6rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K5au4Hee2Cy0AKVoPoeVlqDlTQ3vEp5S { width:0.9375rem;height:0.9375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG3XQn5qmbNIUuLFZU4tVwE4TlH7GdTF { width:13.8125rem;height:1.3808625rem;top:8.375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LT9aOCfg5RS6JWGSvmKSJIqwRVuqNhy9 { width:0.9375rem;height:0.9375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us9WPCahme21nktS7lrGDQwAx7ehQLRH { width:14.6875rem;height:12.125rem;top:41.9570375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCuSerTcKHXLnyt1SuA3eW2zxgMIUVpG { width:18.75rem;height:2.76171875rem;top:33.125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wccDsA3pUCfuZvwwCqSk0kSxOtfkg2Zz { width:13.0625rem;height:1.3808625rem;top:28.3125rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #r4XPJOu7sHC7l8DIPv1E6DTu5kGst4EZ { width:18.5rem;height:1.3808625rem;top:23.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #B66aA9TtSQDVlVn40NcVQFI1hUHvpVm0 { width:20rem;height:5.361325rem;top:14.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #E2behSEzxtOToOw0t5TEPNZSd2K8Llkd { width:0.9375rem;height:0.9375rem;top:21.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIKu2VSqSy7t4VJF9xE1EeP0gIDfg8Wl { width:0.9375rem;height:0.9375rem;top:26.125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMESUULqvIfBOZtq2dbXswv9xr5rCrTA { width:0.9375rem;height:0.9375rem;top:30.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWx9ts3i57iTVaVtU81f60go3kbexIwE { width:14.875rem;height:12.25rem;top:77.77865625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4MNJ0Dvq6uFT69f4t948sHXy3aA7b9R { width:16.625rem;height:1.3808625rem;top:3.228515625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #MUnKiieroKCrDi7KbRPF6STIaGADNqQb { width:18rem;height:2.76171875rem;top:10.6875rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #oTi7DcLQdFdTtTu49g6LkVytdXZeRl9C { width:0.9375rem;height:0.9375rem;top:11.0625rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2164be0-b65a-4970-9d72-b7a3a866ab61/salus.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt.adaptive-delivery-prevent-bg, #E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt.lazyload, #E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt.lazyloading { background-image: none; }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .row .container { background-color: transparent; background-image: none; }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .row .container > .video-iframe-container { display: none; }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .row > .video-iframe-container { display: none; }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .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); }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .row .container { border-width: 0; border-radius: 0; }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1dzRUsEJrg0iFInsefr6E9IKCW2DCUt > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { display:block; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkHs0k68z1AQv8W0wm6TvisWC0K5zMDi { width:16.624375rem;height:3.57421875rem;top:1.1907558441162rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PkTcQzyDTy1Td3FqMwvItI6udRstz4Dz { width:16.625rem;height:1.3808625rem;top:5.75rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0Cu5UMf3PxOFU3XMB7LFo0J48TIK5f8 { width:0.9375rem;height:0.9375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7kpAi1OQB5ObJnr9BmChzmoiOiOysB0 { width:13.8125rem;height:1.3808625rem;top:8.10417175293rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EDyQsw1DvOJ6I8roDRhyy2UQ5i1ey3sb { width:0.9375rem;height:0.9375rem;top:8.326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSBDGgZef5ELaTCpgNoPN8XTUm2WwlK { width:14.6875rem;height:12.125rem;top:41.9570375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzxU86oDqKGlhxMfzn7gGUGqTHhg9hf9 { width:18.75rem;height:2.76171875rem;top:33.125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dsu0KvzWlKBHCJWHD2VaQM4l1kKkQb5b { width:13.0625rem;height:1.3808625rem;top:28.3125rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wofl32hpyGakcH06KTBTgFf90pFMI4hr { width:18.5rem;height:1.3808625rem;top:23.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #I71k10vVvDdqWlToxqMk5cDPiS3NR8sE { width:20rem;height:5.361325rem;top:14.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pfRFRVGGUClNOdBsb2H7TSkEEK5n1Hb1 { width:0.9375rem;height:0.9375rem;top:21.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugRfePtgEdpbAZpdPc4lAToPzzD9iTIz { width:0.9375rem;height:0.9375rem;top:26.125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #swhDEIOFMNJTtJL3S4yMUtnKZVrFPeha { width:0.9375rem;height:0.9375rem;top:30.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBAvb7X0pstkNh3ESG589Mm48SxpuNPb { width:14.875rem;height:12.25rem;top:77.77865625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9eecbeae-bc1a-4532-9881-75529d66957f/filo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV.adaptive-delivery-prevent-bg, #nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV.lazyload, #nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV.lazyloading { background-image: none; }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .row .container { background-color: transparent; background-image: none; }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .row .container > .video-iframe-container { display: none; }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .row > .video-iframe-container { display: none; }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .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); }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .row .container { border-width: 0; border-radius: 0; }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nb1w1k66H0Q9oTf8HwkgquVfXLxod6SV > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzNAg91cGPPxnHSQdl1NbnMLSG9z0EyD { display:block; }#GzNAg91cGPPxnHSQdl1NbnMLSG9z0EyD > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItHP6SVw2IW4WH0pdmnxASF09URazXz4 { width:20rem;height:5.361325rem;top:1.1907577514649rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cH8oh7CoNFmOX1B2RLezaE1GpZRTOC66 { width:16.625rem;height:1.3808625rem;top:7.625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xkXpJBcTN9tWaq0Fc1DnWneKaB2QiDmc { width:0.9375rem;height:0.9375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #miM7tPFtmlRlVHdDsCQeVUGQTi7Kwyw0 { width:13.8125rem;height:1.3808625rem;top:10rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKJmHTFsvclMSuAK0zomOOtOWkgmAKD3 { width:0.9375rem;height:0.9375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5RdhwB2RNxK92rUzb2sPIv51gwNUM0n { width:14.6875rem;height:12.125rem;top:41.9570375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ka4xIIyZNMKSE9MMd4DlJo4FlgSSxAX0 { width:18.75rem;height:2.76171875rem;top:33.125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aBqf4CF3fkJRfAqnENWTZBIzQhyiA0rB { width:13.0625rem;height:1.3808625rem;top:28.3125rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TvkJkbBBgOEUlb2u3IWvt14C87ITfs69 { width:18.5rem;height:1.3808625rem;top:23.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qRvKGWTAswhfHoFJQZBf6QCtHH5qOHdT { width:20rem;height:5.361325rem;top:14.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SXW76T82oJoDyaxUK2qDC96KK0s9TNpk { width:0.9375rem;height:0.9375rem;top:21.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9cRElXMJFi9z5ktzR9raSQe0CEDDrK9 { width:0.9375rem;height:0.9375rem;top:26.125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgTcU7ogzCqve72WI3godVeOvV78DrTe { width:0.9375rem;height:0.9375rem;top:30.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5TDv3xUgsbbKIrZ3rN6v51socSwBURP { width:14.875rem;height:12.25rem;top:77.77865625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMLwcyc5v1BxTNzmC2mMZth3SAtlXf8R { width:18.3125rem;height:2.76171875rem;top:12.4375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #W0itZUTcqmsBPGI7lbfEO50WEptTXKTq { width:0.9375rem;height:0.9375rem;top:12.625rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/13cb1b91-4a08-4b30-a0af-798963afdd8a/seg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT.adaptive-delivery-prevent-bg, #Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT.lazyload, #Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT.lazyloading { background-image: none; }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .row .container { background-color: transparent; background-image: none; }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .row .container > .video-iframe-container { display: none; }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .row > .video-iframe-container { display: none; }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .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); }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .row .container { border-width: 0; border-radius: 0; }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q70LGumrLPiv7ntXwWs5CyCxqPPkKzPT > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9UCeMykQwCiRITzshzf5RxPNRV131Ma { background-color:#202a44;background-image:none;display:block; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { background-color: transparent; background-image: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row > .video-iframe-container { display: none; }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .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); }#w9UCeMykQwCiRITzshzf5RxPNRV131Ma > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { width:16.5625rem;height:4.875rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { width:13.75rem;height:0.3125rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5M10w7az4G5B6KnwGip6WFgxiG1teNe { width:16.625rem;height:1.625rem;top:36.3125rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bsi2LEO21esUU9kTULIPhJ0NhmhETs0O { width:20rem;height:6.497375rem;top:38.5625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OGgbuSUHvzM0vHT6GRArTw0GIJxyu6CR { width:20rem;height:6.497375rem;top:67.5625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #IelrOO5BfU3UfTCTH5CuRHELklTUL8h5 { width:16.5625rem;height:1.625rem;top:64.8125rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0vcxEJO5hLtHmLhIeic6fOb2bXInTtS { width:14.9375rem;height:14.9375rem;top:19.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOq9BJfmcO7GpGyVbui6yV0onFuOwHri { width:15.3125rem;height:15.3125rem;top:48rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlWOtWG2LpcJ33pfdL8IAUhsIkygi5fi { width:20rem;height:9.666rem;top:63.658854484556rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzXDa3nyDzQGVFI6O3HVAslsOO4VQS1M { width:20rem;height:6.9043125rem;top:9.3893232345581rem;left:0rem;font-size:1.0625rem;z-index:15028;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sDrMUXm3FnhRzBJv2mkFxxUE6QLL0XFL { width:20rem;height:6.497375rem;top:67.25000190735rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 { display:block; }#dD7kk6uoJPeHuoxZE4qnpTViKAbJ9r90 > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9Pgd5Kd5XRzoS55weVQC2LmdBssD9qM { width:20rem;height:2.4375rem;top:1.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJcayQ8FSPB4rnCrkVqhqy9ZyEWx4RVz { width:20rem;height:8.285125rem;top:6.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwUUqh7FKa213IVHvDR6QwmaMId5hvbm { width:10.0625rem;height:0.3125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-text {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-select {padding-top: 0; padding-bottom: 0;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB  { width:17.5rem;height:auto;top:18.9375rem;left:0rem; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB {display:block;}#hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB { width:17.5rem;height:auto;top:18.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #P3alh8xXe4TnyMilRyXuvJVTp0Z6JVFK {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #WFaHXMgMeCFf8zhxy8OdCe8dNqG7cOhi {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wgwfHCvXWyXKmZ2VtwOqqOqhTC9lPJ6d {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #s79cAkBrpEcsmNwaQt2nHb14E59T88ik {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #SNnhbTbMUllnbO0o48OEUrhUULLN3Nm8 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #k6rOvZgcL71ByA36oJ6HRgUDBhl5d3fB {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #XFcrruxnoqRVL3oy1ZTFyVHCZihv3fXE {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #krXDqqQVvL5T4NzsSngUGrtyXySBQq55 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #aEzl9GvDqIINTaIVMDr7cCBTp6PcvVNl {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #wnrRpTwp4u1n99gFDVb4O4t0g4Hg0Pt0 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #W3NgD9JJLTS3ACXhqnrGH64ZmudowcP9 {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #kqqGN2Pl3B5nzr40A7CCJE7mT3A3kp0u {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #hD0MfDXtbelKz4ItPhMXkfkolEl4LHmW {  }
 }@media only screen and (max-width: 763px) { #hu1mlJD2VrXICHoqHBFWf5GOIonLc9nB #baD4tTzzXlqXc2KkDG6ZWskNTihtHFTE {  }
 }@media only screen and (max-width: 763px) { #ODcXIMCTGmLm2aelypKPdiTe7W1WNz4p { width:20rem;height:2.75rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCp380HNncJW8JwP3pmnTN5KnTGWaffo { width:16.5625rem;height:1.625rem;top:17.25rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h0PvoxUiZm14BvEtb1BbTakATS7QlIFH { width:20rem;height:13.270676691729rem;top:16.1966125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuRZA8GfnTCwvW7NrftVKoJzmtI5MBBR { width:20rem;height:8.285125rem;top:6.319664001465rem;left:0rem;font-size:1.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #tvGyVazcrcVXx6R3GRApnlA284JTsZKL { display:block; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGeP0PFCGuoHmLAc11BIqXEoUX4wLnuc { width:1rem;height:1.0625rem;top:9.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Ayoy04ulu8xSDHSWH1ue08yAqnHiAS { width:1rem;height:1rem;top:9.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTayHOaRDGnamwUHf1O06lHk2ieZO5Ua { width:18.8125rem;height:0.875rem;top:7.75rem;left:0.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJx78kLqnE8M5vebkOoc1rXFcNCH62sf { width:1rem;height:1rem;top:9.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Q8ClknAXIDqTpcBbpQTzUeTPrC85vK { width:1.25rem;height:1.25rem;top:9.8125rem;left:7.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aUMCchQ7n32m73WqTqPk5L3ZTHrr0FSS { width:11.625rem;height:4.6875rem;top:1.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7oP2upQuGmZXsC4SeqMsb2TAgqG6Jc { width:1.0625rem;height:1.0625rem;top:9.8125rem;left:5rem;display:block; }
 }