.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 > .row .container { background-color: transparent; background-image: none; }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 > .row .container > .video-iframe-container { display: none; }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 > .row > .video-iframe-container { display: none; }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 > .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); }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 > .row .container { border-width: 0; border-radius: 0; }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 > .row > .video-iframe-container {  }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#Q8yTNtMMdhi2XDuiVVZneHvGvLGDEUhP { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.443359375rem;left:9.875rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DJrRX9kwMQc3CKmlBCoVEZRbeIB73rPC { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:1.8125rem;left:0rem;display:block; }
#HUBFmE1mPeRdo0L7hPRgv3fFhIyQE6d2 { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:1.59375rem;left:16.125rem;display:block; }
#BWbaSxfNbsQSk5xVH9zAxaBRCVVEwDQK { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:1.828125rem;left:10.875rem;display:block; }
#Q4k3eTR8zFB0o7uLvK7V4PGfGTP5IM43 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:1.28125rem;left:25.34375rem;height:0;text-align:center;text-align-last:center;display:none; }
#fFSIA4fgnMfggdeLyzrzIW16LdDvkKAd { position:absolute;display:block;z-index:100010;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f2dc6b;border-left:0.0625rem solid #f2dc6b;border-right:0.0625rem solid #f2dc6b;border-bottom:0.0625rem solid #f2dc6b;height:5rem;width:4.5rem;top:0.5625rem;left:39.5625rem;display:none; }
#WhZPVNNfwJmX0Hi6kX7M30lv8ThT7r1n { position:absolute;display:block;z-index:100011;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f2dc6b;border-left:0.0625rem solid #f2dc6b;border-right:0.0625rem solid #f2dc6b;border-bottom:0.0625rem solid #f2dc6b;height:5rem;width:4.5rem;top:0.5625rem;left:44.875rem;display:none; }
#TPZuLZz1hXfdbCOmn4zvLn2viUnp14A6 { position:absolute;display:block;z-index:100012;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f2dc6b;border-left:0.0625rem solid #f2dc6b;border-right:0.0625rem solid #f2dc6b;border-bottom:0.0625rem solid #f2dc6b;height:5rem;width:4.5rem;top:0.5625rem;left:50.125rem;display:none; }
#gQ4TrBdtxb5GKXvL7gNevRaRZSxten1g { position:absolute;display:block;z-index:100013;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f2dc6b;border-left:0.0625rem solid #f2dc6b;border-right:0.0625rem solid #f2dc6b;border-bottom:0.0625rem solid #f2dc6b;height:5rem;width:4.5rem;top:0.5rem;left:55.375rem;display:none; }
#kCBX2i9NILko9cd4Qugi7yAxTzNNHsUu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.125rem;width:47.8125rem;display:none; }
#bP3xKagasDZRvawU2z9lr8pg7T94OPII { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.75rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:1.53125rem;left:0rem;display:block; }
#dga19TULWPJH0cwtJwAV8cM6AHJHIcte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NFnfgigRbC84WWvsiftftnNXoX1f83dv { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -o-linear-gradient(214deg, #ffd771, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd771', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd771', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffd771, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.75rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:1.53125rem;left:17.0625rem;display:block; }
#X7AHu1V8UcHXN36XVT3ZsFcb06f3teXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WpJIBlPVgpcvEZLdbuPXTHUTd7OyliCM { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -o-linear-gradient(214deg, #ffd771, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd771', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd771', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffd771, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.75rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:1.53125rem;left:28.4375rem;display:block; }
#AyEg0dy6p6pWdST2TRKWMoCJ9mxKvImV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VwG4myVNKHufWsIyU4AxMhFRbv3y1NXC { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -o-linear-gradient(214deg, #ffd771, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd771', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd771', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffd771, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.75rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:1.53125rem;left:40.5rem;display:block; }
#oLBZVXwFt7uysNWvazbvRVKOfpUe2fcQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xDJ8sr9n1HTMWyi09fXVt2Hw22DlFaK1 { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:1.59375rem;left:27.75rem;display:block; }
#pE8s48S69wwP1ZTxvRaH4GxQiJtAr3ax { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:1.59375rem;left:39.125rem;display:block; }
#TGlO0ownQRDyAbBHskgWVAwaUOHHGAoA { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffd771, #cec6a0);background-image: -o-linear-gradient(214deg, #ffd771, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd771', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd771', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffd771, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.75rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:1.53125rem;left:52.125rem;display:block; }
#ruWiDFbq0bRZt2n9EdzVpZDiQax1Td0E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bQdnH6kRmucQTkvtCdbV1V4zUTwSThhK { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:1.802734375rem;left:51.1875rem;display:block; }
#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/t6xGdIJn/layout_CEO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW.adaptive-delivery-prevent-bg, #tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW.lazyload, #tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW.lazyloading { background-image: none; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row .container { background-color: transparent; background-image: none; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row .container > .video-iframe-container { display: none; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row > .video-iframe-container { display: none; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .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); }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row .container { border-width: 0; border-radius: 0; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row > .video-iframe-container {  }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row .container { width:60rem;height:61.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DaFezuFeftLbW6mt96FRXvqxnFTRAAUt { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:11.25rem;top:29.309958457947rem;left:33.447269439698rem;overflow:hidden;display:block; }
#kasFbDIUvNgKaQZx0073nIJ2cIvHC0cA { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:4.375rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:11.4375rem;left:29.9375rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CG0hiSaRBRJdGDTd3TVMTJBriPgAry62 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.875rem;width:45.4375rem;top:12.5rem;left:-14.4443359375rem;overflow:hidden;display:block; }
#HFAmRP22dOCTlC7nNkl5WTpCauJ4wr0i { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:oswald;font-size:3.625rem;font-weight:400;z-index:100002;line-height:1.2;letter-spacing:0;top:14.40625rem;left:32.1357421875rem;height:8.699225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jz42tofRiIuyBPNKaRNQ1XH3sEROkOUn { position:absolute;display:block;z-index:100026;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:21.875rem;width:0;top:15rem;left:30.3681640625rem;display:block; }
#ENOm1ziznDwtdq1lFZgrVXMCOCk1IJQT { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:oswald;font-size:3.5rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:40.060766220093rem;left:-10.25rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ah4sABBxTlkseiliRL7psVJATEA5J8LD { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:4.375rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:11.4375rem;left:29.9375rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eR3lhvJ19nJogNb7vGKpXDrre2ezg35F { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:5.125rem;font-weight:400;z-index:100027;line-height:1.5;letter-spacing:0;top:4.1221790313721rem;left:-11rem;height:15.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#If6PCPgLOTf7xaznlvByglfXoLtlzJWg { color:#ffffff;display:block;width:26.624375rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:24.373916625976rem;left:32.135417938233rem;height:4.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row .container { background-color: transparent; background-image: none; }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row .container > .video-iframe-container { display: none; }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row > .video-iframe-container { display: none; }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .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); }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row .container { border-width: 0; border-radius: 0; }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row > .video-iframe-container {  }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#CE6yThvZKdfRtDWKkEdzJOzvx4TGlrTt { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nt3aQprS5DJfnvt27rPlFlqwQL3CEM3g { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:4.685546875rem;left:-9.5rem;height:30.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cfs1ye8PCQqDE87Row48TENXC4TTa25a { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:17.125rem;top:5.935546875rem;left:56.679228136524rem;overflow:hidden;display:block; }
#prCVTFcHeKT3or3BT4O2aUTZAR5A7SCh { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #daa520, #ffffff);background-image: -moz-linear-gradient(214deg, #daa520, #ffffff);background-image: -ms-linear-gradient(214deg, #daa520, #ffffff);background-image: -o-linear-gradient(214deg, #daa520, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa520', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa520', endColorstr='#ffffff' );";background-image: linear-gradient(214deg, #daa520, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.3125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:19.1826171875rem;left:58.5009765625rem;display:block; }
#SCX88J9CUgRxb8d55UGzMX4p8UvvWv07 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hz19QmzbfRQivG2XfeWTZLk6nqUlD1Qk { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.5595703125rem;left:-9.375rem;height:6.173825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row .container { background-color: transparent; background-image: none; }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row .container > .video-iframe-container { display: none; }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row > .video-iframe-container { display: none; }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .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); }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row .container { border-width: 0; border-radius: 0; }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row > .video-iframe-container {  }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:block; }#zegJDHvTRg6pdJxbzWocUc3ycTTXNAb0 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CVNGvLMJ6iTlW7twWgcflSmQ9HTJW21n { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.561875rem;width:41.1230625rem;top:5.4687509536743rem;left:10.748699188233rem;display:block; }
#aOMznXaPgQ5LwTMiHFhfEtC4w75ZrDKT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSMP16L5LCwI4VXeNDvbTOc2O6IVWE4z { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32.125rem;top:0.16384601593018rem;left:-21.911243655031rem;overflow:hidden;display:block; }
#UWG7JQhDMR8LpDGuQTqonL3QHef4LCFn { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.749375rem;width:45.061875rem;top:4.375rem;left:7.4375rem;display:block; }
#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/t6xGdIJn/layout_CEO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5.adaptive-delivery-prevent-bg, #c3yKunaDpVEnaU4QWuACPpSflFzb8MB5.lazyload, #c3yKunaDpVEnaU4QWuACPpSflFzb8MB5.lazyloading { background-image: none; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row .container { background-color: transparent; background-image: none; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row .container > .video-iframe-container { display: none; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row > .video-iframe-container { display: none; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .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); }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row .container { border-width: 0; border-radius: 0; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row > .video-iframe-container {  }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row .container { font-size:0.875rem;font-family:arial;height:91.75rem;width:60rem;position:relative;display:block; }#LkEKXuEWSmCFSVXhXoTEPvbKqgxordbC { box-sizing:content-box;color:#000000;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:64.5rem;left:6.0625rem;display:block; }
#yXxS9pV2PxKGGZLbHaXVdN4Mgs0TaTfc { box-sizing:content-box;color:#ffffff;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:62.875rem;left:4.625rem;display:block; }
#UMhwxpzAxE9XVkUe1arsIaE4uRTKtQ73 { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:71.0000038147rem;left:1.53125rem;height:9.56055rem;text-align:center;text-align-last:center;display:block; }
#tSrbr0F5GuG1HEK8gDZl5avmLZ0vidwO { box-sizing:content-box;color:#ffffff;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:62.875rem;left:19.4375rem;display:block; }
#LD8sTV1oJZxceMuLPrv1HSZo6Ar2ngcl { color:#ffd96b;display:block;width:13.0620625rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:68.5625rem;left:2.4375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WUDT2bgEM0LoMEQIvDnsiTvcPuoHbeNc { color:#ffd96b;display:block;width:9.0625rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:68.5625rem;left:18rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSHiweyGUBMCmQvQ6pME6SGtXMZuJGmS { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:71.9531288147rem;left:15.531253814698rem;height:9.5605625rem;text-align:center;text-align-last:center;display:block; }
#w9otHK1tQxC3JobUuTDOOrfiEO2SS2iT { box-sizing:content-box;color:#000000;font-size:2.9375rem;font-weight:400;line-height:1;height:4.24913125rem;width:4.24913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:64.125rem;left:20.5rem;display:block; }
#fEuffXEOd8SZygd08Nk2zcLXlDtHBbRz { box-sizing:content-box;color:#ffffff;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:62.875rem;left:34.8125rem;display:block; }
#erXdmqMp9HL8kJtBAlXAHa5FTGgq90hM { box-sizing:content-box;color:#000000;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:64.0625rem;left:36rem;display:block; }
#xOeTqZm0N0vqzlSIPmEax8Za0prO24sV { color:#ffd96b;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:68.529951095581rem;left:29.875003814698rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QxFvnbgV3yGFFQ1tT1hcGR7s22XXcaZp { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:71.9218788147rem;left:31.343753814698rem;height:7.6484375rem;text-align:center;text-align-last:center;display:block; }
#gvA0MwAyrZkp27JvNAPLlXz2yg7csS6a { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:71.705732345581rem;left:46.312503814698rem;height:9.5605625rem;text-align:center;text-align-last:center;display:block; }
#TMEOCcKMrzlotqkIgPGM6BzFWqzpVB8Q { box-sizing:content-box;color:#ffffff;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:62.875rem;left:49.875rem;display:block; }
#yiR9cLlhvZCwo5HQHQDwB0m1qZtcWO7Q { box-sizing:content-box;color:#000000;font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:64.25rem;left:51.125rem;display:block; }
#bvCbNVTIB83OJl9lCu2bQ5T1glyeuRcp { color:#ffd96b;display:block;width:6.25rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:68.561201095581rem;left:49.906253814698rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZhTswNdZFcfVJIIUhF7qiLZzkxi1Sg2 { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #dad5c5);background-image: -moz-linear-gradient(214deg, #ffcd33, #dad5c5);background-image: -ms-linear-gradient(214deg, #ffcd33, #dad5c5);background-image: -o-linear-gradient(214deg, #ffcd33, #dad5c5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#dad5c5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#dad5c5' );";background-image: linear-gradient(214deg, #ffcd33, #dad5c5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9970625rem;height:4.18555rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:83.2500038147rem;left:20.500003814698rem;display:block; }
#QgWrCoMvXeEPCJhJKOd8341ndTLmSIrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RWrzeaqHK4aQGWCHfTFkaU3q0XWbBn2T { color:#f2dc6b;display:block;width:55.3125rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:5.5615234375rem;left:-5.6875rem;height:3.73698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kho7UDctQdPcx9ImLVSfo9pyJDmg90NB { color:#d7b509;display:block;width:41.5625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:1.6250038146973rem;left:-5.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nAEHWpTvrduLwnTyeqnE8ZnJI5rAT2ZJ { box-sizing:content-box;color:#ffd96b;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:10.9375rem;left:0rem;display:block; }
#SynvJKcqLWQSDkMHyUetN8OEpxT3ZCAI { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:11.515625rem;left:4.75rem;height:4.0371125rem;text-align:left;text-align-last:left;display:block; }
#dbPF9RbsbQ8uwmo75zyTd9HfWwsmwCKc { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:13.6875rem;left:0rem;display:block; }
#MbIspJL1s21okitGwz0gisNMTs4rkHZr { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:14.17578125rem;left:4.75rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#p7XVRoMEnaTrMTAOTxmi1gBDWuuThfmC { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:17.59375rem;left:0rem;display:block; }
#f5n6Vpgel0G44kLQVQ1sSFHzuHsrOzQO { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:17.62890625rem;left:4.75rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#SPFDV4tn4uVVTTt3pMuhPcQmtIkGesAV { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:22.218746185302rem;left:0rem;display:block; }
#RvFTGdI8R8zUOTqNBrTRmMmb4b7kEF69 { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:22.374996185302rem;left:4.75rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#QShdabhdzWztIbosT44HHqRbxxTCJbkJ { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:27.389326095581rem;left:0rem;display:block; }
#NgLcN4JIvkUys9pK3EJLHOZao4XDRTTb { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:26.873691558838rem;left:4.75rem;height:4.0371125rem;text-align:left;text-align-last:left;display:block; }
#FlXDWgAS6nsQtAwAUVCO3rs0TfZz4fD3 { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:32.462244033814rem;left:0rem;display:block; }
#qPWbhWmVBbkTHeSEB788rTp0eVUTIb6u { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:31.945314407349rem;left:4.75rem;height:4.0371125rem;text-align:left;text-align-last:left;display:block; }
#GAK0QTOL0pvafT8OV6rfsTsaJX14VSTR { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:37.2470703125rem;left:0rem;display:block; }
#yrSwBGTxWvG7Bqvo2buxfZ1ypJcLsDuN { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:37.2470703125rem;left:4.625rem;height:4.0371125rem;text-align:left;text-align-last:left;display:block; }
#hB80S9lUNc7O66tRZKdNnt6h7aU9FmFV { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:42.103515625rem;left:0rem;display:block; }
#ZoN5BAd7Oe5PFWDkRqxDTSAQEkQTT2LB { color:#ffffff;display:block;width:46.9355625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:42.7490234375rem;left:4.625rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#IAiD0KcQxNn9Vgzc8aWErSAfT6HFnT37 { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:46.73046875rem;left:0rem;display:block; }
#xg4sIAJ4gSf8bCcgOpVVIVXgrMKsH2tl { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.7;letter-spacing:0;top:46.73046875rem;left:4.625rem;height:6.0556625rem;text-align:left;text-align-last:left;display:block; }
#irHLkNHCsLMfrniATCbfTVTZ6yoeVW4u { color:#f2dc6b;display:block;width:53.6865rem;position:absolute;font-family:oswald;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:56.375rem;left:2.4375rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ewFUoqjA/Projekt_bez_tytu_u_6_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk.adaptive-delivery-prevent-bg, #i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk.lazyload, #i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk.lazyloading { background-image: none; }#i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk > .row .container { border-width: 0; border-radius: 0; }#i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk > .row > .video-iframe-container {  }#i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:none; }#M4x65BG5pMob8a53kb7eMGkyf5N1mp1C { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MAoXvUVvzuOfvET5fLv04meRn2XPTHmi { color:#000000;display:block;width:55.06225rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:13.3251953125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f6nvKb8h3hdt1sE15bAokwdDTbH0UheE { color:#000000;display:block;width:17.312rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.248779296875rem;left:0rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k9WGya0ARQ1ypHCzBup1dzBb8DBfuqvV { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:13.625rem;top:21.25rem;left:65.383011659675rem;overflow:hidden;display:block; }
#mTqJ6sxD7Jv2gvrrN7PIz0CqhImszp95 { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.5625rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:29.875rem;left:66.888047515369rem;display:block; }
#SiCgbQy20BiFPTx7bDpvebW0HPCQbwSd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#flMJ69qgqIzWrI3B4Togtl6dzM7DVcTS { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.749755859375rem;left:-0.0634765625rem;height:7.795875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DaeVvXWbCAxJTa9ZvJKEgUQ3gIhmoqr1 { color:#f2dc6b;display:block;width:59.24925rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:13.3251953125rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JXGdwYtA/t_o_prelegenci.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp.adaptive-delivery-prevent-bg, #sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp.lazyload, #sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp.lazyloading { background-image: none; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row .container { background-color: transparent; background-image: none; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row .container > .video-iframe-container { display: none; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row > .video-iframe-container { display: none; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .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); }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row .container { border-width: 0; border-radius: 0; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row > .video-iframe-container {  }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row .container { font-size:0.875rem;font-family:arial;height:147.25rem;width:60rem;position:relative;display:block; }#EDAlEpumGfphh5ezmX5GsulzpDiTiDox { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JTtNTNbeuKrVBGR8w2VGb1OfIuhix2vo { color:#000000;display:block;width:13.3115rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.623046875rem;left:23.34375rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PB7RouaxMsyuDJTOT1MuEUZgNmwwKH6w { background-color:transparent;background-image: -webkit-linear-gradient(214deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(214deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(214deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(214deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(214deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:4rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:141.125rem;left:19.375rem;display:block; }
#TNeE98HoL5iXiKGiiCvVZOrzdF4uvxSV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XkpkXSF3KAqKxyySvaxzJRs0iCHisKXR { position:absolute;display:block;z-index:100027;border-top:0.125rem solid #fbbf5f;border-left:0.125rem solid #fbbf5f;border-right:0.125rem solid #fbbf5f;border-bottom:0.125rem solid #fbbf5f;height:9.5625rem;width:9rem;top:4.6767578125rem;left:0rem;overflow:hidden;display:block; }
#JpwoyoHboBlvpUVEyTW7BTvrEskM68gr { color:#000000;display:block;width:15.25rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100028;line-height:1.7;letter-spacing:0;top:6.3017578125rem;left:10.65625rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#idtxfowAThDZ2E7msBORpras0O1vvhkq { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.21), #daa520);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.21), #daa520);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.21), #daa520);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.21), #daa520);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35daa520', endColorstr='#daa520' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35daa520', endColorstr='#daa520' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.21), #daa520);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:4.8017578125rem;left:0rem;display:block; }
#XTVQ66gFeRciDAK1212eawXgW2QkGfph { position:absolute;display:block;z-index:100028;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.5625rem;width:9.5625rem;top:4.6767578125rem;left:32.8125rem;overflow:hidden;display:block; }
#v77qu2GNWS9DxPTrXlAvd0S7vaMkzawQ { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(251,191,95,0.35), #daa520);background-image: -moz-linear-gradient(234deg, rgba(251,191,95,0.35), #daa520);background-image: -ms-linear-gradient(234deg, rgba(251,191,95,0.35), #daa520);background-image: -o-linear-gradient(234deg, rgba(251,191,95,0.35), #daa520);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59fbbf5f', endColorstr='#daa520' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59fbbf5f', endColorstr='#daa520' );";background-image: linear-gradient(234deg, rgba(251,191,95,0.35), #daa520);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.25rem;top:4.8017578125rem;left:32.8125rem;display:block; }
#QPBLqlOTgIBJDK9oJunp8NHPy96Wl9de { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100029;line-height:1.7;letter-spacing:0;top:6.3017578125rem;left:43.625rem;height:5.949225rem;text-align:left;text-align-last:left;display:block; }
#DQLEcvTkfWk4VdIZOKccOpTXORqaVfOy { position:absolute;display:block;z-index:100028;border-top:0.125rem solid #fbbf5f;border-left:0.125rem solid #fbbf5f;border-right:0.125rem solid #fbbf5f;border-bottom:0.125rem solid #fbbf5f;height:9.5rem;width:9.5rem;top:18.5625rem;left:0rem;overflow:hidden;display:block; }
#NCeLFr4cN282zWMCOBt6mP1Bb4Qg8FMe { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:27.125rem;top:18.6875rem;left:0rem;display:block; }
#DX0T5CayZTT9KuSAHfqkgDSN8FitKH1s { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:100029;line-height:1.7;letter-spacing:0;top:19.65625rem;left:10.65625rem;height:4.25rem;text-align:left;text-align-last:left;display:block; }
#t7cRVFFKvkNSBkK2tWAZIV7rIsEzftWO { position:absolute;display:block;z-index:100029;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.5625rem;width:9.5625rem;top:32.875rem;left:0rem;overflow:hidden;display:block; }
#sGUdVPEThkyHdfAQdwwaxhkLXyDFwxNX { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:26.0625rem;top:33rem;left:1.0625rem;display:block; }
#kLo13tctD0suBkxeZaJapkWgza4LN6Ia { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.5;letter-spacing:0;top:37.125rem;left:10.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#uPkExF89xEAuLVhxBTDhM1ZzAt19uWkN { color:#000000;display:block;width:15.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.5;letter-spacing:0;top:9.2763671875rem;left:10.65625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#RT8vSwNag68zVP0DIewilTXDDM3cS5Fa { color:#000000;display:block;width:15.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.5;letter-spacing:0;top:9.0625rem;left:43.625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#mcvugQkdlGbQldgZxAZrKc4yTIaGXpHu { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:100030;line-height:1.5;letter-spacing:0;top:22.2578125rem;left:10.6875rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#qFZ57C7Ztbz7y1Z50nMTcIU2RlegX1ev { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:26.125rem;top:33rem;left:33.875rem;display:block; }
#A6Ru1vKtw1W0xLV0ML4OXZHXRHMBfDpe { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100031;line-height:1.7;letter-spacing:0;top:34.1875rem;left:10.6875rem;height:2.97485rem;text-align:left;text-align-last:left;display:block; }
#u75eLlqmUETuEZCT663cNw1x9NnT1e5J { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100031;line-height:1.7;letter-spacing:0;top:34.25rem;left:43.625rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#dpkko4Ad0kTaBA5utWBxKtpfxFzzSEiJ { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100032;line-height:1.5;letter-spacing:0;top:37.125rem;left:43.625rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#LUuZkzGDHVkIqVSTuDZCpP7rXXtv5sGw { position:absolute;display:block;z-index:100028;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9rem;width:12.5rem;top:4.3003463745117rem;left:-18.334638399222rem;overflow:hidden;display:block; }
#r1e0MFlxvTBQ6lma5XehO74SfdEVdwxt { color:#000000;display:block;width:10.75rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:19.623046875rem;left:16.5rem;height:4.88671875rem;text-align:left;text-align-last:left;display:block; }
#mwFXLE9HIEAEPuEBJQbXkkZ4waTbi28h { position:absolute;display:block;z-index:100030;border-top:0.125rem solid #fbbf5f;border-left:0.125rem solid #fbbf5f;border-right:0.125rem solid #fbbf5f;border-bottom:0.125rem solid #fbbf5f;height:9.375rem;width:9.375rem;top:32.96875rem;left:32.90625rem;overflow:hidden;display:block; }
#GI81Z1zkrvAxpT8NT8y1OutcHqAHvPUz { position:absolute;display:block;z-index:100025;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:47.125rem;left:0rem;display:block; }
#CoA13iFTp0gJLm3VelDRMBnXsPMnbkMp { position:absolute;display:block;z-index:100045;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.4375rem;width:8.9375rem;top:47rem;left:0rem;overflow:hidden;display:block; }
#EKlo9CTskIn3kNbLq22Tn3M5fzUH0BEI { color:#000000;display:block;width:13.875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100049;line-height:1.5;letter-spacing:0;top:51.0625rem;left:10.6875rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#NikCLy5pLw3M6X3iOpvsLMohSsibwy3E { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100048;line-height:1.7;letter-spacing:0;top:48.125rem;left:10.6875rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#iKa4MOUe3U6DOgdm8EewTOlkzP9ucxDH { position:absolute;display:block;z-index:100038;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:60.9375rem;left:0.0625rem;display:block; }
#fmU2nCWxzPc3aIOCkIlQhJNd7obhbR9X { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100056;line-height:1.5;letter-spacing:0;top:65rem;left:10.8125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#yKQsADDPzamqdvnOmvWkzFe9LwcJptEI { color:#000000;display:block;width:14.622375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100051;line-height:1.7;letter-spacing:0;top:62.125rem;left:10.8125rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#s9luN9Rf0UG1giseJXK9h6fkhg0nAxqW { position:absolute;display:block;z-index:100025;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:47.1875rem;left:32.875rem;display:block; }
#UFnuZtVqhgdMR8Pqxs9ydRtWk9mIxiMb { color:#000000;display:block;width:13.875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100049;line-height:1.5;letter-spacing:0;top:51.125rem;left:43.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#WsdZfOSFmBxHuxgvSTgxxzKXuAaAM2qV { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100048;line-height:1.7;letter-spacing:0;top:48.1875rem;left:43.5625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#V33WhDHKsyez2xpU7xWqBtMmRTdBdhwx { position:absolute;display:block;z-index:100045;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.4375rem;width:9.4375rem;top:47.0625rem;left:32.875rem;overflow:hidden;display:block; }
#v88P0lTUDrzWTgSU1x0mcpc0FQwpJrDz { position:absolute;display:block;z-index:100042;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:61rem;left:32.875rem;display:block; }
#kvZiryRMw2T2DKhxoEbJzPeAINdv1b54 { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100060;line-height:1.5;letter-spacing:0;top:65.0625rem;left:43.625rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#lVuTZK9uAF4zTt4uEG1SVCvG8WO6gb2u { color:#000000;display:block;width:14.622375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100055;line-height:1.7;letter-spacing:0;top:62.1875rem;left:43.625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#xTwa3sSWTlT3b9iUwgo1NW6a5eC2n7cC { position:absolute;display:block;z-index:100069;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.3125rem;width:8.8125rem;top:60.9375rem;left:32.8125rem;overflow:hidden;display:block; }
#kNNo4To885fzEDTcV5TIFgHSSdUlQ7oH { position:absolute;display:block;z-index:100046;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.4375rem;width:8.9375rem;top:60.875rem;left:0rem;overflow:hidden;display:block; }
#P37NsTN67FW4dg64EgaHPsnJsfo8cL6v { position:absolute;display:block;z-index:100078;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:102.1875rem;left:0.0625rem;display:block; }
#zN7CNUeJlSASVknNTMHCzt7w9lSFJ0GP { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100096;line-height:1.5;letter-spacing:0;top:106.25rem;left:10.8125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#htvkslwI9mbi6odeoebiUDvF4nzUzefb { color:#000000;display:block;width:14.622375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100091;line-height:1.7;letter-spacing:0;top:103.375rem;left:10.8125rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#T5MwE7TpT4tCvCLIHWz2EHQpQOr27Tt3 { position:absolute;display:block;z-index:100082;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:127.875rem;left:32.875rem;display:block; }
#smHfbFJ2VAqt0Wkz2BTuUXGeZXOTl5WJ { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100100;line-height:1.5;letter-spacing:0;top:131.9375rem;left:43.625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#TaEvT44ottUFhkwEXHdl9ZkxKvQk9GV6 { position:absolute;display:block;z-index:100109;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.3125rem;width:9.375rem;top:127.875rem;left:32.875rem;overflow:hidden;display:block; }
#cudHgSCUv07A8i2sx88H4HOEqcROLbZv { color:#000000;display:block;width:14.622375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100095;line-height:1.7;letter-spacing:0;top:129.0625rem;left:43.625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#gOiwovLkpg5NAZwQVRpC2L7wQfge0uLN { position:absolute;display:block;z-index:100077;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:87.9375rem;left:0.0625rem;display:block; }
#hRP0ODEXy3AUrD9OrETqwOMkFFPKnWzW { position:absolute;display:block;z-index:100081;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:88rem;left:32.875rem;display:block; }
#RkQBOD0fToRvaTB8DqXbaINlqMw5Z0P6 { position:absolute;display:block;z-index:100108;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.25rem;width:9.25rem;top:87.9375rem;left:32.8125rem;overflow:hidden;display:block; }
#PaotFyU0SxDEfIG5cOIX88IZm8HE3NNu { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100099;line-height:1.5;letter-spacing:0;top:92.0625rem;left:43.625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#ExNTG6mRB1oRB64caiv1pagtdzHbL5ln { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100095;line-height:1.5;letter-spacing:0;top:92rem;left:10.8125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#CHe5G3w7o3XvkSGtgngNzGB2T5R7srLS { position:absolute;display:block;z-index:100105;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.3125rem;width:9.3125rem;top:102.125rem;left:0rem;overflow:hidden;display:block; }
#uQhKdVVfKT7uG0c0pil0Pg8Wtr7e9Vkv { position:absolute;display:block;z-index:100104;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.5rem;width:9rem;top:87.875rem;left:0rem;overflow:hidden;display:block; }
#KbLG9xfycL5dlSA8HhxxO6KhHV731trk { color:#000000;display:block;width:14.622375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100094;line-height:1.7;letter-spacing:0;top:89.1875rem;left:43.625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#RSl5uxmxTXPk1HyfW30UTMfQHp632igZ { color:#000000;display:block;width:14.6220625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100095;line-height:1.7;letter-spacing:0;top:89.1875rem;left:10.625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#PaexPSTPExnnBEl1bbnWl6vVy8M18vNZ { position:absolute;display:block;z-index:100070;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:74.375rem;left:0.0625rem;display:block; }
#OLf5V7BNLTi6u5k4hnt2ETUwPcwPcBgu { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100088;line-height:1.5;letter-spacing:0;top:78.4375rem;left:10.8125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#V5zcJPF7f6IEATB34UAwelKpms9Z7qii { position:absolute;display:block;z-index:100097;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.3125rem;width:8.8125rem;top:74.3125rem;left:0rem;overflow:hidden;display:block; }
#KwwMnuTT1WibzDzTeP12hUHwuXOcTyOF { color:#000000;display:block;width:14.622375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100083;line-height:1.7;letter-spacing:0;top:75.5625rem;left:10.8125rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#GfVCS78ZplM7MTHOpmR0nLLHCFRtkg2s { position:absolute;display:block;z-index:100074;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:74.4375rem;left:32.875rem;display:block; }
#mzbDQGTnTuCnoEl2P3pMi5X92qdZuJDW { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100092;line-height:1.5;letter-spacing:0;top:78.5rem;left:43.625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#HLtgVStFEhvXnrIaaafpNFwWvAKtiCd0 { position:absolute;display:block;z-index:100101;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.3125rem;width:9rem;top:74.375rem;left:32.8125rem;overflow:hidden;display:block; }
#FpTxWfKadfL1T51tEGezrXnd6zRAuSbX { color:#000000;display:block;width:14.622375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100087;line-height:1.7;letter-spacing:0;top:75.625rem;left:43.625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#KTM73qIMo6GplR7a6lrQytCKT4Xtuoab { position:absolute;display:block;z-index:100062;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:102.25rem;left:32.875rem;display:block; }
#SCyUn3h5hSLgdBzmRqmaOemLbdkeDL7Z { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100080;line-height:1.5;letter-spacing:0;top:106.3125rem;left:43.625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#VCsnBeCT33QTViLwGRe5wxJu7FCIUN7M { position:absolute;display:block;z-index:100089;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.3125rem;width:8.8125rem;top:102.1875rem;left:32.8125rem;overflow:hidden;display:block; }
#en08vwrE8J8B4P789WGIbqJ6w0kPJTJ0 { color:#000000;display:block;width:14.622375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100075;line-height:1.7;letter-spacing:0;top:103.4375rem;left:43.625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#VvXfIU9psBlK593MPcS7SW1UlR5iFd0Z { position:absolute;display:block;z-index:100070;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:115.125rem;left:0.0625rem;display:block; }
#J7JOl7DbM52PHJeS4JvPkFMR5oi4hTok { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100088;line-height:1.5;letter-spacing:0;top:119.1875rem;left:10.8125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#ULbiOZMzDDlRmVB7Tx7TXfbhXnlhgTdS { position:absolute;display:block;z-index:100097;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.3125rem;width:8.8125rem;top:115.0625rem;left:0rem;overflow:hidden;display:block; }
#LxxpGQV8XuSW3aCvRwQBOq9NVzLTCTVz { color:#000000;display:block;width:14.622375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100083;line-height:1.7;letter-spacing:0;top:116.3125rem;left:10.8125rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#ClZfpGt9PEu7d5lk4sQ5GdukP2QfVvm8 { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:18.6875rem;left:32.8125rem;display:block; }
#dVCgH500Qx0Td9nHy0Q46sh12uvW66mu { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:100035;line-height:1.7;letter-spacing:0;top:19.6875rem;left:43.625rem;height:2.76171875rem;text-align:left;text-align-last:left;display:block; }
#M9WQKax3lssqevrDisLZ01Oz0QxzcAwa { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:400;z-index:100036;line-height:1.5;letter-spacing:0;top:22.5rem;left:43.625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kNv10VeUErQAuTacudCv9ziPM1tTrfO9 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:100036;line-height:1.5;letter-spacing:0;top:22.4375rem;left:43.625rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#wgF3xcKZyq3VeF5KxSgNvyAkSrB5weO3 { position:absolute;display:block;z-index:100034;border-top:0.125rem solid #fbbf5f;border-left:0.125rem solid #fbbf5f;border-right:0.125rem solid #fbbf5f;border-bottom:0.125rem solid #fbbf5f;height:9.5rem;width:9rem;top:18.5625rem;left:32.8125rem;overflow:hidden;display:block; }
#Q9yeeX4L8TmDqoInXvVbqwT9tICZz9DQ { position:absolute;display:block;z-index:100069;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:115.1875rem;left:32.875rem;display:block; }
#uXPPZtWNrT7TvKLqk1du68p8GTiXz22S { position:absolute;display:block;z-index:100096;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.3125rem;width:8.8125rem;top:115.125rem;left:32.8125rem;overflow:hidden;display:block; }
#DZWLxAngWz8Z3VwmKNlSsIunyT7W0FaM { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100087;line-height:1.5;letter-spacing:0;top:119.25rem;left:43.625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#osTw2lmsbNLCOFTpsTdAnPh6Em8QBc3y { color:#000000;display:block;width:14.6220625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100076;line-height:1.7;letter-spacing:0;top:116.275390625rem;left:43.625rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#up85NNKJW3oz6wODTbWi6Ad8c94QrRBm { position:absolute;display:block;z-index:100070;background-color:transparent;background-image: -webkit-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -moz-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -ms-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-image: -o-linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59daa520', endColorstr='#ffcd33' );";background-image: linear-gradient(234deg, rgba(218,165,32,0.35), #ffcd33);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:127.9375rem;left:0.0625rem;display:block; }
#S2RFmlSlKH1Z0pas4lQV6vy1rOlArTBm { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100088;line-height:1.5;letter-spacing:0;top:132rem;left:10.8125rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#EZmlcx0OrDNrcm7XT7vo9uixkoC15Jw2 { color:#000000;display:block;width:14.622375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100083;line-height:1.7;letter-spacing:0;top:129.125rem;left:10.8125rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#IdMHrAdv0pVmRHFF5G126QJPXrCgDNsO { position:absolute;display:block;z-index:100097;border-top:0.125rem solid #daa520;border-left:0.125rem solid #daa520;border-right:0.125rem solid #daa520;border-bottom:0.125rem solid #daa520;height:9.3125rem;width:8.8125rem;top:127.875rem;left:0rem;overflow:hidden;display:block; }
#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/t6xGdIJn/layout_CEO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD.adaptive-delivery-prevent-bg, #ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD.lazyload, #ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD.lazyloading { background-image: none; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row .container { background-color: transparent; background-image: none; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row .container > .video-iframe-container { display: none; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row > .video-iframe-container { display: none; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .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); }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row .container { border-width: 0; border-radius: 0; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row > .video-iframe-container {  }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row .container { font-size:0.875rem;font-family:arial;height:327.875rem;width:60rem;position:relative;display:block; }#uL9Z6d3ZSeQWl5I3rPzNgVIioNT9xI9r { color:#f2dc6b;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VpNIGcmo9Q8Nen7hD9MQI6odr12ATU95 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPu8Tyr0tl17E3OUomDnnES9IyyyW0vL { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:20.25rem;left:2.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PuuV2cfGCfMOTTdxqG3EwKwDfiWimmJ0 { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:23.3125rem;left:2.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#AD4G3bXg1PFQHAgmrlcmW3HF5pWkdXeo { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:28.75rem;left:2.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xNkohWTVCR5dPQeZEs2KlIPWL2gNllOk { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:31.8125rem;left:2.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#JcwM1MJLqv4xlAt1olHIgi64FWyt21RZ { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:34.5rem;left:2.625rem;height:5.27831875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NBFk4n7MKhLLx4RnGvwpp6lcGnhVCeoR { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:43.4375rem;left:2.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nOM3ZgJnv6ldLClPWTlbyyPMZwZdeNtn { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:49.1875rem;left:2.625rem;height:4.22265rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FN6g2B976I1UJ1xxORdQixts6UMScWQu { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.7;letter-spacing:0;top:46.5rem;left:2.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#Aq9KALky7BCuapmBDkAkRZOiabiewKqQ { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:80.6875rem;left:4.75rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8RykWBRGvAqp0HKzuL9IPoKvU1r0JQT { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:87.9375rem;left:2.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XodQvLATslcMoprDaOxAw0Edn6noDnUl { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:93.6875rem;left:2.625rem;height:3.16699375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NtxMeTXXvrWXbHEgWCsV7Ea6J2p5P4PH { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100015;line-height:1.7;letter-spacing:0;top:91rem;left:2.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#bxee5DfZAvMMQ1L7i6cNkGUxVpDvyNii { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:202.375rem;left:2.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oelTSStb8kxV6K6lF3lkkCSOy9Af3sWO { color:#f2dc6b;display:block;width:56.5625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:206.1875rem;left:2.625rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#GqSF6V6Pyd1ApHvxy8LkQ7wPTvEz39nN { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:209.875rem;left:2.625rem;height:6.33398125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vNA5lgJW7dITXKMPFqs4syGU0wwRTFpx { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:221.875rem;left:0rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hF1ML1CurA3HMLHCTG2ilFxvS9yPnqba { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100022;line-height:1.7;letter-spacing:0;top:277.5rem;left:2.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#snVfSuAr87AAoJv6T13NGQ6vqdCfS36z { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:274.4375rem;left:2.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MnqWURi8nEolytFnbUFHmZ9bcXKtgzdc { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100025;line-height:1.7;letter-spacing:0;top:234.25rem;left:3.03125rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#QfCWFT5TqKdAmU0aiLPNOkRJ9KpeHbvD { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:230.25rem;left:3.0625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtkuhNvETkrhdpMCWPEqWOuT7kdlQGHm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:168.625rem;left:0rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaT8WGqkoywmNQ97RwpqKW9piUVwfENS { color:#f2dc6b;display:block;width:56.5625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:258.875rem;left:0rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }
#iBtdlvTMFqEKpPyw6CvkG6RIr9Ngl20O { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:20.25rem;left:0rem;display:block; }
#zRT7nIOkiUZoQCUVicJP5XvHGH3BFJ0a { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:29.0625rem;left:0rem;display:block; }
#qeThp9uxi1q1KzznZsCUA51x4IytoJ1F { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:43.75rem;left:0rem;display:block; }
#pgi4w5o3E5IpsioB6gO3MwR6JSszTkwH { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:88.25rem;left:0rem;display:block; }
#KM2ugFNX5HTSCiUzfJVoD3BVbB4SBFaB { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:202.375rem;left:0rem;display:block; }
#yMQGXstw86aqoNRrFqDdTyMC2e2bwgrO { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:274.25rem;left:0rem;display:block; }
#tdE8Bd9LN0RNBbraTVkowFiW0G2MhcFF { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:230.0625rem;left:0.4375rem;display:block; }
#c2UQN3MTU8uXKCLTx2XLkuNEgv2bmTFz { position:absolute;display:block;z-index:100028;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:39.8125rem;top:54.6875rem;left:8.8125rem;display:block; }
#k1IqCpyTioFE8UUEJbO7gOzXHvr6WfhU { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:309.1875rem;left:4.875rem;height:2.23046875rem;text-align:left;text-align-last:left;display:block; }
#T10d9IROViIxwEeWpdpfnpPQ9cJav95B { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:312.3125rem;left:4.875rem;height:4.4609375rem;text-align:left;text-align-last:left;display:block; }
#BPCKQdMdepgEyu2qcODJHxVCsddAc2Ku { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:252.25rem;left:0rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ErgiDEkA2lwKeXxCEuHHx1OQopbEZ15v { color:#f2dc6b;display:block;width:56.5625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:175.25rem;left:0rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }
#S5xD06pJXhNUu0WxQ2GBI6E81iW80yiW { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:308.8125rem;left:2.5625rem;display:block; }
#cmSGrHk72hWPTdwBqDn88XrhzL8XqzdV { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:312.0625rem;left:2.5625rem;display:block; }
#zurTlLyzEXhKeT3xHMTHZDT3ZoetzdU1 { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:305.25rem;left:2.5625rem;display:block; }
#yp3imLHldA9fZOdarFJximk5CDo1MQP8 { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffd96b;border-left:0.3125rem solid #ffd96b;border-right:0.3125rem solid #ffd96b;border-bottom:0.3125rem solid #ffd96b;height:21.1875rem;width:53.25rem;top:302.1875rem;left:1.875rem;display:block; }
#dE6M8mlBSLWcHaW22gBAmtwzo85lcyWv { color:#f2dc6b;display:block;width:56.5625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:117.5625rem;left:2.625rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }
#DBXtCkxKUCJobhBP92WTkTbfqt8iwNO0 { color:#ffffff;display:block;width:48.875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:113.75rem;left:2.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lBwQS8fyGRNP5LQ1anIP9p38CnbCtbnU { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100052;top:113.75rem;left:0rem;display:block; }
#WVMU6SAUXCHrsNAouCfHDuHRTg7TDCJv { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:138.875rem;left:0rem;display:block; }
#abq0wVotOhqhumE1T0Kp9TDvRZ9M2CF5 { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:130.1875rem;left:2.625rem;height:5.27831875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rxFfCTERDQROudCrok0xoQRifrJMwbLe { color:#f2dc6b;display:block;width:56.5625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:127.625rem;left:2.625rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }
#SZhxcG19x6HTvq1hPkNk9L82c5TRIp7O { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:123.8125rem;left:2.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cll1FdtEZzSQRPMaiaass4VTR2IXLAsE { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100052;top:123.8125rem;left:0rem;display:block; }
#zAPeOXLbqR0rLFeIxz9JTllK9vAI8wB4 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nag4dmqDs1FmS6mc6uViNpcXMLaMx98l { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:9.375rem;left:0rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#SbwA7bAw5Jxd2qu3adJDpMhEVBVmgsx5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100058;top:5.3125rem;left:0rem; }
#uSqWPtUgoQakAoUDlDAl27fRw2lihBOo { color:#f2dc6b;display:block;width:9.1875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:5.115234375rem;left:2.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#gdJik0TowMkrU5BeiaZzzaErbST0ekgV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100060;top:17.5rem;left:0rem; }
#W4wTNoiRVc0bTsI2thqXWThBlyT8Xzx7 { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:17.302734375rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#xq1K0XNJOh2lCh3md5r22TTNunrMsSh2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100062;top:26.25rem;left:0rem; }
#kKI4r1wWn3zui2Vx1ZiuHvnbm4sFoGU8 { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:26.0625rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#PESHOZGukurvP4wfFfKvFFhMVUDDwFTd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100064;top:40.5625rem;left:0rem; }
#ZGzlgvW2zOEsBhtN2GzpUPr68zERnsIH { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100012;line-height:1.7;letter-spacing:0;top:40.375rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#mDDeXTU1CnTW1SlvQVrynPJkPpO43BTn { 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:100067;top:56.3125rem;left:26.3125rem; }
#T4XNwfDE5N84nyw5BpgSpJynRBTBaHlh { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:74.4375rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wAPdzM5iffXpdwtkqQFyKO5qRvQlxDxs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100068;top:74.6875rem;left:0rem; }
#ueU1zPUXJX5ENNMgix8tXOBvRI04yh5w { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100016;line-height:1.7;letter-spacing:0;top:74.4375rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#fqMJLwFJ6UXqXpvTDT6gnTKksy9zD412 { 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:100069;top:73.875rem;left:19.5rem; }
#oKDZXno4ay05VbUSVh49TIWV34KuaMuJ { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100018;line-height:1.7;letter-spacing:0;top:85.1875rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#llrnqmPzvzLg4qAUGVIeRh7Gc63LE8pU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100070;top:85.3125rem;left:0rem; }
#NcTC7rwmTfy5TnWK14cbh6LFbhob4w6V { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:58.875rem;left:2.625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P2iUtIu0iTl9LIDtAor5EUVHSzq7NVth { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100017;line-height:1.7;letter-spacing:0;top:56.3125rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#Qvsgp4lAPK5xbUrbpNJggT7fuRKUOUTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100069;top:56.5rem;left:0rem; }
#GtlbST6lnTHL7JJB82qTtszB30PeEu9O { position:absolute;display:block;z-index:100029;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:39.8125rem;top:79.125rem;left:10.0625rem;display:block; }
#CR4FwO2nyK89nG3GpxknCU75gZxF38Ct { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100072;top:97.875rem;left:0rem; }
#HcZEEOkmwLymd3cozOy3NBI6sKQrfy3d { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100020;line-height:1.7;letter-spacing:0;top:97.75rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#rI3tQTdxeewyIMQTpiEzJ64a6kw1J5f0 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:100.6875rem;left:2.625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n0PVcnc2adU8N2SO3wtTUgpEReQsedy2 { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100016;line-height:1.7;letter-spacing:0;top:102.25rem;left:2.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#qAP0t8MDd7QUvaOyy3qg4lTMEHVEHwhB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100074;top:110.8125rem;left:0rem; }
#EtTPCarDCL85rf9yC4UIFGbQqpDo12QZ { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100022;line-height:1.7;letter-spacing:0;top:110.6875rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#mwtmN9DQyGFNSOngEtNeeHSCgxiJrwEC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100076;top:120.375rem;left:0rem; }
#hfk8zG6wTgMxNOVWDH1VVhGi6qiWen81 { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100024;line-height:1.7;letter-spacing:0;top:120.25rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#bTbDafSbT1n2IQwWvs0r5UTuqpfJPxD1 { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:105.5625rem;left:2.625rem;height:5.27831875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qpTCi2mWsJG10TRh2fP5CltDCHTzN7gG { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:136.0625rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#FOhIcVXC9LtUbUTABxngsB0PE3Thtiv1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100078;top:136.1875rem;left:0rem; }
#NyELz5kUkRplclEZBlilpyCEtKsgVT8p { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:100.25rem;left:0rem;display:block; }
#Qq9dOb0J502WwJqZecoWCoq4Zzz2IhW8 { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:58.427734375rem;left:0rem;display:block; }
#MnPtypZR3ggg7Sf3dTm0zJuLzbzGNWzW { position:absolute;display:block;z-index:100030;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:39.8125rem;top:159.3125rem;left:8.8125rem;display:block; }
#mZtZpkmb9N2wn7ZJbE305thothdHQr2c { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:161.125rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FAwey0NHvtiHVqvrB62JsWBWfSgn0AMH { 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:100071;top:160.625rem;left:16.4375rem; }
#MZcd6qE4JkUzt5XVCTiKDE4R8ABWFko2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100082;top:161.3125rem;left:0rem; }
#UrJCEQ4uNac4bLi4elfLPUghhSqpKVGZ { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:161.1875rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#ULkPhvyhhwMuebCHdTrscLDeXazVHdKN { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100032;line-height:1.7;letter-spacing:0;top:166.6875rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#xSAhq9xGVb45fUMRTrtOg8171PG4eTTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100084;top:166.8125rem;left:0rem; }
#ZB1dEz31mz3WmLz7zls5NUcdikZeJAme { position:absolute;display:block;z-index:100031;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:39.8125rem;top:179.4375rem;left:10.03125rem;display:block; }
#xK6LKzaUPNJIRNKtitTvW1dnL9ukZWwK { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100035;line-height:1.7;letter-spacing:0;top:218.5625rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#AEdPb9ScNKLHSr1zaMuWpupHT2VZZaED { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100087;top:218.6875rem;left:0rem; }
#nWTVETJtim8Vh5IDWwLv1AJW3GIPOOdc { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:218.5rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5y5o1rGMwLWstw4M3wfr4fy0VWd7ehc { 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:100071;top:217.9375rem;left:19.5rem; }
#AUPlJyyhKvLLRvE126TFwpAdoopGr6bX { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100037;line-height:1.7;letter-spacing:0;top:199.75rem;left:3.0625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#IW3yoAQSwWpz79UKyfRibHN67vNVkTcJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100089;top:199.875rem;left:0.625rem; }
#oPvlQhmaSuwmDrDh5BLGS9xSd1WQNAT2 { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100037;line-height:1.7;letter-spacing:0;top:227.0625rem;left:2.875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#CfiQeR1BpLPWgM3bQnodfLdfdtJNg7JR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100089;top:227.1875rem;left:0.4375rem; }
#wASBQ64E1SPDpKSJrqQfK3iTutih0ey5 { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100041;line-height:1.7;letter-spacing:0;top:250.25rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#POUTqCT3IDMq75m1FuF20U1Far6ITuAs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100093;top:250.375rem;left:0rem; }
#qJbnTTBlTAdz4UTt5ZkJhJvaB7VRi5ov { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100095;top:271.5rem;left:0rem; }
#SVJ2VTZ87LsLpewQTwR1WSI1uQqC8Eb8 { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100043;line-height:1.7;letter-spacing:0;top:271.375rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#BHdIdFFGDiMSUgT4vC3Dt5hSw0586iv5 { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100045;line-height:1.7;letter-spacing:0;top:280.75rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#L6GiJ5bqTgKrCmC8EHGURxbJy7VuUuHK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100097;top:280.875rem;left:0rem; }
#KgTHTkQ2zRkCKVF1bSqtbVGgpDIM1dl8 { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:283.9375rem;left:2.625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bdFN4ncJqx1nWssQ52ID4enMdTv2Nxhl { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100052;top:283.9375rem;left:0rem;display:block; }
#d1rPF4CbThLU5V7LLTgJP4BCQqXGxKuT { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100023;line-height:1.7;letter-spacing:0;top:286.375rem;left:2.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#vSyedNAx0pqxveKLWHanExqOm5WtBODK { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:100047;line-height:1.7;letter-spacing:0;top:291.125rem;left:2.4375rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#TzeFbPtObAUnEhAqkdnZyHJ3JHfWunfl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100099;top:291.25rem;left:0rem; }
#uNlKuEp4JVl8fubsWTT8ym0gmGo57zLZ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:291.6875rem;left:0rem;height:7.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnbdNHswUwWxPAETUqW9yKCqIO7LOySw { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:305.375rem;left:4.75rem;height:2.23046875rem;text-align:left;text-align-last:left;display:block; }
#pmTCC6G8RDTbr1LHube9toUTghrviEB7 { background-color:#000000;background-image:none;border-top:0.3125rem solid #ffd96b;border-left:0.3125rem solid #ffd96b;border-right:0.3125rem solid #ffd96b;border-bottom:0.3125rem solid #ffd96b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9931875rem;height:4.18359375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:318.125rem;left:21rem;display:block; }
#omOr0ewWnKMu3qvChTvhhdA3rmy9wxKL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l9hc7qyDlfskZQTA2vrxaTL7ptsywFCp { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:69.625rem;left:2.625rem;height:5.27831875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#irxHeQbgqdgAydsaM8CmXbVAiKVTADIk { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100018;line-height:1.7;letter-spacing:0;top:66.9375rem;left:2.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#uFTEgKQEkEobs60r2WmkUbmV5bOE4zdm { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:64.5rem;left:2.625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K9n0NGUMRoXLb9tlIsJyb2ugMPTGTByu { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:63.9375rem;left:0rem;display:block; }
#TiVVzhV35VEA4QK8F7GZW2vlUgRoRqmg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100072;top:62.125rem;left:0rem; }
#Ev4fy3zlnzqopsmnXJpBunKtPg3iOt8x { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100020;line-height:1.7;letter-spacing:0;top:61.9375rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#uPv3AQ2MMBq5XK6RVDMDNRDkptAILzWd { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:153.125rem;left:2.625rem;height:4.22265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PN3gW7DGFWmLeXPinH9BpQQTiRT7z4Dl { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100021;line-height:1.7;letter-spacing:0;top:150.1875rem;left:2.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#aomTZS8DvJLLXIdg33N9m59db0OTvavN { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:148.1875rem;left:2.625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oFJlgGt0dB5wacIXz6KeVzPdvNS4Vdgm { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100034;line-height:1.7;letter-spacing:0;top:145.625rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#qIQr8R7hkcWISZNRhZe29BEQxdWh8arV { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:147.625rem;left:0rem;display:block; }
#khmiIDyrLXxxUDzl4lqKHM8mU57TKpE6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100086;top:145.75rem;left:0rem; }
#cLQcq9QloPISIQgDWcAn4oTk4wQS0yhl { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:192.625rem;left:2.625rem;height:4.22265rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FBfZTiDwyLWfPGXAAzvhGXCCAUC8rPV1 { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:191.5625rem;left:2.625rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8mk9H77SdBQLfapgy5m9T5mGI1BTB1V { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100034;line-height:1.7;letter-spacing:0;top:188.875rem;left:2.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#wFcJcHxlIh2RatQauidIO19cHvKuWuiz { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100064;top:185.25rem;left:0rem;display:block; }
#XT5cbByAW7nFqRaMotMczug5oKRMnmNA { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:185.8125rem;left:2.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DStGJpx0TT50TXEgLttyax1aaq7wgdfu { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100047;line-height:1.7;letter-spacing:0;top:183.25rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#ebyEybDPBW0iOLnaIRSBVlyeVIl0WePE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100099;top:183.375rem;left:0rem; }
#gGuXJDXumPt7iNTq5PZx5dLxkJrt31dN { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:240.1875rem;left:2.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqELUXfcvTOnq4y9JzNtSRmPmE9z6hH7 { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100029;line-height:1.7;letter-spacing:0;top:243.875rem;left:2.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#THsyp3UfMmzeRdUUxMMkm7uZixSTZ0zi { color:#f2dc6b;display:block;width:13rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100045;line-height:1.7;letter-spacing:0;top:237.625rem;left:2.4375rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#TbeLXTKXJNWB6EwEFaBNW0V5QzXS5slP { box-sizing:content-box;color:#fbbf5f;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100059;top:240.1875rem;left:0rem;display:block; }
#lvMqtmaxRJm8RGsv8XvRDfEoAdRpNMBv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100097;top:237.75rem;left:0rem; }
#fvTLOPpvZVBJyIfbNcPqGWcQTgCTz5eB { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:246.625rem;left:2.625rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hpg6H3oAKHrQJiyeWa15xekxnrfcApf8 { color:#f2dc6b;display:block;width:55.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100021;line-height:1.7;letter-spacing:0;top:140.75rem;left:2.5625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#KOZxiTkO3SuTnqtTxPP4cvD4RD9AhTh2 { color:#ffffff;display:block;width:57.4375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:138.875rem;left:2.5625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZyWq7CTiSC9IKm7zD86bHTRk9BOTe9y5 { color:#f2dc6b;display:block;width:56.5625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100023;line-height:1.5;letter-spacing:0;top:262.6875rem;left:0rem;height:7.125rem;text-align:left;text-align-last:left;display:block; }
#NdquW4VlUsk1Ncd8nKAySweiafyETvye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/t6xGdIJn/layout_CEO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#NdquW4VlUsk1Ncd8nKAySweiafyETvye.adaptive-delivery-prevent-bg, #NdquW4VlUsk1Ncd8nKAySweiafyETvye.lazyload, #NdquW4VlUsk1Ncd8nKAySweiafyETvye.lazyloading { background-image: none; }#NdquW4VlUsk1Ncd8nKAySweiafyETvye > .row .container { border-width: 0; border-radius: 0; }#NdquW4VlUsk1Ncd8nKAySweiafyETvye > .row > .video-iframe-container {  }#NdquW4VlUsk1Ncd8nKAySweiafyETvye > .row .container { font-size:0.875rem;font-family:arial;height:100.875rem;width:60rem;position:relative;display:none; }#zhEB1di7IiuQeqGWawsSVncer6OfTEum { box-sizing:content-box;color:#000000;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:66.1875rem;left:1.4375rem;display:block; }
#It9QqODx5Jgnl8FpPECNP5T5SOP6GNND { box-sizing:content-box;color:#ffd96b;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:64.5625rem;left:0rem;display:block; }
#bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:68.125rem;left:5.125rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#oRW113zikUxoaqFyvSFQrT3fxk35cCt2 { box-sizing:content-box;color:#ffd96b;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:70.9375rem;left:0rem;display:block; }
#b8gp4iJhK3B3OiTuXpHEq9CcA5A0y9Qp { color:#ffd96b;display:block;width:13.0625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:65.5625rem;left:6.375rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FsxKl0uVqu1VC5zigSZqA7ynHcmfbWPR { color:#ffd96b;display:block;width:9.0625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:72.1875rem;left:6.375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z4cL06FTTcI7UH6SVZvqfbZ10focaVpT { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:74.75rem;left:6.375rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#oFInkVhgymCahcUpuMft2ExmpTMqWCFO { box-sizing:content-box;color:#000000;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:72.1875rem;left:1.0625rem;display:block; }
#OZ1WrOcUmGv6U94ahXflIfLZtnHbpGbv { box-sizing:content-box;color:#ffd96b;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:77.3125rem;left:0rem;display:block; }
#Shht4brlTT3hsGTtoHUd7BGILd2UVNwe { box-sizing:content-box;color:#000000;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:78.5rem;left:1.1875rem;display:block; }
#x8gVn6UrdgEgV9lg6pPI8PTJPDuTwr40 { color:#ffd96b;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:78.6875rem;left:6.375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTdQSiRf1iyotGQ8fZ9wEoUTuRluMPb9 { color:#ffffff;display:block;width:41rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:81rem;left:6.375rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#zmgJUTuOV2MIBbNnAVF40z3Zhq3PKC51 { color:#ffffff;display:block;width:41rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:87.375rem;left:6.375rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#S5RTbRDEPxOhK1TmDqb9V3Dnad2rsw64 { box-sizing:content-box;color:#ffd96b;font-size:4.4375rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:83.6875rem;left:0rem;display:block; }
#UmxHQZ9OMy1ZmronzhtM3rwE3DCcoOaC { box-sizing:content-box;color:#000000;font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:85.125rem;left:1.25rem;display:block; }
#RTHO9q5GCK5hbRmwDhgNmr48IJTM3XIX { color:#ffd96b;display:block;width:5.375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:85.125rem;left:6.375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZmFUah653FKIezPoUTp0KHwCtabDC59x { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9978125rem;height:4.1870125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:92.62451171875rem;left:20.50048828125rem;display:block; }
#DLkJgOfn30UH13bceMvuxRncPHPegm0P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f84Igmi52qM5ITTgNzGANAv79l6hSCcg { color:#f2dc6b;display:block;width:49.812rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:21.0625rem;left:1.4375rem;height:3.57469375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cEaCePqOyZEXQBv7T66LIfsPWzgCzCpm { color:#f2dc6b;display:block;width:53.6865rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.8125rem;left:1.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#inwILVl7hnPKK8uP3z42mNksPB3TXOD7 { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:25.9375rem;left:1.8125rem;display:block; }
#wMX2IA9icFRUBUQgtMdhiCTFre0gIueI { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:26.625rem;left:6.5rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#HHFXW3lzWnDlWgsa4Kb1pBvKCO5T6B3u { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:29.5625rem;left:1.8125rem;display:block; }
#kpTUTcvAFOMN2oypLwhXO51e9Z5Z9hcV { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:30.1875rem;left:6.5rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#w81T1u8VIxSW8SsltTqwPAg4KCSuprh3 { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:33.3125rem;left:1.8125rem;display:block; }
#MK1wZkBfkZg7Axl27z0siWCadxuNkJe9 { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:33.5625rem;left:6.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#NkkukGb14Aomab6ZQwVv53kPqc4GSxfQ { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:37.625rem;left:1.8125rem;display:block; }
#SxigNv6FEw6DHXVzUHLc0eJeCvVVNyCh { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:38.1875rem;left:6.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#MJRc7cGwnda6STSRVooekWVBZ4svQG07 { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:41.875rem;left:1.8125rem;display:block; }
#FlaskQ5ntW84OltaRkAXQsiB3JAgzpvb { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:42.5625rem;left:6.5rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#xTBtDfD3UrWdZhmhSH74KrqqJ4tVWy4D { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:45.9375rem;left:1.8125rem;display:block; }
#tSbLBcFRlQoa1Ipyy1BSbz4QVDkWLS0x { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:46.5625rem;left:6.5rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#wlb1vaHhPVyFSzbH1a0lhNiWT24g6dsn { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:49.875rem;left:1.8125rem;display:block; }
#cahfQSWkveSqw60DRt1EnwIJ5X8i4d01 { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:50.5rem;left:6.5rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#hgDzK4M4AqIhgoSAfPS0pDneMDoJvuqx { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:53.9375rem;left:1.8125rem;display:block; }
#r5d2kEtcEWv3XzGEdQLNTTeVvDHhrF2w { color:#ffffff;display:block;width:46.9375rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:54.1875rem;left:6.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#U1kFhgvNPp9wGHmznPCis1k72hxXVVQt { box-sizing:content-box;color:#ffd96b;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:57.6875rem;left:1.8125rem;display:block; }
#myi73K6kCQJd57cJAKZZUE1MzaQSES0d { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100011;line-height:1.7;letter-spacing:0;top:58.375rem;left:6.5rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#qupGsgkmQigxxx7vLRWuk7TcrXxsMV4G { color:#f2dc6b;display:block;width:53.6875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:62.8125rem;left:1.0625rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/t6xGdIJn/layout_CEO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG.adaptive-delivery-prevent-bg, #QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG.lazyload, #QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG.lazyloading { background-image: none; }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row .container { background-color: transparent; background-image: none; }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row .container > .video-iframe-container { display: none; }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row > .video-iframe-container { display: none; }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .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); }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row .container { border-width: 0; border-radius: 0; }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row > .video-iframe-container {  }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row .container { width:60rem;height:91.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Oi0FyoAEviDWgiVfBSM198ruOBDort0r { color:#000000;display:block;width:38rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:8.3896484375rem;left:14.6875rem;height:5.99609375rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o5nNHB1C9STfVuIpFFsqlwJxpTuCyXct { color:#000000;display:block;width:35.875rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:13.375rem;left:24.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#l0EAJxA1MaZ6cZenxIZmiO3T58EM7fwb { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:3.3124618530274rem;left:20.375003814698rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fAlg08WcsJ24Vakb1QHH6oCGfnP2Brrx { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:14.6875rem;top:2.6248168945312rem;left:0rem;overflow:hidden;display:block; }
#sifh04hTrW74oFesFfr8XmqUV0PRvDRR { color:#000000;display:block;width:20.625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:30.8125rem;left:3.875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c9vAZ733JTXhPNcVA4MdZuqg24VhwKWb { color:#000000;display:block;width:19.375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:30.8125rem;left:36.125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ctf5iZfUs3KCTtaTNXl6bp2yHomuprbR { color:#000000;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:40.125rem;left:0.5625rem;height:21rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nJHX6MLpx0RVzUzAMIEUT4TlnZSOtEEX { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffd96b;border-left:0.3125rem solid #ffd96b;border-right:0.3125rem solid #ffd96b;border-bottom:0.3125rem solid #ffd96b;height:39.6875rem;width:27.875rem;top:30.8125rem;left:0rem;display:block; }
#n8wTPr6syHrGiuxl0KJuBd4Fp9bzSQgC { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #e6c06f, rgba(218,165,32,0.78));background-image: -moz-linear-gradient(234deg, #e6c06f, rgba(218,165,32,0.78));background-image: -ms-linear-gradient(234deg, #e6c06f, rgba(218,165,32,0.78));background-image: -o-linear-gradient(234deg, #e6c06f, rgba(218,165,32,0.78));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c06f', endColorstr='#c6daa520' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c06f', endColorstr='#c6daa520' );";background-image: linear-gradient(234deg, #e6c06f, rgba(218,165,32,0.78));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.1875rem;width:28.375rem;top:30.875rem;left:31.625rem;display:block; }
#IHngxmwUIcQNoOdw11hC9FmcnbyakUaq { color:#1a2025;display:block;width:28.4375rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:38.65625rem;left:31.5625rem;height:22.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EyCIikOqC4l48htgtAdLMwdouFKFwNNw { color:#000000;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:0.6875rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:66.25rem;left:0rem;height:2.199225rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pp23z5sh8Rr6RKVf3Sw52OIm9Pnoic8A { color:#000000;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:0.6875rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:66.25rem;left:32.1875rem;height:2.199225rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wq2Tz8lfN2dNgFOnEQRHL0VUxCUiE0dH { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.4375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:62.4375rem;left:7.6875rem;display:block; }
#TSCyL4By5P1R1Tv1T8wSDuuGXqZKbrB0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f0xMMs6FJ7Jsk7bqfwbZnJeQ7nNZOP3U { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#f2dc6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.5625rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:62.4375rem;left:39.75rem;display:block; }
#ITyMnfeUKEmredxLlvB70L9qmi66Pkts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oEtlB4WgkMGImXvCMNAiXHx160DG7Qv4 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:65.375rem;left:19.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OpIS4TED62vov7LeXfBiD3LAiVs7EgpA { color:#000000;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:73.625rem;left:16.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GcbKRD2vVAx1k0MTaFuCme4cTOLBtQUg { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffd96b;border-left:0.3125rem solid #ffd96b;border-right:0.3125rem solid #ffd96b;border-bottom:0.3125rem solid #ffd96b;height:27.8125rem;width:27rem;top:65.5625rem;left:16.375rem;display:none; }
#Mopr3DxWLDoI6Q2EdX3eLMxGe6wZLrGh { color:#000000;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:0.6875rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:90.25rem;left:16.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CATcRyPZcPW0pJKVRwBWT9qRi5QFAFGG { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.5rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:86.25rem;left:24.125rem;display:none; }
#k8gf2MAQDvrS9LVNwbezbn5DGs3FkWh3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gEwpcyB1hE3wvDCDzvGBdMVn7q3bNwBW { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.561625rem;height:4.18728125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:84.3125rem;left:22.75rem;display:block; }
#mqtohITfcea0pbalcMUZrMy1lna37qWW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fdm0tRqhPkHMMA38qRs98Cad4bWfDmki { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:71.125rem;left:0rem;height:14.53125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w2R4KPBSLcONnQuf2k0auRCWXnAtkXZQ { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #1a2025;border-left:0.3125rem solid #1a2025;border-right:0.3125rem solid #1a2025;border-bottom:0.3125rem solid #1a2025;height:39.6875rem;width:27.875rem;top:30.8125rem;left:31.5rem;display:block; }
#UoFegoEwApJX1ZyocDdK7E0RWZU6eWNx { color:#000000;display:block;width:56.625rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.8;letter-spacing:0;top:13.6982421875rem;left:2.75rem;height:3.82421875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZCQRWFvFOdNoJuT63gZkw1aQqpxTCR5w { box-sizing:content-box;color:#fbbf5f;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:13.3115234375rem;left:0rem;display:block; }
#HWwiGkbJaGylOUNfwgtg8TWyLIRzwt7S { box-sizing:content-box;color:#fbbf5f;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:16rem;left:0rem;display:block; }
#Ub3SX2NTNNEde5Uq0CTH8Cphpi24MDNi { color:#000000;display:block;width:42.5rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.8;letter-spacing:0;top:16.38671875rem;left:2.6875rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QJbHplf3No4kMhx3VtTTGxT6BeGEzLV4 { box-sizing:content-box;color:#fbbf5f;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:18.6875rem;left:0rem;display:block; }
#Iqr4TAStkAKziAaZEsVttJmV5mVbGcpm { color:#000000;display:block;width:51.8125rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:400;z-index:100012;line-height:1.8;letter-spacing:0;top:19.0625rem;left:2.6875rem;height:3.82421875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhO4d7ed24tZtBKnc6emxkAT9SGTd23t { box-sizing:content-box;color:#fbbf5f;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:21.375rem;left:0rem;display:block; }
#VuH5xR5gZFVMhhWc9WJWckfDVzCegniC { color:#000000;display:block;width:56.75rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.8;letter-spacing:0;top:21.75rem;left:2.6875rem;height:5.736325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PWgFNmVmTl6bAhlpnKS0InHeJzzy4owN { color:#000000;display:block;width:51.8125rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.8;letter-spacing:0;top:25.9375rem;left:2.6875rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ltIBIXiTyIwTUfoz5PRkJ7FORXW8ftL3 { box-sizing:content-box;color:#fbbf5f;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:25.5625rem;left:0rem;display:block; }
#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW > .row .container { background-color: transparent; background-image: none; }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW > .row .container > .video-iframe-container { display: none; }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW > .row > .video-iframe-container { display: none; }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW > .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); }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW > .row .container { border-width: 0; border-radius: 0; }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW > .row > .video-iframe-container {  }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#pZag0wtfw1CvKRMwxNlV41OtUhiABFm7 { color:#ab8f00;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 { position:relative;display:block; }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 { background-color: transparent; background-image: none; }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 > .row .container > .video-iframe-container { display: none; }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 > .row > .video-iframe-container { display: none; }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 > .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); }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 { border-width: 0; border-radius: 0; }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 > .row .container > .video-iframe-container {  }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 > .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:8.5625rem;width:60rem;position:relative;display:block; }#TfmFAveim4ZMtDlnxENgqXVeMadSFb9v { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:7.5625rem;top:2.0269045829773rem;left:34.059246063233rem;overflow:hidden;display:none; }
#CsuEWoifCHQ5MK7B9HOgawp4T1S4xxeT { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:19.5625rem;top:1.8125rem;left:20.21875rem;overflow:hidden;display:block; }
#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 > .row .container { background-color: transparent; background-image: none; }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 > .row .container > .video-iframe-container { display: none; }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 > .row > .video-iframe-container { display: none; }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 > .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); }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 > .row .container { border-width: 0; border-radius: 0; }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 > .row > .video-iframe-container {  }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#P1oaEekLNqKMvelznauLGNTCLD7EnhUD { color:#ab8f00;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w { position:relative;display:block; }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w { background-color: transparent; background-image: none; }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w > .row .container > .video-iframe-container { display: none; }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w > .row > .video-iframe-container { display: none; }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w > .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); }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w { border-width: 0; border-radius: 0; }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w > .row .container > .video-iframe-container {  }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w > .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:27.3125rem;width:60rem;position:relative;display:block; }#f3FXX1gixbV0O0uWoxvh7OKbTwx7gkAQ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:12.6230625rem;top:1.83203125rem;left:44.09375rem;overflow:hidden;display:block; }
#rZ75FHTe3HRclp4Nt7SzryDVan1GWuaE { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:7.75rem;top:1.33203125rem;left:5.5625rem;overflow:hidden;display:block; }
#sVXOtWAULJbTwddOzk73ynZXXqb5ZSwm { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:16.25rem;top:3.33203125rem;left:21.875rem;overflow:hidden;display:block; }
#VZHvcmXV3AeTwPQygZd4qUp9QBQvXIPo { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:15.1875rem;top:10.3125rem;left:22.40625rem;overflow:hidden;display:block; }
#D5sybTthA9ZrnDUZVl78aGOykNntm7ap { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:15.1875rem;top:10.71875rem;left:0rem;overflow:hidden;display:block; }
#c83xMZgirxcQRLsKZU9LoCGiDystHJlO { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:8.9140625rem;left:45.7177734375rem;overflow:hidden;display:block; }
#udB9LgTASJR9oLecfT2hfuQLbElHDX0T { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:15.75rem;top:16.3125rem;left:43.15625rem;overflow:hidden;display:block; }
#fy1IUViixrlLX6gKObfItNWi07IAxqNn { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:15.1875rem;top:20.34375rem;left:0rem;overflow:hidden;display:block; }
#RXETUa6acSzO3zd9oC1gFU6U8UonCtrL { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:15.75rem;top:16.3125rem;left:22.96875rem;overflow:hidden;display:block; }
#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b { position:relative;display:block; }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b { background-color: transparent; background-image: none; }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b > .row .container > .video-iframe-container { display: none; }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b > .row > .video-iframe-container { display: none; }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b > .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); }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b { border-width: 0; border-radius: 0; }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b > .row .container > .video-iframe-container {  }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b > .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:8.25rem;width:60rem;position:relative;display:block; }#u9MwyEhuphhOggL0EDpJzPf1ur2180Nm { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:14.875rem;top:1.6875rem;left:43.0625rem;overflow:hidden;display:block; }
#B4QHGUeB1pBWJ6DT0TfZyuJ6U4OeAakh { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:14.5rem;top:0rem;left:24.0625rem;overflow:hidden;display:block; }
#o0r71TgzoWC1EeMcw9IQMPmxkDquGQ6G { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:14.5rem;top:0.65625rem;left:0rem;overflow:hidden;display:block; }
#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z > .row .container { background-color: transparent; background-image: none; }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z > .row .container > .video-iframe-container { display: none; }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z > .row > .video-iframe-container { display: none; }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z > .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); }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z > .row .container { border-width: 0; border-radius: 0; }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z > .row > .video-iframe-container {  }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#ibLzVX4MLOoy303UE0dZkHCwfWBTubeP { color:#ab8f00;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX { position:relative;display:block; }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX { background-color: transparent; background-image: none; }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX > .row .container > .video-iframe-container { display: none; }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX > .row > .video-iframe-container { display: none; }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX > .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); }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX { border-width: 0; border-radius: 0; }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX > .row .container > .video-iframe-container {  }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX > .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:20.25rem;width:60rem;position:relative;display:block; }#bdD3Xyt0uQgyh9GAaOWkgsT1OZXmayRR { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:11rem;top:1.3740234375rem;left:24.5rem;overflow:hidden;display:block; }
#bNThvcaHoZ41JJdBycT1WPxbs28AsVhh { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4355625rem;width:13.246125rem;top:1.71875rem;left:6.0009765625rem;overflow:hidden;display:block; }
#us6EtKVN2PIw8V1MfPqUuWqSdlPlWdm6 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.68555rem;width:8.9355625rem;top:3.0927734375rem;left:45.40625rem;overflow:hidden;display:block; }
#nyBDE93O2lWWP3lQzshNoy1ryMd7SlGt { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:11.375rem;top:11.497802734375rem;left:34.154052734375rem;overflow:hidden;display:none; }
#okdJ2Nevax20tlUMIRWzTtAfGTmvyWRN { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6855625rem;width:9.4980625rem;top:10.7158203125rem;left:25.25rem;overflow:hidden;display:block; }
#NNM7PeOBJgKFpSrNzdptZpgB6tAwb2Kl { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:16.125rem;top:12.0595703125rem;left:40.3740234375rem;overflow:hidden;display:block; }
#FA2o27Thoq9PTolkE173hvuovEGfNfPl { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:10.5625rem;top:12.4970703125rem;left:5.3115234375rem;overflow:hidden;display:block; }
#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT > .row .container { background-color: transparent; background-image: none; }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT > .row .container > .video-iframe-container { display: none; }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT > .row > .video-iframe-container { display: none; }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT > .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); }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT > .row .container { border-width: 0; border-radius: 0; }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT > .row > .video-iframe-container {  }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#iHLZTG3qkvciUOfggkKp3XF89DmeIcDf { color:#ab8f00;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w6T9kcETPMG40BUhBFzcZy6eemHkEWrT { color:#ab8f00;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.974609375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge { position:relative;display:block; }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge { background-color: transparent; background-image: none; }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge > .row .container > .video-iframe-container { display: none; }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge > .row > .video-iframe-container { display: none; }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge > .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); }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge { border-width: 0; border-radius: 0; }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge > .row .container > .video-iframe-container {  }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge > .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:22.8125rem;width:60rem;position:relative;display:block; }#aWhP2ubLqJtpKa67TwK2kLbGtIZd33ps { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.686525rem;width:13.0605625rem;top:2.625rem;left:24.3125rem;overflow:hidden;display:block; }
#kpyMuAU6GfeBVuRIn2v6rpw8RtV2wCrR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:10.125rem;display:none; }
#aXLKMJC0LtNmOQZaRh9y6VNLo9wm6vol { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.99706875rem;width:16.808625rem;top:2.4375rem;left:4.25rem;overflow:hidden;display:block; }
#DxSOK5tgGrLgntGlZd7qWnTuaSpI7ft9 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.81055rem;width:16.7480625rem;top:3.0625rem;left:39.0625rem;overflow:hidden;display:block; }
#OQ6DqW1HaRTD8hRCL8VzNZIFiFTg3Vk3 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:12.9375rem;top:14.0625rem;left:14.0625rem;overflow:hidden;display:block; }
#PxJeSZ7z8VV9SaiLq1VQwUF1GssiharN { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:15.6875rem;top:15.25rem;left:33.9375rem;overflow:hidden;display:block; }
#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/t6xGdIJn/layout_CEO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8.adaptive-delivery-prevent-bg, #uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8.lazyload, #uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8.lazyloading { background-image: none; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row .container { background-color: transparent; background-image: none; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row .container > .video-iframe-container { display: none; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row > .video-iframe-container { display: none; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .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); }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row .container { border-width: 0; border-radius: 0; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row > .video-iframe-container {  }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row .container { width:60rem;height:103.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-form-header {  }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:32rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:2.3125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:oswald;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;font-weight:300;font-style:normal; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-text {padding-top: 0; padding-bottom: 0;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:4.9375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:oswald;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;font-weight:300;font-style:normal; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.25) ; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-select {padding-top: 0; padding-bottom: 0;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-button { background-color:#ffd96b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.25rem;margin-bottom:0.25rem;margin-left:3.1875rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#000000;width:25.5625rem;height:3.4375rem;font-family:oswald;overflow:hidden; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 [class*="-text"]:-moz-placeholder { color:#666666;font-family:oswald;font-size:1rem;font-weight:300;font-style:normal; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 [class*="-text"]::-moz-placeholder { color:#666666;font-family:oswald;font-size:1rem;font-weight:300;font-style:normal; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:oswald;font-size:1rem;font-weight:300;font-style:normal; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:oswald;font-size:1rem;font-weight:300;font-style:normal; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .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;font-size:0.75rem;font-weight:400;color:#fffafa;vertical-align:top;width:30.9375rem;overflow:hidden;font-style:normal;line-height:1.4; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .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; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .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:comfortaa;font-size:0.625rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-container:first-of-type{padding-top:0;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-container:last-of-type{padding-bottom:0;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:11.435546875rem;left:13.90625rem; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32rem;display:block;vertical-align:top; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:400;color:#fffafa;vertical-align:top;overflow:hidden;font-style:normal; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 {display:block;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:11.435546875rem;left:13.90625rem; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #MMQ6Ry9yHtDd7VsZq5za5xICNu2pc4WU { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #fNxtK6lTivGqlTouSBUs00xKLyiiz2Of { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #aNPEHkIJTBeHVP4RQphiS3kTwcyK5SIi { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #tvc2uAWbDczXsThUtickBzdbUbJVa9vk { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Gn267fir0aQhzlCPA3tIcfIBOSGSzHyg { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #c7FQt4T2SD6qIxoTZ9kgPppgS89X7O8H { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Td082sBgcizB1z53fI7noJpRI9MnWtCn { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #t827PaZnVHChB2ecrkNcbv09DzJ4bVEw { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #FCUXwPUMcq2G6tN5io9lE6v0Vg2FvGaB { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #xkW1KAUkqzTfimdBO7MD01GOZbTzs0Cb { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #m4QXXvOptriqZ0tLvp6IRDK1nXJ2NbJ9 { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #PtybeDb0m2yxwSvUG1VB8Xe1ZhBXT09T { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #V6CsNmJuff8VyXl5HmwP2BGSWhue0Ohp { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #zZRZaDVtfEsXKPykyAWo3gUpWoSlIiuq { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #hxnThg4Rg8kPH15tFlnMwbCTI4buPdAB { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #sw2nqBg27x5OLGTpdicvpT9dikLLuLfX { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #H363CzVABUNbs0DTFTB6U6DDTIrSprlT { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #upsa8DV5NZRvSFNU6NrsgdooJu4d4IRR { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #VCXJApuMgXggDOamKH5ATlassip5he2o { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #U1e3nwfwiVbCnu5L9TqoQLLLcGDkKdOO { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #FsGX3QAQMCnphAOosBKnLJ93IcE4JZlz { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #MyfMZXPIG6nkmVH4uMcaTuuGciZ7D0RC { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #hwlnJawh32w7T52WBUFL1c3DB89L3qiw { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #zpS3Mdfq9MNdRwX6udRmi0UNlIazRSGo { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #FiiswgWTab5bNTWT5B6UoBN1ZsHt7THE { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #ViEZvfFSxQ8friMzoDVxNPQln7TQVccF { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #AmF5pcI3Ecl9gNczn5wEQg7fZITQymNs { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #De5MGhHunQVNefdKUUkPpic2g70gqSk1 { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #uWXK12SAI8QQwvtbmvNALgI0en6Zgml1 { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #LFTVdcUfkcdVyaibR59i4FLo7goz8Ief { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #iXs0VJckxyp0bCC0zo2iJOsTiVq672i7 { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #KwabIy1a2qFdKkMeKvXZZAF9JRut4Qki { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #nNTdKJz9qKVTiWs620RRMbW65iz6CbVh { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #G7n8xXPfE2LuTiXnRnkcmshaqWvguBxL { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #BRDX4uBCNNtIaBMTu9MtHFsEKk8nImHm { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #g6oms9wAtOaVmPbTuxSMUmCI011PQy8J { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #LLicUbQpazqUhMQ3ciVc8k67yGKzSF3u { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #IbCCrz2O61pSz8pkvUeotcT6UzrukEFF { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #SGp9mNsdwJvswDnAMLSDnkTpMqE8bNy6 { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Mer4gKdPiHHVxqfSB4QufahQDhhtbho3 { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #eRTUX3RHdPX5KReVf6nnNseJyQnpnOfC { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #DJt7FL6E9lglqubh1gQclcthVFbEw9Rx { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #N6tNdnHDQF6l3qCU8zD2mxyLZZ9e4iDH { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #vaq6fUpkwEkMtfRbZbh2k9QOXVPKKqlS { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #qpzmyUo3Co2J65Wp9kN64teg866PrkIw { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #i4BzeWge3MZSShzkN1sBDccBCz6dHwMv { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #B7rf7vCWUrH8qD8DSGBvVL8vMQynuloI { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #fiqXzBCG9Sg78iycw9Jxxvvm5lqgokU3 { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #QX1CXSqyUvQozKd7CwETEhfb7h5QnzTs { position:relative;display:block;z-index:100000; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #PJ9XdTZHKyimG47pv5UlVEs0Jc5FRyrr { position:relative;display:block;z-index:100000; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #ZHpAQbfaJ2ZJlG5l1OPzJQqgPTXTuEiO { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #puTc8mQC476o39J6QGmKZt8vTG8mgMkW { position:relative;z-index:2; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #R3AG6rD6ryQDBIP7daAeRqKWXo7fTxQl { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #tRGTSscVZennWs9cHh43HrcUbG1A0UyM { position:relative;display:block;z-index:100000; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #P87UTlVwxBQI6SuAmUCHID4VAfuf82Of { position:relative;display:block;z-index:100000; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #E4nemLMMz1LMESwrd2EgSdLXlqWVbemW { position:relative;display:block;z-index:100000; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #T0zXB6sBbQ521FhxShSLKlNyy02ADHV5 { position:relative;display:block;z-index:100000; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #ViPer844MgrrsIkLr1mN1xxuMNhSP49s { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #q3kIZryLpEUrTFJhnKCi8u276mqGXzJP { position:relative;z-index:2; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #sl1Hk8H8mg3OGD3eJQIuUOiiXNEKu2IP { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Rlrb3C98ixUNgvwdm5vGnoCOvR0rZ699 { position:relative; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #uMQsMzGT5iFb5MK1AlpEd1UZnBfKQZih { position:relative; }
#TiX6v63KUwPyDTuc2cDJ7otiqT6TiPBU { color:#000000;display:block;width:35.875rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:13.375rem;left:24.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#icOkOUWpLfqeoRke7vLnQxeiuS6hs5tF { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:0.6875rem;left:19.5rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TeghEPfwi2vaF96TtUVf0T1oR6vscKBZ { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:15.0625rem;top:42.9375rem;left:14.1875rem;overflow:hidden;display:none; }
#CETnbEFR2w9iMdkdr3Lam6rzJZRVEMtO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:3.0859375rem;left:0rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 > .row .container { background-color: transparent; background-image: none; }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 > .row .container > .video-iframe-container { display: none; }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 > .row > .video-iframe-container { display: none; }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 > .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); }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 > .row .container { border-width: 0; border-radius: 0; }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 > .row > .video-iframe-container {  }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 > .row .container { font-size:0.875rem;font-family:arial;height:115.25rem;width:60rem;position:relative;display:block; }#shkaSmJ4yyeTr1HMIPQvBLre5tZTyI50 { color:#fbfbfb;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uJbcAZygAQW7mtI7MsGNgO4gQkQ5B6Hz { color:#0ad79d;display:block;width:22.375rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:32.75rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-form-header {  }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-regular-label { height:auto;display:none;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:42.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .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:42.3125rem;box-sizing:border-box;height:2.9375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:oswald;vertical-align:top;font-weight:400;font-style:normal; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-text {padding-top: 0; padding-bottom: 0;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW .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:42.3125rem;box-sizing:border-box;height:9.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:oswald;vertical-align:top;font-weight:400;font-style:normal; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .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:42.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-select {padding-top: 0; padding-bottom: 0;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffd96b;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:#000000;width:42.3125rem;height:3.4375rem;font-family:oswald;overflow:hidden; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW [class*="-text"]:-moz-placeholder { color:#545556;font-family:oswald;font-size:0.875rem;font-weight:300;font-style:normal; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW [class*="-text"]::-moz-placeholder { color:#545556;font-family:oswald;font-size:0.875rem;font-weight:300;font-style:normal; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW [class*="-text"]:-ms-input-placeholder { color:#545556;font-family:oswald;font-size:0.875rem;font-weight:300;font-style:normal; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW [class*="-text"]::-webkit-input-placeholder { color:#545556;font-family:oswald;font-size:0.875rem;font-weight:300;font-style:normal; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .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:oswald;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:41.125rem;overflow:hidden;font-style:normal; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .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; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-container:first-of-type{padding-top:0;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-container:last-of-type{padding-bottom:0;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW  { background-color:#000000;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:42.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:71rem;left:7.59375rem; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:42.3125rem;display:block;vertical-align:top; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-info-text { display:block;height:auto;font-family:lato;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; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW {display:block;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW { background-color:#000000;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:42.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:71rem;left:7.59375rem; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #sgomB6CJM64msHotoe8QWLBxlLmaDCf2 { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #kl6xVntgaO2dnIibtXs8yIKT2eGX2pk5 { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #OuNK08KT2peHwLBkmUFN0QKFMN1r0zId { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #QEb7Lxp47FUK4m3ahCIQrAkIntNzcVLq { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #Mmlc2DWdSBl9NVH8ByLPWPqhbDR9WXQ2 { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #qIp4TpE1RPF7So5KZM6v2GhuKVK2a4P4 { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #lDws5kzp7DChAvUwmQHkzkpKDoTuLZTc { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #EOaqTD7PUz3kwtu3sFTof8TscSJn13E7 { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #dncI8GZ3XxgTDRvqNqFlL5XniEAT6oG2 { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #Si9PITLVDCrOvTTcZnsfzOibkZeZtSrP { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #ahmMaoIPKpibtod3DnTSUA5DrZWoyi1R { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #geJspzsJaKk68SGZxyxvvQ8H99qiRSKP { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #fWOefo9S8bJPOQKMQQ5ONnDcnvQOxRMa { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #TKENr40Pv8gWTlrLFRUWIEDXqzLTTS2n { position:relative;z-index:2; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #yWTJXJ2E3kLObPQMxHuIy8m0s4Fdm0Sd { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #tuL4Jne2xiTJuA4gIg4haqssiOvxx8Dp { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #cIbM4v3ShXAx9HmRWuEa8OEENgJ7CBhG { position:relative;z-index:2; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #SenruOFvqZKWGztxwK8FWQgudiA1yhe1 { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #EDmCpr6nzfNXc4yH0beKvPJI31T9Rcv0 { position:relative; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW #zScGuEFiBTgb0gHPTiQO2PF0m10F6gpp { position:relative; }
#GFnpyeItVMRvsFtRyWEQpVkcybuLDKSv { color:#ffdb15;display:block;width:13.8125rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:68.5439453125rem;left:24.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cCL9GbPUkQTtFvfbBRg7zxWD0nTNPAMq { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:13.75rem;top:106.5rem;left:23.125rem;overflow:hidden;display:block; }
#nHH6KcqskA3zIoW5E2EyReT55tME2Au3 { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:49.6875rem;left:1.875rem;height:7.95703125rem;display:block; }
#orHvTc44eKf8ueOTT9K2WxJ9ipczu481 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.4375rem;border-top-right-radius:14.4375rem;border-bottom-left-radius:14.4375rem;border-bottom-right-radius:14.4375rem;height:9.5rem;width:9.6875rem;top:38.5625rem;left:1.875rem;overflow:hidden;display:block; }
#sWQNTuzTVGUyNOZEEUc1TlthTHWiSO2X { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:49.6875rem;left:21.8125rem;height:7.95703125rem;display:block; }
#IsQ0I8SLVoRPxbSguT77tBEC1piEvnID { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:10.1875rem;width:10.1875rem;top:38.25rem;left:21.8125rem;overflow:hidden;display:block; }
#WzNcEBL18TpKmxQuzDIt23JkZ0O1xW2W { color:#ffffff;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:49.6875rem;left:43rem;height:7.95703125rem;display:block; }
#FHXmBoWbkRu12D61Pc1hU2FhX3h1RcA4 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:10.125rem;width:10.1875rem;top:38.25rem;left:42.9375rem;overflow:hidden;display:block; }
#R0muKCW9DmDpWxnZT0txzl1W2fwmRz4g { box-sizing:content-box;color:#ffffff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:53.875rem;left:41.125rem;display:block; }
#pwb03dw9SvgA77JR9qgikIyLZAIZdJDn { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:55.9375rem;left:40.8125rem;display:block; }
#tVWMU01ROM0TlURCv19ECIeIgzandaNe { box-sizing:content-box;color:#ffffff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:53.875rem;left:20.0625rem;display:block; }
#fqKfufF9HUH5gTRoNqWJH1o7TIANLh9c { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:55.9375rem;left:19.6875rem;display:block; }
#CVuK4QtXbwsIvsDEBW4El4pHJvd5DKCd { box-sizing:content-box;color:#ffffff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:53.75rem;left:0.1875rem;display:block; }
#leUcsr9MFLk4GAd5BMWLRgoO71uIUzlq { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:55.875rem;left:0rem;display:block; }
#TqSQOzBIGv5Upy1gJMa1hFpsSpubquIc { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:19.625rem;left:32.3125rem;height:9.09375rem;display:block; }
#SMIXnoiTbF9fXsw5NFaePT1m0SuOgeTU { box-sizing:content-box;color:#ffffff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:25.0625rem;left:30.375rem;display:block; }
#Vm6kSFJ0JxDQPxGgiosu4UVRwmnkDL9e { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:26.8125rem;left:30.0625rem;display:block; }
#HsQGmX6mKA5Hx12xlQuTRTtcMfEoboAm { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:19.75rem;left:2.1875rem;height:9.09375rem;display:block; }
#GDlozhP1EUG0TDLPN7Ua0G8Wi3beL5hR { box-sizing:content-box;color:#ffffff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:25rem;left:0.375rem;display:block; }
#k5lcvKN4IqhybdsS1Dco3tvH4ZwQfkxm { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:26.75rem;left:0rem;display:block; }
#ZZ9CcG7gDw2wzRugXPqgmZc5CI6qB9Sg { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.6875rem;border-top-right-radius:9.6875rem;border-bottom-left-radius:9.6875rem;border-bottom-right-radius:9.6875rem;height:10.3730625rem;width:10.4355625rem;top:7.6875rem;left:3.0625rem;overflow:hidden;display:block; }
#X3CHTMe5CAz2hPZOGX1Uwpd8cEUB357q { color:#0ad79d;display:block;width:34.875rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#o4eI2LeVqsiqZkuaZC1K5IXp35sRhy8q { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.25rem;border-top-right-radius:12.25rem;border-bottom-left-radius:12.25rem;border-bottom-right-radius:12.25rem;height:10.625rem;width:10.0625rem;top:7.5615234375rem;left:30.6875rem;overflow:hidden;display:block; }
#kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JXGdwYtA/t_o_prelegenci.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv.adaptive-delivery-prevent-bg, #kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv.lazyload, #kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv.lazyloading { background-image: none; }#kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv > .row .container { border-width: 0; border-radius: 0; }#kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv > .row > .video-iframe-container {  }#kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv > .row .container { font-size:0.875rem;font-family:arial;height:178.3125rem;width:60rem;position:relative;display:none; }#fXv8l3sXD9wBSc2SDlDbhnMHByRK9yEA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e1X2xcenBGTBo3QWhAyMb8Bz7ufdJd2E { color:#000000;display:block;width:13.3115rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.623046875rem;left:23.34375rem;height:2.762325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f58tD2qkrout2Jb7VdQ7F0ONQbMfz1Z7 { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:4rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:169.6875rem;left:19.375rem;display:block; }
#Eg59nxoEul3hlOQUfOK9QhHc4ExzzL88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mFzTMfFKVqvKrTE5UB3ywmHNhiMI5Meb { position:absolute;display:block;z-index:100027;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:9.5625rem;top:4.6767578125rem;left:0rem;overflow:hidden;display:block; }
#DhS6L4AQCXslxP153shpK92sn4AqzwKE { color:#000000;display:block;width:15.25rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100028;line-height:1.7;letter-spacing:0;top:6.3017578125rem;left:11.9375rem;height:5.949225rem;text-align:left;text-align-last:left;display:block; }
#Zgaz1sG5yX2hkJL5P9V3P9QXoHAmgGlC { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:4.8017578125rem;left:0rem;display:block; }
#Tbl2mXQQr6yClO1TTsx3X9zMWTQSPk31 { position:absolute;display:block;z-index:100028;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:9.5625rem;top:4.6767578125rem;left:32.8125rem;overflow:hidden;display:block; }
#h5bi5NPoTNilqJymdG31dUrp21aEuW7k { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.25rem;top:4.8017578125rem;left:32.8125rem;display:block; }
#X34doFFfaaW97Zw2HNrnP5dy2NMD3nTE { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100029;line-height:1.7;letter-spacing:0;top:6.3017578125rem;left:44.6875rem;height:5.949225rem;text-align:left;text-align-last:left;display:block; }
#BlC8AmMuNWvpSlyPXJWgH1kmQIyfk1bJ { position:absolute;display:block;z-index:100028;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:9.5625rem;top:18.5625rem;left:0rem;overflow:hidden;display:block; }
#oHzq9oTIfz051VrglUPe4eUz7rzxb5HC { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:18.6875rem;left:0rem;display:block; }
#kgyNfWrtXCtJluoS9gBSM4uGt0TNTD3g { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100029;line-height:1.7;letter-spacing:0;top:19.65625rem;left:11.9375rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#xuEQdtC5UNOgzRnu9IcptLKnoeDrqM5F { position:absolute;display:block;z-index:100029;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:9.5625rem;top:18.5625rem;left:32.8125rem;overflow:hidden;display:block; }
#onkaMwKEZFxhluHHdJT7vV9qiuJS8kB6 { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:18.6875rem;left:32.8125rem;display:block; }
#WL1JzZlEzVQesEPdztme2WneQnvlvmzf { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:19.65625rem;left:44.6875rem;height:5.5234375rem;text-align:left;text-align-last:left;display:block; }
#fTKZfCbNtsdTPRZIi3u6yCZDts0Irqdv { position:absolute;display:block;z-index:100029;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:9.5625rem;top:32.875rem;left:0rem;overflow:hidden;display:block; }
#TBhCJoxaXBePvboF9zHz8mS3BiQ5nfoa { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:26.0625rem;top:33rem;left:1.0625rem;display:block; }
#DNWaWiaWApLnpEy479PpXRz9gltb3P11 { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.5;letter-spacing:0;top:37.125rem;left:11.9375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#dJIeUIz9LeN603Erhdubf8ddsPKPqi9w { color:#000000;display:block;width:15.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.5;letter-spacing:0;top:9.0625rem;left:11.9375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#G4qfHHZspNTQfRy6R8ApdkDnouCHpVml { color:#000000;display:block;width:15.25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.5;letter-spacing:0;top:9.0625rem;left:44.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#V73TMndQwTDJg74F8TpVXvWBvIJxSHyi { color:#000000;display:block;width:14.125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.5;letter-spacing:0;top:20.718322753906rem;left:11.936851501465rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#kX4QXQdaytfOBFyFV6eeWzrq3sE02XzB { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.5;letter-spacing:0;top:22.46875rem;left:44.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#f3Rq5xDNyVbiIM1v1OWUEqHDNpt2lWp3 { position:absolute;display:block;z-index:100030;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:7.5rem;top:32.875rem;left:33.84375rem;overflow:hidden;display:block; }
#Gf7hbBLtTJAdZffTxSVbp4Q8hUBoNI0z { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:26.125rem;top:33rem;left:33.875rem;display:block; }
#C7OkTLvyc68nZ8uAXSNgIJbUxqsh7B5k { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100031;line-height:1.7;letter-spacing:0;top:34.1875rem;left:11.9375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#XRObmSKW09ivmZfax5tcpsiCNzRVU1s6 { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100031;line-height:1.7;letter-spacing:0;top:34.25rem;left:44.6875rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#bhrOPz0fSGPGCorUOVfWnFxA3uH5D9b5 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100032;line-height:1.5;letter-spacing:0;top:36.93684387207rem;left:44.687503814698rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#PEb9AvGZT7sF0VnCLim3Au666WN5xw3s { position:absolute;display:block;z-index:100029;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:9.5625rem;top:46.875rem;left:0rem;overflow:hidden;display:block; }
#LxGl4ZC9k5SdWuPqSr5zHpCgproKxmTM { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:47rem;left:0rem;display:block; }
#AAXUg96HKG5c2flTTcZ98ZCyr3FCBKDE { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100032;line-height:1.7;letter-spacing:0;top:48rem;left:11.9375rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#wvGHq3ZvgM4GC2xvX90OdqWTb1dqb9fD { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:100033;line-height:1.5;letter-spacing:0;top:50.9375rem;left:11.93603515625rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#VTAbblPZT3U4VrOB34RA97I9oRAwZKkN { position:absolute;display:block;z-index:100030;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:9.5625rem;top:128.0625rem;left:32.875rem;overflow:hidden;display:block; }
#pAlXdcsniVJsDqQ6MeHqiGATTLPTb7rX { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:26.125rem;top:128.1875rem;left:33.9375rem;display:block; }
#pTDCUGlTR1HPACblJugzUAm5AEplLieJ { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100032;line-height:1.7;letter-spacing:0;top:129.1875rem;left:44.6875rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#BuuNoKLIbOo2qhK3nmdT4sfJJAiUltMM { color:#000000;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100033;line-height:1.5;letter-spacing:0;top:132.125rem;left:44.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#zbZHJ5cwQCn30mtgexsnWrogtc72viM4 { position:absolute;display:block;z-index:100028;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9rem;width:16.625rem;top:4.3003463745117rem;left:-18.334638399222rem;overflow:hidden;display:block; }
#HqHphDWwIbMTfUqTSvl9pmJWZAPZmvoD { position:absolute;display:block;z-index:100029;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:6.5rem;width:15.8125rem;top:166.875rem;left:-18.484157562256rem;overflow:hidden;display:block; }
#W5rRzFqN4Ibg4WtB70xtHcoHd28ylwox { position:absolute;display:block;z-index:100017;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:60.875rem;left:0.0625rem;display:block; }
#CHfgaECc330K54d2FmGKEkBaHGr06y1F { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100040;line-height:1.7;letter-spacing:0;top:61.875rem;left:12rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#Hrcl2t3AP3HOCxMlUvlczA6E57ibByQH { color:#000000;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100041;line-height:1.5;letter-spacing:0;top:64.8125rem;left:12rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#JCvh0zy20FKG0kq4btWRwpBRLT0QQX6K { position:absolute;display:block;z-index:100038;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5rem;width:9.5rem;top:60.75rem;left:32.875rem;overflow:hidden;display:block; }
#qhVdlrfVOrb4z5D9qEZLXU8Zque7FMOE { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:26.125rem;top:60.875rem;left:33.9375rem;display:block; }
#TwHClHuLhp4w0eT3hMUPz5FZqA0BnKAf { color:#000000;display:block;width:15.1248125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100041;line-height:1.5;letter-spacing:0;top:65.875rem;left:44.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#D7XFad09tLGDkyJ4WNSGT1vMbNPqEC80 { position:absolute;display:block;z-index:100037;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5rem;width:9.5rem;top:60.75rem;left:0.0625rem;overflow:hidden;display:block; }
#F27d8C6z1uVWDSgEunliVyQO8fXFlA2V { color:#000000;display:block;width:14.6245625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100040;line-height:1.1;letter-spacing:0;top:61.875rem;left:44.6875rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#Ea4cEbF6VLfZ90q377tngVwKfaKApExo { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:74.9375rem;left:0rem;display:block; }
#cf2cxwtybLTPTK2Z5a62HAXereFZBCr1 { position:absolute;display:block;z-index:100041;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.4375rem;width:9.4375rem;top:74.8125rem;left:0rem;overflow:hidden;display:block; }
#DGG1MrEOSU8cnmC3Kbvt9xf8VdEvZ6iW { color:#000000;display:block;width:13.875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.5;letter-spacing:0;top:78.87478637695rem;left:11.936851501465rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#z2xhfECFByDfi5U3FLLQxGrPRqhoFDRS { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100044;line-height:1.7;letter-spacing:0;top:75.9375rem;left:11.9375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#zrcxXHONc2SKbIxpG7LXBcZExXk8C6dd { position:absolute;display:block;z-index:100042;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5rem;width:9.5rem;top:74.8125rem;left:32.875rem;overflow:hidden;display:block; }
#g3gtXUe6GwOS6BupTwP7Ie99M34Ke7Xc { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:26.125rem;top:74.9375rem;left:33.9375rem;display:block; }
#LMfeq3mBLWxMSANCiFNgu5QLf0Tsyrpp { color:#000000;display:block;width:15.1248125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.5;letter-spacing:0;top:78.875rem;left:44.6875rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#iGKR5hpX14cwS27v1Zb6WIKlGesxLqzT { color:#000000;display:block;width:14.6235rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100044;line-height:1.1;letter-spacing:0;top:76.4375rem;left:44.6875rem;height:1.9249125rem;text-align:left;text-align-last:left;display:block; }
#Ro7m8NkIxG6TKQLs4x4gasPTTWk4GTyf { position:absolute;display:block;z-index:100024;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:26.8125rem;top:101.3125rem;left:33.25rem;display:block; }
#vp9hOQzmLX8IcIn0Zg1dv3VNx356ysId { position:absolute;display:block;z-index:100044;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.3125rem;width:8.8125rem;top:101.21875rem;left:33.1875rem;overflow:hidden;display:block; }
#rTs6MwGKBFVvyLpDDoOg328c0AO49zuJ { color:#000000;display:block;width:15.124rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100048;line-height:1.5;letter-spacing:0;top:105.75rem;left:44.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#HhtJFs7RtmX9GsdUWZ70HED8dWhqxnx9 { color:#000000;display:block;width:14.6235rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100045;line-height:1.7;letter-spacing:0;top:102.27756881714rem;left:44.687503814698rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#DlA2HUvgnioIIHzcP5ndxxGPBtT7wlv8 { position:absolute;display:block;z-index:100025;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:101.1875rem;left:0.0625rem;display:block; }
#oWGQ76hMgTbScdpUF2EaTQ8LchQdSOWB { position:absolute;display:block;z-index:100045;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.625rem;width:9.625rem;top:101.0625rem;left:0.0625rem;overflow:hidden;display:block; }
#GTWJFPdaA2abfO4evL5Ls57n6GHg8PHV { color:#000000;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100049;line-height:1.5;letter-spacing:0;top:105.125rem;left:12rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#wZfbfeCTrn5GgVXvwu7KycPpEqWUdqaN { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100048;line-height:1.7;letter-spacing:0;top:102.1875rem;left:12rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#Veb823NsfOqQlOIo9lsEZNUxLkJ80CBg { position:absolute;display:block;z-index:100032;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:26.8125rem;top:87.8125rem;left:33.1875rem;display:block; }
#NXG6F1lTwU0qAybguTavC82Xkznb7c0N { color:#000000;display:block;width:15.1248125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100056;line-height:1.5;letter-spacing:0;top:91.916238784787rem;left:44.6875rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#yuzVvkOpkPd3IWQIisaU7eeGSrBTOVCI { position:absolute;display:block;z-index:100033;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:87.6875rem;left:0rem;display:block; }
#WNw27y2tQyMFvQpc9h8PORJSv5ZgBDIM { color:#000000;display:block;width:13.75rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100057;line-height:1.5;letter-spacing:0;top:91.624351501462rem;left:11.936851501465rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#N5y0u1wOlEvSgvMGefk3fsODiT9Le2FX { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100056;line-height:1.7;letter-spacing:0;top:88.6875rem;left:11.9375rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#CtJTfTTBGusfSX6KDcQxhynNmHk9Xamu { position:absolute;display:block;z-index:100053;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:9.5625rem;top:87.5625rem;left:0rem;overflow:hidden;display:block; }
#oZvCM5o0BFVyftzzaTBmRcq55x2tATEp { position:absolute;display:block;z-index:100043;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.375rem;width:9.4375rem;top:87.6247882843rem;left:33.004558563233rem;overflow:hidden;display:block; }
#ZcO9JhBFXsnSKwmFgkdxoBvtpXNI8prL { color:#000000;display:block;width:14.6235rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100045;line-height:1.1;letter-spacing:0;top:89.520404815675rem;left:44.687503814698rem;height:1.9249125rem;text-align:left;text-align-last:left;display:block; }
#h6P6FfF0P7obxiyJZcNBaVE8Aa5b5DJz { position:absolute;display:block;z-index:100028;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:26.8125rem;top:141.125rem;left:33.25rem;display:block; }
#GZJQVfbaoDxR8DSwVKmCb7aNyV4HZeoB { color:#000000;display:block;width:15.1248125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100052;line-height:1.5;letter-spacing:0;top:144.9375rem;left:44.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#LA5cld7TedHxrJxTtwuHW6WXQXJwTySI { position:absolute;display:block;z-index:100048;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.25rem;width:9.3125rem;top:141.0625rem;left:32.875rem;overflow:hidden;display:block; }
#Bom3HiWWUb6qEU29HDqr4I1xgGZTUgWz { color:#000000;display:block;width:14.6235rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100049;line-height:1.7;letter-spacing:0;top:142.0625rem;left:44.6875rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#D68lIcWpUDpuglpnZTGQUzwafoOWC7sF { position:absolute;display:block;z-index:100029;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:114.5625rem;left:0rem;display:block; }
#pCN4UID2J3kdbG1w8h8rkSJnkZPoemz3 { position:absolute;display:block;z-index:100049;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:9.5625rem;top:114.4375rem;left:0rem;overflow:hidden;display:block; }
#HlGZcz4H0TieX6avttgDw4ED5cCSZfOf { color:#000000;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100053;line-height:1.5;letter-spacing:0;top:118.5rem;left:11.9375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#BTurSw6NneF1Rh7vFosVEwVvuMZxb5DI { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100052;line-height:1.7;letter-spacing:0;top:115.5625rem;left:11.9375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#ZpzgXXcfo9Alft9gDkmMTI7bydrd5t7w { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:114.5625rem;left:32.875rem;display:block; }
#UsHnn1H1MqZayLmfmFJqc9kxcUlwPOpB { position:absolute;display:block;z-index:100058;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:9.875rem;top:114.5rem;left:32.78125rem;overflow:hidden;display:block; }
#s6bdqXOqp33K1b8Jx75p3FnfgJo03LPc { color:#000000;display:block;width:14.6230625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100046;line-height:1.7;letter-spacing:0;top:115.625rem;left:44.6875rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#bwGD8QPpzoxkn92v8HxEq3SlT2wPg915 { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100049;line-height:1.5;letter-spacing:0;top:118.8125rem;left:44.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#FBTC6xTRxpg9JKBtCRQRoGlRdXADEsTA { position:absolute;display:block;z-index:100033;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:141.125rem;left:0rem;display:block; }
#CzOR7TbRUgRMHzoINeSAurJubbrApAeD { color:#000000;display:block;width:10.7498125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100057;line-height:1.5;letter-spacing:0;top:144.93596839905rem;left:11.936851501465rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#kZT2kgd0F6vWi43tveJikOgMLy7nOT68 { position:absolute;display:block;z-index:100034;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:27.125rem;top:46.875rem;left:32.9375rem;display:block; }
#qe8JM0LXFyGXTk276GGGOOhNtg7s6rXf { position:absolute;display:block;z-index:100061;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.375rem;width:9.5rem;top:46.8125rem;left:32.875rem;overflow:hidden;display:block; }
#AnEv4LrV5VU9BB2r4tHqABWLPbBcU4Z9 { color:#000000;display:block;width:15.122625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100052;line-height:1.5;letter-spacing:0;top:50.9375rem;left:44.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#oTw9L8tGHthahDhtgq92P0gBV7pGwAl0 { color:#000000;display:block;width:14.622375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100047;line-height:1.7;letter-spacing:0;top:48.0625rem;left:44.6875rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#HeoV5OP4VH0hJHhqvKfXCJrirTnntBSq { position:absolute;display:block;z-index:100034;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.5625rem;width:9.6875rem;top:128.0625rem;left:0rem;overflow:hidden;display:block; }
#ePrGE6sUy6oLJnlXCFU73rxsFxFMTN8V { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:26.125rem;top:128.1875rem;left:1.0625rem;display:block; }
#vmSg2Ih4CiDiBqqeBcmyv5KrTzwdpIaG { color:#000000;display:block;width:15.125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100037;line-height:1.5;letter-spacing:0;top:132.125rem;left:11.875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#L7PQWUPE4RsfESA0lD7KnEz0u4xVb6CW { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100036;line-height:1.7;letter-spacing:0;top:129.1875rem;left:11.875rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#DiZghhHJCiC2eBUrpHv9AZfATNxaX4CK { color:#000000;display:block;width:14.6245625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100037;line-height:1.7;letter-spacing:0;top:142.08874702454rem;left:11.936851501465rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#WatPSoBIAalgglMzUtZa2ov1GwipdO3W { position:absolute;display:block;z-index:100035;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.375rem;width:9.625rem;top:141.1230506897rem;left:0rem;overflow:hidden;display:block; }
#wO4H5lzwv2eJfCgRWcH89rBJ4OGcagrx { position:absolute;display:block;z-index:100032;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:26.8125rem;top:154.5rem;left:33.1875rem;display:block; }
#hmCyKHzkuWOaBrUk5kBLChn4OWsP9Lyz { color:#000000;display:block;width:15.1248125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100056;line-height:1.5;letter-spacing:0;top:158.3125rem;left:44.625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#LCTQ825oC4FEVkQvzQGa9sT3RBBusqkk { position:absolute;display:block;z-index:100052;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.3125rem;width:10.3125rem;top:154.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#ZTH8Q8W4wIAXFggof5glLyCMNTyZ6VZr { color:#000000;display:block;width:14.6235rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100053;line-height:1.7;letter-spacing:0;top:155.4375rem;left:44.625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#DRRiWQ7wTyGgRdUzRGsDKVh6GBbtpyoV { position:absolute;display:block;z-index:100036;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:26.8125rem;top:154.4375rem;left:0.375rem;display:block; }
#s7WdG8tCwALTOtXysGfJXKQErgvdx6tv { color:#000000;display:block;width:15.1248125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:100060;line-height:1.5;letter-spacing:0;top:158.25rem;left:11.8125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#ilT65UARfkO3EezDXH9KGs3tC8R5zDAq { position:absolute;display:block;z-index:100056;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:9.375rem;width:9.5rem;top:154.248046875rem;left:0rem;overflow:hidden;display:block; }
#JRxoSgupglcseG8kg2ESQ8gWyxTc7xMT { color:#000000;display:block;width:14.6235rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100057;line-height:1.7;letter-spacing:0;top:155.375rem;left:11.8125rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/t6xGdIJn/layout_CEO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp.adaptive-delivery-prevent-bg, #Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp.lazyload, #Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp.lazyloading { background-image: none; }#Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp > .row .container { border-width: 0; border-radius: 0; }#Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp > .row > .video-iframe-container {  }#Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp > .row .container { font-size:0.875rem;font-family:arial;height:285.25rem;width:60rem;position:relative;display:none; }#iQzGef2NMOyAU0TaiQplXfBh9butEZ47 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:102.7578125rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JW1xs4GE2EPrKPQpZyhFJEITJa3IHqEe { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:105.7578125rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#eyLq2Wptsn9dN5tpOd4go9mQVTp1D42c { color:#ffffff;display:block;width:49.12475rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:184.75rem;left:6.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QheeqC47lLlpzTGgKuDcQKIOvi8xtbBz { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:187.75rem;left:6.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#ZovOoiEdGxsaTMkB30yCV95bGLnK6ITy { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:219.375rem;left:6.75rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IA88MMmD4TDKHIGTA9VlvHUsRyTh6yWu { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:222.375rem;left:6.75rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#nawP2m1WeJSS8gNF4nV9IL0kffVERgTT { position:absolute;display:block;z-index:100027;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:49.436rem;top:232.4375rem;left:6.625rem;display:block; }
#W8O8sD1x6WxgVQFxLe0CO11TuJ8q6GiN { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.994625rem;height:4.18359375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:277.5615234375rem;left:20.37451171875rem;display:block; }
#ze6RJeIbdPuXnPIsCIe97drvKAiXkK65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#edKZRJQgKMd3oGlLv1WrZ5yCN67Tatla { color:#ffffff;display:block;width:52.0625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:108.5625rem;left:6.6875rem;height:5.27831875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BS9Nc3GPMPwtWGpkZaft0UFdnyxEvITq { position:absolute;display:block;z-index:100028;background-color:transparent;background-image: -webkit-linear-gradient(34deg, #f2dc6b, #000000);background-image: -moz-linear-gradient(34deg, #f2dc6b, #000000);background-image: -ms-linear-gradient(34deg, #f2dc6b, #000000);background-image: -o-linear-gradient(34deg, #f2dc6b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dc6b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dc6b', endColorstr='#000000' );";background-image: linear-gradient(34deg, #f2dc6b, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:263.875rem;width:0.125rem;top:1.6875rem;left:4.5625rem;display:block; }
#rT2DL6d4JwBTzT7R31zw3F3dhmTJgFVN { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:189.75rem;left:6.625rem;height:2.11154375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Denp5W4qT5y3nKMsACF8Fim5Usrn9WG3 { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:225.1875rem;left:6.75rem;height:3.16731875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m4fLVC5uRsWlcFW4wrnbWRHTGrpelgNB { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:143.625rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h95KeNyoa1k4tk9VprluFdMubltKnKwH { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:146.625rem;left:6.6875rem;height:1.055775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iVn9oSdFcssCWaHAd0gp5PD2HTZl8i45 { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:147.625rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#Dpox41Fz7CPRsU57sNdIWgfS6cxeod6r { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:149.875rem;left:6.6875rem;height:5.74609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJLesOBo23FmHvH5ue5G9OtddWBdGA2d { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:158.375rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WC6XffMA2UHSzfaz84c4DtMHcszqB3BM { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:159.875rem;left:6.6875rem;height:4.0371125rem;text-align:left;text-align-last:left;display:block; }
#BOCwIQJDhbsqwxPll5NlyGA4tKlm2ohO { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:163.8125rem;left:6.6875rem;height:8.01953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wWQJSsUgO5SPfeTpfJlsc1ABJu45OSmD { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:41.5625rem;left:6.75rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cc6u8kys47CuSmmN7zQqQeDTivxVVzL4 { color:#f2dc6b;display:block;width:43.1875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:44.5625rem;left:6.75rem;height:4.0371125rem;text-align:left;text-align-last:left;display:block; }
#W0Tgp2mZggheODz6hM9Mkt0ocO1rS0IX { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:46.5625rem;left:6.75rem;height:8.01953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DewoKgRqJams2h31TsdD0CDXwTLQRgqd { color:#f2dc6b;display:block;width:25.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:78.625rem;left:6.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wh9Li4nsZoJlxcEeRDg1XX9T5X0yvrbC { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:80.75rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#shsJRB8KStSBwTNSZPOKgWE92NWtWGWn { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:83.9375rem;left:6.6875rem;height:1.055775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SZ7Hy8PtfCfQ0CIsRgeSm7PmFbTBoTrM { color:#f2dc6b;display:block;width:43.1875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.7;letter-spacing:0;top:95.6875rem;left:6.6875rem;height:6.11816875rem;text-align:left;text-align-last:left;display:block; }
#JgZImTBTwpk9F2awPX7nh4JbfLghikQe { color:#f2dc6b;display:block;width:53.6875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvD188NdHg5m4sHchJIabXg9ILkJnsTV { box-sizing:content-box;color:#f2dc6b;font-size:1.75rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:77.75rem;left:18.1875rem;display:block; }
#V9c6VVvptSCtCpGIJAW5bsTeb1XAQ87m { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:19.3125rem;top:1.6875rem;left:-19.189059051281rem;overflow:hidden;display:block; }
#xVJ9b4FwcaJ2vNK1bTrzVDR3lxBTE6KS { color:#ffffff;display:block;width:49.1235rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:123.375rem;left:6.625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsplJJaocRlITytx1ycWhufpbp3CrRHs { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:124.875rem;left:6.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#uurzTps62m8Mg41E10SD5k7JNEFmHVHU { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:127.5rem;left:6.625rem;height:3.16731875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MyxRVEmPc8riFDi4r0Ems0X5Q2UAnJOc { color:#ffffff;display:block;width:49.1221875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:209rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OsBchP6qBEEdbgGCyPHiUBUvzb9iP2k9 { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:210.75rem;left:6.6875rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#bulQJkm9VFnPEWT04CO4sXXq4AipS92a { color:#ffffff;display:block;width:50.2495625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:29rem;left:6.75rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z3CW5QE4e59o2xrLZ0odGMyWKglQVUUh { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:32.0625rem;left:6.75rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#oI8f2w081l1vmCEsfohdFV0XyTfXOhgF { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:34.3125rem;left:6.75rem;height:6.334rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r63IqHnCJp2VWNFH54uJdd6gm747Zkzw { color:#f2dc6b;display:block;width:25.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:236rem;left:6.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pQUzUCmphtt07pQB3CcxILZHvGwXUOwz { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:237.75rem;left:6.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OoI885lzJ8D2Skith6XRSA0KyMxn4G9q { box-sizing:content-box;color:#f2dc6b;font-size:1.75rem;font-weight:400;line-height:1;height:2.56185rem;width:2.56185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:235.125rem;left:18.125rem;display:block; }
#g548VlTTsTOyDCDG6HpXnno2L3ow6Xsl { color:#ffffff;display:block;width:50.0625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:241.25rem;left:6.625rem;height:4.609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ebT8w2sblWn0yQx73Pw44ZrXVh78tkx9 { color:#f2dc6b;display:block;width:43.1855625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100012;line-height:1.7;letter-spacing:0;top:255.25rem;left:6.625rem;height:4.0996125rem;text-align:left;text-align-last:left;display:block; }
#KWJ5eifzaGKlvEZ2D342TqJa2QcRwmTg { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:214.375rem;left:6.6875rem;height:2.11154375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K0PaD8HfKmM0kK2onFPr1HnNgMT75JP1 { color:#ffffff;display:block;width:49.12475rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:55.8125rem;left:6.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sdgno3wQasWU5JaFIXqH3bKkWeUKu1hy { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:58.8125rem;left:6.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#vgW9bNx2gwirefwaU9rJTCt3zGd5S6uT { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:61.1875rem;left:6.625rem;height:4.22265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k7URkBl9uQ3gbbOLLlqUmPRQrzPRmmmS { color:#f2dc6b;display:block;width:43.1865rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100013;line-height:1.7;letter-spacing:0;top:244.625rem;left:6.625rem;height:12.1738375rem;text-align:left;text-align-last:left;display:block; }
#Iql5OTDKvh7N0KntxD97ZIBdoPnCbHKz { color:#f2dc6b;display:block;width:43.1855625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.7;letter-spacing:0;top:85.75rem;left:6.6875rem;height:10.15528125rem;text-align:left;text-align-last:left;display:block; }
#dpTz1iJTKKP0hz7dV9HxI7RQ3tZ3TMs6 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:18.875rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wqD9HVEPghVhNpGsHspxqCflfClGPgBO { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:21.8125rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#STcvnXv7HtO6wIXASXix9N8IAyD2aQT7 { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:23.8125rem;left:6.6875rem;height:4.22265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hHGqMo1vd0ID4rM7MmHkJoH0BAcHlETO { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:13.125rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eqqTPcEEd9CvXDE1Nf7zT1f3bGOGczhG { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:14.9375rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#O07RI9IBFe7iwvsvQi5iMkhl2zIV38Vq { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:8.8525390625rem;left:0rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIOc2IRResvNy0Ia304v1imVhOBvFTWs { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:8.875rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wvQTrMNw9xEok0kV9MwaS1c4of7iKV9C { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DxSLv3DTT6Cg2pCnJcx1ZzQSh0tyn5SZ { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:18.875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eA8yOTkttmZ1BCE4JEc9WmzpNlv6bI2y { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:29rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F3aLmRTP7CQIPGOoHE9pcOUpgRG9tTes { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:41.5625rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#awWOmbVZ1HgiWyMufnK6K6UTra9qVP2q { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:55.8125rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cUC783XDHGPXk7Hde5irr6ShrqrAISHU { color:#ffffff;display:block;width:4.12305rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:72.7490234375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gLW2a9m2inHcr07H7fxF4X9b9qCBq2OS { color:#ffffff;display:block;width:50.4980625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:72.7490234375rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#riG7mfHPN3VOF5TMMcxT4Xw9hPhMpqJL { box-sizing:content-box;color:#ffd96b;font-size:1.5625rem;font-weight:400;line-height:1;height:2.311525rem;width:2.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:72.3427734375rem;left:24.3125rem;display:block; }
#BWzFLmpQ1LTpoqzNSf62H8rpRuk485Mr { position:absolute;display:block;z-index:100028;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:49.4355625rem;top:76.5625rem;left:6.6875rem;display:block; }
#GsFcRIIzdaHea4kWSTUdPLA3xybkSCIR { position:absolute;display:block;z-index:100029;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:49.4355625rem;top:100.75rem;left:6.6875rem;display:block; }
#NR1ZBg6TTe4WrgR1A2rhie2BLuVl6WBT { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:78.5rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gmo8TgWTPpPR9iMwwngMDz6spJcEA8cN { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:102.7578125rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cg008t8qaVTccnBvKhcL1Ri1ohvIVqm8 { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:115.125rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJeZ0GIirRhdw6Iivou32htuglxbmCoQ { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:67.5625rem;left:6.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#vmZghEVw7EeT7OF48Rz4foiBHoLOcPxQ { color:#ffffff;display:block;width:49.1235rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:66.1875rem;left:6.625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDauDPEnJifimCaDeXR48IFWmHVlCWhX { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:123.375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vrUVD8NI7e7NWufevnlznx1vAZKKTnPa { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:131.5615234375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qxQ85nEILHSe1Kb7oC1U8H4He7y3NTQT { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:132.3115234375rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ImL3XkaFkiObzAoTuhgxFr4btBTZe7z5 { box-sizing:content-box;color:#ffd96b;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:131.9052734375rem;left:24.3115234375rem;display:block; }
#nXRDmFBinbPhiTlvnNNge2EN7iPWKKvh { color:#ffffff;display:block;width:4.12435rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:136.24951171875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCmce8ysvf91w2MOZkZMXn481WESCtBV { color:#ffffff;display:block;width:4.12435rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:143.625rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MNKrC34IBhqFciWTTqsqc5LzQQo9n6Pz { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:194.375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iO7K0uZPd2tCfkaUcCtmBqTLDu1EcGxX { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:194.375rem;left:6.75rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VThy0AdJUBmnpmaKaBdNgWFPzrBQThBg { box-sizing:content-box;color:#ffd96b;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:193.9375rem;left:10.625rem;display:block; }
#BXhAyPDKcNIQzzDyd683n7NtOSZlC2P6 { color:#ffffff;display:block;width:4.12435rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:158.37451171875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bLBpm9Iq7cv98ei7KPDJa1oEOHF1TcDz { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:173.6875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lH0XkrfIUoTElh0hzqX4qV9is6qCLRkJ { color:#ffffff;display:block;width:49.1230625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:173.6875rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lusaGw4nIkkbyHuGgzTxWWrlmemMDRxf { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:176.6875rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#qSmdTPsbGFAi5QrTci47XJLAVGST8niF { color:#ffffff;display:block;width:4.12475625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:209rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8pc8qMGdzRBpdhnHNVLvkEu836p3gdB { color:#ffffff;display:block;width:4.12475625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:219.375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yu4wV0W5zzwCvKbNWFMPerTcphgLzOkT { color:#ffffff;display:block;width:4.12475625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:235.6875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f48zdzMgNHif5ICyKHOR6tShtD8uSnLm { color:#ffffff;display:block;width:4.12435rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:263.0068359375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LSyEO4RmLiVtBhXw9JF3q37Pb5P4P0VR { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:264.0625rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#UcW2ImOgRJb2iV2d4ddFHC4EkL3mNBTn { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:262.75rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xneyiWTvxmt4ThlRWu2ShdcM7elyuDgv { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:270.0625rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f5kpKxAc5EkMf6Xn5oz1xPpOVJS8IKLE { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:270.5625rem;left:6.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#i9y2qINvfcBaoG7OSeOhpcIDkCpzV7GW { box-sizing:content-box;color:#f2dc6b;font-size:1.75rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:270.25rem;left:3.8125rem;display:block; }
#QtHCJiv5zRsHuRcTlQOOXssF9tI75RbA { position:absolute;display:block;z-index:100028;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:49.4355625rem;top:268.8125rem;left:6.625rem;display:block; }
#WDySTN7PqQid51OMLOCl9flEM9qTLXDA { color:#ffffff;display:block;width:47.749rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:136.25rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zz4pdx0p5TmcN37kMCOaUG0dJbDZeMgX { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:137.75rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#mbckzoz1JkfEleEOfC2EL2zdw5Efioru { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:184.75rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fB8heQD5K9SMn8KLqTnSg3v6un0f9dhs { color:#ffffff;display:block;width:4.12475625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:200.5rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTcI966eHfBR6ULp8fTxlc3TSSuqc8yB { color:#ffffff;display:block;width:49.124rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:200.25rem;left:6.75rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4JwaxpUP50ZUS0mtuhTy5Lg6Lo8AsVH { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:201.75rem;left:6.75rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#VVgsF0Hy88Z8X6gpUlb7WSd62PR2xB3h { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:203.8125rem;left:6.75rem;height:4.22265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zuHPmsi1CSoV2Sryz6LEfZVW6UI0KtX8 { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:115.125rem;left:6.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZuTsSF9zC0nZtJyOS5KcACZGWbs1AF5a { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:116.5625rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#NhqcZAUBazhsD6tLdufCpXgHCiQMffvX { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:66.1875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCApqcPBoUk3XAVF7zIdW5ShuqKpdh3Q { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:118.5625rem;left:6.6875rem;height:3.16731875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UxT8OTbwEBqrfBzMepQEaItz1A2SAVC2 { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:178.6875rem;left:6.6875rem;height:4.2230875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#klzOW5tRcSXrxTS07drBMv22z5DBPBcu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/t6xGdIJn/layout_CEO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#klzOW5tRcSXrxTS07drBMv22z5DBPBcu.adaptive-delivery-prevent-bg, #klzOW5tRcSXrxTS07drBMv22z5DBPBcu.lazyload, #klzOW5tRcSXrxTS07drBMv22z5DBPBcu.lazyloading { background-image: none; }#klzOW5tRcSXrxTS07drBMv22z5DBPBcu > .row .container { border-width: 0; border-radius: 0; }#klzOW5tRcSXrxTS07drBMv22z5DBPBcu > .row > .video-iframe-container {  }#klzOW5tRcSXrxTS07drBMv22z5DBPBcu > .row .container { font-size:0.875rem;font-family:arial;height:285.25rem;width:60rem;position:relative;display:none; }#OP5R82iTm5RIaB9PlUOWVA1igzTfkT1z { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:102.7578125rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qOJFMCTTMzSMZW27Qcz3FD4e9NRWLmTv { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:105.7578125rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#xfvPfU2a0Iq69dIPa9m7BEaw0yJDUsQN { color:#ffffff;display:block;width:49.12475rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:184.75rem;left:6.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u0Ot7Lh3CmMtWFONN652Fh8wA7THao4O { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:187.75rem;left:6.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#WBFSvJ9di7uIH11vraLUuX5A57XicIiM { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:219.375rem;left:6.75rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E330TzzsJTQi3DL8g4diGFAvCdaGHz5o { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:222.375rem;left:6.75rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#XTEsfg4nVvTLsrElbc5TXE9kS6CVIZUN { position:absolute;display:block;z-index:100027;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:49.436rem;top:232.4375rem;left:6.625rem;display:block; }
#NTk6MXaNKOVkmdAtUM4STXheh2T6iL3h { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.994625rem;height:4.18359375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:277.5615234375rem;left:20.37451171875rem;display:block; }
#mtaUWmmo1TgKbLMpiq5R9oxbuRlTCygV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nkXr2lH8e4t75BrKk65PPPRTDvc8ivDP { color:#ffffff;display:block;width:52.0625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:108.5625rem;left:6.6875rem;height:5.27831875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KkS4GI7EHAaP2gTAdgiqPz0VnMTU92k9 { position:absolute;display:block;z-index:100028;background-color:transparent;background-image: -webkit-linear-gradient(34deg, #f2dc6b, #000000);background-image: -moz-linear-gradient(34deg, #f2dc6b, #000000);background-image: -ms-linear-gradient(34deg, #f2dc6b, #000000);background-image: -o-linear-gradient(34deg, #f2dc6b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dc6b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dc6b', endColorstr='#000000' );";background-image: linear-gradient(34deg, #f2dc6b, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:263.875rem;width:0.125rem;top:1.6875rem;left:4.5625rem;display:block; }
#i4eFnZLMTW9DBRVhd8uMpzu1m76BqMuQ { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:189.75rem;left:6.625rem;height:2.11154375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SETTsKpu2fKlq5Wrdu3csGe2JW86NkTg { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:225.1875rem;left:6.75rem;height:3.16731875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fExk4Nrz2uTwhMuD226aNPgOsUt5OS2P { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:143.625rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#drfdwr4lgtrm3pyIp5cNcxbxGtKfewyi { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:146.625rem;left:6.6875rem;height:1.055775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#io3e14K2wQltKthlgM4H7mmZHZVc2Hw9 { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:147.625rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#WskXVNFvTu5nVDC6QCLFLEqaTBxKSMg9 { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:149.875rem;left:6.6875rem;height:5.74609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UuksFBgc51aubElgTn7gsmTDUhgbQIpT { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:158.375rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GbmEeZo5LzThvPBqrF8oNd7bTgCiXoVU { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:159.875rem;left:6.6875rem;height:4.0371125rem;text-align:left;text-align-last:left;display:block; }
#hDe3Tgn2ZI17OTIsXTrqm7V4byXsigy0 { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:163.8125rem;left:6.6875rem;height:8.01953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vPwqD7K75MPvQymhC7tAz8xSyMSyMXT1 { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:41.5625rem;left:6.75rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rh7z4WLUEmlqwaM0zXGNNPo4VZRuWGdx { color:#f2dc6b;display:block;width:43.1875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:44.5625rem;left:6.75rem;height:4.0371125rem;text-align:left;text-align-last:left;display:block; }
#NM4IuA9GOzvwzOZKPCL1JneJOVrx5Ckc { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:46.5625rem;left:6.75rem;height:8.01953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EesS0Mwceee2lVbRDSkuXCFBEn7euJVy { color:#f2dc6b;display:block;width:25.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:78.625rem;left:6.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o2H1c4U3rfA8OwTr5JvTMPUdMMNqC9AV { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:80.75rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p1o5WHNKz2OegQtQoNH9dISM6LqkEX1h { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:83.9375rem;left:6.6875rem;height:1.055775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iKgwIEOZ6F61iAQIKtqnOhwcHIarx2za { color:#f2dc6b;display:block;width:43.1875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.7;letter-spacing:0;top:95.6875rem;left:6.6875rem;height:6.11816875rem;text-align:left;text-align-last:left;display:block; }
#HbtraC7HnkeK73VM8e1cwKRkcSVxdlAW { color:#f2dc6b;display:block;width:53.6875rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vc2xvRNhdyxgzbEEFh1Bc2cbBWC4l8Zk { box-sizing:content-box;color:#f2dc6b;font-size:1.75rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:77.75rem;left:18.1875rem;display:block; }
#qXVDU0otSRFFHBTXy7bBXWNG3O7INbHX { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:19.3125rem;top:1.6875rem;left:-19.189059051281rem;overflow:hidden;display:block; }
#M4gRSmDFGcmJScmH3JdT7OTcBAmIrK2R { color:#ffffff;display:block;width:49.1235rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:123.375rem;left:6.625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fCAZJOxzpiLGhrGKiOHaWerlRGrRanTu { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:124.875rem;left:6.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#VKwVn89AAHHBoxrBtPcR0XbGLkzdQWDa { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:127.5rem;left:6.625rem;height:3.16731875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTlsbBmQoo9UEdV3UikvkSA2AHfa6lB8 { color:#ffffff;display:block;width:49.1221875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:209rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hvd295nSZL2DAzcdd90ClT1XqNUNw6uW { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:210.75rem;left:6.6875rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#a66zUJNu9W0a9EAXOE0eCkoHATrCnPfD { color:#ffffff;display:block;width:50.2495625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:29rem;left:6.75rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DMz3Omm9E22fFckAUailTdtOHTGwI6I6 { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:32.0625rem;left:6.75rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#wRlDQqL3fdvzR4UbWw6SHzgDTdqGKBKv { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:34.3125rem;left:6.75rem;height:6.334rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SJVlvzupKqLkp32pcfeK9KT1G62dTuBv { color:#f2dc6b;display:block;width:25.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:236rem;left:6.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xT13N9eZ1gxmRcg92mp5e4PbCOyorMsl { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:237.75rem;left:6.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lfp5V7oMFlcnql06BTrxF2renG46QLfC { box-sizing:content-box;color:#f2dc6b;font-size:1.75rem;font-weight:400;line-height:1;height:2.56185rem;width:2.56185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:235.125rem;left:18.125rem;display:block; }
#JqFneWB73p1l1xeK7N2naG4CV88WiKci { color:#ffffff;display:block;width:50.0625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:241.25rem;left:6.625rem;height:4.609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XKRJ3AspEpVv7xU38WTCEzfi47p2l2BD { color:#f2dc6b;display:block;width:43.1855625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100012;line-height:1.7;letter-spacing:0;top:255.25rem;left:6.625rem;height:4.0996125rem;text-align:left;text-align-last:left;display:block; }
#Xzke0eyKdVIv5zNrtJITTt7XSFhOAesr { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:214.375rem;left:6.6875rem;height:2.11154375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WVsmmJ0pO4pKeKav4BmXyAQcVLTGOvh0 { color:#ffffff;display:block;width:49.12475rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:55.8125rem;left:6.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RJ0v09NwDOUsXx4eKP1yhG3wCxQ8dC1b { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:58.8125rem;left:6.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#g1kAXXCSiU93yT4rHW9s629gbLJT9luU { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:61.1875rem;left:6.625rem;height:4.22265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WRyNC7mqaqrloMDddWAfZeQlT73rW6Um { color:#f2dc6b;display:block;width:43.1865rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100013;line-height:1.7;letter-spacing:0;top:244.625rem;left:6.625rem;height:12.1738375rem;text-align:left;text-align-last:left;display:block; }
#bLCTFGJyz6Ze8NIyuvRSxi3WnauHrWqA { color:#f2dc6b;display:block;width:43.1855625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.7;letter-spacing:0;top:85.75rem;left:6.6875rem;height:10.15528125rem;text-align:left;text-align-last:left;display:block; }
#x9Esh9ZcWFGfITUbofUU7gy0gmhezJg2 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:18.875rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ylRBQpmrDv9MOZt0Dx55dqsBICAzSdLo { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:21.8125rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#MEJbgUeMbLRZxuBahH5clh3l2igR6Np1 { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:23.8125rem;left:6.6875rem;height:4.22265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UtbgKPaSMr49WK3lTUnQ7crpTe12SiyH { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:13.125rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysZq7Ii9RMoh1EUdtOq4EZlrRNNtWRLv { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:14.9375rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#gCPPnCh8SkGNmsqUeIu0qPPxAA3TWJuF { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:8.8525390625rem;left:0rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SF6W75pdG8ptLMuEt2X0xaRy9UisVwPD { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:8.875rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TN6p8Ia1lR4ayxHziHf7RfUe8Zpxczyf { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UXfyP4SDeqBwTS7NMCaykg84UflufXeV { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:18.875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NQ64UaQhVD5IJHFlevSeUvgI2goFRHOJ { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:29rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UDNaeFkBrp9cWNMQr1hJweBlS4TCmdMc { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:41.5625rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W3yvf29JpDOfTFPD2twpstHWxLrowlAz { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:55.8125rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8vI475O39ee58aPcvKdeECmgVFeWrR2 { color:#ffffff;display:block;width:4.12305rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:72.7490234375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BuKXVxFMe63uPMIZO4pSK48UeFGRVX74 { color:#ffffff;display:block;width:50.4980625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:72.7490234375rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DGhBUGtzTMVz4PH2Ug1l87cB2PPDHLQT { box-sizing:content-box;color:#ffd96b;font-size:1.5625rem;font-weight:400;line-height:1;height:2.311525rem;width:2.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:72.3427734375rem;left:24.3125rem;display:block; }
#BUL5tTxiDauP9dPGPJZmXLeeQeJkK5VF { position:absolute;display:block;z-index:100028;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:49.4355625rem;top:76.5625rem;left:6.6875rem;display:block; }
#IgVRvGGKD2hWddVkEg4ht48t2nAilzIb { position:absolute;display:block;z-index:100029;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:49.4355625rem;top:100.75rem;left:6.6875rem;display:block; }
#kwUW3QsQ4wQWb315PoObO8ZOFJ0ihxcD { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:78.5rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNglxMK85pgpxworGwSRvoyqwxFwmSUR { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:102.7578125rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZiMGTXIbvOmVNT9HmOVgrXrfnf1OkPp { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:115.125rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OFvxgGwgLnEU5hO5CUiysik9qVo2lzmd { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:67.5625rem;left:6.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#pdpVAdnl7lXwrZHZRUvfCqrIWn5Z9S2T { color:#ffffff;display:block;width:49.1235rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:66.1875rem;left:6.625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VaUDUzoLsTIuoIsnLBASyk4rhkdFdvsp { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:123.375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MdHIkTznckDwEUkqUBmZbDAw07rPVHS7 { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:131.5615234375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OE4HsSiL0XXcNhsg8AkxfGkWgwG9TeIX { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:132.3115234375rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CJVq0JLCNTOQlT2ZiXRh3waJMoTHnRe3 { box-sizing:content-box;color:#ffd96b;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:131.9052734375rem;left:24.3115234375rem;display:block; }
#KmCqQLvWI54P4TwDTk1pbzQ3KVZTO3Gz { color:#ffffff;display:block;width:4.12435rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:136.24951171875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vPZzJbcGsVE6B2LAG4vWrfeR07Sh1QvE { color:#ffffff;display:block;width:4.12435rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:143.625rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQzlrIbvKM8zfOM1KckAJRLS3Zy7w5XV { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:194.375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SG67EM9I7FyDMZazTRmG5kcRpUKDBVT4 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:194.375rem;left:6.75rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i2vpcb4kGVMmSzEJCIF2HOxcUmdTss6i { box-sizing:content-box;color:#ffd96b;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:193.9375rem;left:10.625rem;display:block; }
#wsNCce5mvy15lowXq2ZNCfxy7JMNDNnt { color:#ffffff;display:block;width:4.12435rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:158.37451171875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oug5cs0Vx3NV1sQXlIxVgFl2MD1F4XZJ { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:173.6875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qtdfd6f7aQZAqOXZO6LcgGZWEB7MK1qO { color:#ffffff;display:block;width:49.1230625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:173.6875rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWDq29kspO7B3ZHUvMDM5mCQkbMFMAlo { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:176.6875rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#tSfSyi82gANFgXw59KcfMZEzdXhBb1cT { color:#ffffff;display:block;width:4.12475625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:209rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ggNMbAIT3JzcPAl11cUwhH7gAFbKdf17 { color:#ffffff;display:block;width:4.12475625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:219.375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gCymzJpJUNvLQAD1maXuWCuKqsfeRmVU { color:#ffffff;display:block;width:4.12475625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:235.6875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ef0rhUBVy924R8XbJNxlCpzwG8TfggBu { color:#ffffff;display:block;width:4.12435rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:263.0068359375rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q6bD5IyxJMMOASH6y3gD5lyypveogFql { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:264.0625rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#mZxT2pbTlWAirO28Uz8TyWqtQTHX0rPN { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:262.75rem;left:6.6875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K6gx8n4eOTQ0eL4crPN6S1LO7UvOmxxB { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:270.0625rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U47XM9BewvoOSZpTy4K1lBNm9tV1DxgO { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:270.5625rem;left:6.625rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#AA0zOacgwhrkqvSeUkPm6CMpqX1HfcxZ { box-sizing:content-box;color:#f2dc6b;font-size:1.75rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:270.25rem;left:3.8125rem;display:block; }
#THQsKSKJrXiTB8Za7CtpTIL9v9WUkAdw { position:absolute;display:block;z-index:100028;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffd96b;border-left:0.0625rem solid #ffd96b;border-right:0.0625rem solid #ffd96b;border-bottom:0.0625rem solid #ffd96b;height:0;width:49.4355625rem;top:268.8125rem;left:6.625rem;display:block; }
#wZkymcoy5sz7rZBFUI2QXBCvDeG9xJfo { color:#ffffff;display:block;width:47.749rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:136.25rem;left:6.6875rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMkwADGwdCi7oTNuX8cw1SbzbMWHyTDi { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:137.75rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#gLvCBlEF22XFGkiwhEETlf2pVDfJR5GI { color:#ffffff;display:block;width:4.124025rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:184.75rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bECsQglOS0hb22y5M6Rkw5XoGNW4UJEu { color:#ffffff;display:block;width:4.12475625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:200.5rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Go4bn8CMJuXFe05XVH423fJVF2WZTS7J { color:#ffffff;display:block;width:49.124rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:200.25rem;left:6.75rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nCvHyoUXNFvsPxado9mokpG2lGmBt4FU { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:201.75rem;left:6.75rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#sabu98RAlccp71WNo5xQkUgsITvuRqK8 { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:203.8125rem;left:6.75rem;height:4.22265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DU9uiOgxTHBGm1UFV72IDVD4ucZLo15u { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:115.125rem;left:6.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m9hn8BmSbaShTe0VMUDSkd6NqmFkvDxl { color:#f2dc6b;display:block;width:40.3125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:116.5625rem;left:6.6875rem;height:2.01855625rem;text-align:left;text-align-last:left;display:block; }
#Zd23WXLDu2FPkKNOrhGnFtCT0enT36bt { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:66.1875rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UKAZf9bBTeyZl6Jx0FiVUA49C4l6INqJ { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:118.5625rem;left:6.6875rem;height:3.16731875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lgddUvC2wDBBzpOwULdQ0GmGDHccqTEw { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:178.6875rem;left:6.6875rem;height:4.2230875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JXGdwYtA/t_o_prelegenci.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz.adaptive-delivery-prevent-bg, #KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz.lazyload, #KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz.lazyloading { background-image: none; }#KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz > .row .container { border-width: 0; border-radius: 0; }#KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz > .row > .video-iframe-container {  }#KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#HanRmShBlV7ACcwXE1QsQqgWHaVbE0Ir { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bOWbpg6EgmUN6kQTX0nd5iXXqo5vNqzc { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.99956875rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:17.495660781861rem;left:19.375003814698rem;display:block; }
#MvJbf2tKq9LxywFqsFQ3TF9SSg5bTOI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aOWPwqTqwKheCWMrBehLpm8eS3Kg2vJF { color:#f2dc6b;display:block;width:35.999375rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.5592460632324rem;left:19.375003814698rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J7qy5LzWmEK0LWJFghN6N4LSCxKryzJU { color:#f2dc6b;display:block;width:35.999375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:5.8637027740479rem;left:19.375003814698rem;height:2.27451875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4Rw3op5B8h0lZgvy7FKU8OFGuwrl3DV { color:#f2dc6b;display:block;width:41.4375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:9.4997825622556rem;left:19.375003814698rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cKvHgMO4DzEGNe14RxbZElGUV0dBqzzc { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.811875rem;width:8.811875rem;top:14.060330867767rem;left:49.436855316162rem;overflow:hidden;display:block; }
#CaDVnV48JaRL2ym34QMvwISE7PgUPIbm { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:36.5625rem;top:1.09375rem;left:-18.271585051546rem;display:block; }
#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { position:relative;display:none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { border-width: 0; border-radius: 0; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container > .video-iframe-container {  }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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:35.375rem;width:60rem;position:relative;display:none; }#RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.9375rem;left:2.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { color:#383d45;display:block;width:8.9375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:12.4375rem;left:13.6875rem;height:13.75rem;text-align:center;text-align-last:center;display:block; }
#TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.75rem;left:11.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { color:#383d45;display:block;width:8.9375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:12.4375rem;left:25.1875rem;height:11rem;text-align:center;text-align-last:center;display:block; }
#ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { color:#383d45;display:block;width:8.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:100014;line-height:1.7;letter-spacing:0;top:12.4375rem;left:37.46875rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:7.9375rem;left:35.65625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0AxS00EFbk5wUIUSuxwD4GqTCZH6x4b { color:#383d45;display:block;width:7.375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:100015;line-height:1.7;letter-spacing:0;top:12.4375rem;left:48.8125rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#gowo7ttwdMOP05PyOkEQT9Ch0bAhlaZi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:8.75rem;left:23.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kscATIPWzsUzmnXc9vW6mfIDWAmbABIK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:8.75rem;left:46.84375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfJ17npGEpBwXC0TuZupBAVzTPCOXsV7 { box-sizing:content-box;color:#27abff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:1rem;left:14.8125rem;display:block; }
#BH7kbSFyBOtATePTKdEQhuDl54NiaRsT { box-sizing:content-box;color:#27abff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1rem;left:26.625rem;display:block; }
#ohcob4ngrnfbrdDHU2zWdR1klCmRrhse { box-sizing:content-box;color:#27abff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:1rem;left:38.5625rem;display:block; }
#S6z7HTt15cE7NhRarS5Zw7WT2gLJmt14 { box-sizing:content-box;color:#27abff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1rem;left:49.15625rem;display:block; }
#lmIfeTWIxl5m7JB1pfaBPkDqCmxVI3OR { color:#ffffff;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2Af0WIOb/sekcja3_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.adaptive-delivery-prevent-bg, #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.lazyload, #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.lazyloading { background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { border-width: 0; border-radius: 0; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container {  }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:none; }#iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.125rem;left:27.125rem;height:2.75rem;font-style:normal;display:block; }
#lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:28.5625rem;top:6.8125rem;left:27.53125rem;display:block; }
#brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { color:#707b8b;display:block;width:28.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:27.53125rem;height:6.75rem;text-align:justify;text-align-last:initial;display:block; }
#vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { position:absolute;display:block;z-index:100004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:6.75rem;left:27.53125rem;display:block; }
#lrRzIvILm3Q589I4nV8CkTXoeiXEJUNR { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:17.5rem;left:27.625rem;height:3.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y { color:#707b8b;display:block;width:25.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:2.2;letter-spacing:0;top:22.15625rem;left:27.53125rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { position:relative;display:none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { border-width: 0; border-radius: 0; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container > .video-iframe-container {  }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .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:7.9375rem;width:60rem;position:relative;display:none; }#xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 { position:relative;display:none; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 { border-width: 0; border-radius: 0; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .row .container > .video-iframe-container {  }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .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:23.8125rem;width:60rem;position:relative;display:none; }#TsT1S6vbgPx2dWxPlRIlDTeXZP2O9QDQ { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#GGQElTkvKyCs6P384X5Nx4a9kuLxoO6i { color:#1b57c7;display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.53125rem;height:1.75rem;font-style:normal;display:block; }
#ww6BkX4tSqerdVIvKaV4qCrLAM1oI2Rb { position:absolute;display:block;z-index:100002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#GlpN46ZudytHswwrw5IZuGnnsy2DFlIR { position:absolute;display:block;z-index:100003;background-color:#1b57c7;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#GlpN46ZudytHswwrw5IZuGnnsy2DFlIR.adaptive-delivery-prevent-bg, #GlpN46ZudytHswwrw5IZuGnnsy2DFlIR.lazyload, #GlpN46ZudytHswwrw5IZuGnnsy2DFlIR.lazyloading { background-image: none; }
#VTvZDKK19TyA23l347v7v8SPONCL6kKR { position:absolute;display:block;z-index:100004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#Zouyywlb8fZ0RVTHqLqyawbLB582VBQp { color:#000814;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#eoPoFB7dbq3eqOfaxkBHxbEt2Zr4iKd2 { color:#1b57c7;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:0rem;left:34.5rem;height:1.875rem;font-style:normal;display:block; }
#rRBncePrseAVNSODcJkAlf3KMtgVpJmq { position:absolute;display:block;z-index:100007;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#t61mXxWxBiFbTBE9aZgG6MsXXRRrTXAT { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#KcpGrbXv7hU2Teh3lceH7d27PF6VxkQG { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#xL6Ok5xyHTK18MGwenW9oByQxoyNaFMi { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#L6fGMD2hRDrKETVFFUheE6ZQ9VlU7Jkz { position:absolute;display:block;z-index:100010;background-color:#cbd2de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.25rem;width:3.25rem;top:18.9375rem;left:27.8125rem;display:block; }
#ipQbL4XmrOOez96usI6tCN3H7OMbVL4s { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:4.375rem;top:20.5rem;left:30.25rem;display:block; }
#UlViv45erEMwtbK7GufbvtREZ2pxcPVp { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.3125rem;font-style:normal;display:block; }
#NODc4qcJ5UJFsyoCtaR1oRAuHtTxh25Z { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.6875rem;top:19.5625rem;left:28.71875rem;overflow:hidden;display:block; }
#nbnsewkqeIW805qELoReMZV8iS21Ta11 { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:3.5rem;left:34rem;height:17.8125rem;font-style:normal;display:block; }#nbnsewkqeIW805qELoReMZV8iS21Ta11 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nbnsewkqeIW805qELoReMZV8iS21Ta11 li:before{  }
#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx { position:relative;display:none; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx { border-width: 0; border-radius: 0; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .row .container > .video-iframe-container {  }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .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:23.8125rem;width:60rem;position:relative;display:none; }#PrgwRLqXW2bmXlnEAmJLmm9Mk2ypBRGL { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#MQaXqXxdUA6EnM8kOZFzwpXcJq0k1gIl { color:#1b57c7;display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.53125rem;height:1.75rem;font-style:normal;display:block; }
#skcnOL3Wt7urO8n8vkCBzTnvbAQQzhMD { position:absolute;display:block;z-index:100002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK { position:absolute;display:block;z-index:100003;background-color:#1b57c7;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK.adaptive-delivery-prevent-bg, #BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK.lazyload, #BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK.lazyloading { background-image: none; }
#VTZftFgTSNyGku2t48NfT5ikueQsZKUJ { position:absolute;display:block;z-index:100004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#qcQQpwRxNqnyJwzi2T7BgdAazllA0DrN { color:#000814;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#IyU3KPw6TbidfzSWHQwvccA1X0TyOncO { color:#1b57c7;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:0rem;left:34.625rem;height:1.875rem;font-style:normal;display:block; }
#tpLMsiG9kSwhwSvrKm67BEFTZa5herIr { position:absolute;display:block;z-index:100007;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#rmhBTezN4DvF6VBlDyv3U2XlF1k767LM { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#sbfKkKTPabNNdcUmzeTrXazlmuh3L7Tf { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#Jy2VnUbI1c54PJD3iKTekTIC2JFzdv9O { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#RfHriXSiT4JsT1BNBT2e7mi4I7MXacvk { position:absolute;display:block;z-index:100010;background-color:#cbd2de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.25rem;width:3.25rem;top:18.9375rem;left:27.8125rem;display:block; }
#tm9KhSRSk9RpG38ewOui0Pkl5rHNoR7R { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:4.375rem;top:20.5rem;left:30.25rem;display:block; }
#tGiOCLuiBK9XeK7e00dQNXXtw7kdxOR6 { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.3125rem;font-style:normal;display:block; }
#mgHUXnbEBEKU2QaUOft0itgUivb9wCsk { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.6875rem;top:19.5625rem;left:28.71875rem;overflow:hidden;display:block; }
#o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:3.5rem;left:34rem;height:17.8125rem;font-style:normal;display:block; }#o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy li:before{  }
#tJx9DrIULVLstTIpprklRPcTDvQGycxF { position:relative;display:none; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF { border-width: 0; border-radius: 0; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .row .container > .video-iframe-container {  }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .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:23.8125rem;width:60rem;position:relative;display:none; }#S88ouF9F5JnGws7xCKTsrqK6wVUoFBhf { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#ZNJaTPVKfgKd63NJ9HBxMmesBkBdWNUF { color:#1b57c7;display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.53125rem;height:1.75rem;font-style:normal;display:block; }
#G8HcZ9rGGH6uJ6ltlAmMQtw1LozIb2K5 { position:absolute;display:block;z-index:100002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl { position:absolute;display:block;z-index:100003;background-color:#1b57c7;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl.adaptive-delivery-prevent-bg, #xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl.lazyload, #xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl.lazyloading { background-image: none; }
#v1iqc6FxwhASDXZwAyb3Si6fO67cGT3T { position:absolute;display:block;z-index:100004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#NmWanZT28o5tVwByl6EqhSuuT1pPIAeT { color:#000814;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#FAiLOHcUcaeRIdaGOPzIp5x5k7e6u3og { color:#1b57c7;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:0rem;left:34.625rem;height:1.875rem;font-style:normal;display:block; }
#pZPNnzkQcWTbUqHqrQbMTfOyRhl1Xhg6 { position:absolute;display:block;z-index:100007;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#gviCzvgJ3oR4rEu1gqadTfXcF70wHduS { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#dqiOWrZEkurqUApXqhV8EqCBwQg1bvpQ { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#iuT5J90D9ZMUTU2u7g4UOfUMtBZsri6N { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#XFCcI9NTKwSyonBtT2i2r5zwzhsnyS3P { position:absolute;display:block;z-index:100010;background-color:#cbd2de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.25rem;width:3.25rem;top:18.9375rem;left:27.8125rem;display:block; }
#Q6F6Hp9L3ZZRJa6wtoU9FoP1qpUGAT1M { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:4.375rem;top:20.5rem;left:30.25rem;display:block; }
#ucpGfx8JPvd8J7WB4hrpQPbhcEF7XIVx { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.3125rem;font-style:normal;display:block; }
#NDgkkwEgrRb9BRC4n5OGTioPG1mIqx61 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.6875rem;top:19.5625rem;left:28.71875rem;overflow:hidden;display:block; }
#nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:3.5rem;left:34rem;height:17.8125rem;font-style:normal;display:block; }#nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ li:before{  }
#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { position:relative;display:none; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { border-width: 0; border-radius: 0; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container > .video-iframe-container {  }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .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:34.3125rem;width:60rem;position:relative;display:none; }#BiXuttGKIix6tTTTXKVBqGPwsqHWIXZS { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#WPTAp2tTad2yulFRFX8fcVvwhrnnXeZM { color:#1b57c7;display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.53125rem;height:1.78735rem;font-style:normal;display:block; }
#ETNJBZTKTTNDvUnhGcwyCN8ZNb37Fiob { position:absolute;display:block;z-index:100002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR { position:absolute;display:block;z-index:100003;background-color:#1b57c7;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR.adaptive-delivery-prevent-bg, #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR.lazyload, #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR.lazyloading { background-image: none; }
#JJwp3PtD9ZnrTe8KtW8fM7cHx37k4nnG { position:absolute;display:block;z-index:100004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#qP7oKI0mqQRn3X5PccPHoCUFEwWu5Oxi { color:#000814;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#CmWoe9gHTcUWqEtn9i1LNeu9DSzNTyIM { color:#1b57c7;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:0rem;left:34rem;height:1.875rem;font-style:normal;display:block; }
#ocNaU2KxO60VwtgcvlaUQ1wVfHp2ToHy { position:absolute;display:block;z-index:100007;background-color:#c7e93d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#v5K7naPO7IcULZ2Pwc6tvcf16aBT98ck { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#oB2iTh6V45sTtXNT9fm2v3iMviczSuq2 { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.5625rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#LHVNGTCrt5nuPgTdTWzng56vAGMR6XdN { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#frL9GUbB9gZfMMH7TmcWc8vCHcEKfBpC { position:absolute;display:block;z-index:100010;background-color:#4a5c76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.25rem;width:3.25rem;top:19rem;left:27.8125rem;display:block; }
#xHcSCW0Nco4qyMt0K0y5HwDvg8mt7AgX { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.318875rem;font-style:normal;display:block; }
#nS1zaqGTcTRWnmpSZvc9Xht1nxT6as7S { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.375rem;top:20.125rem;left:28.75rem;overflow:hidden;display:block; }
#fqnG9s9FKKIAoSLDocO9vFoW76lT6VgS { background-color:#c7e93d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000814;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:26rem;left:22.125rem;display:block; }
#iChM1651FTLPOFpKubKxTbKCKVtqEqub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:3.5rem;left:34rem;height:17.9296875rem;font-style:normal;display:block; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:before{  }
#JgUZNheNyp3QnVlvh7iNxpz6Wfv4lT4f { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:4.375rem;top:20.53125rem;left:30.40625rem;display:block; }
#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gfammaTb/sekcja8_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.adaptive-delivery-prevent-bg, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyload, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyloading { background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { border-width: 0; border-radius: 0; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container {  }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:none; }#Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:3.9375rem;left:0rem;height:5rem;font-style:normal;display:block; }
#bvuxDxLGhWkqTucRQhgzhptKalEDvqZT { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100001;line-height:1.6;letter-spacing:0;top:11.4375rem;left:0rem;height:3.125rem;font-style:normal;display:block; }
#B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { position:absolute;display:block;z-index:100002;background-color:rgba(0,89,255,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.125rem;width:26.5625rem;top:16.6875rem;left:4.03125rem;display:block; }
#e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:block; }
#QxduhVs6P1JZuyeIL11BTIUs0ksLV0p1 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:21.875rem;left:9.875rem;height:4rem;font-style:normal;display:block; }
#kAmSNLRZNixBBhf960hz57GaQptN6J8t { box-sizing:content-box;color:#c7e93d;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:block;z-index:100004;top:18.125rem;left:6.03125rem;display:block; }
#Bk8vWVRwTp3zuZOA29IJsB6IfZWcROTk { box-sizing:content-box;color:#c7e93d;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:21.875rem;left:6.125rem;display:block; }
#vLzFwO077prZ7kM1gv5aSdSJ3Jrg6UvD { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:32.4375rem;top:2.9375rem;left:27.5625rem;overflow:hidden;display:block; }
#RbcihiACdMtBI2cRFHTzGr5mziPB46CU { box-sizing:content-box;color:#1b57c7;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:13.25rem;left:41.59375rem;display:block; }
#ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx { position:absolute;display:block;z-index:100009;background-color:#c7e93d;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:9.5rem;top:2.375rem;left:39.03125rem;display:block; }#ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx.adaptive-delivery-prevent-bg, #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx.lazyload, #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx.lazyloading { background-image: none; }
#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { position:relative;display:none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { border-width: 0; border-radius: 0; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container > .video-iframe-container {  }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .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:5.9375rem;width:60rem;position:relative;display:none; }#l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.59375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row .container { border-width: 0; border-radius: 0; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row > .video-iframe-container {  }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;position:relative;display:none; }#EBlSSovyCd6TXhvX7z1SluqV6Tp4i8lK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:21.125rem;left:1.875rem;height:1.625rem;font-style:normal;display:block; }
#z9mvIirQl2HqVxeKGtDelESoh65AuGCX { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:17.4375rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#uL7Llf8xhN9unquaktiJ2qgs9lV17VuA { position:absolute;display:block;z-index:100006;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:26.03125rem;left:22.5625rem;display:block; }
#Tw1n2EscTMMUdt89BTWhg8dt0GNv5w6P { position:absolute;display:block;z-index:100003;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:15.625rem;top:26.1875rem;left:1.875rem;display:block; }
#VFAAN3aL2xf4tOSOUmJJI4y0BAExRSmA { color:#707b8b;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:23.3125rem;left:1.9375rem;height:1.25rem;font-style:italic;display:block; }
#nDCam4Q8p7Z94MA3xV9an5nUwQgbBRe1 { color:#212121;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:100002;line-height:1.7;letter-spacing:0;top:27.6875rem;left:1.9375rem;height:3.375rem;font-style:normal;display:block; }
#DKlwu2hziF0o5sdicc3BwH0m0J1NN9bE { box-sizing:content-box;color:#d2d2d2;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:block;z-index:100007;top:31.8125rem;left:1.875rem;display:block; }
#LUmUBmgKGqtvPzSCrQS2l7opZp5skCbe { box-sizing:content-box;color:#d2d2d2;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:block;z-index:100008;top:31.8125rem;left:5rem;display:block; }
#fElsb1hsQfWm0SMaDyua7M17WA6CG5Gi { color:#1e1923;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:100012;line-height:1.7;letter-spacing:0;top:27.8125rem;left:22.5625rem;height:1.6875rem;font-style:normal;display:block; }
#dG5VWVDvVaIMGgZQnkd7sehsU65ppU4S { box-sizing:content-box;color:#d2d2d2;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:block;z-index:100018;top:31.875rem;left:25.6875rem;display:block; }
#Wpg2aUHlaDLakMyJf5oytcUGzHt11BfW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:21.25rem;left:22.5rem;height:1.625rem;font-style:normal;display:block; }
#mBZm355ymOanvlpGBeyXwEMx2iaMZe3z { color:#707b8b;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:23.4375rem;left:22.5625rem;height:1.25rem;font-style:italic;display:block; }
#wBdxGX7lEKzOmbx1qhqqQc1maneJ3mn1 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:17.4375rem;top:0.75rem;left:21.25rem;overflow:hidden;display:block; }
#uXzhOTzzlvhzkOBxiXhuuPUwftMbIp2g { box-sizing:content-box;color:#d2d2d2;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:block;z-index:100017;top:31.8125rem;left:22.5625rem;display:block; }
#spO0E84HRW0vZST6bDOAVCMzr9W3Emyn { position:absolute;display:block;z-index:99999;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:39.0625rem;width:18.75rem;top:0rem;left:20.625rem;display:block; }
#ggQNfsbuHLDqA3zXrcURsBSNEAtIe1Tr { position:absolute;display:block;z-index:99998;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:39.0625rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#FTeZCPBKGTeEIwfofKuM4Knm3at2LuOu { position:absolute;display:block;z-index:100004;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:15.625rem;top:26.125rem;left:22.5rem;display:block; }
#DQB54Lryxf1Sb1dzUGPKCUGkKf1Bmr7v { position:absolute;display:block;z-index:100007;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:26.125rem;left:1.875rem;display:block; }
#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2a4aZUV0/sekcja10_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT.adaptive-delivery-prevent-bg, #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT.lazyload, #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT.lazyloading { background-image: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { border-width: 0; border-radius: 0; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row > .video-iframe-container {  }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:none; }#OhPVyC3dmVsxEmL1a96gu8ztB7VaFLs6 { color:#ebeff5;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCQLlTHFyqRsaht3lgikalT871sr0WRd { position:absolute;display:block;z-index:100002;background-color:#011b41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.5625rem;width:18.75rem;top:10.125rem;left:0rem;display:block; }
#QcWmyPFqLdMTePDTPnhiZzITNrQ75FwJ { color:#ebeff5;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:3.125rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpts6SarB34ANgoDvWOzmNNOytkrBvLE { position:absolute;display:block;z-index:100004;background-color:#c7e93d;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.125rem;top:10.125rem;left:5.3125rem;display:block; }#zpts6SarB34ANgoDvWOzmNNOytkrBvLE.adaptive-delivery-prevent-bg, #zpts6SarB34ANgoDvWOzmNNOytkrBvLE.lazyload, #zpts6SarB34ANgoDvWOzmNNOytkrBvLE.lazyloading { background-image: none; }
#PoGt4IuhgsoTNe7m2uwqTq4QKZM8awXO { position:absolute;display:block;z-index:100005;background-color:rgba(0,89,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.375rem;width:6.5rem;top:16.375rem;left:6.125rem;display:block; }
#uBdayyvponl9gIoPi0xVzgIohzdL9CTW { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17rem;left:6.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB { color:#ebeff5;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:21.9375rem;left:2.5rem;height:10.9375rem;display:block; }#EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#cbScwXAgolEyNESZ5ZznwKaMk6cXzbOG { background-color:#c7e93d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000814;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:35.75rem;left:1.875rem;display:block; }
#gJmrG6nP33tVcNMBLiVkQgRi1ydmITI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GLOz1gqc5nWU4tqlVE7K5wcN6MoCM06q { position:absolute;display:block;z-index:100023;background-color:#011b41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.5625rem;width:18.75rem;top:10.125rem;left:41.25rem;display:block; }
#TdQCmyBsqTzZq52EwNSrPVFF4KDzWipX { background-color:#c7e93d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000814;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:35.75rem;left:43.125rem;display:block; }
#D8zhQ6wkd1HEO1T03nmTrTvmVbD5TyIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#evrb1u617gg7QMeHp8xhpQTymib1FwpE { position:absolute;display:block;z-index:100026;background-color:rgba(0,89,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.375rem;width:6.5rem;top:16.375rem;left:47.375rem;display:block; }
#Lir6mCQNKM7DGAcmJz9ysA6MNFGQpL9n { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:17.0625rem;left:47.8125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQO89GpvmvDVN9RrdeVcRT3KaJdwxCPp { color:#ebeff5;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:12.5625rem;left:44.375rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I { position:absolute;display:block;z-index:100025;background-color:#c7e93d;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.125rem;top:10.125rem;left:46.5625rem;display:block; }#hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I.adaptive-delivery-prevent-bg, #hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I.lazyload, #hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I.lazyloading { background-image: none; }
#M03K15FwEtC8pEQxLF0109mF29CuF8bG { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.375rem;width:18.75rem;top:8.375rem;left:20.625rem;display:block; }
#XqssgKfpf3yI3aJvOhuxWyUgak6rMTXl { color:#ebeff5;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:10.8125rem;left:23.75rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt { position:absolute;display:block;z-index:100025;background-color:#c7e93d;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.125rem;top:8.375rem;left:25.9375rem;display:block; }#d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt.adaptive-delivery-prevent-bg, #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt.lazyload, #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt.lazyloading { background-image: none; }
#tOTC8gyxQRi6OZfb0Cg9JgTxnTT94mxT { position:absolute;display:block;z-index:100026;background-color:#0059ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.375rem;width:6.5rem;top:14.625rem;left:26.75rem;display:block; }
#RNQnlaEmSiKLx5fG49IXTkpUzfsWNeEd { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:15.3125rem;left:27.1875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uon1mXP9uX5IolyIyCsFTJdCwLmTqTML { background-color:#c7e93d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000814;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:39rem;left:22.5rem;display:block; }
#aQqf4vSpygWi8eUaAypGt9gU1FbPICV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NR7dC0TmXtVx336mGIDLiFWyAUXAPMDG { color:#ebeff5;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:21.9375rem;left:43.65625rem;height:10.9375rem;display:block; }#NR7dC0TmXtVx336mGIDLiFWyAUXAPMDG li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#NR7dC0TmXtVx336mGIDLiFWyAUXAPMDG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#ouPpcZyBbRAn4OGNdDFVoUodrenym3Xi { color:#000814;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:20.8125rem;left:24.5625rem;height:16.0625rem;display:block; }#ouPpcZyBbRAn4OGNdDFVoUodrenym3Xi li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ouPpcZyBbRAn4OGNdDFVoUodrenym3Xi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { border-width: 0; border-radius: 0; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container {  }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:none; }#Whnak8McmIuSahQO2hemdGnlORBFtGlr { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:none; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { border-width: 0; border-radius: 0; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row > .video-iframe-container {  }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;position:relative;display:none; }#yRnst8isiFVmb2kJqE3y7mMqCcl8TucV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:none; }#yRnst8isiFVmb2kJqE3y7mMqCcl8TucV > .row .container { border-width: 0; border-radius: 0; }#yRnst8isiFVmb2kJqE3y7mMqCcl8TucV > .row > .video-iframe-container {  }#yRnst8isiFVmb2kJqE3y7mMqCcl8TucV > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:none; }#DW4LO5MnncBZU9EdH2oAAOtU9cwMgw9d { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GiO6ODpTTLXrnKUtTvgTiUX1hSuc3XA7 { position:relative;display:none; }#GiO6ODpTTLXrnKUtTvgTiUX1hSuc3XA7 { border-width: 0; border-radius: 0; }#GiO6ODpTTLXrnKUtTvgTiUX1hSuc3XA7 > .row .container > .video-iframe-container {  }#GiO6ODpTTLXrnKUtTvgTiUX1hSuc3XA7 > .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:11rem;width:60rem;position:relative;display:none; }#lx5s2rdQLbpJE4nuAVfhHAaNeGCEnhIi { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:15.125rem;top:1.96875rem;left:11.5rem;overflow:hidden;display:block; }
#Mv7rQidWDU63S9083Db3qaSFu80117Bq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:15.4375rem;display:none; }
#kLLoJUT04pLSxXADE7gSVlrDr0WesGJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:none; }#kLLoJUT04pLSxXADE7gSVlrDr0WesGJT > .row .container { border-width: 0; border-radius: 0; }#kLLoJUT04pLSxXADE7gSVlrDr0WesGJT > .row > .video-iframe-container {  }#kLLoJUT04pLSxXADE7gSVlrDr0WesGJT > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:none; }#mTQoDSKpGDDbR1pH3QdEe1bGc4rztAO3 { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CmsEUI9uZHREDt9eSbJaTIuOsORvTa5W { position:relative;display:none; }#CmsEUI9uZHREDt9eSbJaTIuOsORvTa5W { border-width: 0; border-radius: 0; }#CmsEUI9uZHREDt9eSbJaTIuOsORvTa5W > .row .container > .video-iframe-container {  }#CmsEUI9uZHREDt9eSbJaTIuOsORvTa5W > .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:12.75rem;width:60rem;position:relative;display:none; }#TDm5DASXfl6dVOgFu9KTy5QHembsBfyF { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:8.6875rem;top:2.5625rem;left:14.0625rem;overflow:hidden;display:block; }
#Z9w4hJGal83CQJOCHEJfZ9mwW2H4OLCf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:8.3125rem;display:none; }
#azv5m3nKTNeBWC9JKRZcfCH2rfzpSEcW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:15.4375rem;display:none; }
#mxb0SfZekxvmyM4C0FQpRqkGsARvUHeW { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:15.125rem;top:3.59375rem;left:34.28125rem;overflow:hidden;display:block; }
#QR0t5IidTfziQowadd6CzCBTGsyOWmNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:none; }#QR0t5IidTfziQowadd6CzCBTGsyOWmNB > .row .container { border-width: 0; border-radius: 0; }#QR0t5IidTfziQowadd6CzCBTGsyOWmNB > .row > .video-iframe-container {  }#QR0t5IidTfziQowadd6CzCBTGsyOWmNB > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:none; }#LKW3y2o5M3V03OakD50wezFR4NEmeadx { color:#000000;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#COXbmIk3TmbanZw9kDTMK73KK5swCXFf { position:relative;display:none; }#COXbmIk3TmbanZw9kDTMK73KK5swCXFf { border-width: 0; border-radius: 0; }#COXbmIk3TmbanZw9kDTMK73KK5swCXFf > .row .container > .video-iframe-container {  }#COXbmIk3TmbanZw9kDTMK73KK5swCXFf > .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:11rem;width:60rem;position:relative;display:none; }#sqA6szvWeBe2JJT9fcT2pSDR6TcsENml { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:26.8125rem;display:none; }
#ULU8HILq1O15yqxxIJsSdNUuehaU4WXX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:15.6875rem;top:3.5625rem;left:10.125rem;overflow:hidden;display:block; }
#pahFE2pIWN9FPnVn18msTTsOtHPcbhEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/1AUwomm4/TRANSPORT_40_summit_2c.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#pahFE2pIWN9FPnVn18msTTsOtHPcbhEi.adaptive-delivery-prevent-bg, #pahFE2pIWN9FPnVn18msTTsOtHPcbhEi.lazyload, #pahFE2pIWN9FPnVn18msTTsOtHPcbhEi.lazyloading { background-image: none; }#pahFE2pIWN9FPnVn18msTTsOtHPcbhEi > .row .container { border-width: 0; border-radius: 0; }#pahFE2pIWN9FPnVn18msTTsOtHPcbhEi > .row > .video-iframe-container {  }#pahFE2pIWN9FPnVn18msTTsOtHPcbhEi > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:none; }#sOQtuuAP5778VFyuXLhLtcHl1oXDWiKc { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:15.8115234375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTsQV6sNLcipMcfXfBAkT6Dds6NTrCfo { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:1.8125rem;left:0rem;display:block; }
#SZT0XtlqZcrW8c3fWhcv2tymr3P85plZ { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:1.8125rem;left:24rem;display:block; }
#KyHhKecF3agQwh49d5NycgCJZFK62qos { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:0.0625rem;top:1.8125rem;left:13.5rem;display:block; }
#akoLtBc41Ro1W5hmiN6mneq3sT8hec6f { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:1.5rem;left:25.34375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.401875rem;margin-bottom:0;margin-left:0.401875rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.52rem;padding-right:0.100625rem;padding-bottom:0;padding-left:0.100625rem;display:block;width:4.290625rem;height:2.5rem;position:relative;font-family:lato;font-size:1.730625rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.100625rem;padding-bottom:0.345625rem;padding-left:0.100625rem;display:block;width:4.110625rem;height:0.623125rem;position:relative;font-family:lato;font-size:0.7375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n { top:1.1875rem;left:39rem;z-index:100014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:21.3125rem;height:3.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #DTfXsgezLPR34t45mPTDidqIDvXxbr77 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #GtumBGTktmx7cD6ca5NOTDdom7BKu3oJ { display:block;position:relative;top:0rem;left:0rem; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #fM36JuQlsLdNQJroNTsM8gtWfyFVrMIX { display:block;position:relative;top:0rem;left:0rem; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #cpxk6cC8HQyvy3ZIvNZCkE6Q5ik2rAo0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #bikCvLrtcUT7yPSvpGrTQ9x4IJz2ClnR { display:block; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #VMcrmX1FEVBMhERoGfVAcgQVui6NzScU { display:block; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #WhNDTwle7QyXt5HHkksTdm40Ca2dk9ZE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #u2EU3cfJmZJ1c9Ka3OPTq2dPDWCPI0BQ { display:block; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #Tua1bKWBtglIK6gghgMiLOsZAaCXt0CJ { display:block; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #nqG1AbnlbQkuAlz6u4asTdJzPBDMVykX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #PLqGmVcbJxTtbqs7dczWa4SBn4HT7VRt { display:block; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #PucSEOHTNTDD16QGuD5RNP87p1oZuTFw { display:block; }
#vIkPCg0THyD06wC4o88SzgUzsuCOmoJ8 { position:absolute;display:block;z-index:100010;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffde00;border-left:0.0625rem solid #ffde00;border-right:0.0625rem solid #ffde00;border-bottom:0.0625rem solid #ffde00;height:5rem;width:4.5rem;top:0.5625rem;left:39.5625rem;display:block; }
#u22mDbAaEcnWTpWkzE4Kif5gm5K1mmsy { position:absolute;display:block;z-index:100011;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffde00;border-left:0.0625rem solid #ffde00;border-right:0.0625rem solid #ffde00;border-bottom:0.0625rem solid #ffde00;height:5rem;width:4.5rem;top:0.5625rem;left:44.875rem;display:block; }
#JVdvqedlGdamIMeT32TZW1lzoA4qkq4O { position:absolute;display:block;z-index:100012;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffde00;border-left:0.0625rem solid #ffde00;border-right:0.0625rem solid #ffde00;border-bottom:0.0625rem solid #ffde00;height:5rem;width:4.5rem;top:0.5625rem;left:50.125rem;display:block; }
#tbrXIFrR9IFSdFAAPsuBxpKTCdkUhAsM { position:absolute;display:block;z-index:100013;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffde00;border-left:0.0625rem solid #ffde00;border-right:0.0625rem solid #ffde00;border-bottom:0.0625rem solid #ffde00;height:5rem;width:4.5rem;top:0.5rem;left:55.375rem;display:block; }
#sUmL4ar65pNZNPZ0XZ1DkrZBBeS07kFa { background-color:#ffde00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#1d1d1b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.6875rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:1.78125rem;left:0rem;display:block; }
#Hd8362zmipv6nqx3a97sDDnvzzUqrnl3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NUWx5c41eHiAhhJFvgH6uUWSam9xAtCo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.125rem;width:47.8125rem;display:none; }
#ixEJMR3bB92aiz7TDPFWEznGVFmQeJvx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#ixEJMR3bB92aiz7TDPFWEznGVFmQeJvx > .row .container { border-width: 0; border-radius: 0; }#ixEJMR3bB92aiz7TDPFWEznGVFmQeJvx > .row > .video-iframe-container {  }#ixEJMR3bB92aiz7TDPFWEznGVFmQeJvx > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:none; }#mK8gffWBWsDyqRR7dZi2bPkCuHdNRfKn { color:#ab8f00;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HO2D1WkfglVVkCTuB87GviVy9AJ1xCt5 { position:relative;display:none; }#HO2D1WkfglVVkCTuB87GviVy9AJ1xCt5 { border-width: 0; border-radius: 0; }#HO2D1WkfglVVkCTuB87GviVy9AJ1xCt5 > .row .container > .video-iframe-container {  }#HO2D1WkfglVVkCTuB87GviVy9AJ1xCt5 > .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.125rem;width:60rem;position:relative;display:none; }#VQPbcPJEdRU6zK3UtKi6TZhDi7IhuEtR { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1245625rem;width:18.3745625rem;top:1.4984807968139rem;left:20.811634063721rem;overflow:hidden;display:block; }
#A4sbBLpBQkcG2pyOomXugNhR8uk0Gq3A { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:7.5625rem;top:2.0269045829773rem;left:34.059246063233rem;overflow:hidden;display:none; }
#nnMHpR9aFHFOTKVuk9k5CWP3RT8kuQG5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#nnMHpR9aFHFOTKVuk9k5CWP3RT8kuQG5 > .row .container { border-width: 0; border-radius: 0; }#nnMHpR9aFHFOTKVuk9k5CWP3RT8kuQG5 > .row > .video-iframe-container {  }#nnMHpR9aFHFOTKVuk9k5CWP3RT8kuQG5 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:none; }#NWItpFepOgBTcoBN907yUIPeB13ccXvq { color:#ab8f00;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXTdarJUUqyGEQutPnHVk87GKkuXnTi8 { position:relative;display:none; }#PXTdarJUUqyGEQutPnHVk87GKkuXnTi8 { border-width: 0; border-radius: 0; }#PXTdarJUUqyGEQutPnHVk87GKkuXnTi8 > .row .container > .video-iframe-container {  }#PXTdarJUUqyGEQutPnHVk87GKkuXnTi8 > .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.375rem;width:60rem;position:relative;display:none; }#K1b5skXql1IMugH9oFtvFTTOyMcSIEKu { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.2482875rem;width:10.8728125rem;top:3.30322265625rem;left:18.011474609375rem;overflow:hidden;display:block; }
#sU1cWGE0kSDQ0yVx6h4VHfxiRD8ey05p { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:10.125rem;display:none; }
#CEmS0Qy9UAyEoNvnHqpdey9fpzawM18h { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.74706875rem;width:9.5605625rem;top:2.052001953125rem;left:4.466552734375rem;overflow:hidden;display:block; }
#XxBOv50uN2wOTCU93wVKCEJ3O1px8pxw { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.81055rem;width:7.7478125rem;top:2.01904296875rem;left:48.0419921875rem;overflow:hidden;display:block; }
#NmALaDKvINN9dCPiCfZRqm1JgaShoX9Z { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:8.4985rem;top:2.144775390625rem;left:34.595947265625rem;overflow:hidden;display:block; }
#S41Kih31WMTA9fzd5baABv9QXwPZWXpO { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:7.6875rem;top:2.0269045829773rem;left:34.059246063233rem;overflow:hidden;display:none; }
#nnkeCeE63TJeU8ZBDc0UTlSuHRc3eCry { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.37425rem;width:11.31225rem;top:10.909423828125rem;left:46.258544921875rem;overflow:hidden;display:block; }
#voayMmvzQkfiso0vbJEinkSNeGPGJWgT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:7.6875rem;top:2.0269045829773rem;left:34.059246063233rem;overflow:hidden;display:none; }
#axCo5987N8GQMoUS0ol8qtPN7IclOCRn { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:40.0625rem;top:10.70556640625rem;left:3.719482421875rem;overflow:hidden;display:block; }
#TRWcphlNQKtfPJP2XsL9n0zDK82SMxiR { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:7.6875rem;top:2.0269045829773rem;left:34.059246063233rem;overflow:hidden;display:none; }
#GJA3LfVtSAgTgEl6HG8eCvIFqwWKdBAx { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.933625rem;width:14.308625rem;top:19.6123046875rem;left:23.625rem;overflow:hidden;display:block; }
#CqmIQXhVb5ZHMBPZAJiMF7MsZsob28wk { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:11.25rem;top:20.4541015625rem;left:46.2900390625rem;overflow:hidden;display:block; }
#ko8Xv1L5ZgCO2cGMSUObFwbiyXOeQp8D { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.561525rem;width:11.374rem;top:21.7978515625rem;left:3.5576171875rem;overflow:hidden;display:block; }
#lAtrtoHTH15qUUkRNQJtW5eXSAmpwv3J { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:12.1875rem;top:29.1875rem;left:14.0263671875rem;overflow:hidden;display:block; }
#ezW8H5kLInq1F6lFGNJ0pJJkd0dfHITT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:10.625rem;top:25.5rem;left:34.595703125rem;overflow:hidden;display:block; }
#Sd9PEN6Tbmk5Dk0V7FrXvAZvcau3tRsF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#Sd9PEN6Tbmk5Dk0V7FrXvAZvcau3tRsF > .row .container { border-width: 0; border-radius: 0; }#Sd9PEN6Tbmk5Dk0V7FrXvAZvcau3tRsF > .row > .video-iframe-container {  }#Sd9PEN6Tbmk5Dk0V7FrXvAZvcau3tRsF > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:none; }#B5aWdohwBTygmBwXbEMpPsE2phCn3eLE { color:#ab8f00;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KMAL2baxA4iWAQPuKPKOVhzrV5nqNzHS { position:relative;display:none; }#KMAL2baxA4iWAQPuKPKOVhzrV5nqNzHS { border-width: 0; border-radius: 0; }#KMAL2baxA4iWAQPuKPKOVhzrV5nqNzHS > .row .container > .video-iframe-container {  }#KMAL2baxA4iWAQPuKPKOVhzrV5nqNzHS > .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:35rem;width:60rem;position:relative;display:none; }#nM4TcFQUu7vXGaCP8sWo9lDXuMSZBiVC { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:11.1875rem;top:2.5625rem;left:8.03125rem;overflow:hidden;display:block; }
#sTMvouenAhqXNom9kXkmOiP11LT7nZc9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:10.125rem;display:none; }
#a6rdHdv8T2GFK421kh3xxshpXxueTTZ8 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:11rem;top:1.375rem;left:40.5625rem;overflow:hidden;display:block; }
#Nz6NxZK0KWiHe3pe9ctK2qJctUhguDI0 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4355625rem;width:13.2470625rem;top:11.9892578125rem;left:7.0009765625rem;overflow:hidden;display:block; }
#TBAyJVJO2ffbEah82352PHAhVoskZPiK { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.24805rem;width:13.0605625rem;top:11.9892578125rem;left:40.5625rem;overflow:hidden;display:block; }
#uqXtD5s7oCNHMurBEZHe7OLstMxice7d { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:8.6875rem;top:1.71875rem;left:25.65625rem;overflow:hidden;display:block; }
#eRmQPlzJv6KprvvUrNivpN312AwBSDTN { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:13.25rem;top:11.09375rem;left:14.5625rem;overflow:hidden;display:none; }
#XS8qlBuRbekEEu8PmsUePUSWg7b79ad5 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.124025rem;width:11.4355625rem;top:12.55078125rem;left:24.28125rem;overflow:hidden;display:block; }
#BI1FWzM7aa9KPmpV4kLv1pqtzK0MzV9x { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.2480625rem;width:10.3125rem;top:19.5576171875rem;left:8.03125rem;overflow:hidden;display:block; }
#LWydqbPNCs97B2qPUR3reTpe3T1Sf76E { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:13.1875rem;top:29.40625rem;left:40.5625rem;overflow:hidden;display:block; }
#cSJ5JMkFxFT0S2aHOdIzK2MMfrTeO3EC { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:10.0625rem;top:20.337890625rem;left:42.0615234375rem;overflow:hidden;display:block; }
#LrRTSutQgWZNoqtteTLtx5IGSDoGzZJH { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:18.4248046875rem;left:25.15625rem;overflow:hidden;display:block; }
#vamtvEHwiPPXIRkicJBk6RzwKtrMquEQ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:17.9375rem;top:28.0625rem;left:4.21875rem;overflow:hidden;display:block; }
#DZKWWBmaSw0H68OxDcJgtV8had6vOMrs { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.68555rem;width:8.9355625rem;top:29.15625rem;left:25.53125rem;overflow:hidden;display:block; }
#ll5zOtaR20v7xn7cqX0CWMp1dwL3yuE9 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:11.375rem;top:11.497802734375rem;left:34.154052734375rem;overflow:hidden;display:none; }
#o1FSIVC7hbt6MA6kSf9FITrzrRqcdz5f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#o1FSIVC7hbt6MA6kSf9FITrzrRqcdz5f > .row .container { border-width: 0; border-radius: 0; }#o1FSIVC7hbt6MA6kSf9FITrzrRqcdz5f > .row > .video-iframe-container {  }#o1FSIVC7hbt6MA6kSf9FITrzrRqcdz5f > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:none; }#F4MbhQiWWwyGVeXd4haKZSH0MgtpmK8C { color:#ab8f00;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WuCHiCKleXFptgolXkvrrunUSLrsJsZp { position:relative;display:none; }#WuCHiCKleXFptgolXkvrrunUSLrsJsZp { border-width: 0; border-radius: 0; }#WuCHiCKleXFptgolXkvrrunUSLrsJsZp > .row .container > .video-iframe-container {  }#WuCHiCKleXFptgolXkvrrunUSLrsJsZp > .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:19.125rem;width:60rem;position:relative;display:none; }#U88ER1WrWaO6Tn0dv8VSkPiTOW9ovzam { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.686525rem;width:13.0605625rem;top:10.115234375rem;left:23.46875rem;overflow:hidden;display:block; }
#U2eO04s90VVWsbJS1PNbsBkXre6yQWKV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:10.125rem;display:none; }
#h0y5Bp5g5vSJ8PVy55r1ubQVPSW8PXNV { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.99706875rem;width:16.808625rem;top:9.9609375rem;left:3.3994140625rem;overflow:hidden;display:block; }
#VR3h35RDTIHRml2HEApXieHsecAgEVIG { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.81055rem;width:16.7480625rem;top:10.552734375rem;left:38.2236328125rem;overflow:hidden;display:block; }
#OfZvIRMDDH2yfeTMRsGxLM9CB6TJTWST { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.558625rem;width:12.8125rem;top:1.6181640625rem;left:5.3974609375rem;overflow:hidden;display:block; }
#sDT91yykUKvOEtdholPfK1sPE7V748it { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.124025rem;width:11.0605625rem;top:3.3349609375rem;left:24.46875rem;overflow:hidden;display:block; }
#Va4Wn0Smh6CbmWGt9hWPuoWXFI0xG9Bk { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:10rem;top:11.497802734375rem;left:34.154052734375rem;overflow:hidden;display:none; }
#N3LFP4ySbF4bSDy6eVq51uxEapaICnPn { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:12.8125rem;top:4.5849609375rem;left:40.19140625rem;overflow:hidden;display:block; }
#eic7hIOgfaXVA9wDD8Rgr9BXeKShKZ74 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:10rem;top:11.497802734375rem;left:34.154052734375rem;overflow:hidden;display:none; }
#rAReBgcgnliRM9naEX4MP1ACNOVTblvV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:none; }#rAReBgcgnliRM9naEX4MP1ACNOVTblvV > .row .container { border-width: 0; border-radius: 0; }#rAReBgcgnliRM9naEX4MP1ACNOVTblvV > .row > .video-iframe-container {  }#rAReBgcgnliRM9naEX4MP1ACNOVTblvV > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:none; }#uFtWidXMuqqyhN7iWCi1RZ206QK9B840 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:8.1875rem;top:2.1875rem;left:10.90625rem;overflow:hidden;display:block; }
#bfDEqamwr2elsM3hEeBTwph73aZO3mUZ { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:8.1875rem;top:2.1875rem;left:40.90625rem;overflow:hidden;display:block; }
#NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/t6xGdIJn/layout_CEO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx.adaptive-delivery-prevent-bg, #NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx.lazyload, #NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx.lazyloading { background-image: none; }#NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx > .row .container { border-width: 0; border-radius: 0; }#NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx > .row > .video-iframe-container {  }#NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx > .row .container { width:60rem;height:87.375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#ZQCIFmKzeEHicIAQQpeHdSOZvelB8c9Q { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:7.3319931030275rem;left:20.375003814698rem;height:9.59375rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xXQ23G6idvgMMdgeuHdNDiWsbskQKLiu { color:#000000;display:block;width:35.875rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:13.375rem;left:24.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lFaBXKuncpzqOmcZ1L2TTEai2aL15zgP { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:3.3124618530274rem;left:20.375003814698rem;height:4.79948125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p8zxeTRRCmJBQWoflpRazxiciGTGaNgp { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5625rem;width:17.875rem;top:2.6248168945312rem;left:0rem;overflow:hidden;display:block; }
#EoSWesgCpOXy0EqXJRxuhwTb5lNgO8m4 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:23.75rem;left:3.875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HbbWym77p5XeJmyRrndaArXhrGM0n64T { color:#000000;display:block;width:19.375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:23.75rem;left:36.125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ENcWRbyoPu1tpg6b04PyFOEgGJFmTEpM { color:#000000;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:33.0625rem;left:0.5625rem;height:21rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRBcQbPsA19NhVhbVB9P5rG8XrBG6DMq { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffd96b;border-left:0.3125rem solid #ffd96b;border-right:0.3125rem solid #ffd96b;border-bottom:0.3125rem solid #ffd96b;height:39.6875rem;width:27.875rem;top:23.75rem;left:0rem;display:block; }
#QEHGUOS4JSiRlrM6Zsrs7dClWbPlz2bt { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(234deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(234deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(234deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.1875rem;width:28.375rem;top:23.8125rem;left:31.625rem;display:block; }
#y1LLgiCfeS29IyQcf2RTK6GzcF2s7arL { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:32.3125rem;left:31.5625rem;height:21rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zQSL9HJFIOIPFJoJqC3fw3d4dkkTQk4L { color:#000000;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:0.6875rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:59.1875rem;left:0rem;height:2.1979125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HXFO3KZxsflc39FUvFFIskZ2C8LZhHaE { color:#000000;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:0.6875rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:59.1875rem;left:32.1875rem;height:2.1979125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KxaR5I3qAwGTA1vZWeJaqFyLTSWhFaNA { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.5rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:55.375rem;left:7.6875rem;display:block; }
#tihTBHdMcqxpPoybyEAHDq3tJGU4VJOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pu3BTwvMU0ZVLd4DxnckyEW512DmyT4u { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#f2dc6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.5rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:55.375rem;left:39.75rem;display:block; }
#Ws4evdaxWEHoTdAQeqUVyyaQRxnO5Tzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rF1Dq2AZ5Pof7smqJvHXoHEtCPMq6uNl { color:#000000;display:block;width:20.625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:65.375rem;left:19.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MtI69Dm64EI3T2tPutPVPqy5HGgfHXeH { color:#000000;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:73.625rem;left:16.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GXC4GSryBmTVrtOeNTGkUOilamdLaASl { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffd96b;border-left:0.3125rem solid #ffd96b;border-right:0.3125rem solid #ffd96b;border-bottom:0.3125rem solid #ffd96b;height:27.8125rem;width:27rem;top:65.5625rem;left:16.375rem;display:none; }
#ob41VefsZrEUMqwXb0yUhQ6V0pmWh5kb { color:#000000;display:block;width:27.25rem;position:absolute;font-family:oswald;font-size:0.6875rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:90.25rem;left:16.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IrbhNRSpDCTXTJ0ZIoe4zLz6W9mk2o5c { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.5rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:86.25rem;left:24.125rem;display:none; }
#D1JApiHiVacocn3c4OTmQ0kogoczRJgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HkkgV3RyP5K8kmNoUpdr1vRVSCWOmk8T { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(214deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(214deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(214deg, #ffcd33, #cec6a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.561625rem;height:4.18728125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:77.25rem;left:22.75rem;display:block; }
#ykmOcacowSF2wb0fSJin4THDcFXuV7RG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yEXJKKKMIy377L9s6stC1ii7MZuiPxmQ { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:64.0625rem;left:0rem;height:14.53125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z96EhPKyAGw5VenZIO77bF9bqAoi0Vza { color:#000000;display:block;width:58.3745625rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:13.185765266419rem;left:1.6243515014649rem;height:12.7473875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/t6xGdIJn/layout_CEO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu.adaptive-delivery-prevent-bg, #TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu.lazyload, #TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu.lazyloading { background-image: none; }#TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu > .row .container { border-width: 0; border-radius: 0; }#TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu > .row > .video-iframe-container {  }#TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu > .row .container { width:60rem;height:87.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-form-header {  }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:32rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:2.3125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:oswald;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;font-weight:300;font-style:normal; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:4.9375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:oswald;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;font-weight:300;font-style:normal; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.25) ; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-button { background-color:#ffd96b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.25rem;margin-bottom:0.25rem;margin-left:3.1875rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#000000;width:25.5625rem;height:3.4375rem;font-family:oswald;overflow:hidden; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 [class*="-text"]:-moz-placeholder { color:#666666;font-family:oswald;font-size:1rem;font-weight:300;font-style:normal; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 [class*="-text"]::-moz-placeholder { color:#666666;font-family:oswald;font-size:1rem;font-weight:300;font-style:normal; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:oswald;font-size:1rem;font-weight:300;font-style:normal; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:oswald;font-size:1rem;font-weight:300;font-style:normal; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .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;font-size:0.75rem;font-weight:400;color:#fffafa;vertical-align:top;width:30.9375rem;overflow:hidden;font-style:normal;line-height:1.4; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .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; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .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:comfortaa;font-size:0.625rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-container:first-of-type{padding-top:0;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-container:last-of-type{padding-bottom:0;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:2.9990234375rem;left:13.060546875rem; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32rem;display:block;vertical-align:top; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:400;color:#fffafa;vertical-align:top;overflow:hidden;font-style:normal; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 {display:block;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:2.9990234375rem;left:13.060546875rem; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #z8RMiCoqRcGHEZHtT2GFqSCJF07kBXgV { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #uqZNhrCWk1qBzF67eSPAMLnMQFwRV7Dr { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #X4TvuKoqHnuAoeUWUKxDy2HIg5UNvGHT { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #BXMI95qAsOr7AQlBG5RCvfTgKnhgGp4p { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #IVLyaHi78hHm6rEbSxOKwT8DMzqZ0Ntp { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Jny9IcOX4eniaoMoPA5kuE3CQhgTV03f { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #JkWviPlZNbCz7MWrm07I3WJdHoEdS7bT { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #WhQr5BpeLZFUz1oLTd7msdqLaqwwglOa { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #NbFdVMR0AVG6ROvBdl97yCW5MEep1xhQ { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #H2OBkp37p4WCICaIus72OOSfU0IOtdmO { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #c1CqNmnrOhzpdMvC78vnXwt86nfTiTNP { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #zOX6pGcNI3Ilws5Ww6NWkJNKNDyPJFw7 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #rGIiufKS92JrN1HR5ECfCVPkDaVO1tus { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #UTerTMv0VkxXBFwy0ee6Zko1HeL9OCqM { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #rsUXsBPmwceOWZTouexFtbTNTnW3NzHr { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #tJqUU3lRgZnFf0Lg82B3eZ1oMhWh8Gl7 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #mmwNhLrVSu6yIElQkS5rXQc2MBN1TvIk { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #bN6QcErBy3QXun4zZvEtkB8eCcmVKa4s { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #upMAMZdpN5o9GbUgVEJafqyw56o7iuf2 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #kTky5X0hfr3aToUPshbXFmu13Dzdb7uP { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Xs8bZWxCxbBDGt8PkEf3KAMcyDnCLN1g { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #lfmKdXwcdwL6sVPsrUmQA9KTyBGvk4lp { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #o9UvAKh7ToMLGOV8FuPobcPEDQqA9Qm0 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OzudDp9ehOuSLxiotUWwrFBhEcQtQEBX { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OMG8ToZvm9JkEqAWtHKm4TCerVhBAXFH { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #VEDIHVxXJqmKDyM1PMSKA9xosT6Bkb7M { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Xy1oBJWb7772aDCLBQGP3s32yyGmvdfG { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #eW7X8xD9AHNneaPIMZVtL56heXhzOvw9 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #HITkPBa2oeoW0WtIZN9J36bzWnD6IuZM { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #l1Fy7ZHKHZsTJzyhkglnuxyOSf3CyOic { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #E1T7TfeU9nL3s19sqBfbfJ2H2tV7FQt4 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #IrU0sT4AvV3A76vt8UQHHv6h9JQ0oMtM { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #SuQNCDlTxoSz86X40yGnt5LnOBsq6XhH { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #tlmHvXXAL2uJgukwFnXmc9W1spUL9FS6 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #eWzQ6aDRLFt8QUx7gisO0Kw5k4do0ah4 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #XaeEy7rlHH6k2a6V5rX8FmXlc12o0ZcT { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #RvdO662RHTiZ8xSbSFEXXLea2gTfe6t1 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #weltWQdwKhp8eWQCW1BIboLxNzwpqV1u { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #UtQikvPT7dUhTAcB6kGITW3m8VfeSMIw { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Oa5GenHyK8erbQT1OdOt8f1qt1hbKwD1 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Qv7TIIpmPdCMlTaCNnJ810xGM9USTdsT { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #EuiePZHSZHLmlwfQn9UHKsUo7zh8aIBb { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Vo79ZJf73SeobKhn77nnRcUQr25OT2zL { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #DhGcDaFSQRvkTgB8IDoT6MQ4EVXfQPmH { position:relative;z-index:2; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #JH7L6bVwTH3BAOc5w5bTD8yJq0UTESTR { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #nG7h7zw7AvTxmMMKbmzU3wszbaXMOkiA { position:relative;display:block;z-index:100000; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #veMZDbWlkfaIfArRHPyMtMhXGS29DF3U { position:relative;display:block;z-index:100000; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #NEdEVLxzoRRrH0LALcsImwhCOO3lnxd8 { position:relative;display:block;z-index:100000; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #kXl8t4Q5Xc2NDGwnmS0Fzi9Q1Jdb0TDp { position:relative;display:block;z-index:100000; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #R9nQ657MHaxfhrCKXNlqS5EAcQUltK66 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #xZVsSGEToWzWTFquxeuC2p8fkrb8TP0W { position:relative;z-index:2; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #QVyvwVT439D1KRlkWphZDC6DZNHV4JKI { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #ywH9vBGaOlT4oSl8aZln0wwIvSdRd8xc { position:relative;display:block;z-index:100000; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #UsdpKmRsyOCtKuyTvwXwFJnaZPRZF2It { position:relative;display:block;z-index:100000; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #ehD0vXnTTSnrEeyfTM9MqrBXuqpZgZa2 { position:relative;display:block;z-index:100000; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #TSDrFgp4qL4gZ8SZxNWEZqWzTVMuXVbC { position:relative;display:block;z-index:100000; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #iwDlaefynQm2fnsMMIfXmPMQJLidCnGg { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Lyde1GPeVoMttoDBIPef11RRKI0gW6UC { position:relative;z-index:2; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OtTOFPOw9biSTGG4XmLqDactE2kw6oOh { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Lv4Dt2Z29HAL4bNHoCZpZcK6HXBJRq52 { position:relative; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OprCymsWodt9pcMruf5HH89IQtySxDgx { position:relative; }
#Wuq1ksKZEf7mnoVrnzUnt3Pps37t83bo { color:#000000;display:block;width:35.875rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:13.375rem;left:24.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#P3il1rCPcJWa4MqhWAVGfDZuINKI7m4k { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:0.6875rem;left:19.5rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AN9ALsT1osT3uJkAl2rvInDKbsp0SWXl { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:15.0625rem;top:42.9375rem;left:14.1875rem;overflow:hidden;display:none; }
#Iq93WkEKqOT9A1kRPanbg3orS8uc57ob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#Iq93WkEKqOT9A1kRPanbg3orS8uc57ob > .row .container { border-width: 0; border-radius: 0; }#Iq93WkEKqOT9A1kRPanbg3orS8uc57ob > .row > .video-iframe-container {  }#Iq93WkEKqOT9A1kRPanbg3orS8uc57ob > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:60rem;position:relative;display:none; }#xbVBwzAVOvcrWr1203LNXaIRc0dcpu54 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.6875rem;border-top-right-radius:9.6875rem;border-bottom-left-radius:9.6875rem;border-bottom-right-radius:9.6875rem;height:11.25rem;width:11.25rem;top:8.875rem;left:0.9677734375rem;overflow:hidden;display:block; }
#xPIJuI5KpavhC1J6w8IDU9zCGrSnIrMN { color:#fbfbfb;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rgrhudXz3FI89y9RiARAHLRaAlqEciFk { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:11.8125rem;left:14.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZpgMmuyZzg8ozTwkNRfWoWo4LMBFaTPI { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.6875rem;border-top-right-radius:9.6875rem;border-bottom-left-radius:9.6875rem;border-bottom-right-radius:9.6875rem;height:10.8125rem;width:11.25rem;top:24.09375rem;left:0.9677734375rem;overflow:hidden;display:block; }
#U68nsfBU1msouUPewUhdevA0zt6nsLTV { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:27.46875rem;left:14.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iqfotmfsEoigqC6U8H9Dl3LLIyGzb3PR { color:#ffdb15;display:block;width:24.5625rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:8.875rem;left:14.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BFoHlGk2XOUGsuEipQ6n2hP8wx7NnXhG { color:#0ad79d;display:block;width:22.375rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:24.09375rem;left:14.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-form-header {  }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-regular-label { height:auto;display:none;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:16.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .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:16.75rem;box-sizing:border-box;height:2.9375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:oswald;vertical-align:top;font-weight:400;font-style:normal; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-text {padding-top: 0; padding-bottom: 0;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .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:16.75rem;box-sizing:border-box;height:9.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:oswald;vertical-align:top;font-weight:400;font-style:normal; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-select {padding-top: 0; padding-bottom: 0;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffd96b;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:#000000;width:16.75rem;height:3.4375rem;font-family:oswald;overflow:hidden; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O [class*="-text"]:-moz-placeholder { color:#545556;font-family:oswald;font-size:0.875rem;font-weight:300;font-style:normal; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O [class*="-text"]::-moz-placeholder { color:#545556;font-family:oswald;font-size:0.875rem;font-weight:300;font-style:normal; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O [class*="-text"]:-ms-input-placeholder { color:#545556;font-family:oswald;font-size:0.875rem;font-weight:300;font-style:normal; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O [class*="-text"]::-webkit-input-placeholder { color:#545556;font-family:oswald;font-size:0.875rem;font-weight:300;font-style:normal; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .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:oswald;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:15.5rem;overflow:hidden;font-style:normal; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .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; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-container:first-of-type{padding-top:0;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-container:last-of-type{padding-bottom:0;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O  { background-color:#000000;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:10.875rem;left:39.0634765625rem; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-info-text { display:block;height:auto;font-family:lato;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; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O {display:block;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O { background-color:#000000;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:10.875rem;left:39.0634765625rem; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #STL5V9lL2qWPkWrfs3mBcpBhuxM3GKRG { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #fBmrtX2Pm9RzQy4lLkGWPtEL30wd7cwp { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #Rff5Bswi2tC4GQwRhFZuCdXqPkeTqWXc { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #FiRX1qTBI8maP1Lzr3TEyLTrQg1GzWMc { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #Rz7U0NfiqH6n69T25cfbutIUiQSsqK9L { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #ne9Qnlt6AgXH4oPXtI4Md2kzOxHhqCxb { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #rxHgO7h0KHSf48hMBPXQoh2JzPTS8e6B { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #HTbH0ABxCkOUkUT3aaWt1IzzW7EmT8eS { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #p2dxNHzDpG0hzgiSnB1G41M6JTD4pSpa { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #UsOtymbnJrstTyoETUGppEJVwXI7bkbk { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #OD8SRO62wzcgLGsMSfb71BaPF06kG3cZ { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #vMiZpwJgoFR8RgxHUaDyd6NCIV7FUo85 { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #EHBUch05ddkRiV1VmMmWmTvk24INZiGf { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #miSJpI2VObTga2D8yg4iphnuIMwhsnB7 { position:relative;z-index:2; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #X8bbhMMsN2MJS1T7TAyJQkPI0CT8eWQt { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #Hb0dLRBSPwbZdsDO4i7RZNzGDXN8RlZ7 { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #boGr4qybGn9O4FeEkGQ9iagwlxqwh1xL { position:relative;z-index:2; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #MJt9IJSzLWTOxadPNp776LTPKbRuqiyb { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #pHuReEwps9FfM4esE1TOGTuQGwJrtJvP { position:relative; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #mKEbQHP6QnubhyncTkAchRE6pyeDdqXD { position:relative; }
#ndwF1ZaxAIfDaJhZSmtMbiyVGznSnZCI { color:#ffdb15;display:block;width:18.375rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:8.875rem;left:40.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xTFaJmAWdXqxAtFG9SeUkUOBECnSzx0r { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:15.0625rem;top:42.9375rem;left:14.1875rem;overflow:hidden;display:block; }
#ZsqQ0DPBnV5vzwyBLQIqtD94RQJ9lD5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:none; }#ZsqQ0DPBnV5vzwyBLQIqtD94RQJ9lD5B > .row .container { border-width: 0; border-radius: 0; }#ZsqQ0DPBnV5vzwyBLQIqtD94RQJ9lD5B > .row > .video-iframe-container {  }#ZsqQ0DPBnV5vzwyBLQIqtD94RQJ9lD5B > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:none; }#hS8B6OspdIBxptoUPNE7btMWv5xwF4BC { color:#000000;display:block;width:36.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.34375rem;left:0.875rem;height:;font-style:normal;display:block; }
#whWgLAhpyU7LTygEs1r4IKsSGRK6H0Th { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:none; }#whWgLAhpyU7LTygEs1r4IKsSGRK6H0Th > .row .container { border-width: 0; border-radius: 0; }#whWgLAhpyU7LTygEs1r4IKsSGRK6H0Th > .row > .video-iframe-container {  }#whWgLAhpyU7LTygEs1r4IKsSGRK6H0Th > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:none; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:none; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { border-width: 0; border-radius: 0; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row > .video-iframe-container {  }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:none; }#ZTrAiMua9r6J4SZB8w9XSFR5mTAWHKwK { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:16.875rem;width:29rem;top:0rem;left:0rem;display:block; }
#JAN27mWObFUR11Jfg2nTnnxScyMpgBDr { color:#707b8b;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100001;line-height:1.7;letter-spacing:0;top:2.1875rem;left:10rem;height:6.75rem;font-style:italic;display:block; }
#GAVqhJHKaIr14QCqLS2pu3J8PpbymXVa { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:8.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zE7artwth3JH6q3TRJgvdRNdcJ64RMct { position:absolute;display:block;z-index:100003;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:12.125rem;left:10.3125rem;display:block; }
#BKwBBt2XeWVkc6TZ9KQztycgiifETksn { position:absolute;display:block;z-index:100004;background-color:#dbe2eb;background-image:url("https://images.assets-landingi.com/QIX47F29/arrow_left.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:0.625rem;top:12.125rem;left:28.4375rem;display:block; }#BKwBBt2XeWVkc6TZ9KQztycgiifETksn.adaptive-delivery-prevent-bg, #BKwBBt2XeWVkc6TZ9KQztycgiifETksn.lazyload, #BKwBBt2XeWVkc6TZ9KQztycgiifETksn.lazyloading { background-image: none; }
#u4CyPCoHGxT6DcfswCyVw7Jm9qcn0uEp { color:#000814;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.7;letter-spacing:0;top:12.75rem;left:9.375rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y5lorliHHfkv50kTB4mOCIODvSoMGuVR { color:#1b57c7;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:14.5625rem;left:9.375rem;height:1.6875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d { position:absolute;display:block;z-index:100011;background-color:#dbe2eb;background-image:url("https://images.assets-landingi.com/QIX47F29/arrow_left.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:0.625rem;top:12.125rem;left:59.375rem;display:block; }#ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d.adaptive-delivery-prevent-bg, #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d.lazyload, #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d.lazyloading { background-image: none; }
#C6VdH3HIOOWH13sGAmzIT2w63QmWhIdi { color:#1b57c7;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:14.5625rem;left:40.3125rem;height:1.6875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#G3Dw0MPb0dixxr315gvRFl0LMOewa576 { color:#000814;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.7;letter-spacing:0;top:12.75rem;left:40.3125rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CPDhi6rwGB2emdKOXm6ege0da8iyeL5G { position:absolute;display:block;z-index:100010;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:12.125rem;left:41.25rem;display:block; }
#llwtLiaTN03EZFD2DlKyfaHIEiKpOyfX { color:#707b8b;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100008;line-height:1.7;letter-spacing:0;top:2.1875rem;left:40.9375rem;height:6.75rem;font-style:italic;display:block; }
#D6KO1xdKnLENMu4rqL99BrUsTULdykUG { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:16.875rem;width:29rem;top:0rem;left:31rem;display:block; }
#dLPcMmhlS3Scfn1Isl83VSbq1uTSw1UQ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:8.1875rem;top:0rem;left:31rem;overflow:hidden;display:block; }
#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/zaV7y4Cf/sekcja12_bg4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx.adaptive-delivery-prevent-bg, #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx.lazyload, #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx.lazyloading { background-image: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { border-width: 0; border-radius: 0; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row > .video-iframe-container {  }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:none; }#h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { color:#dbe2eb;display:block;width:58rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.6;letter-spacing:0;top:5.875rem;left:1rem;height:5.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZwo7Q33bMdE1dZD1rUUDiusC4gM4z93 { background-color:#c7e93d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000814;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:13.875rem;left:22.5rem;display:block; }
#e95848P6fwS9TTFw5HqfzkPCISCwWKTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QLAGWpS1ZFairCotGaVTtqHFO3NEJP9B { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:18.3125rem;top:18.5625rem;left:-6.09375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 { display:block; }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8yTNtMMdhi2XDuiVVZneHvGvLGDEUhP { width:7.1875rem;height:2.875rem;top:1.4375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJrRX9kwMQc3CKmlBCoVEZRbeIB73rPC { width:0.0625rem;height:2.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUBFmE1mPeRdo0L7hPRgv3fFhIyQE6d2 { width:0.0625rem;height:2.625rem;top:1.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWbaSxfNbsQSk5xVH9zAxaBRCVVEwDQK { width:0.0625rem;height:2.625rem;top:1.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4k3eTR8zFB0o7uLvK7V4PGfGTP5IM43 { width:12.5rem;height:3.25rem;top:1.25rem;left:19.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFSIA4fgnMfggdeLyzrzIW16LdDvkKAd { width:4.5rem;height:5rem;top:0.5625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhZPVNNfwJmX0Hi6kX7M30lv8ThT7r1n { width:4.5rem;height:5rem;top:0.5625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPZuLZz1hXfdbCOmn4zvLn2viUnp14A6 { width:4.5rem;height:5rem;top:0.5625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ4TrBdtxb5GKXvL7gNevRaRZSxten1g { width:4.5rem;height:5rem;top:0.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCBX2i9NILko9cd4Qugi7yAxTzNNHsUu { width:47.5625rem;height:22rem;display:none; }
 }@media only screen and (max-width: 763px) { #bP3xKagasDZRvawU2z9lr8pg7T94OPII { width:9.875rem;height:2.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dga19TULWPJH0cwtJwAV8cM6AHJHIcte { display:block; }
 }@media only screen and (max-width: 763px) { #NFnfgigRbC84WWvsiftftnNXoX1f83dv { width:9.875rem;height:2.75rem;top:1.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7AHu1V8UcHXN36XVT3ZsFcb06f3teXP { display:block; }
 }@media only screen and (max-width: 763px) { #WpJIBlPVgpcvEZLdbuPXTHUTd7OyliCM { width:9.875rem;height:2.75rem;top:1.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyEg0dy6p6pWdST2TRKWMoCJ9mxKvImV { display:block; }
 }@media only screen and (max-width: 763px) { #VwG4myVNKHufWsIyU4AxMhFRbv3y1NXC { width:9.875rem;height:2.75rem;top:1.5rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLBZVXwFt7uysNWvazbvRVKOfpUe2fcQ { display:block; }
 }@media only screen and (max-width: 763px) { #xDJ8sr9n1HTMWyi09fXVt2Hw22DlFaK1 { width:0.0625rem;height:2.625rem;top:1.5625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE8s48S69wwP1ZTxvRaH4GxQiJtAr3ax { width:0.0625rem;height:2.625rem;top:1.5625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGlO0ownQRDyAbBHskgWVAwaUOHHGAoA { width:9.4375rem;height:2.75rem;top:1.5rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruWiDFbq0bRZt2n9EdzVpZDiQax1Td0E { display:block; }
 }@media only screen and (max-width: 763px) { #bQdnH6kRmucQTkvtCdbV1V4zUTwSThhK { width:0.0625rem;height:2.625rem;top:1.75rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW { display:block; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaFezuFeftLbW6mt96FRXvqxnFTRAAUt { top:29.25rem;left:27.322269439698rem;width:11.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kasFbDIUvNgKaQZx0073nIJ2cIvHC0cA { width:12.375rem;height:6rem;top:13.4375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CG0hiSaRBRJdGDTd3TVMTJBriPgAry62 { top:12.5rem;left:0rem;width:45.4375rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFAmRP22dOCTlC7nNkl5WTpCauJ4wr0i { width:16.5625rem;height:8.6875rem;top:14.375rem;left:26.010417938233rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz42tofRiIuyBPNKaRNQ1XH3sEROkOUn { top:15rem;left:24.25rem;width:0;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENOm1ziznDwtdq1lFZgrVXMCOCk1IJQT { width:47.75rem;height:15.75rem;top:40rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah4sABBxTlkseiliRL7psVJATEA5J8LD { width:12.3125rem;height:4.5625rem;top:24.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eR3lhvJ19nJogNb7vGKpXDrre2ezg35F { width:47.75rem;height:7.625rem;top:4.0625rem;left:0rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If6PCPgLOTf7xaznlvByglfXoLtlzJWg { width:26.5625rem;height:3.0625rem;top:24.3125rem;left:21.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA { display:block; }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE6yThvZKdfRtDWKkEdzJOzvx4TGlrTt { width:17.0625rem;height:1.3125rem;top:3.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nt3aQprS5DJfnvt27rPlFlqwQL3CEM3g { width:47.75rem;height:29.25rem;top:4.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfs1ye8PCQqDE87Row48TENXC4TTa25a { top:5.875rem;left:30.625rem;width:17.125rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prCVTFcHeKT3or3BT4O2aUTZAR5A7SCh { width:14.4375rem;height:2.3125rem;top:19.125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCX88J9CUgRxb8d55UGzMX4p8UvvWv07 { display:block; }
 }@media only screen and (max-width: 763px) { #hz19QmzbfRQivG2XfeWTZLk6nqUlD1Qk { width:17.8125rem;height:3.0625rem;top:0.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHlpLZJu4UV7ogHy1tueAqdXezznXG77 { display:block; }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zegJDHvTRg6pdJxbzWocUc3ycTTXNAb0 { width:17.0625rem;height:1.3125rem;top:3.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVNGvLMJ6iTlW7twWgcflSmQ9HTJW21n { top:5.4375rem;left:4.6236991882324rem;width:41.0625rem;height:22.528647816234rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOMznXaPgQ5LwTMiHFhfEtC4w75ZrDKT { width:47.75rem;height:2.5rem;top:0.875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSMP16L5LCwI4VXeNDvbTOc2O6IVWE4z { top:0.125rem;left:0rem;width:32.125rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWG7JQhDMR8LpDGuQTqonL3QHef4LCFn { top:4.375rem;left:1.3125rem;width:45rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 { display:none; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LkEKXuEWSmCFSVXhXoTEPvbKqgxordbC { top:64.5rem;left:0rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXxS9pV2PxKGGZLbHaXVdN4Mgs0TaTfc { top:62.875rem;left:0rem;width:6.375rem;height:6.375rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMhwxpzAxE9XVkUe1arsIaE4uRTKtQ73 { width:12.5625rem;height:9.5rem;top:71rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSrbr0F5GuG1HEK8gDZl5avmLZ0vidwO { top:62.875rem;left:13.3125rem;width:6.375rem;height:6.375rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD8sTV1oJZxceMuLPrv1HSZo6Ar2ngcl { width:13rem;height:1.6875rem;top:68.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUDT2bgEM0LoMEQIvDnsiTvcPuoHbeNc { width:9.0625rem;height:1.6875rem;top:68.5625rem;left:11.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHiweyGUBMCmQvQ6pME6SGtXMZuJGmS { width:14.25rem;height:7.6875rem;top:71.9375rem;left:9.4062538146975rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9otHK1tQxC3JobUuTDOOrfiEO2SS2iT { top:64.125rem;left:14.375rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEuffXEOd8SZygd08Nk2zcLXlDtHBbRz { top:62.875rem;left:28.6875rem;width:6.375rem;height:6.375rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erXdmqMp9HL8kJtBAlXAHa5FTGgq90hM { top:64.0625rem;left:29.875rem;width:4rem;height:4rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOeTqZm0N0vqzlSIPmEax8Za0prO24sV { width:16.25rem;height:1.6875rem;top:68.5rem;left:23.750003814698rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxFvnbgV3yGFFQ1tT1hcGR7s22XXcaZp { width:13.3125rem;height:7.6875rem;top:71.875rem;left:25.218753814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvA0MwAyrZkp27JvNAPLlXz2yg7csS6a { width:13.25rem;height:7.75rem;top:71.6875rem;left:34.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMEOCcKMrzlotqkIgPGM6BzFWqzpVB8Q { top:62.875rem;left:41.375rem;width:6.375rem;height:6.375rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiR9cLlhvZCwo5HQHQDwB0m1qZtcWO7Q { top:64.25rem;left:43.875rem;width:3.875rem;height:3.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvCbNVTIB83OJl9lCu2bQ5T1glyeuRcp { width:6.25rem;height:1.6875rem;top:68.5rem;left:41.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZhTswNdZFcfVJIIUhF7qiLZzkxi1Sg2 { width:18.9375rem;height:4.125rem;top:83.25rem;left:14.375003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgWrCoMvXeEPCJhJKOd8341ndTLmSIrJ { display:block; }
 }@media only screen and (max-width: 763px) { #RWrzeaqHK4aQGWCHfTFkaU3q0XWbBn2T { width:47.75rem;height:3.75rem;top:5.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kho7UDctQdPcx9ImLVSfo9pyJDmg90NB { width:41.5625rem;height:2.4375rem;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAEHWpTvrduLwnTyeqnE8ZnJI5rAT2ZJ { top:10.9375rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SynvJKcqLWQSDkMHyUetN8OEpxT3ZCAI { width:47.75rem;height:2rem;top:11.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbPF9RbsbQ8uwmo75zyTd9HfWwsmwCKc { top:13.6875rem;left:0rem;width:3rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbIspJL1s21okitGwz0gisNMTs4rkHZr { width:47.75rem;height:2rem;top:14.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7XVRoMEnaTrMTAOTxmi1gBDWuuThfmC { top:17.5625rem;left:0rem;width:3rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5n6Vpgel0G44kLQVQ1sSFHzuHsrOzQO { width:47.75rem;height:3.0625rem;top:17.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPFDV4tn4uVVTTt3pMuhPcQmtIkGesAV { top:22.1875rem;left:0rem;width:3rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvFTGdI8R8zUOTqNBrTRmMmb4b7kEF69 { width:47.75rem;height:3.0625rem;top:22.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QShdabhdzWztIbosT44HHqRbxxTCJbkJ { top:27.375rem;left:0rem;width:3rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgLcN4JIvkUys9pK3EJLHOZao4XDRTTb { width:47.75rem;height:4rem;top:26.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlXDWgAS6nsQtAwAUVCO3rs0TfZz4fD3 { top:32.4375rem;left:0rem;width:3rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPWbhWmVBbkTHeSEB788rTp0eVUTIb6u { width:47.75rem;height:4rem;top:31.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAK0QTOL0pvafT8OV6rfsTsaJX14VSTR { top:37.1875rem;left:0rem;width:3rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrSwBGTxWvG7Bqvo2buxfZ1ypJcLsDuN { width:47.75rem;height:4rem;top:37.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB80S9lUNc7O66tRZKdNnt6h7aU9FmFV { top:42.0625rem;left:0rem;width:3rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoN5BAd7Oe5PFWDkRqxDTSAQEkQTT2LB { width:46.875rem;height:3.0625rem;top:42.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAiD0KcQxNn9Vgzc8aWErSAfT6HFnT37 { top:46.6875rem;left:0rem;width:3rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg4sIAJ4gSf8bCcgOpVVIVXgrMKsH2tl { width:47.75rem;height:4rem;top:46.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irHLkNHCsLMfrniATCbfTVTZ6yoeVW4u { width:47.75rem;height:2.3125rem;top:56.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk { display:block; }#i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4x65BG5pMob8a53kb7eMGkyf5N1mp1C { width:17.0625rem;height:1.3125rem;top:3.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAoXvUVvzuOfvET5fLv04meRn2XPTHmi { width:47.75rem;height:11.9375rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6nvKb8h3hdt1sE15bAokwdDTbH0UheE { width:17.25rem;height:2.6875rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9WGya0ARQ1ypHCzBup1dzBb8DBfuqvV { top:21.25rem;left:34.125rem;width:13.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTqJ6sxD7Jv2gvrrN7PIz0CqhImszp95 { width:10.75rem;height:2.5625rem;top:29.875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiCgbQy20BiFPTx7bDpvebW0HPCQbwSd { display:block; }
 }@media only screen and (max-width: 763px) { #flMJ69qgqIzWrI3B4Togtl6dzM7DVcTS { width:47.75rem;height:7.5rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaeVvXWbCAxJTa9ZvJKEgUQ3gIhmoqr1 { width:47.75rem;height:1.25rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp { display:block; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDAlEpumGfphh5ezmX5GsulzpDiTiDox { width:17.0625rem;height:1.875rem;top:1.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTtNTNbeuKrVBGR8w2VGb1OfIuhix2vo { width:13.25rem;height:2.75rem;top:0.5625rem;left:17.21875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB7RouaxMsyuDJTOT1MuEUZgNmwwKH6w { width:21.25rem;height:4rem;top:141.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNeE98HoL5iXiKGiiCvVZOrzdF4uvxSV { display:block; }
 }@media only screen and (max-width: 763px) { #XkpkXSF3KAqKxyySvaxzJRs0iCHisKXR { top:4.625rem;left:0rem;width:9rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpwoyoHboBlvpUVEyTW7BTvrEskM68gr { width:15.1875rem;height:2.9375rem;top:6.25rem;left:4.530517578125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #idtxfowAThDZ2E7msBORpras0O1vvhkq { top:4.75rem;left:0rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTVQ66gFeRciDAK1212eawXgW2QkGfph { top:4.625rem;left:26.6875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v77qu2GNWS9DxPTrXlAvd0S7vaMkzawQ { top:4.75rem;left:20.5rem;width:27.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPBLqlOTgIBJDK9oJunp8NHPy96Wl9de { width:14.625rem;height:5.9375rem;top:6.25rem;left:33.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQLEcvTkfWk4VdIZOKccOpTXORqaVfOy { top:18.5625rem;left:0rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCeLFr4cN282zWMCOBt6mP1Bb4Qg8FMe { top:18.6875rem;left:0rem;width:27.125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX0T5CayZTT9KuSAHfqkgDSN8FitKH1s { width:5.8125rem;height:2.125rem;top:19.625rem;left:4.53125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7cRVFFKvkNSBkK2tWAZIV7rIsEzftWO { top:32.875rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUdVPEThkyHdfAQdwwaxhkLXyDFwxNX { top:33rem;left:0rem;width:26.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLo13tctD0suBkxeZaJapkWgza4LN6Ia { width:14.625rem;height:3.375rem;top:37.125rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPkExF89xEAuLVhxBTDhM1ZzAt19uWkN { width:15.25rem;height:3.375rem;top:9.25rem;left:4.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8vSwNag68zVP0DIewilTXDDM3cS5Fa { width:15.25rem;height:3.375rem;top:9.0625rem;left:32.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcvugQkdlGbQldgZxAZrKc4yTIaGXpHu { width:17.0625rem;height:4.75rem;top:22.25rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFZ57C7Ztbz7y1Z50nMTcIU2RlegX1ev { top:33rem;left:20.625rem;width:26.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Ru1vKtw1W0xLV0ML4OXZHXRHMBfDpe { width:14.625rem;height:2.9375rem;top:34.1875rem;left:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u75eLlqmUETuEZCT663cNw1x9NnT1e5J { width:14.625rem;height:2.9375rem;top:34.25rem;left:33.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpkko4Ad0kTaBA5utWBxKtpfxFzzSEiJ { width:15.5625rem;height:5.0625rem;top:37.125rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUuZkzGDHVkIqVSTuDZCpP7rXXtv5sGw { top:4.25rem;left:0rem;width:12.5rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1e0MFlxvTBQ6lma5XehO74SfdEVdwxt { width:10.75rem;height:2.4375rem;top:19.5625rem;left:10.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwFXLE9HIEAEPuEBJQbXkkZ4waTbi28h { top:32.9375rem;left:26.78125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI81Z1zkrvAxpT8NT8y1OutcHqAHvPUz { top:47.125rem;left:0rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoA13iFTp0gJLm3VelDRMBnXsPMnbkMp { top:47rem;left:0rem;width:8.9375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKlo9CTskIn3kNbLq22Tn3M5fzUH0BEI { width:13.875rem;height:1.6875rem;top:51.0625rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NikCLy5pLw3M6X3iOpvsLMohSsibwy3E { width:14.625rem;height:2.9375rem;top:48.125rem;left:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKa4MOUe3U6DOgdm8EewTOlkzP9ucxDH { top:60.9375rem;left:0rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmU2nCWxzPc3aIOCkIlQhJNd7obhbR9X { width:15.0625rem;height:1.6875rem;top:65rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKQsADDPzamqdvnOmvWkzFe9LwcJptEI { width:14.5625rem;height:2.9375rem;top:62.125rem;left:4.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9luN9Rf0UG1giseJXK9h6fkhg0nAxqW { top:47.1875rem;left:20.625rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFnuZtVqhgdMR8Pqxs9ydRtWk9mIxiMb { width:13.875rem;height:3.375rem;top:51.125rem;left:33.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsdZfOSFmBxHuxgvSTgxxzKXuAaAM2qV { width:14.625rem;height:2.9375rem;top:48.1875rem;left:33.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V33WhDHKsyez2xpU7xWqBtMmRTdBdhwx { top:47.0625rem;left:26.75rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v88P0lTUDrzWTgSU1x0mcpc0FQwpJrDz { top:61rem;left:20.625rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvZiryRMw2T2DKhxoEbJzPeAINdv1b54 { width:15.0625rem;height:1.6875rem;top:65.0625rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVuTZK9uAF4zTt4uEG1SVCvG8WO6gb2u { width:14.5625rem;height:2.9375rem;top:62.1875rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwa3sSWTlT3b9iUwgo1NW6a5eC2n7cC { top:60.9375rem;left:26.6875rem;width:8.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNNo4To885fzEDTcV5TIFgHSSdUlQ7oH { top:60.875rem;left:0rem;width:8.9375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P37NsTN67FW4dg64EgaHPsnJsfo8cL6v { top:102.1875rem;left:0rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN7CNUeJlSASVknNTMHCzt7w9lSFJ0GP { width:15.0625rem;height:3.375rem;top:106.25rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htvkslwI9mbi6odeoebiUDvF4nzUzefb { width:14.5625rem;height:2.9375rem;top:103.375rem;left:4.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5MwE7TpT4tCvCLIHWz2EHQpQOr27Tt3 { top:127.875rem;left:20.625rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smHfbFJ2VAqt0Wkz2BTuUXGeZXOTl5WJ { width:15.0625rem;height:3.375rem;top:131.9375rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaEvT44ottUFhkwEXHdl9ZkxKvQk9GV6 { top:127.875rem;left:26.75rem;width:9.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cudHgSCUv07A8i2sx88H4HOEqcROLbZv { width:14.5625rem;height:2.9375rem;top:129.0625rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOiwovLkpg5NAZwQVRpC2L7wQfge0uLN { top:87.9375rem;left:0rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRP0ODEXy3AUrD9OrETqwOMkFFPKnWzW { top:88rem;left:20.625rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkQBOD0fToRvaTB8DqXbaINlqMw5Z0P6 { top:87.9375rem;left:26.6875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaotFyU0SxDEfIG5cOIX88IZm8HE3NNu { width:15.0625rem;height:3.375rem;top:92.0625rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExNTG6mRB1oRB64caiv1pagtdzHbL5ln { width:15.0625rem;height:3.375rem;top:92rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHe5G3w7o3XvkSGtgngNzGB2T5R7srLS { top:102.125rem;left:0rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQhKdVVfKT7uG0c0pil0Pg8Wtr7e9Vkv { top:87.875rem;left:0rem;width:9rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbLG9xfycL5dlSA8HhxxO6KhHV731trk { width:14.5625rem;height:2.9375rem;top:89.1875rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSl5uxmxTXPk1HyfW30UTMfQHp632igZ { width:14.5625rem;height:2.9375rem;top:89.1875rem;left:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaexPSTPExnnBEl1bbnWl6vVy8M18vNZ { top:74.375rem;left:0rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLf5V7BNLTi6u5k4hnt2ETUwPcwPcBgu { width:15.0625rem;height:3.375rem;top:78.4375rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5zcJPF7f6IEATB34UAwelKpms9Z7qii { top:74.3125rem;left:0rem;width:8.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwwMnuTT1WibzDzTeP12hUHwuXOcTyOF { width:14.5625rem;height:2.9375rem;top:75.5625rem;left:4.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfVCS78ZplM7MTHOpmR0nLLHCFRtkg2s { top:74.4375rem;left:20.625rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzbDQGTnTuCnoEl2P3pMi5X92qdZuJDW { width:15.0625rem;height:3.375rem;top:78.5rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLtgVStFEhvXnrIaaafpNFwWvAKtiCd0 { top:74.375rem;left:26.6875rem;width:9rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTxWfKadfL1T51tEGezrXnd6zRAuSbX { width:14.5625rem;height:2.9375rem;top:75.625rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTM73qIMo6GplR7a6lrQytCKT4Xtuoab { top:102.25rem;left:20.625rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCyUn3h5hSLgdBzmRqmaOemLbdkeDL7Z { width:15.0625rem;height:3.375rem;top:106.3125rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCsnBeCT33QTViLwGRe5wxJu7FCIUN7M { top:102.1875rem;left:26.6875rem;width:8.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en08vwrE8J8B4P789WGIbqJ6w0kPJTJ0 { width:14.5625rem;height:2.9375rem;top:103.4375rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvXfIU9psBlK593MPcS7SW1UlR5iFd0Z { top:115.125rem;left:0rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7JOl7DbM52PHJeS4JvPkFMR5oi4hTok { width:15.0625rem;height:3.375rem;top:119.1875rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULbiOZMzDDlRmVB7Tx7TXfbhXnlhgTdS { top:115.0625rem;left:0rem;width:8.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxxpGQV8XuSW3aCvRwQBOq9NVzLTCTVz { width:14.5625rem;height:2.9375rem;top:116.3125rem;left:4.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClZfpGt9PEu7d5lk4sQ5GdukP2QfVvm8 { top:18.6875rem;left:20.625rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVCgH500Qx0Td9nHy0Q46sh12uvW66mu { width:14.625rem;height:2.75rem;top:19.6875rem;left:33.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9WQKax3lssqevrDisLZ01Oz0QxzcAwa { width:14.625rem;height:1.5625rem;top:22.5rem;left:33.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNv10VeUErQAuTacudCv9ziPM1tTrfO9 { width:16.375rem;height:3.1875rem;top:22.4375rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgF3xcKZyq3VeF5KxSgNvyAkSrB5weO3 { top:18.5625rem;left:26.6875rem;width:9rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9yeeX4L8TmDqoInXvVbqwT9tICZz9DQ { top:115.1875rem;left:20.625rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXPPZtWNrT7TvKLqk1du68p8GTiXz22S { top:115.125rem;left:26.6875rem;width:8.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWLxAngWz8Z3VwmKNlSsIunyT7W0FaM { width:15.0625rem;height:3.375rem;top:119.25rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTw2lmsbNLCOFTpsTdAnPh6Em8QBc3y { width:14.5625rem;height:2.9375rem;top:116.25rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #up85NNKJW3oz6wODTbWi6Ad8c94QrRBm { top:127.9375rem;left:0rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2RFmlSlKH1Z0pas4lQV6vy1rOlArTBm { width:15.0625rem;height:5.0625rem;top:132rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZmlcx0OrDNrcm7XT7vo9uixkoC15Jw2 { width:14.5625rem;height:2.9375rem;top:129.125rem;left:4.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdMHrAdv0pVmRHFF5G126QJPXrCgDNsO { top:127.875rem;left:0rem;width:8.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD { display:none; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uL9Z6d3ZSeQWl5I3rPzNgVIioNT9xI9r { width:47.75rem;height:2.4375rem;top:1.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpNIGcmo9Q8Nen7hD9MQI6odr12ATU95 { width:47.75rem;height:1.9375rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPu8Tyr0tl17E3OUomDnnES9IyyyW0vL { width:47.75rem;height:3.0625rem;top:20.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuuV2cfGCfMOTTdxqG3EwKwDfiWimmJ0 { width:40.3125rem;height:2rem;top:23.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD4G3bXg1PFQHAgmrlcmW3HF5pWkdXeo { width:47.75rem;height:3.0625rem;top:28.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNkohWTVCR5dPQeZEs2KlIPWL2gNllOk { width:47.75rem;height:2rem;top:31.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcwM1MJLqv4xlAt1olHIgi64FWyt21RZ { width:47.75rem;height:4.1875rem;top:34.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBFk4n7MKhLLx4RnGvwpp6lcGnhVCeoR { width:47.75rem;height:3.0625rem;top:43.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOM3ZgJnv6ldLClPWTlbyyPMZwZdeNtn { width:47.75rem;height:4.1875rem;top:49.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN6g2B976I1UJ1xxORdQixts6UMScWQu { width:47.75rem;height:2rem;top:46.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq9KALky7BCuapmBDkAkRZOiabiewKqQ { width:47.75rem;height:3.875rem;top:80.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8RykWBRGvAqp0HKzuL9IPoKvU1r0JQT { width:47.75rem;height:3.0625rem;top:87.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XodQvLATslcMoprDaOxAw0Edn6noDnUl { width:47.75rem;height:3.125rem;top:93.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtxMeTXXvrWXbHEgWCsV7Ea6J2p5P4PH { width:47.75rem;height:2rem;top:91rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxee5DfZAvMMQ1L7i6cNkGUxVpDvyNii { width:47.75rem;height:3.0625rem;top:202.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oelTSStb8kxV6K6lF3lkkCSOy9Af3sWO { width:47.75rem;height:3.0625rem;top:206.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqSF6V6Pyd1ApHvxy8LkQ7wPTvEz39nN { width:47.75rem;height:6.3125rem;top:209.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNA5lgJW7dITXKMPFqs4syGU0wwRTFpx { width:47.75rem;height:3.875rem;top:221.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF1ML1CurA3HMLHCTG2ilFxvS9yPnqba { width:47.75rem;height:2rem;top:277.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snVfSuAr87AAoJv6T13NGQ6vqdCfS36z { width:47.75rem;height:3.0625rem;top:274.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnqWURi8nEolytFnbUFHmZ9bcXKtgzdc { width:47.75rem;height:2rem;top:234.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfCWFT5TqKdAmU0aiLPNOkRJ9KpeHbvD { width:47.75rem;height:3.0625rem;top:230.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtkuhNvETkrhdpMCWPEqWOuT7kdlQGHm { width:47.75rem;height:5.8125rem;top:168.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaT8WGqkoywmNQ97RwpqKW9piUVwfENS { width:47.75rem;height:1.5rem;top:258.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBtdlvTMFqEKpPyw6CvkG6RIr9Ngl20O { top:20.25rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRT7nIOkiUZoQCUVicJP5XvHGH3BFJ0a { top:29.0625rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeThp9uxi1q1KzznZsCUA51x4IytoJ1F { top:43.75rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgi4w5o3E5IpsioB6gO3MwR6JSszTkwH { top:88.25rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM2ugFNX5HTSCiUzfJVoD3BVbB4SBFaB { top:202.375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMQGXstw86aqoNRrFqDdTyMC2e2bwgrO { top:274.25rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdE8Bd9LN0RNBbraTVkowFiW0G2MhcFF { top:230.0625rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2UQN3MTU8uXKCLTx2XLkuNEgv2bmTFz { top:54.6875rem;left:2.6875rem;width:39.8125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #k1IqCpyTioFE8UUEJbO7gOzXHvr6WfhU { width:42.875rem;height:2.1875rem;top:309.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T10d9IROViIxwEeWpdpfnpPQ9cJav95B { width:42.875rem;height:4.4375rem;top:312.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPCKQdMdepgEyu2qcODJHxVCsddAc2Ku { width:47.75rem;height:5.8125rem;top:252.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErgiDEkA2lwKeXxCEuHHx1OQopbEZ15v { width:47.75rem;height:1.5rem;top:175.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5xD06pJXhNUu0WxQ2GBI6E81iW80yiW { top:308.8125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmSGrHk72hWPTdwBqDn88XrhzL8XqzdV { top:312.0625rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zurTlLyzEXhKeT3xHMTHZDT3ZoetzdU1 { top:305.25rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp3imLHldA9fZOdarFJximk5CDo1MQP8 { top:302.1875rem;left:0rem;width:47.125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE6M8mlBSLWcHaW22gBAmtwzo85lcyWv { width:47.75rem;height:1.5rem;top:117.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBXtCkxKUCJobhBP92WTkTbfqt8iwNO0 { width:47.75rem;height:3.0625rem;top:113.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBwQS8fyGRNP5LQ1anIP9p38CnbCtbnU { top:113.75rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVMU6SAUXCHrsNAouCfHDuHRTg7TDCJv { top:138.875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abq0wVotOhqhumE1T0Kp9TDvRZ9M2CF5 { width:47.75rem;height:4.1875rem;top:130.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxFfCTERDQROudCrok0xoQRifrJMwbLe { width:47.75rem;height:1.5rem;top:127.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZhxcG19x6HTvq1hPkNk9L82c5TRIp7O { width:47.75rem;height:3.0625rem;top:123.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cll1FdtEZzSQRPMaiaass4VTR2IXLAsE { top:123.8125rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAPeOXLbqR0rLFeIxz9JTllK9vAI8wB4 { width:47.75rem;height:4.1875rem;top:12.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nag4dmqDs1FmS6mc6uViNpcXMLaMx98l { width:40.3125rem;height:2rem;top:9.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbwA7bAw5Jxd2qu3adJDpMhEVBVmgsx5 { top:5.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSqWPtUgoQakAoUDlDAl27fRw2lihBOo { width:9.1875rem;height:2rem;top:5.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdJik0TowMkrU5BeiaZzzaErbST0ekgV { top:17.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wTNoiRVc0bTsI2thqXWThBlyT8Xzx7 { width:13rem;height:2rem;top:17.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq1K0XNJOh2lCh3md5r22TTNunrMsSh2 { top:26.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKI4r1wWn3zui2Vx1ZiuHvnbm4sFoGU8 { width:13rem;height:2rem;top:26.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PESHOZGukurvP4wfFfKvFFhMVUDDwFTd { top:40.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGzlgvW2zOEsBhtN2GzpUPr68zERnsIH { width:13rem;height:2rem;top:40.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDDeXTU1CnTW1SlvQVrynPJkPpO43BTn { top:56.3125rem;left:20.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4XNwfDE5N84nyw5BpgSpJynRBTBaHlh { width:47.75rem;height:2.0625rem;top:74.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAPdzM5iffXpdwtkqQFyKO5qRvQlxDxs { top:74.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueU1zPUXJX5ENNMgix8tXOBvRI04yh5w { width:13rem;height:2rem;top:74.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMJLwFJ6UXqXpvTDT6gnTKksy9zD412 { top:73.875rem;left:13.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKDZXno4ay05VbUSVh49TIWV34KuaMuJ { width:13rem;height:2rem;top:85.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llrnqmPzvzLg4qAUGVIeRh7Gc63LE8pU { top:85.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcTC7rwmTfy5TnWK14cbh6LFbhob4w6V { width:47.75rem;height:1.5rem;top:58.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2iUtIu0iTl9LIDtAor5EUVHSzq7NVth { width:13rem;height:2rem;top:56.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvsgp4lAPK5xbUrbpNJggT7fuRKUOUTc { top:56.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtlbST6lnTHL7JJB82qTtszB30PeEu9O { top:79.125rem;left:3.9375rem;width:39.8125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #CR4FwO2nyK89nG3GpxknCU75gZxF38Ct { top:97.875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcZEEOkmwLymd3cozOy3NBI6sKQrfy3d { width:13rem;height:2rem;top:97.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3tQTdxeewyIMQTpiEzJ64a6kw1J5f0 { width:47.75rem;height:1.5rem;top:100.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0PVcnc2adU8N2SO3wtTUgpEReQsedy2 { width:47.75rem;height:2rem;top:102.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAP0t8MDd7QUvaOyy3qg4lTMEHVEHwhB { top:110.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtTPCarDCL85rf9yC4UIFGbQqpDo12QZ { width:13rem;height:2rem;top:110.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwtmN9DQyGFNSOngEtNeeHSCgxiJrwEC { top:120.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfk8zG6wTgMxNOVWDH1VVhGi6qiWen81 { width:13rem;height:2rem;top:120.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTbDafSbT1n2IQwWvs0r5UTuqpfJPxD1 { width:47.75rem;height:5.25rem;top:105.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTCi2mWsJG10TRh2fP5CltDCHTzN7gG { width:13rem;height:2rem;top:136.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOhIcVXC9LtUbUTABxngsB0PE3Thtiv1 { top:136.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyELz5kUkRplclEZBlilpyCEtKsgVT8p { top:100.25rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq9dOb0J502WwJqZecoWCoq4Zzz2IhW8 { top:58.375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnPtypZR3ggg7Sf3dTm0zJuLzbzGNWzW { top:159.3125rem;left:2.6875rem;width:39.8125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #mZtZpkmb9N2wn7ZJbE305thothdHQr2c { width:47.75rem;height:2.0625rem;top:161.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAwey0NHvtiHVqvrB62JsWBWfSgn0AMH { top:160.625rem;left:10.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZcd6qE4JkUzt5XVCTiKDE4R8ABWFko2 { top:161.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrJCEQ4uNac4bLi4elfLPUghhSqpKVGZ { width:13rem;height:2rem;top:161.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULkPhvyhhwMuebCHdTrscLDeXazVHdKN { width:13rem;height:2rem;top:166.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSAhq9xGVb45fUMRTrtOg8171PG4eTTD { top:166.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB1dEz31mz3WmLz7zls5NUcdikZeJAme { top:179.4375rem;left:3.90625rem;width:39.8125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xK6LKzaUPNJIRNKtitTvW1dnL9ukZWwK { width:13rem;height:2rem;top:218.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEdPb9ScNKLHSr1zaMuWpupHT2VZZaED { top:218.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTVETJtim8Vh5IDWwLv1AJW3GIPOOdc { width:47.75rem;height:2.0625rem;top:218.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5y5o1rGMwLWstw4M3wfr4fy0VWd7ehc { top:217.9375rem;left:13.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUPlJyyhKvLLRvE126TFwpAdoopGr6bX { width:13rem;height:2rem;top:199.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3yoAQSwWpz79UKyfRibHN67vNVkTcJ { top:199.875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPvlQhmaSuwmDrDh5BLGS9xSd1WQNAT2 { width:13rem;height:2rem;top:227.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfiQeR1BpLPWgM3bQnodfLdfdtJNg7JR { top:227.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wASBQ64E1SPDpKSJrqQfK3iTutih0ey5 { width:13rem;height:2rem;top:250.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POUTqCT3IDMq75m1FuF20U1Far6ITuAs { top:250.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJbnTTBlTAdz4UTt5ZkJhJvaB7VRi5ov { top:271.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJ2VTZ87LsLpewQTwR1WSI1uQqC8Eb8 { width:13rem;height:2rem;top:271.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHdIdFFGDiMSUgT4vC3Dt5hSw0586iv5 { width:13rem;height:2rem;top:280.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6GiJ5bqTgKrCmC8EHGURxbJy7VuUuHK { top:280.875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgTHTkQ2zRkCKVF1bSqtbVGgpDIM1dl8 { width:47.75rem;height:1.5rem;top:283.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdFN4ncJqx1nWssQ52ID4enMdTv2Nxhl { top:283.9375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1rPF4CbThLU5V7LLTgJP4BCQqXGxKuT { width:47.75rem;height:2rem;top:286.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSyedNAx0pqxveKLWHanExqOm5WtBODK { width:13rem;height:2.125rem;top:291.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeFbPtObAUnEhAqkdnZyHJ3JHfWunfl { top:291.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNlKuEp4JVl8fubsWTT8ym0gmGo57zLZ { width:47.75rem;height:7.75rem;top:291.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnbdNHswUwWxPAETUqW9yKCqIO7LOySw { width:42.875rem;height:2.1875rem;top:305.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmTCC6G8RDTbr1LHube9toUTghrviEB7 { width:18.9375rem;height:4.125rem;top:318.125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omOr0ewWnKMu3qvChTvhhdA3rmy9wxKL { display:block; }
 }@media only screen and (max-width: 763px) { #l9hc7qyDlfskZQTA2vrxaTL7ptsywFCp { width:47.75rem;height:4.1875rem;top:69.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irxHeQbgqdgAydsaM8CmXbVAiKVTADIk { width:47.75rem;height:2rem;top:66.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFTEgKQEkEobs60r2WmkUbmV5bOE4zdm { width:47.75rem;height:1.5rem;top:64.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9n0NGUMRoXLb9tlIsJyb2ugMPTGTByu { top:63.9375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiVVzhV35VEA4QK8F7GZW2vlUgRoRqmg { top:62.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev4fy3zlnzqopsmnXJpBunKtPg3iOt8x { width:13rem;height:2rem;top:61.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPv3AQ2MMBq5XK6RVDMDNRDkptAILzWd { width:47.75rem;height:4.1875rem;top:153.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN3gW7DGFWmLeXPinH9BpQQTiRT7z4Dl { width:47.75rem;height:2rem;top:150.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aomTZS8DvJLLXIdg33N9m59db0OTvavN { width:47.75rem;height:1.5rem;top:148.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFJlgGt0dB5wacIXz6KeVzPdvNS4Vdgm { width:13rem;height:2rem;top:145.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIQr8R7hkcWISZNRhZe29BEQxdWh8arV { top:147.625rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khmiIDyrLXxxUDzl4lqKHM8mU57TKpE6 { top:145.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLQcq9QloPISIQgDWcAn4oTk4wQS0yhl { width:47.75rem;height:4.1875rem;top:192.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBfZTiDwyLWfPGXAAzvhGXCCAUC8rPV1 { width:47.75rem;height:1rem;top:191.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8mk9H77SdBQLfapgy5m9T5mGI1BTB1V { width:47.75rem;height:2rem;top:188.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFcJcHxlIh2RatQauidIO19cHvKuWuiz { top:185.25rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT5cbByAW7nFqRaMotMczug5oKRMnmNA { width:47.75rem;height:3.0625rem;top:185.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DStGJpx0TT50TXEgLttyax1aaq7wgdfu { width:13rem;height:2rem;top:183.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebyEybDPBW0iOLnaIRSBVlyeVIl0WePE { top:183.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGuXJDXumPt7iNTq5PZx5dLxkJrt31dN { width:47.75rem;height:3.0625rem;top:240.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqELUXfcvTOnq4y9JzNtSRmPmE9z6hH7 { width:47.75rem;height:2rem;top:243.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsyp3UfMmzeRdUUxMMkm7uZixSTZ0zi { width:13rem;height:2rem;top:237.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbeLXTKXJNWB6EwEFaBNW0V5QzXS5slP { top:240.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvMqtmaxRJm8RGsv8XvRDfEoAdRpNMBv { top:237.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvTLOPpvZVBJyIfbNcPqGWcQTgCTz5eB { width:47.75rem;height:2.0625rem;top:246.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpg6H3oAKHrQJiyeWa15xekxnrfcApf8 { width:47.75rem;height:2rem;top:140.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOZxiTkO3SuTnqtTxPP4cvD4RD9AhTh2 { width:47.75rem;height:1.5rem;top:138.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyWq7CTiSC9IKm7zD86bHTRk9BOTe9y5 { width:47.75rem;height:7.125rem;top:262.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdquW4VlUsk1Ncd8nKAySweiafyETvye { display:none; }#NdquW4VlUsk1Ncd8nKAySweiafyETvye > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zhEB1di7IiuQeqGWawsSVncer6OfTEum { top:66.1875rem;left:0rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #It9QqODx5Jgnl8FpPECNP5T5SOP6GNND { top:64.5625rem;left:0rem;width:6.3125rem;height:6.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:41.5625rem;height:1.5625rem;top:68.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRW113zikUxoaqFyvSFQrT3fxk35cCt2 { top:70.9375rem;left:0rem;width:6.3125rem;height:6.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8gp4iJhK3B3OiTuXpHEq9CcA5A0y9Qp { width:13rem;height:1.4375rem;top:65.5625rem;left:0.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsxKl0uVqu1VC5zigSZqA7ynHcmfbWPR { width:9.0625rem;height:1.4375rem;top:72.1875rem;left:0.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4cL06FTTcI7UH6SVZvqfbZ10focaVpT { width:40.3125rem;height:1.5625rem;top:74.75rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFInkVhgymCahcUpuMft2ExmpTMqWCFO { top:72.1875rem;left:0rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ1WrOcUmGv6U94ahXflIfLZtnHbpGbv { top:77.3125rem;left:0rem;width:6.3125rem;height:6.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shht4brlTT3hsGTtoHUd7BGILd2UVNwe { top:78.5rem;left:0rem;width:3.9375rem;height:3.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8gVn6UrdgEgV9lg6pPI8PTJPDuTwr40 { width:16.25rem;height:1.4375rem;top:78.6875rem;left:0.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTdQSiRf1iyotGQ8fZ9wEoUTuRluMPb9 { width:40.9375rem;height:1.5625rem;top:81rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmgJUTuOV2MIBbNnAVF40z3Zhq3PKC51 { width:40.9375rem;height:1.5625rem;top:87.375rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5RTbRDEPxOhK1TmDqb9V3Dnad2rsw64 { top:83.6875rem;left:0rem;width:6.3125rem;height:6.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmxHQZ9OMy1ZmronzhtM3rwE3DCcoOaC { top:85.125rem;left:0rem;width:3.8125rem;height:3.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHO9q5GCK5hbRmwDhgNmr48IJTM3XIX { width:5.3125rem;height:1.4375rem;top:85.125rem;left:0.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFUah653FKIezPoUTp0KHwCtabDC59x { width:18.9375rem;height:4.125rem;top:92.5625rem;left:14.37548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLkJgOfn30UH13bceMvuxRncPHPegm0P { display:block; }
 }@media only screen and (max-width: 763px) { #f84Igmi52qM5ITTgNzGANAv79l6hSCcg { width:47.75rem;height:3.4375rem;top:21.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEaCePqOyZEXQBv7T66LIfsPWzgCzCpm { width:47.75rem;height:2.375rem;top:17.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwILVl7hnPKK8uP3z42mNksPB3TXOD7 { top:25.9375rem;left:0rem;width:2.9375rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMX2IA9icFRUBUQgtMdhiCTFre0gIueI { width:47.75rem;height:1.5625rem;top:26.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHFXW3lzWnDlWgsa4Kb1pBvKCO5T6B3u { top:29.5625rem;left:0rem;width:2.9375rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpTUTcvAFOMN2oypLwhXO51e9Z5Z9hcV { width:47.75rem;height:1.5625rem;top:30.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w81T1u8VIxSW8SsltTqwPAg4KCSuprh3 { top:33.3125rem;left:0rem;width:2.9375rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK1wZkBfkZg7Axl27z0siWCadxuNkJe9 { width:47.75rem;height:2.3125rem;top:33.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkkukGb14Aomab6ZQwVv53kPqc4GSxfQ { top:37.625rem;left:0rem;width:2.9375rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxigNv6FEw6DHXVzUHLc0eJeCvVVNyCh { width:47.75rem;height:2.3125rem;top:38.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJRc7cGwnda6STSRVooekWVBZ4svQG07 { top:41.875rem;left:0rem;width:2.9375rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlaskQ5ntW84OltaRkAXQsiB3JAgzpvb { width:47.75rem;height:1.5625rem;top:42.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBtDfD3UrWdZhmhSH74KrqqJ4tVWy4D { top:45.9375rem;left:0rem;width:2.9375rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSbLBcFRlQoa1Ipyy1BSbz4QVDkWLS0x { width:47.75rem;height:1.5625rem;top:46.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlb1vaHhPVyFSzbH1a0lhNiWT24g6dsn { top:49.875rem;left:0rem;width:2.9375rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cahfQSWkveSqw60DRt1EnwIJ5X8i4d01 { width:47.75rem;height:1.5625rem;top:50.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgDzK4M4AqIhgoSAfPS0pDneMDoJvuqx { top:53.9375rem;left:0rem;width:2.9375rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5d2kEtcEWv3XzGEdQLNTTeVvDHhrF2w { width:46.875rem;height:2.3125rem;top:54.1875rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1kFhgvNPp9wGHmznPCis1k72hxXVVQt { top:57.6875rem;left:0rem;width:2.9375rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #myi73K6kCQJd57cJAKZZUE1MzaQSES0d { width:47.75rem;height:1.5625rem;top:58.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qupGsgkmQigxxx7vLRWuk7TcrXxsMV4G { width:47.75rem;height:1.75rem;top:62.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG { display:block; }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oi0FyoAEviDWgiVfBSM198ruOBDort0r { width:38rem;height:4.75rem;top:8.375rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5nNHB1C9STfVuIpFFsqlwJxpTuCyXct { width:20rem;height:3.5rem;top:9.1875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0EAJxA1MaZ6cZenxIZmiO3T58EM7fwb { width:22.0625rem;height:2.375rem;top:3.25rem;left:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAlg08WcsJ24Vakb1QHH6oCGfnP2Brrx { top:2.5625rem;left:0rem;width:14.6875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sifh04hTrW74oFesFfr8XmqUV0PRvDRR { width:20.625rem;height:6.75rem;top:30.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9vAZ733JTXhPNcVA4MdZuqg24VhwKWb { width:19.375rem;height:6.75rem;top:30.8125rem;left:28.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctf5iZfUs3KCTtaTNXl6bp2yHomuprbR { width:27.25rem;height:18rem;top:40.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJHX6MLpx0RVzUzAMIEUT4TlnZSOtEEX { top:30.8125rem;left:0rem;width:27.875rem;height:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8wTPr6syHrGiuxl0KJuBd4Fp9bzSQgC { top:30.875rem;left:19.375rem;width:28.375rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHngxmwUIcQNoOdw11hC9FmcnbyakUaq { width:28.4375rem;height:22.5rem;top:38.625rem;left:19.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyCIikOqC4l48htgtAdLMwdouFKFwNNw { width:27.25rem;height:2.1875rem;top:66.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp23z5sh8Rr6RKVf3Sw52OIm9Pnoic8A { width:27.25rem;height:2.1875rem;top:66.25rem;left:20.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2Tz8lfN2dNgFOnEQRHL0VUxCUiE0dH { width:12.125rem;height:2.4375rem;top:62.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSCyL4By5P1R1Tv1T8wSDuuGXqZKbrB0 { display:block; }
 }@media only screen and (max-width: 763px) { #f0xMMs6FJ7Jsk7bqfwbZnJeQ7nNZOP3U { width:12.125rem;height:2.5625rem;top:62.4375rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITyMnfeUKEmredxLlvB70L9qmi66Pkts { display:block; }
 }@media only screen and (max-width: 763px) { #oEtlB4WgkMGImXvCMNAiXHx160DG7Qv4 { width:20.625rem;height:6.625rem;top:65.375rem;left:13.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpIS4TED62vov7LeXfBiD3LAiVs7EgpA { width:27.1875rem;height:10.1875rem;top:73.625rem;left:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcbKRD2vVAx1k0MTaFuCme4cTOLBtQUg { top:65.5625rem;left:10.25rem;width:26.9375rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mopr3DxWLDoI6Q2EdX3eLMxGe6wZLrGh { width:27.1875rem;height:1rem;top:90.25rem;left:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CATcRyPZcPW0pJKVRwBWT9qRi5QFAFGG { width:12.0625rem;height:2.5rem;top:86.25rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8gf2MAQDvrS9LVNwbezbn5DGs3FkWh3 { display:block; }
 }@media only screen and (max-width: 763px) { #gEwpcyB1hE3wvDCDzvGBdMVn7q3bNwBW { width:14.5rem;height:4.125rem;top:84.3125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqtohITfcea0pbalcMUZrMy1lna37qWW { display:block; }
 }@media only screen and (max-width: 763px) { #Fdm0tRqhPkHMMA38qRs98Cad4bWfDmki { width:47.75rem;height:14.5rem;top:71.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2R4KPBSLcONnQuf2k0auRCWXnAtkXZQ { top:30.8125rem;left:19.25rem;width:27.875rem;height:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoFegoEwApJX1ZyocDdK7E0RWZU6eWNx { width:47.75rem;height:1.9375rem;top:13.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQRWFvFOdNoJuT63gZkw1aQqpxTCR5w { top:13.25rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWwiGkbJaGylOUNfwgtg8TWyLIRzwt7S { top:16rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub3SX2NTNNEde5Uq0CTH8Cphpi24MDNi { width:42.5rem;height:1.875rem;top:16.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJbHplf3No4kMhx3VtTTGxT6BeGEzLV4 { top:18.6875rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqr4TAStkAKziAaZEsVttJmV5mVbGcpm { width:47.75rem;height:1.875rem;top:19.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhO4d7ed24tZtBKnc6emxkAT9SGTd23t { top:21.375rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuH5xR5gZFVMhhWc9WJWckfDVzCegniC { width:47.75rem;height:3.8125rem;top:21.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWgFNmVmTl6bAhlpnKS0InHeJzzy4owN { width:47.75rem;height:1.875rem;top:25.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltIBIXiTyIwTUfoz5PRkJ7FORXW8ftL3 { top:25.5625rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW { display:block; }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZag0wtfw1CvKRMwxNlV41OtUhiABFm7 { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 { display:block; }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfmFAveim4ZMtDlnxENgqXVeMadSFb9v { top:2rem;left:27.934246063233rem;width:7.5625rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsuEWoifCHQ5MK7B9HOgawp4T1S4xxeT { top:1.8125rem;left:14.09375rem;width:19.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 { display:block; }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1oaEekLNqKMvelznauLGNTCLD7EnhUD { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElLz8hF9omVbxBkwKTllIs2p7nr0z25w { display:block; }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3FXX1gixbV0O0uWoxvh7OKbTwx7gkAQ { top:1.8125rem;left:35.1875rem;width:12.5625rem;height:4.9760111700311rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ75FHTe3HRclp4Nt7SzryDVan1GWuaE { top:1.3125rem;left:0rem;width:7.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVXOtWAULJbTwddOzk73ynZXXqb5ZSwm { top:3.3125rem;left:15.75rem;width:16.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZHvcmXV3AeTwPQygZd4qUp9QBQvXIPo { top:10.3125rem;left:16.28125rem;width:15.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5sybTthA9ZrnDUZVl78aGOykNntm7ap { top:10.6875rem;left:0rem;width:15.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83xMZgirxcQRLsKZU9LoCGiDystHJlO { top:8.875rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udB9LgTASJR9oLecfT2hfuQLbElHDX0T { top:16.3125rem;left:32rem;width:15.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy1IUViixrlLX6gKObfItNWi07IAxqNn { top:20.3125rem;left:0rem;width:15.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXETUa6acSzO3zd9oC1gFU6U8UonCtrL { top:16.3125rem;left:16.84375rem;width:15.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b { display:block; }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9MwyEhuphhOggL0EDpJzPf1ur2180Nm { top:1.6875rem;left:32.875rem;width:14.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4QHGUeB1pBWJ6DT0TfZyuJ6U4OeAakh { top:0rem;left:17.9375rem;width:14.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0r71TgzoWC1EeMcw9IQMPmxkDquGQ6G { top:0.625rem;left:0rem;width:14.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z { display:block; }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibLzVX4MLOoy303UE0dZkHCwfWBTubeP { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX { display:block; }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdD3Xyt0uQgyh9GAaOWkgsT1OZXmayRR { top:1.3125rem;left:18.375rem;width:11rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNThvcaHoZ41JJdBycT1WPxbs28AsVhh { top:1.6875rem;left:0rem;width:13.1875rem;height:6.4070798417463rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6EtKVN2PIw8V1MfPqUuWqSdlPlWdm6 { width:8.875rem;height:3.6605704733194rem;top:3.0625rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyBDE93O2lWWP3lQzshNoy1ryMd7SlGt { top:11.4375rem;left:28.029052734375rem;width:11.375rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #okdJ2Nevax20tlUMIRWzTtAfGTmvyWRN { top:10.6875rem;left:19.125rem;width:9.4375rem;height:6.6429333449587rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNM7PeOBJgKFpSrNzdptZpgB6tAwb2Kl { top:12rem;left:31.625rem;width:16.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA2o27Thoq9PTolkE173hvuovEGfNfPl { top:12.4375rem;left:0rem;width:10.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT { display:block; }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHLZTG3qkvciUOfggkKp3XF89DmeIcDf { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6T9kcETPMG40BUhBFzcZy6eemHkEWrT { width:47.75rem;height:2.875rem;top:0.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge { display:block; }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWhP2ubLqJtpKa67TwK2kLbGtIZd33ps { width:13rem;height:5.6601562911245rem;top:2.625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpyMuAU6GfeBVuRIn2v6rpw8RtV2wCrR { width:10.125rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXLKMJC0LtNmOQZaRh9y6VNLo9wm6vol { top:2.4375rem;left:0rem;width:16.75rem;height:5.9751806178376rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxSOK5tgGrLgntGlZd7qWnTuaSpI7ft9 { top:3.0625rem;left:31.0625rem;width:16.6875rem;height:4.7931546186312rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ6DqW1HaRTD8hRCL8VzNZIFiFTg3Vk3 { top:14.0625rem;left:7.9375rem;width:12.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxJeSZ7z8VV9SaiLq1VQwUF1GssiharN { width:15.6875rem;height:3.0625rem;top:15.25rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 { display:block; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-regular-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-text { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-text {padding-top: 0; padding-bottom: 0;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-textarea { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-select { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-select {padding-top: 0; padding-bottom: 0;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77  { width:17.5625rem;height:auto;top:10.625rem;left:0rem;background-color:transparent;background-image:none; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .radio-container { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 {display:block;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 { width:17.5625rem;height:auto;top:10.625rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #MMQ6Ry9yHtDd7VsZq5za5xICNu2pc4WU {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #fNxtK6lTivGqlTouSBUs00xKLyiiz2Of {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #aNPEHkIJTBeHVP4RQphiS3kTwcyK5SIi {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #tvc2uAWbDczXsThUtickBzdbUbJVa9vk {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Gn267fir0aQhzlCPA3tIcfIBOSGSzHyg {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #c7FQt4T2SD6qIxoTZ9kgPppgS89X7O8H {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Td082sBgcizB1z53fI7noJpRI9MnWtCn {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #t827PaZnVHChB2ecrkNcbv09DzJ4bVEw {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #FCUXwPUMcq2G6tN5io9lE6v0Vg2FvGaB {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #xkW1KAUkqzTfimdBO7MD01GOZbTzs0Cb {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #m4QXXvOptriqZ0tLvp6IRDK1nXJ2NbJ9 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #PtybeDb0m2yxwSvUG1VB8Xe1ZhBXT09T {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #V6CsNmJuff8VyXl5HmwP2BGSWhue0Ohp {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #zZRZaDVtfEsXKPykyAWo3gUpWoSlIiuq {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #hxnThg4Rg8kPH15tFlnMwbCTI4buPdAB {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #sw2nqBg27x5OLGTpdicvpT9dikLLuLfX {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #H363CzVABUNbs0DTFTB6U6DDTIrSprlT {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #upsa8DV5NZRvSFNU6NrsgdooJu4d4IRR {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #VCXJApuMgXggDOamKH5ATlassip5he2o {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #U1e3nwfwiVbCnu5L9TqoQLLLcGDkKdOO {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #FsGX3QAQMCnphAOosBKnLJ93IcE4JZlz {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #MyfMZXPIG6nkmVH4uMcaTuuGciZ7D0RC {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #hwlnJawh32w7T52WBUFL1c3DB89L3qiw {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #zpS3Mdfq9MNdRwX6udRmi0UNlIazRSGo {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #FiiswgWTab5bNTWT5B6UoBN1ZsHt7THE {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #ViEZvfFSxQ8friMzoDVxNPQln7TQVccF {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #AmF5pcI3Ecl9gNczn5wEQg7fZITQymNs {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #De5MGhHunQVNefdKUUkPpic2g70gqSk1 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #uWXK12SAI8QQwvtbmvNALgI0en6Zgml1 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #LFTVdcUfkcdVyaibR59i4FLo7goz8Ief {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #iXs0VJckxyp0bCC0zo2iJOsTiVq672i7 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #KwabIy1a2qFdKkMeKvXZZAF9JRut4Qki {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #nNTdKJz9qKVTiWs620RRMbW65iz6CbVh {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #G7n8xXPfE2LuTiXnRnkcmshaqWvguBxL {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #BRDX4uBCNNtIaBMTu9MtHFsEKk8nImHm {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #g6oms9wAtOaVmPbTuxSMUmCI011PQy8J {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #LLicUbQpazqUhMQ3ciVc8k67yGKzSF3u {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #IbCCrz2O61pSz8pkvUeotcT6UzrukEFF {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #SGp9mNsdwJvswDnAMLSDnkTpMqE8bNy6 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Mer4gKdPiHHVxqfSB4QufahQDhhtbho3 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #eRTUX3RHdPX5KReVf6nnNseJyQnpnOfC {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #DJt7FL6E9lglqubh1gQclcthVFbEw9Rx {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #N6tNdnHDQF6l3qCU8zD2mxyLZZ9e4iDH {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #vaq6fUpkwEkMtfRbZbh2k9QOXVPKKqlS {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #qpzmyUo3Co2J65Wp9kN64teg866PrkIw {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #i4BzeWge3MZSShzkN1sBDccBCz6dHwMv {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #B7rf7vCWUrH8qD8DSGBvVL8vMQynuloI {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #fiqXzBCG9Sg78iycw9Jxxvvm5lqgokU3 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #QX1CXSqyUvQozKd7CwETEhfb7h5QnzTs {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #PJ9XdTZHKyimG47pv5UlVEs0Jc5FRyrr {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #ZHpAQbfaJ2ZJlG5l1OPzJQqgPTXTuEiO {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #puTc8mQC476o39J6QGmKZt8vTG8mgMkW {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #R3AG6rD6ryQDBIP7daAeRqKWXo7fTxQl {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #tRGTSscVZennWs9cHh43HrcUbG1A0UyM {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #P87UTlVwxBQI6SuAmUCHID4VAfuf82Of {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #E4nemLMMz1LMESwrd2EgSdLXlqWVbemW {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #T0zXB6sBbQ521FhxShSLKlNyy02ADHV5 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #ViPer844MgrrsIkLr1mN1xxuMNhSP49s {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #q3kIZryLpEUrTFJhnKCi8u276mqGXzJP {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #sl1Hk8H8mg3OGD3eJQIuUOiiXNEKu2IP {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Rlrb3C98ixUNgvwdm5vGnoCOvR0rZ699 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #uMQsMzGT5iFb5MK1AlpEd1UZnBfKQZih {  }
 }@media only screen and (max-width: 763px) { #TiX6v63KUwPyDTuc2cDJ7otiqT6TiPBU { width:20rem;height:3.5625rem;top:3.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #icOkOUWpLfqeoRke7vLnQxeiuS6hs5tF { width:22.0625rem;height:2.375rem;top:0.6875rem;left:13.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeghEPfwi2vaF96TtUVf0T1oR6vscKBZ { top:42.9375rem;left:8.0625rem;width:15.0625rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CETnbEFR2w9iMdkdr3Lam6rzJZRVEMtO { width:47.75rem;height:5.875rem;top:3.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 { display:block; }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shkaSmJ4yyeTr1HMIPQvBLre5tZTyI50 { width:47.75rem;height:2.875rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJbcAZygAQW7mtI7MsGNgO4gQkQ5B6Hz { width:22.375rem;height:2rem;top:32.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-regular-label { width:42.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-text { width:42.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-text {padding-top: 0; padding-bottom: 0;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-textarea { width:42.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-select { width:42.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-select {padding-top: 0; padding-bottom: 0;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-button { width:42.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-checkbox-label { width:41.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW  { width:42.3125rem;height:auto;top:71rem;left:1.46875rem; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .radio-container { width:42.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW {display:block;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW { width:42.3125rem;height:auto;top:71rem;left:1.46875rem; }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #sgomB6CJM64msHotoe8QWLBxlLmaDCf2 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #kl6xVntgaO2dnIibtXs8yIKT2eGX2pk5 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #OuNK08KT2peHwLBkmUFN0QKFMN1r0zId {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #QEb7Lxp47FUK4m3ahCIQrAkIntNzcVLq {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #Mmlc2DWdSBl9NVH8ByLPWPqhbDR9WXQ2 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #qIp4TpE1RPF7So5KZM6v2GhuKVK2a4P4 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #lDws5kzp7DChAvUwmQHkzkpKDoTuLZTc {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #EOaqTD7PUz3kwtu3sFTof8TscSJn13E7 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #dncI8GZ3XxgTDRvqNqFlL5XniEAT6oG2 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #Si9PITLVDCrOvTTcZnsfzOibkZeZtSrP {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #ahmMaoIPKpibtod3DnTSUA5DrZWoyi1R {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #geJspzsJaKk68SGZxyxvvQ8H99qiRSKP {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #fWOefo9S8bJPOQKMQQ5ONnDcnvQOxRMa {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #TKENr40Pv8gWTlrLFRUWIEDXqzLTTS2n {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #yWTJXJ2E3kLObPQMxHuIy8m0s4Fdm0Sd {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #tuL4Jne2xiTJuA4gIg4haqssiOvxx8Dp {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #cIbM4v3ShXAx9HmRWuEa8OEENgJ7CBhG {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #SenruOFvqZKWGztxwK8FWQgudiA1yhe1 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #EDmCpr6nzfNXc4yH0beKvPJI31T9Rcv0 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #zScGuEFiBTgb0gHPTiQO2PF0m10F6gpp {  }
 }@media only screen and (max-width: 763px) { #GFnpyeItVMRvsFtRyWEQpVkcybuLDKSv { width:13.8125rem;height:2.5rem;top:68.5rem;left:18.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCL9GbPUkQTtFvfbBRg7zxWD0nTNPAMq { top:106.5rem;left:17rem;width:13.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHH6KcqskA3zIoW5E2EyReT55tME2Au3 { top:49.6875rem;left:0rem;width:28.8125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orHvTc44eKf8ueOTT9K2WxJ9ipczu481 { top:38.5625rem;left:0rem;width:9.6875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWQNTuzTVGUyNOZEEUc1TlthTHWiSO2X { top:49.6875rem;left:15.6875rem;width:19.6875rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsQ0I8SLVoRPxbSguT77tBEC1piEvnID { top:38.25rem;left:15.6875rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzNcEBL18TpKmxQuzDIt23JkZ0O1xW2W { top:49.6875rem;left:30.75rem;width:17rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHXmBoWbkRu12D61Pc1hU2FhX3h1RcA4 { top:38.25rem;left:36.8125rem;width:10.1875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0muKCW9DmDpWxnZT0txzl1W2fwmRz4g { top:53.875rem;left:35rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwb03dw9SvgA77JR9qgikIyLZAIZdJDn { top:55.9375rem;left:34.6875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVWMU01ROM0TlURCv19ECIeIgzandaNe { top:53.875rem;left:13.9375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqKfufF9HUH5gTRoNqWJH1o7TIANLh9c { top:55.9375rem;left:13.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVuK4QtXbwsIvsDEBW4El4pHJvd5DKCd { top:53.75rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leUcsr9MFLk4GAd5BMWLRgoO71uIUzlq { top:55.875rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqSQOzBIGv5Upy1gJMa1hFpsSpubquIc { top:19.625rem;left:26.1875rem;width:17.4375rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMIXnoiTbF9fXsw5NFaePT1m0SuOgeTU { top:25.0625rem;left:24.25rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm6kSFJ0JxDQPxGgiosu4UVRwmnkDL9e { top:26.8125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsQGmX6mKA5Hx12xlQuTRTtcMfEoboAm { top:19.75rem;left:0rem;width:26.9375rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDlozhP1EUG0TDLPN7Ua0G8Wi3beL5hR { top:25rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5lcvKN4IqhybdsS1Dco3tvH4ZwQfkxm { top:26.75rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9CcG7gDw2wzRugXPqgmZc5CI6qB9Sg { top:7.6875rem;left:0rem;width:10.375rem;height:10.312862717031rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3CHTMe5CAz2hPZOGX1Uwpd8cEUB357q { width:34.875rem;height:2rem;top:4.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4eI2LeVqsiqZkuaZC1K5IXp35sRhy8q { top:7.5rem;left:24.5625rem;width:10.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv { display:block; }#kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXv8l3sXD9wBSc2SDlDbhnMHByRK9yEA { width:17.0625rem;height:1.875rem;top:1.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1X2xcenBGTBo3QWhAyMb8Bz7ufdJd2E { width:13.25rem;height:2.75rem;top:0.5625rem;left:17.21875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f58tD2qkrout2Jb7VdQ7F0ONQbMfz1Z7 { width:21.25rem;height:4rem;top:169.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg59nxoEul3hlOQUfOK9QhHc4ExzzL88 { display:block; }
 }@media only screen and (max-width: 763px) { #mFzTMfFKVqvKrTE5UB3ywmHNhiMI5Meb { top:4.625rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhS6L4AQCXslxP153shpK92sn4AqzwKE { width:15.25rem;height:5.875rem;top:6.25rem;left:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgaz1sG5yX2hkJL5P9V3P9QXoHAmgGlC { top:4.75rem;left:0rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbl2mXQQr6yClO1TTsx3X9zMWTQSPk31 { top:4.625rem;left:26.6875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5bi5NPoTNilqJymdG31dUrp21aEuW7k { top:4.75rem;left:20.5rem;width:27.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X34doFFfaaW97Zw2HNrnP5dy2NMD3nTE { width:14.625rem;height:5.875rem;top:6.25rem;left:33.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlC8AmMuNWvpSlyPXJWgH1kmQIyfk1bJ { top:18.5625rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHzq9oTIfz051VrglUPe4eUz7rzxb5HC { top:18.6875rem;left:0rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgyNfWrtXCtJluoS9gBSM4uGt0TNTD3g { width:16.9375rem;height:5.875rem;top:19.625rem;left:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuEQdtC5UNOgzRnu9IcptLKnoeDrqM5F { top:18.5625rem;left:26.6875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkaMwKEZFxhluHHdJT7vV9qiuJS8kB6 { top:18.6875rem;left:20.625rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL1JzZlEzVQesEPdztme2WneQnvlvmzf { width:14.625rem;height:2.75rem;top:19.625rem;left:33.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTKZfCbNtsdTPRZIi3u6yCZDts0Irqdv { top:32.875rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBhCJoxaXBePvboF9zHz8mS3BiQ5nfoa { top:33rem;left:0rem;width:26.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNWaWiaWApLnpEy479PpXRz9gltb3P11 { width:14.5625rem;height:3.3125rem;top:37.0625rem;left:5.8118515014649rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJIeUIz9LeN603Erhdubf8ddsPKPqi9w { width:15.1875rem;height:3.3125rem;top:9.0625rem;left:5.8118515014649rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4qfHHZspNTQfRy6R8ApdkDnouCHpVml { width:15.25rem;height:3.375rem;top:9.0625rem;left:32.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V73TMndQwTDJg74F8TpVXvWBvIJxSHyi { width:14.125rem;height:6.6875rem;top:20.6875rem;left:5.8118515014649rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX4QXQdaytfOBFyFV6eeWzrq3sE02XzB { width:14.5625rem;height:3.3125rem;top:22.4375rem;left:33.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Rq5xDNyVbiIM1v1OWUEqHDNpt2lWp3 { top:32.875rem;left:27.71875rem;width:7.5rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf7hbBLtTJAdZffTxSVbp4Q8hUBoNI0z { top:33rem;left:20.625rem;width:26.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7OkTLvyc68nZ8uAXSNgIJbUxqsh7B5k { width:14.625rem;height:2.9375rem;top:34.1875rem;left:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRObmSKW09ivmZfax5tcpsiCNzRVU1s6 { width:14.625rem;height:2.9375rem;top:34.25rem;left:33.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhrOPz0fSGPGCorUOVfWnFxA3uH5D9b5 { width:15.5rem;height:3.3125rem;top:36.875rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEb9AvGZT7sF0VnCLim3Au666WN5xw3s { top:46.875rem;left:0rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxGl4ZC9k5SdWuPqSr5zHpCgproKxmTM { top:47rem;left:0rem;width:27.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAXUg96HKG5c2flTTcZ98ZCyr3FCBKDE { width:14.5625rem;height:2.875rem;top:48rem;left:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvGHq3ZvgM4GC2xvX90OdqWTb1dqb9fD { width:14.5rem;height:4.1875rem;top:50.9375rem;left:5.81103515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTAbblPZT3U4VrOB34RA97I9oRAwZKkN { top:128.0625rem;left:26.75rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAlXdcsniVJsDqQ6MeHqiGATTLPTb7rX { top:128.1875rem;left:21.6875rem;width:26.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTDCUGlTR1HPACblJugzUAm5AEplLieJ { width:14.5625rem;height:2.875rem;top:129.1875rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuuNoKLIbOo2qhK3nmdT4sfJJAiUltMM { width:15.125rem;height:1.6875rem;top:132.125rem;left:32.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbZHJ5cwQCn30mtgexsnWrogtc72viM4 { top:4.25rem;left:0rem;width:16.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqHphDWwIbMTfUqTSvl9pmJWZAPZmvoD { top:166.875rem;left:0rem;width:15.8125rem;height:6.4999221794881rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5rRzFqN4Ibg4WtB70xtHcoHd28ylwox { top:60.875rem;left:0rem;width:27.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfgaECc330K54d2FmGKEkBaHGr06y1F { width:14.5625rem;height:2.875rem;top:61.875rem;left:5.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrcl2t3AP3HOCxMlUvlczA6E57ibByQH { width:15.0625rem;height:1.625rem;top:64.75rem;left:5.8747863769531rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCvh0zy20FKG0kq4btWRwpBRLT0QQX6K { top:60.75rem;left:26.75rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhVdlrfVOrb4z5D9qEZLXU8Zque7FMOE { top:60.875rem;left:21.6875rem;width:26.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHClHuLhp4w0eT3hMUPz5FZqA0BnKAf { width:15.0625rem;height:3.3125rem;top:65.8125rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7XFad09tLGDkyJ4WNSGT1vMbNPqEC80 { top:60.75rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F27d8C6z1uVWDSgEunliVyQO8fXFlA2V { width:14.5625rem;height:3.75rem;top:61.875rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea4cEbF6VLfZ90q377tngVwKfaKApExo { top:74.9375rem;left:0rem;width:27.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2cxwtybLTPTK2Z5a62HAXereFZBCr1 { top:74.8125rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGG1MrEOSU8cnmC3Kbvt9xf8VdEvZ6iW { width:13.875rem;height:3.3125rem;top:78.8125rem;left:5.8118515014649rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2xhfECFByDfi5U3FLLQxGrPRqhoFDRS { width:14.5625rem;height:2.875rem;top:75.9375rem;left:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrcxXHONc2SKbIxpG7LXBcZExXk8C6dd { top:74.8125rem;left:26.75rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3gtXUe6GwOS6BupTwP7Ie99M34Ke7Xc { top:74.9375rem;left:21.6875rem;width:26.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMfeq3mBLWxMSANCiFNgu5QLf0Tsyrpp { width:15.0625rem;height:1.625rem;top:78.8125rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGKR5hpX14cwS27v1Zb6WIKlGesxLqzT { width:14.5625rem;height:1.875rem;top:76.4375rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7m8NkIxG6TKQLs4x4gasPTTWk4GTyf { top:101.3125rem;left:21rem;width:26.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp9hOQzmLX8IcIn0Zg1dv3VNx356ysId { top:101.1875rem;left:27.0625rem;width:8.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTs6MwGKBFVvyLpDDoOg328c0AO49zuJ { width:15.0625rem;height:3.375rem;top:105.75rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhtJFs7RtmX9GsdUWZ70HED8dWhqxnx9 { width:14.5625rem;height:2.9375rem;top:102.25rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlA2HUvgnioIIHzcP5ndxxGPBtT7wlv8 { top:101.1875rem;left:0rem;width:27.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWGQ76hMgTbScdpUF2EaTQ8LchQdSOWB { top:101.0625rem;left:0rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTWJFPdaA2abfO4evL5Ls57n6GHg8PHV { width:15.0625rem;height:3.3125rem;top:105.0625rem;left:5.8747863769531rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZfbfeCTrn5GgVXvwu7KycPpEqWUdqaN { width:14.5625rem;height:2.875rem;top:102.1875rem;left:5.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veb823NsfOqQlOIo9lsEZNUxLkJ80CBg { top:87.8125rem;left:21rem;width:26.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXG6F1lTwU0qAybguTavC82Xkznb7c0N { width:15.0625rem;height:3.3125rem;top:91.875rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuzVvkOpkPd3IWQIisaU7eeGSrBTOVCI { top:87.6875rem;left:0rem;width:27.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNw27y2tQyMFvQpc9h8PORJSv5ZgBDIM { width:13.75rem;height:5.0625rem;top:91.5625rem;left:5.8115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5y0u1wOlEvSgvMGefk3fsODiT9Le2FX { width:14.5625rem;height:2.875rem;top:88.6875rem;left:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtJTfTTBGusfSX6KDcQxhynNmHk9Xamu { top:87.5625rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZvCM5o0BFVyftzzaTBmRcq55x2tATEp { top:87.5625rem;left:26.879558563233rem;width:9.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcO9JhBFXsnSKwmFgkdxoBvtpXNI8prL { width:14.5625rem;height:1.875rem;top:89.5rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6P6FfF0P7obxiyJZcNBaVE8Aa5b5DJz { top:141.125rem;left:20.9375rem;width:26.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZJQVfbaoDxR8DSwVKmCb7aNyV4HZeoB { width:15.0625rem;height:3.3125rem;top:144.875rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA5cld7TedHxrJxTtwuHW6WXQXJwTySI { top:141.0625rem;left:26.75rem;width:9.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bom3HiWWUb6qEU29HDqr4I1xgGZTUgWz { width:14.5625rem;height:2.875rem;top:142rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D68lIcWpUDpuglpnZTGQUzwafoOWC7sF { top:114.5625rem;left:0rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCN4UID2J3kdbG1w8h8rkSJnkZPoemz3 { top:114.4375rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlGZcz4H0TieX6avttgDw4ED5cCSZfOf { width:15.125rem;height:3.375rem;top:118.5rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTurSw6NneF1Rh7vFosVEwVvuMZxb5DI { width:14.625rem;height:2.9375rem;top:115.5625rem;left:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpzgXXcfo9Alft9gDkmMTI7bydrd5t7w { top:114.5625rem;left:20.625rem;width:27.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsHnn1H1MqZayLmfmFJqc9kxcUlwPOpB { top:114.5rem;left:26.65625rem;width:9.875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6bdqXOqp33K1b8Jx75p3FnfgJo03LPc { width:14.5625rem;height:2.9375rem;top:115.625rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwGD8QPpzoxkn92v8HxEq3SlT2wPg915 { width:15.0625rem;height:3.3125rem;top:118.8125rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTC6xTRxpg9JKBtCRQRoGlRdXADEsTA { top:141.125rem;left:0rem;width:27.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzOR7TbRUgRMHzoINeSAurJubbrApAeD { width:10.6875rem;height:3.3125rem;top:144.875rem;left:5.8118515014649rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZT2kgd0F6vWi43tveJikOgMLy7nOT68 { top:46.875rem;left:20.6875rem;width:27.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe8JM0LXFyGXTk276GGGOOhNtg7s6rXf { top:46.8125rem;left:26.75rem;width:9.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnEv4LrV5VU9BB2r4tHqABWLPbBcU4Z9 { width:15.0625rem;height:3.3125rem;top:50.9375rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTw9L8tGHthahDhtgq92P0gBV7pGwAl0 { width:14.5625rem;height:2.875rem;top:48.0625rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeoV5OP4VH0hJHhqvKfXCJrirTnntBSq { top:128.0625rem;left:0rem;width:9.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePrGE6sUy6oLJnlXCFU73rxsFxFMTN8V { top:128.1875rem;left:0rem;width:26.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmSg2Ih4CiDiBqqeBcmyv5KrTzwdpIaG { width:15.0625rem;height:3.3125rem;top:132.125rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7PQWUPE4RsfESA0lD7KnEz0u4xVb6CW { width:14.5625rem;height:2.875rem;top:129.125rem;left:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiZghhHJCiC2eBUrpHv9AZfATNxaX4CK { width:14.5625rem;height:2.875rem;top:142.0625rem;left:5.8118515014649rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WatPSoBIAalgglMzUtZa2ov1GwipdO3W { top:141.0625rem;left:0rem;width:9.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO4H5lzwv2eJfCgRWcH89rBJ4OGcagrx { top:154.5rem;left:21rem;width:26.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmCyKHzkuWOaBrUk5kBLChn4OWsP9Lyz { width:15.0625rem;height:3.375rem;top:158.3125rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTQ825oC4FEVkQvzQGa9sT3RBBusqkk { top:154.4375rem;left:26.6875rem;width:10.3125rem;height:9.3120625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTH8Q8W4wIAXFggof5glLyCMNTyZ6VZr { width:14.5625rem;height:2.875rem;top:155.4375rem;left:33.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRRiWQ7wTyGgRdUzRGsDKVh6GBbtpyoV { top:154.4375rem;left:0rem;width:26.8125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7WdG8tCwALTOtXysGfJXKQErgvdx6tv { width:15.0625rem;height:3.375rem;top:158.25rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilT65UARfkO3EezDXH9KGs3tC8R5zDAq { top:154.1875rem;left:0rem;width:9.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRxoSgupglcseG8kg2ESQ8gWyxTc7xMT { width:14.5625rem;height:2.875rem;top:155.375rem;left:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp { display:none; }#Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iQzGef2NMOyAU0TaiQplXfBh9butEZ47 { width:47.75rem;height:3rem;top:102.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW1xs4GE2EPrKPQpZyhFJEITJa3IHqEe { width:40.3125rem;height:2rem;top:105.75rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyLq2Wptsn9dN5tpOd4go9mQVTp1D42c { width:47.75rem;height:3rem;top:184.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QheeqC47lLlpzTGgKuDcQKIOvi8xtbBz { width:40.3125rem;height:2rem;top:187.75rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZovOoiEdGxsaTMkB30yCV95bGLnK6ITy { width:46.25rem;height:3rem;top:219.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA88MMmD4TDKHIGTA9VlvHUsRyTh6yWu { width:40.3125rem;height:1.9375rem;top:222.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nawP2m1WeJSS8gNF4nV9IL0kffVERgTT { top:232.4375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #W8O8sD1x6WxgVQFxLe0CO11TuJ8q6GiN { width:18.9375rem;height:4.125rem;top:277.5rem;left:14.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze6RJeIbdPuXnPIsCIe97drvKAiXkK65 { display:block; }
 }@media only screen and (max-width: 763px) { #edKZRJQgKMd3oGlLv1WrZ5yCN67Tatla { width:47.75rem;height:4rem;top:108.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS9Nc3GPMPwtWGpkZaft0UFdnyxEvITq { top:1.6875rem;left:0rem;width:0.125rem;height:263.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT2DL6d4JwBTzT7R31zw3F3dhmTJgFVN { width:47.75rem;height:2rem;top:189.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Denp5W4qT5y3nKMsACF8Fim5Usrn9WG3 { width:47.75rem;height:3.0625rem;top:225.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4fLVC5uRsWlcFW4wrnbWRHTGrpelgNB { width:47.6875rem;height:3rem;top:143.625rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h95KeNyoa1k4tk9VprluFdMubltKnKwH { width:47.75rem;height:1rem;top:146.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVn9oSdFcssCWaHAd0gp5PD2HTZl8i45 { width:40.3125rem;height:1.9375rem;top:147.625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpox41Fz7CPRsU57sNdIWgfS6cxeod6r { width:47.75rem;height:5.625rem;top:149.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJLesOBo23FmHvH5ue5G9OtddWBdGA2d { width:47.6875rem;height:1.5rem;top:158.375rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC6XffMA2UHSzfaz84c4DtMHcszqB3BM { width:40.3125rem;height:3.9375rem;top:159.875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOCwIQJDhbsqwxPll5NlyGA4tKlm2ohO { width:47.75rem;height:7.875rem;top:163.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWQJSsUgO5SPfeTpfJlsc1ABJu45OSmD { width:47.75rem;height:3rem;top:41.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6u8kys47CuSmmN7zQqQeDTivxVVzL4 { width:43.1875rem;height:2rem;top:44.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Tgp2mZggheODz6hM9Mkt0ocO1rS0IX { width:47.75rem;height:7.875rem;top:46.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DewoKgRqJams2h31TsdD0CDXwTLQRgqd { width:25.625rem;height:1.625rem;top:78.625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh9Li4nsZoJlxcEeRDg1XX9T5X0yvrbC { width:47.75rem;height:3rem;top:80.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shsJRB8KStSBwTNSZPOKgWE92NWtWGWn { width:47.75rem;height:1rem;top:83.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ7Hy8PtfCfQ0CIsRgeSm7PmFbTBoTrM { width:43.1875rem;height:6rem;top:95.6875rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgZImTBTwpk9F2awPX7nh4JbfLghikQe { width:47.75rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvD188NdHg5m4sHchJIabXg9ILkJnsTV { top:77.75rem;left:12.0625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9c6VVvptSCtCpGIJAW5bsTeb1XAQ87m { top:1.6875rem;left:0rem;width:19.3125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJ9b4FwcaJ2vNK1bTrzVDR3lxBTE6KS { width:47.75rem;height:1.5rem;top:123.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsplJJaocRlITytx1ycWhufpbp3CrRHs { width:40.3125rem;height:2rem;top:124.875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uurzTps62m8Mg41E10SD5k7JNEFmHVHU { width:47.75rem;height:3rem;top:127.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxRVEmPc8riFDi4r0Ems0X5Q2UAnJOc { width:47.75rem;height:1.5rem;top:209rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsBchP6qBEEdbgGCyPHiUBUvzb9iP2k9 { width:40.3125rem;height:3rem;top:210.75rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bulQJkm9VFnPEWT04CO4sXXq4AipS92a { width:47.75rem;height:3rem;top:29rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3CW5QE4e59o2xrLZ0odGMyWKglQVUUh { width:40.3125rem;height:2rem;top:32.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI8f2w081l1vmCEsfohdFV0XyTfXOhgF { width:47.75rem;height:5rem;top:34.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r63IqHnCJp2VWNFH54uJdd6gm747Zkzw { width:25.625rem;height:1.5625rem;top:236rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQUzUCmphtt07pQB3CcxILZHvGwXUOwz { width:47.75rem;height:3rem;top:237.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoI885lzJ8D2Skith6XRSA0KyMxn4G9q { top:235.125rem;left:12rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g548VlTTsTOyDCDG6HpXnno2L3ow6Xsl { width:47.75rem;height:3.375rem;top:241.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebT8w2sblWn0yQx73Pw44ZrXVh78tkx9 { width:43.125rem;height:3.9375rem;top:255.25rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWJ5eifzaGKlvEZ2D342TqJa2QcRwmTg { width:47.75rem;height:2.0625rem;top:214.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0PaD8HfKmM0kK2onFPr1HnNgMT75JP1 { width:47.75rem;height:3rem;top:55.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdgno3wQasWU5JaFIXqH3bKkWeUKu1hy { width:40.3125rem;height:2rem;top:58.8125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgW9bNx2gwirefwaU9rJTCt3zGd5S6uT { width:47.75rem;height:3rem;top:61.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7URkBl9uQ3gbbOLLlqUmPRQrzPRmmmS { width:43.125rem;height:10rem;top:244.625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iql5OTDKvh7N0KntxD97ZIBdoPnCbHKz { width:43.125rem;height:10rem;top:85.75rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpTz1iJTKKP0hz7dV9HxI7RQ3tZ3TMs6 { width:47.75rem;height:3rem;top:18.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqD9HVEPghVhNpGsHspxqCflfClGPgBO { width:40.3125rem;height:2rem;top:21.8125rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STcvnXv7HtO6wIXASXix9N8IAyD2aQT7 { width:47.75rem;height:3rem;top:23.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHGqMo1vd0ID4rM7MmHkJoH0BAcHlETO { width:47.75rem;height:1.5rem;top:13.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqqTPcEEd9CvXDE1Nf7zT1f3bGOGczhG { width:40.3125rem;height:2rem;top:14.9375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O07RI9IBFe7iwvsvQi5iMkhl2zIV38Vq { width:2.75rem;height:1.5rem;top:8.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIOc2IRResvNy0Ia304v1imVhOBvFTWs { width:47.75rem;height:1.5rem;top:8.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvQTrMNw9xEok0kV9MwaS1c4of7iKV9C { width:2.6875rem;height:1.5rem;top:13.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxSLv3DTT6Cg2pCnJcx1ZzQSh0tyn5SZ { width:3.3125rem;height:3rem;top:18.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA8yOTkttmZ1BCE4JEc9WmzpNlv6bI2y { width:3.3125rem;height:3rem;top:28.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3aLmRTP7CQIPGOoHE9pcOUpgRG9tTes { width:4.0625rem;height:3rem;top:41.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awWOmbVZ1HgiWyMufnK6K6UTra9qVP2q { width:4.125rem;height:3rem;top:55.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUC783XDHGPXk7Hde5irr6ShrqrAISHU { width:4.0625rem;height:3rem;top:72.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLW2a9m2inHcr07H7fxF4X9b9qCBq2OS { width:47.75rem;height:1.5rem;top:72.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riG7mfHPN3VOF5TMMcxT4Xw9hPhMpqJL { top:72.3125rem;left:18.1875rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWzFLmpQ1LTpoqzNSf62H8rpRuk485Mr { top:76.5625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #GsFcRIIzdaHea4kWSTUdPLA3xybkSCIR { top:100.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NR1ZBg6TTe4WrgR1A2rhie2BLuVl6WBT { width:4.0625rem;height:3rem;top:78.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmo8TgWTPpPR9iMwwngMDz6spJcEA8cN { width:4.0625rem;height:3rem;top:102.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg008t8qaVTccnBvKhcL1Ri1ohvIVqm8 { width:4.0625rem;height:3rem;top:115.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJeZ0GIirRhdw6Iivou32htuglxbmCoQ { width:40.3125rem;height:2rem;top:67.5625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmZghEVw7EeT7OF48Rz4foiBHoLOcPxQ { width:47.75rem;height:1.5rem;top:66.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDauDPEnJifimCaDeXR48IFWmHVlCWhX { width:4.0625rem;height:3rem;top:123.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrUVD8NI7e7NWufevnlznx1vAZKKTnPa { width:4.0625rem;height:3rem;top:131.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxQ85nEILHSe1Kb7oC1U8H4He7y3NTQT { width:47.75rem;height:1.5rem;top:132.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImL3XkaFkiObzAoTuhgxFr4btBTZe7z5 { top:131.875rem;left:18.1865234375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXRDmFBinbPhiTlvnNNge2EN7iPWKKvh { width:4.0625rem;height:3rem;top:136.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCmce8ysvf91w2MOZkZMXn481WESCtBV { width:4.0625rem;height:3rem;top:143.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNKrC34IBhqFciWTTqsqc5LzQQo9n6Pz { width:4.0625rem;height:3rem;top:194.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO7K0uZPd2tCfkaUcCtmBqTLDu1EcGxX { width:47.75rem;height:1.5rem;top:194.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VThy0AdJUBmnpmaKaBdNgWFPzrBQThBg { top:193.9375rem;left:4.5rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXhAyPDKcNIQzzDyd683n7NtOSZlC2P6 { width:4.0625rem;height:3rem;top:158.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLBpm9Iq7cv98ei7KPDJa1oEOHF1TcDz { width:4.0625rem;height:3rem;top:173.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH0XkrfIUoTElh0hzqX4qV9is6qCLRkJ { width:47.75rem;height:3rem;top:173.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lusaGw4nIkkbyHuGgzTxWWrlmemMDRxf { width:40.3125rem;height:2rem;top:176.6875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSmdTPsbGFAi5QrTci47XJLAVGST8niF { width:4.0625rem;height:3rem;top:209rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8pc8qMGdzRBpdhnHNVLvkEu836p3gdB { width:4.0625rem;height:3rem;top:219.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu4wV0W5zzwCvKbNWFMPerTcphgLzOkT { width:4.0625rem;height:3rem;top:235.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f48zdzMgNHif5ICyKHOR6tShtD8uSnLm { width:4.0625rem;height:3rem;top:263rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSyEO4RmLiVtBhXw9JF3q37Pb5P4P0VR { width:40.3125rem;height:1.9375rem;top:264.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcW2ImOgRJb2iV2d4ddFHC4EkL3mNBTn { width:47.75rem;height:1.5rem;top:262.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xneyiWTvxmt4ThlRWu2ShdcM7elyuDgv { width:4.0625rem;height:3rem;top:270.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5kpKxAc5EkMf6Xn5oz1xPpOVJS8IKLE { width:40.3125rem;height:1.9375rem;top:270.5625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9y2qINvfcBaoG7OSeOhpcIDkCpzV7GW { top:270.25rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtHCJiv5zRsHuRcTlQOOXssF9tI75RbA { top:268.8125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #WDySTN7PqQid51OMLOCl9flEM9qTLXDA { width:47.6875rem;height:1.5rem;top:136.25rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz4pdx0p5TmcN37kMCOaUG0dJbDZeMgX { width:40.3125rem;height:1.9375rem;top:137.75rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbckzoz1JkfEleEOfC2EL2zdw5Efioru { width:4.0625rem;height:3rem;top:184.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB8heQD5K9SMn8KLqTnSg3v6un0f9dhs { width:4.0625rem;height:3rem;top:200.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcI966eHfBR6ULp8fTxlc3TSSuqc8yB { width:47.75rem;height:1.5rem;top:200.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4JwaxpUP50ZUS0mtuhTy5Lg6Lo8AsVH { width:40.3125rem;height:1.9375rem;top:201.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVgsF0Hy88Z8X6gpUlb7WSd62PR2xB3h { width:47.75rem;height:3.0625rem;top:203.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuHPmsi1CSoV2Sryz6LEfZVW6UI0KtX8 { width:47.75rem;height:1.5rem;top:115.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTsSF9zC0nZtJyOS5KcACZGWbs1AF5a { width:40.3125rem;height:2rem;top:116.5625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhqcZAUBazhsD6tLdufCpXgHCiQMffvX { width:4.125rem;height:3rem;top:66.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCApqcPBoUk3XAVF7zIdW5ShuqKpdh3Q { width:47.75rem;height:3rem;top:118.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxT8OTbwEBqrfBzMepQEaItz1A2SAVC2 { width:47.75rem;height:4rem;top:178.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klzOW5tRcSXrxTS07drBMv22z5DBPBcu { display:none; }#klzOW5tRcSXrxTS07drBMv22z5DBPBcu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OP5R82iTm5RIaB9PlUOWVA1igzTfkT1z { width:47.75rem;height:3rem;top:102.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOJFMCTTMzSMZW27Qcz3FD4e9NRWLmTv { width:40.3125rem;height:2rem;top:105.75rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfvPfU2a0Iq69dIPa9m7BEaw0yJDUsQN { width:47.75rem;height:3rem;top:184.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Ot7Lh3CmMtWFONN652Fh8wA7THao4O { width:40.3125rem;height:2rem;top:187.75rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBFSvJ9di7uIH11vraLUuX5A57XicIiM { width:46.25rem;height:3rem;top:219.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E330TzzsJTQi3DL8g4diGFAvCdaGHz5o { width:40.3125rem;height:1.9375rem;top:222.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEsfg4nVvTLsrElbc5TXE9kS6CVIZUN { top:232.4375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NTk6MXaNKOVkmdAtUM4STXheh2T6iL3h { width:18.9375rem;height:4.125rem;top:277.5rem;left:14.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtaUWmmo1TgKbLMpiq5R9oxbuRlTCygV { display:block; }
 }@media only screen and (max-width: 763px) { #nkXr2lH8e4t75BrKk65PPPRTDvc8ivDP { width:47.75rem;height:4rem;top:108.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkS4GI7EHAaP2gTAdgiqPz0VnMTU92k9 { top:1.6875rem;left:0rem;width:0.125rem;height:263.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4eFnZLMTW9DBRVhd8uMpzu1m76BqMuQ { width:47.75rem;height:2rem;top:189.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETTsKpu2fKlq5Wrdu3csGe2JW86NkTg { width:47.75rem;height:3.0625rem;top:225.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fExk4Nrz2uTwhMuD226aNPgOsUt5OS2P { width:47.6875rem;height:3rem;top:143.625rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drfdwr4lgtrm3pyIp5cNcxbxGtKfewyi { width:47.75rem;height:1rem;top:146.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io3e14K2wQltKthlgM4H7mmZHZVc2Hw9 { width:40.3125rem;height:1.9375rem;top:147.625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WskXVNFvTu5nVDC6QCLFLEqaTBxKSMg9 { width:47.75rem;height:5.625rem;top:149.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuksFBgc51aubElgTn7gsmTDUhgbQIpT { width:47.6875rem;height:1.5rem;top:158.375rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbmEeZo5LzThvPBqrF8oNd7bTgCiXoVU { width:40.3125rem;height:3.9375rem;top:159.875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDe3Tgn2ZI17OTIsXTrqm7V4byXsigy0 { width:47.75rem;height:7.875rem;top:163.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPwqD7K75MPvQymhC7tAz8xSyMSyMXT1 { width:47.75rem;height:3rem;top:41.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh7z4WLUEmlqwaM0zXGNNPo4VZRuWGdx { width:43.1875rem;height:2rem;top:44.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM4IuA9GOzvwzOZKPCL1JneJOVrx5Ckc { width:47.75rem;height:7.875rem;top:46.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EesS0Mwceee2lVbRDSkuXCFBEn7euJVy { width:25.625rem;height:1.625rem;top:78.625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2H1c4U3rfA8OwTr5JvTMPUdMMNqC9AV { width:47.75rem;height:3rem;top:80.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1o5WHNKz2OegQtQoNH9dISM6LqkEX1h { width:47.75rem;height:1rem;top:83.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKgwIEOZ6F61iAQIKtqnOhwcHIarx2za { width:43.1875rem;height:6rem;top:95.6875rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbtraC7HnkeK73VM8e1cwKRkcSVxdlAW { width:47.75rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc2xvRNhdyxgzbEEFh1Bc2cbBWC4l8Zk { top:77.75rem;left:12.0625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVDU0otSRFFHBTXy7bBXWNG3O7INbHX { top:1.6875rem;left:0rem;width:19.3125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4gRSmDFGcmJScmH3JdT7OTcBAmIrK2R { width:47.75rem;height:1.5rem;top:123.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCAZJOxzpiLGhrGKiOHaWerlRGrRanTu { width:40.3125rem;height:2rem;top:124.875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKwVn89AAHHBoxrBtPcR0XbGLkzdQWDa { width:47.75rem;height:3rem;top:127.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlsbBmQoo9UEdV3UikvkSA2AHfa6lB8 { width:47.75rem;height:1.5rem;top:209rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvd295nSZL2DAzcdd90ClT1XqNUNw6uW { width:40.3125rem;height:3rem;top:210.75rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a66zUJNu9W0a9EAXOE0eCkoHATrCnPfD { width:47.75rem;height:3rem;top:29rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMz3Omm9E22fFckAUailTdtOHTGwI6I6 { width:40.3125rem;height:2rem;top:32.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRlDQqL3fdvzR4UbWw6SHzgDTdqGKBKv { width:47.75rem;height:5rem;top:34.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJVlvzupKqLkp32pcfeK9KT1G62dTuBv { width:25.625rem;height:1.5625rem;top:236rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT13N9eZ1gxmRcg92mp5e4PbCOyorMsl { width:47.75rem;height:3rem;top:237.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfp5V7oMFlcnql06BTrxF2renG46QLfC { top:235.125rem;left:12rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqFneWB73p1l1xeK7N2naG4CV88WiKci { width:47.75rem;height:3.375rem;top:241.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKRJ3AspEpVv7xU38WTCEzfi47p2l2BD { width:43.125rem;height:3.9375rem;top:255.25rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzke0eyKdVIv5zNrtJITTt7XSFhOAesr { width:47.75rem;height:2.0625rem;top:214.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVsmmJ0pO4pKeKav4BmXyAQcVLTGOvh0 { width:47.75rem;height:3rem;top:55.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0v09NwDOUsXx4eKP1yhG3wCxQ8dC1b { width:40.3125rem;height:2rem;top:58.8125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1kAXXCSiU93yT4rHW9s629gbLJT9luU { width:47.75rem;height:3rem;top:61.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRyNC7mqaqrloMDddWAfZeQlT73rW6Um { width:43.125rem;height:10rem;top:244.625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLCTFGJyz6Ze8NIyuvRSxi3WnauHrWqA { width:43.125rem;height:10rem;top:85.75rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Esh9ZcWFGfITUbofUU7gy0gmhezJg2 { width:47.75rem;height:3rem;top:18.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylRBQpmrDv9MOZt0Dx55dqsBICAzSdLo { width:40.3125rem;height:2rem;top:21.8125rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEJbgUeMbLRZxuBahH5clh3l2igR6Np1 { width:47.75rem;height:3rem;top:23.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtbgKPaSMr49WK3lTUnQ7crpTe12SiyH { width:47.75rem;height:1.5rem;top:13.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysZq7Ii9RMoh1EUdtOq4EZlrRNNtWRLv { width:40.3125rem;height:2rem;top:14.9375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCPPnCh8SkGNmsqUeIu0qPPxAA3TWJuF { width:2.75rem;height:1.5rem;top:8.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF6W75pdG8ptLMuEt2X0xaRy9UisVwPD { width:47.75rem;height:1.5rem;top:8.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN6p8Ia1lR4ayxHziHf7RfUe8Zpxczyf { width:2.6875rem;height:1.5rem;top:13.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXfyP4SDeqBwTS7NMCaykg84UflufXeV { width:3.3125rem;height:3rem;top:18.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ64UaQhVD5IJHFlevSeUvgI2goFRHOJ { width:3.3125rem;height:3rem;top:28.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDNaeFkBrp9cWNMQr1hJweBlS4TCmdMc { width:4.0625rem;height:3rem;top:41.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3yvf29JpDOfTFPD2twpstHWxLrowlAz { width:4.125rem;height:3rem;top:55.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8vI475O39ee58aPcvKdeECmgVFeWrR2 { width:4.0625rem;height:3rem;top:72.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuKXVxFMe63uPMIZO4pSK48UeFGRVX74 { width:47.75rem;height:1.5rem;top:72.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGhBUGtzTMVz4PH2Ug1l87cB2PPDHLQT { top:72.3125rem;left:18.1875rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUL5tTxiDauP9dPGPJZmXLeeQeJkK5VF { top:76.5625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #IgVRvGGKD2hWddVkEg4ht48t2nAilzIb { top:100.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #kwUW3QsQ4wQWb315PoObO8ZOFJ0ihxcD { width:4.0625rem;height:3rem;top:78.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNglxMK85pgpxworGwSRvoyqwxFwmSUR { width:4.0625rem;height:3rem;top:102.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZiMGTXIbvOmVNT9HmOVgrXrfnf1OkPp { width:4.0625rem;height:3rem;top:115.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFvxgGwgLnEU5hO5CUiysik9qVo2lzmd { width:40.3125rem;height:2rem;top:67.5625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdpVAdnl7lXwrZHZRUvfCqrIWn5Z9S2T { width:47.75rem;height:1.5rem;top:66.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaUDUzoLsTIuoIsnLBASyk4rhkdFdvsp { width:4.0625rem;height:3rem;top:123.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdHIkTznckDwEUkqUBmZbDAw07rPVHS7 { width:4.0625rem;height:3rem;top:131.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE4HsSiL0XXcNhsg8AkxfGkWgwG9TeIX { width:47.75rem;height:1.5rem;top:132.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJVq0JLCNTOQlT2ZiXRh3waJMoTHnRe3 { top:131.875rem;left:18.1865234375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmCqQLvWI54P4TwDTk1pbzQ3KVZTO3Gz { width:4.0625rem;height:3rem;top:136.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPZzJbcGsVE6B2LAG4vWrfeR07Sh1QvE { width:4.0625rem;height:3rem;top:143.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQzlrIbvKM8zfOM1KckAJRLS3Zy7w5XV { width:4.0625rem;height:3rem;top:194.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG67EM9I7FyDMZazTRmG5kcRpUKDBVT4 { width:47.75rem;height:1.5rem;top:194.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2vpcb4kGVMmSzEJCIF2HOxcUmdTss6i { top:193.9375rem;left:4.5rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsNCce5mvy15lowXq2ZNCfxy7JMNDNnt { width:4.0625rem;height:3rem;top:158.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oug5cs0Vx3NV1sQXlIxVgFl2MD1F4XZJ { width:4.0625rem;height:3rem;top:173.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtdfd6f7aQZAqOXZO6LcgGZWEB7MK1qO { width:47.75rem;height:3rem;top:173.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWDq29kspO7B3ZHUvMDM5mCQkbMFMAlo { width:40.3125rem;height:2rem;top:176.6875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSfSyi82gANFgXw59KcfMZEzdXhBb1cT { width:4.0625rem;height:3rem;top:209rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggNMbAIT3JzcPAl11cUwhH7gAFbKdf17 { width:4.0625rem;height:3rem;top:219.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCymzJpJUNvLQAD1maXuWCuKqsfeRmVU { width:4.0625rem;height:3rem;top:235.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef0rhUBVy924R8XbJNxlCpzwG8TfggBu { width:4.0625rem;height:3rem;top:263rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6bD5IyxJMMOASH6y3gD5lyypveogFql { width:40.3125rem;height:1.9375rem;top:264.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZxT2pbTlWAirO28Uz8TyWqtQTHX0rPN { width:47.75rem;height:1.5rem;top:262.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6gx8n4eOTQ0eL4crPN6S1LO7UvOmxxB { width:4.0625rem;height:3rem;top:270.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U47XM9BewvoOSZpTy4K1lBNm9tV1DxgO { width:40.3125rem;height:1.9375rem;top:270.5625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA0zOacgwhrkqvSeUkPm6CMpqX1HfcxZ { top:270.25rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQsKSKJrXiTB8Za7CtpTIL9v9WUkAdw { top:268.8125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #wZkymcoy5sz7rZBFUI2QXBCvDeG9xJfo { width:47.6875rem;height:1.5rem;top:136.25rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMkwADGwdCi7oTNuX8cw1SbzbMWHyTDi { width:40.3125rem;height:1.9375rem;top:137.75rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLvCBlEF22XFGkiwhEETlf2pVDfJR5GI { width:4.0625rem;height:3rem;top:184.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bECsQglOS0hb22y5M6Rkw5XoGNW4UJEu { width:4.0625rem;height:3rem;top:200.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go4bn8CMJuXFe05XVH423fJVF2WZTS7J { width:47.75rem;height:1.5rem;top:200.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvHyoUXNFvsPxado9mokpG2lGmBt4FU { width:40.3125rem;height:1.9375rem;top:201.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sabu98RAlccp71WNo5xQkUgsITvuRqK8 { width:47.75rem;height:3.0625rem;top:203.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU9uiOgxTHBGm1UFV72IDVD4ucZLo15u { width:47.75rem;height:1.5rem;top:115.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9hn8BmSbaShTe0VMUDSkd6NqmFkvDxl { width:40.3125rem;height:2rem;top:116.5625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd23WXLDu2FPkKNOrhGnFtCT0enT36bt { width:4.125rem;height:3rem;top:66.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKAZf9bBTeyZl6Jx0FiVUA49C4l6INqJ { width:47.75rem;height:3rem;top:118.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgddUvC2wDBBzpOwULdQ0GmGDHccqTEw { width:47.75rem;height:4rem;top:178.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz { display:block; }#KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HanRmShBlV7ACcwXE1QsQqgWHaVbE0Ir { width:17.0625rem;height:1.875rem;top:1.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOWbpg6EgmUN6kQTX0nd5iXXqo5vNqzc { width:21.25rem;height:3.9375rem;top:17.4375rem;left:13.250003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvJbf2tKq9LxywFqsFQ3TF9SSg5bTOI5 { display:block; }
 }@media only screen and (max-width: 763px) { #aOWPwqTqwKheCWMrBehLpm8eS3Kg2vJF { width:35.9375rem;height:2.0625rem;top:1.5rem;left:11.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7qy5LzWmEK0LWJFghN6N4LSCxKryzJU { width:35.9375rem;height:2.1875rem;top:5.8125rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Rw3op5B8h0lZgvy7FKU8OFGuwrl3DV { width:41.375rem;height:2.1875rem;top:9.4375rem;left:6.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKvHgMO4DzEGNe14RxbZElGUV0dBqzzc { top:14rem;left:38.9375rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaDVnV48JaRL2ym34QMvwISE7PgUPIbm { top:1.0625rem;left:0rem;width:36.5625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:8.9375rem;height:3.25rem;top:7.9375rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:8.9375rem;height:13.75rem;top:12.4375rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:12.5rem;height:1.625rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:8.9375rem;height:11rem;top:12.4375rem;left:14.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:8.875rem;height:8.25rem;top:12.4375rem;left:26.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { width:12.5rem;height:3.25rem;top:7.9375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0AxS00EFbk5wUIUSuxwD4GqTCZH6x4b { width:7.375rem;height:8.25rem;top:12.4375rem;left:38.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gowo7ttwdMOP05PyOkEQT9Ch0bAhlaZi { width:12.5rem;height:1.625rem;top:8.75rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kscATIPWzsUzmnXc9vW6mfIDWAmbABIK { width:12.5rem;height:1.625rem;top:8.75rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfJ17npGEpBwXC0TuZupBAVzTPCOXsV7 { top:1rem;left:5.25rem;width:6.6875rem;height:6.6875rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH7kbSFyBOtATePTKdEQhuDl54NiaRsT { top:1rem;left:17.1875rem;width:6.6875rem;height:6.6875rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohcob4ngrnfbrdDHU2zWdR1klCmRrhse { top:1rem;left:29.125rem;width:6.6875rem;height:6.6875rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6z7HTt15cE7NhRarS5Zw7WT2gLJmt14 { top:1rem;left:38.4375rem;width:6.6875rem;height:6.6875rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmIfeTWIxl5m7JB1pfaBPkDqCmxVI3OR { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { width:28.5625rem;height:0.0625rem;top:6.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { width:28.5625rem;height:6.75rem;top:7.9375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { width:4.25rem;height:0.1875rem;top:6.75rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrRzIvILm3Q589I4nV8CkTXoeiXEJUNR { width:28.5625rem;height:1.75rem;top:17.5rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y { width:25.0625rem;height:10.6875rem;top:22.125rem;left:21.40625rem;font-size:1rem;display:block; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { width:47.75rem;height:2.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 { display:block; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsT1S6vbgPx2dWxPlRIlDTeXZP2O9QDQ { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGQElTkvKyCs6P384X5Nx4a9kuLxoO6i { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww6BkX4tSqerdVIvKaV4qCrLAM1oI2Rb { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlpN46ZudytHswwrw5IZuGnnsy2DFlIR { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTvZDKK19TyA23l347v7v8SPONCL6kKR { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zouyywlb8fZ0RVTHqLqyawbLB582VBQp { width:16.5rem;height:3.75rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoPoFB7dbq3eqOfaxkBHxbEt2Zr4iKd2 { width:16.5rem;height:1.875rem;top:0rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRBncePrseAVNSODcJkAlf3KMtgVpJmq { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t61mXxWxBiFbTBE9aZgG6MsXXRRrTXAT { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcpGrbXv7hU2Teh3lceH7d27PF6VxkQG { width:0.0625rem;height:23.75rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL6Ok5xyHTK18MGwenW9oByQxoyNaFMi { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6fGMD2hRDrKETVFFUheE6ZQ9VlU7Jkz { width:3.25rem;height:3.25rem;top:18.9375rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipQbL4XmrOOez96usI6tCN3H7OMbVL4s { width:4.375rem;height:0.0625rem;top:20.5rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlViv45erEMwtbK7GufbvtREZ2pxcPVp { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NODc4qcJ5UJFsyoCtaR1oRAuHtTxh25Z { width:1.6875rem;height:1.875rem;top:19.5625rem;left:22.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbnsewkqeIW805qELoReMZV8iS21Ta11 { width:26rem;height:17.8125rem;top:3.5rem;left:21.75rem;font-size:1rem;display:block; }#nbnsewkqeIW805qELoReMZV8iS21Ta11 li:before{  }
 }@media only screen and (max-width: 763px) { #Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx { display:block; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrgwRLqXW2bmXlnEAmJLmm9Mk2ypBRGL { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQaXqXxdUA6EnM8kOZFzwpXcJq0k1gIl { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skcnOL3Wt7urO8n8vkCBzTnvbAQQzhMD { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTZftFgTSNyGku2t48NfT5ikueQsZKUJ { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcQQpwRxNqnyJwzi2T7BgdAazllA0DrN { width:16.5rem;height:3.75rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyU3KPw6TbidfzSWHQwvccA1X0TyOncO { width:16.5rem;height:1.875rem;top:0rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpLMsiG9kSwhwSvrKm67BEFTZa5herIr { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmhBTezN4DvF6VBlDyv3U2XlF1k767LM { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbfKkKTPabNNdcUmzeTrXazlmuh3L7Tf { width:0.0625rem;height:23.75rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy2VnUbI1c54PJD3iKTekTIC2JFzdv9O { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfHriXSiT4JsT1BNBT2e7mi4I7MXacvk { width:3.25rem;height:3.25rem;top:18.9375rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm9KhSRSk9RpG38ewOui0Pkl5rHNoR7R { width:4.375rem;height:0.0625rem;top:20.5rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGiOCLuiBK9XeK7e00dQNXXtw7kdxOR6 { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgHUXnbEBEKU2QaUOft0itgUivb9wCsk { width:1.6875rem;height:1.875rem;top:19.5625rem;left:22.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy { width:26rem;height:17.8125rem;top:3.5rem;left:21.75rem;font-size:1rem;display:block; }#o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy li:before{  }
 }@media only screen and (max-width: 763px) { #tJx9DrIULVLstTIpprklRPcTDvQGycxF { display:block; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S88ouF9F5JnGws7xCKTsrqK6wVUoFBhf { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNJaTPVKfgKd63NJ9HBxMmesBkBdWNUF { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8HcZ9rGGH6uJ6ltlAmMQtw1LozIb2K5 { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1iqc6FxwhASDXZwAyb3Si6fO67cGT3T { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmWanZT28o5tVwByl6EqhSuuT1pPIAeT { width:16.5rem;height:3.75rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAiLOHcUcaeRIdaGOPzIp5x5k7e6u3og { width:16.5rem;height:1.875rem;top:0rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZPNnzkQcWTbUqHqrQbMTfOyRhl1Xhg6 { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gviCzvgJ3oR4rEu1gqadTfXcF70wHduS { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqiOWrZEkurqUApXqhV8EqCBwQg1bvpQ { width:0.0625rem;height:23.75rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuT5J90D9ZMUTU2u7g4UOfUMtBZsri6N { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFCcI9NTKwSyonBtT2i2r5zwzhsnyS3P { width:3.25rem;height:3.25rem;top:18.9375rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6F6Hp9L3ZZRJa6wtoU9FoP1qpUGAT1M { width:4.375rem;height:0.0625rem;top:20.5rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucpGfx8JPvd8J7WB4hrpQPbhcEF7XIVx { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDgkkwEgrRb9BRC4n5OGTioPG1mIqx61 { width:1.6875rem;height:1.875rem;top:19.5625rem;left:22.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ { width:26rem;height:17.8125rem;top:3.5rem;left:21.75rem;font-size:1rem;display:block; }#nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ li:before{  }
 }@media only screen and (max-width: 763px) { #WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { display:block; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiXuttGKIix6tTTTXKVBqGPwsqHWIXZS { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPTAp2tTad2yulFRFX8fcVvwhrnnXeZM { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETNJBZTKTTNDvUnhGcwyCN8ZNb37Fiob { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJwp3PtD9ZnrTe8KtW8fM7cHx37k4nnG { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP7oKI0mqQRn3X5PccPHoCUFEwWu5Oxi { width:16.5rem;height:3.75rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmWoe9gHTcUWqEtn9i1LNeu9DSzNTyIM { width:16.5rem;height:1.875rem;top:0rem;left:27.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNaU2KxO60VwtgcvlaUQ1wVfHp2ToHy { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5K7naPO7IcULZ2Pwc6tvcf16aBT98ck { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB2iTh6V45sTtXNT9fm2v3iMviczSuq2 { width:0.0625rem;height:26.5625rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHVNGTCrt5nuPgTdTWzng56vAGMR6XdN { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frL9GUbB9gZfMMH7TmcWc8vCHcEKfBpC { width:3.25rem;height:3.25rem;top:19rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHcSCW0Nco4qyMt0K0y5HwDvg8mt7AgX { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS1zaqGTcTRWnmpSZvc9Xht1nxT6as7S { width:1.375rem;height:1rem;top:20.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqnG9s9FKKIAoSLDocO9vFoW76lT6VgS { width:15rem;height:3.1875rem;top:26rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #iChM1651FTLPOFpKubKxTbKCKVtqEqub { display:block; }
 }@media only screen and (max-width: 763px) { #Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV { width:26rem;height:17.8125rem;top:3.5rem;left:21.75rem;font-size:1rem;display:block; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:before{  }
 }@media only screen and (max-width: 763px) { #JgUZNheNyp3QnVlvh7iNxpz6Wfv4lT4f { width:4.375rem;height:0.0625rem;top:20.5rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { display:block; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { width:23.8125rem;height:5rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvuxDxLGhWkqTucRQhgzhptKalEDvqZT { width:23.8125rem;height:3.125rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { width:26.5625rem;height:13.125rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { width:15.625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxduhVs6P1JZuyeIL11BTIUs0ksLV0p1 { width:15.625rem;height:4rem;top:21.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAmSNLRZNixBBhf960hz57GaQptN6J8t { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk8vWVRwTp3zuZOA29IJsB6IfZWcROTk { width:2.75rem;height:2.75rem;top:21.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLzFwO077prZ7kM1gv5aSdSJ3Jrg6UvD { width:32.4375rem;height:25rem;top:2.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbcihiACdMtBI2cRFHTzGr5mziPB46CU { width:4.375rem;height:4.375rem;top:13.25rem;left:35.46875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx { width:9.5rem;height:0.625rem;top:2.375rem;left:32.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { width:47.75rem;height:2.75rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw { display:block; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBlSSovyCd6TXhvX7z1SluqV6Tp4i8lK { width:12.5rem;height:1.625rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9mvIirQl2HqVxeKGtDelESoh65AuGCX { width:17.4375rem;height:17.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL7Llf8xhN9unquaktiJ2qgs9lV17VuA { width:4.25rem;height:0.1875rem;top:26rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1n2EscTMMUdt89BTWhg8dt0GNv5w6P { width:15.625rem;height:0.0625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFAAN3aL2xf4tOSOUmJJI4y0BAExRSmA { width:12.5rem;height:1.25rem;top:23.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDCam4Q8p7Z94MA3xV9an5nUwQgbBRe1 { width:14.8125rem;height:3.375rem;top:27.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKlwu2hziF0o5sdicc3BwH0m0J1NN9bE { width:3.125rem;height:3.125rem;top:31.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUmUBmgKGqtvPzSCrQS2l7opZp5skCbe { width:3.125rem;height:3.125rem;top:31.8125rem;left:2.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fElsb1hsQfWm0SMaDyua7M17WA6CG5Gi { width:14.8125rem;height:1.6875rem;top:27.8125rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5VWVDvVaIMGgZQnkd7sehsU65ppU4S { width:3.125rem;height:3.125rem;top:31.875rem;left:19.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpg2aUHlaDLakMyJf5oytcUGzHt11BfW { width:12.5rem;height:1.625rem;top:21.25rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBZm355ymOanvlpGBeyXwEMx2iaMZe3z { width:12.5rem;height:1.25rem;top:23.4375rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBdxGX7lEKzOmbx1qhqqQc1maneJ3mn1 { width:17.4375rem;height:17.4375rem;top:0.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXzhOTzzlvhzkOBxiXhuuPUwftMbIp2g { width:3.125rem;height:3.125rem;top:31.8125rem;left:16.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spO0E84HRW0vZST6bDOAVCMzr9W3Emyn { width:18.75rem;height:39.0625rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggQNfsbuHLDqA3zXrcURsBSNEAtIe1Tr { width:18.75rem;height:39.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTeZCPBKGTeEIwfofKuM4Knm3at2LuOu { width:15.625rem;height:0.0625rem;top:26.125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQB54Lryxf1Sb1dzUGPKCUGkKf1Bmr7v { width:4.25rem;height:0.1875rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { display:block; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhPVyC3dmVsxEmL1a96gu8ztB7VaFLs6 { width:47.75rem;height:2.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCQLlTHFyqRsaht3lgikalT871sr0WRd { width:18.75rem;height:31.5625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcWmyPFqLdMTePDTPnhiZzITNrQ75FwJ { width:12.5rem;height:1.9375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpts6SarB34ANgoDvWOzmNNOytkrBvLE { width:8.125rem;height:0.625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoGt4IuhgsoTNe7m2uwqTq4QKZM8awXO { width:6.5rem;height:3.375rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdayyvponl9gIoPi0xVzgIohzdL9CTW { width:5.4375rem;height:2.0625rem;top:17rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB { width:13.9375rem;height:;top:21.9375rem;left:0rem;font-size:1rem;display:block; }#EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #cbScwXAgolEyNESZ5ZznwKaMk6cXzbOG { width:15rem;height:3.125rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJmrG6nP33tVcNMBLiVkQgRi1ydmITI2 { display:block; }
 }@media only screen and (max-width: 763px) { #GLOz1gqc5nWU4tqlVE7K5wcN6MoCM06q { width:18.75rem;height:31.5625rem;top:10.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQCmyBsqTzZq52EwNSrPVFF4KDzWipX { width:15rem;height:3.125rem;top:35.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8zhQ6wkd1HEO1T03nmTrTvmVbD5TyIP { display:block; }
 }@media only screen and (max-width: 763px) { #evrb1u617gg7QMeHp8xhpQTymib1FwpE { width:6.5rem;height:3.375rem;top:16.375rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lir6mCQNKM7DGAcmJz9ysA6MNFGQpL9n { width:5.4375rem;height:2.0625rem;top:17.0625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQO89GpvmvDVN9RrdeVcRT3KaJdwxCPp { width:12.5rem;height:1.9375rem;top:12.5625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I { width:8.125rem;height:0.625rem;top:10.125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M03K15FwEtC8pEQxLF0109mF29CuF8bG { width:18.75rem;height:36.375rem;top:8.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqssgKfpf3yI3aJvOhuxWyUgak6rMTXl { width:12.5rem;height:1.9375rem;top:10.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt { width:8.125rem;height:0.625rem;top:8.375rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOTC8gyxQRi6OZfb0Cg9JgTxnTT94mxT { width:6.5rem;height:3.375rem;top:14.625rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNQnlaEmSiKLx5fG49IXTkpUzfsWNeEd { width:5.4375rem;height:2.0625rem;top:15.3125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uon1mXP9uX5IolyIyCsFTJdCwLmTqTML { width:15rem;height:3.125rem;top:39rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqf4vSpygWi8eUaAypGt9gU1FbPICV5 { display:block; }
 }@media only screen and (max-width: 763px) { #NR7dC0TmXtVx336mGIDLiFWyAUXAPMDG { width:13.9375rem;height:10.9375rem;top:21.9375rem;left:33.8125rem;font-size:1rem;display:block; }#NR7dC0TmXtVx336mGIDLiFWyAUXAPMDG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #ouPpcZyBbRAn4OGNdDFVoUodrenym3Xi { width:13.9375rem;height:16.0625rem;top:20.8125rem;left:18.4375rem;font-size:1rem;display:block; }#ouPpcZyBbRAn4OGNdDFVoUodrenym3Xi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:47.75rem;height:2.75rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 { display:block; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRnst8isiFVmb2kJqE3y7mMqCcl8TucV { display:block; }#yRnst8isiFVmb2kJqE3y7mMqCcl8TucV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DW4LO5MnncBZU9EdH2oAAOtU9cwMgw9d { width:47.75rem;height:2rem;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiO6ODpTTLXrnKUtTvgTiUX1hSuc3XA7 { display:block; }#GiO6ODpTTLXrnKUtTvgTiUX1hSuc3XA7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx5s2rdQLbpJE4nuAVfhHAaNeGCEnhIi { width:15.125rem;height:7.0625rem;top:1.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv7rQidWDU63S9083Db3qaSFu80117Bq { width:15.4375rem;height:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLLoJUT04pLSxXADE7gSVlrDr0WesGJT { display:block; }#kLLoJUT04pLSxXADE7gSVlrDr0WesGJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTQoDSKpGDDbR1pH3QdEe1bGc4rztAO3 { width:47.75rem;height:2rem;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmsEUI9uZHREDt9eSbJaTIuOsORvTa5W { display:block; }#CmsEUI9uZHREDt9eSbJaTIuOsORvTa5W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDm5DASXfl6dVOgFu9KTy5QHembsBfyF { width:8.6875rem;height:7.625rem;top:2.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9w4hJGal83CQJOCHEJfZ9mwW2H4OLCf { width:8.3125rem;height:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #azv5m3nKTNeBWC9JKRZcfCH2rfzpSEcW { width:15.4375rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxb0SfZekxvmyM4C0FQpRqkGsARvUHeW { width:15.125rem;height:5.25rem;top:3.5625rem;left:28.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR0t5IidTfziQowadd6CzCBTGsyOWmNB { display:block; }#QR0t5IidTfziQowadd6CzCBTGsyOWmNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKW3y2o5M3V03OakD50wezFR4NEmeadx { width:47.75rem;height:2rem;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXbmIk3TmbanZw9kDTMK73KK5swCXFf { display:block; }#COXbmIk3TmbanZw9kDTMK73KK5swCXFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqA6szvWeBe2JJT9fcT2pSDR6TcsENml { width:26.8125rem;height:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULU8HILq1O15yqxxIJsSdNUuehaU4WXX { width:15.6875rem;height:3.875rem;top:3.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pahFE2pIWN9FPnVn18msTTsOtHPcbhEi { display:none; }#pahFE2pIWN9FPnVn18msTTsOtHPcbhEi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sOQtuuAP5778VFyuXLhLtcHl1oXDWiKc { width:7.1875rem;height:2.875rem;top:1.6875rem;left:9.6865234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTsQV6sNLcipMcfXfBAkT6Dds6NTrCfo { width:0.0625rem;height:2.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZT0XtlqZcrW8c3fWhcv2tymr3P85plZ { width:0.0625rem;height:2.625rem;top:1.8125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyHhKecF3agQwh49d5NycgCJZFK62qos { width:0.0625rem;height:2.625rem;top:1.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akoLtBc41Ro1W5hmiN6mneq3sT8hec6f { width:12.5rem;height:3.25rem;top:1.5rem;left:19.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.401875rem;margin-bottom:0;margin-left:0.401875rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.52rem;padding-right:0.100625rem;padding-bottom:0;padding-left:0.100625rem;display:block;width:4.290625rem;height:2.5rem;position:relative;font-family:lato;font-size:1.730625rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n .widget-text.counter-label { background-color:;background-image:none;color:#6a82a5;padding-top:0;padding-right:0.100625rem;padding-bottom:0.345625rem;padding-left:0.100625rem;display:block;width:4.110625rem;height:0.623125rem;position:relative;font-family:lato;font-size:0.7375rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n { top:1.1875rem;left:26.4375rem;width:21.3125rem;height:3.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #DTfXsgezLPR34t45mPTDidqIDvXxbr77 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #GtumBGTktmx7cD6ca5NOTDdom7BKu3oJ { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #fM36JuQlsLdNQJroNTsM8gtWfyFVrMIX { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #cpxk6cC8HQyvy3ZIvNZCkE6Q5ik2rAo0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #bikCvLrtcUT7yPSvpGrTQ9x4IJz2ClnR {  }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #VMcrmX1FEVBMhERoGfVAcgQVui6NzScU {  }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #WhNDTwle7QyXt5HHkksTdm40Ca2dk9ZE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #u2EU3cfJmZJ1c9Ka3OPTq2dPDWCPI0BQ {  }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #Tua1bKWBtglIK6gghgMiLOsZAaCXt0CJ {  }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #nqG1AbnlbQkuAlz6u4asTdJzPBDMVykX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #PLqGmVcbJxTtbqs7dczWa4SBn4HT7VRt {  }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #PucSEOHTNTDD16QGuD5RNP87p1oZuTFw {  }
 }@media only screen and (max-width: 763px) { #vIkPCg0THyD06wC4o88SzgUzsuCOmoJ8 { width:4.5rem;height:5rem;top:0.5625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u22mDbAaEcnWTpWkzE4Kif5gm5K1mmsy { width:4.5rem;height:5rem;top:0.5625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVdvqedlGdamIMeT32TZW1lzoA4qkq4O { width:4.5rem;height:5rem;top:0.5625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbrXIFrR9IFSdFAAPsuBxpKTCdkUhAsM { width:4.5rem;height:5rem;top:0.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUmL4ar65pNZNPZ0XZ1DkrZBBeS07kFa { width:11.4375rem;height:2.6875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd8362zmipv6nqx3a97sDDnvzzUqrnl3 { display:block; }
 }@media only screen and (max-width: 763px) { #NUWx5c41eHiAhhJFvgH6uUWSam9xAtCo { width:47.5625rem;height:22rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixEJMR3bB92aiz7TDPFWEznGVFmQeJvx { display:block; }#ixEJMR3bB92aiz7TDPFWEznGVFmQeJvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mK8gffWBWsDyqRR7dZi2bPkCuHdNRfKn { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO2D1WkfglVVkCTuB87GviVy9AJ1xCt5 { display:block; }#HO2D1WkfglVVkCTuB87GviVy9AJ1xCt5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQPbcPJEdRU6zK3UtKi6TZhDi7IhuEtR { width:18.3125rem;height:12.083610196501rem;top:1.4375rem;left:14.686634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4sbBLpBQkcG2pyOomXugNhR8uk0Gq3A { top:2rem;left:27.934246063233rem;width:7.5625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnMHpR9aFHFOTKVuk9k5CWP3RT8kuQG5 { display:block; }#nnMHpR9aFHFOTKVuk9k5CWP3RT8kuQG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWItpFepOgBTcoBN907yUIPeB13ccXvq { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXTdarJUUqyGEQutPnHVk87GKkuXnTi8 { display:block; }#PXTdarJUUqyGEQutPnHVk87GKkuXnTi8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1b5skXql1IMugH9oFtvFTTOyMcSIEKu { width:10.8125rem;height:3.2302689477769rem;top:3.25rem;left:11.886474609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU1cWGE0kSDQ0yVx6h4VHfxiRD8ey05p { width:10.125rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEmS0Qy9UAyEoNvnHqpdey9fpzawM18h { top:2rem;left:0rem;width:9.5rem;height:5.7106632716433rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxBOv50uN2wOTCU93wVKCEJ3O1px8pxw { top:2rem;left:40.0625rem;width:7.6875rem;height:5.7653180333159rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmALaDKvINN9dCPiCfZRqm1JgaShoX9Z { width:8.4375rem;height:5.5846252279814rem;top:2.125rem;left:28.470947265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S41Kih31WMTA9fzd5baABv9QXwPZWXpO { top:2rem;left:27.934246063233rem;width:7.6875rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnkeCeE63TJeU8ZBDc0UTlSuHRc3eCry { width:11.25rem;height:7.3336703573563rem;top:10.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #voayMmvzQkfiso0vbJEinkSNeGPGJWgT { top:2rem;left:27.934246063233rem;width:7.6875rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #axCo5987N8GQMoUS0ol8qtPN7IclOCRn { width:40.0625rem;height:7.5rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRWcphlNQKtfPJP2XsL9n0zDK82SMxiR { top:2rem;left:27.934246063233rem;width:7.6875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJA3LfVtSAgTgEl6HG8eCvIFqwWKdBAx { top:19.5625rem;left:17.5rem;width:14.25rem;height:6.9052166962231rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqmIQXhVb5ZHMBPZAJiMF7MsZsob28wk { top:20.4375rem;left:36.5rem;width:11.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko8Xv1L5ZgCO2cGMSUObFwbiyXOeQp8D { top:21.75rem;left:0rem;width:11.3125rem;height:2.5476746582117rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAtrtoHTH15qUUkRNQJtW5eXSAmpwv3J { top:29.1875rem;left:7.9013671875rem;width:12.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezW8H5kLInq1F6lFGNJ0pJJkd0dfHITT { top:25.5rem;left:28.470703125rem;width:10.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd9PEN6Tbmk5Dk0V7FrXvAZvcau3tRsF { display:block; }#Sd9PEN6Tbmk5Dk0V7FrXvAZvcau3tRsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5aWdohwBTygmBwXbEMpPsE2phCn3eLE { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMAL2baxA4iWAQPuKPKOVhzrV5nqNzHS { display:block; }#KMAL2baxA4iWAQPuKPKOVhzrV5nqNzHS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nM4TcFQUu7vXGaCP8sWo9lDXuMSZBiVC { width:11.1875rem;height:4.75rem;top:2.5625rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMvouenAhqXNom9kXkmOiP11LT7nZc9 { width:10.125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6rdHdv8T2GFK421kh3xxshpXxueTTZ8 { top:1.375rem;left:34.4375rem;width:11rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz6NxZK0KWiHe3pe9ctK2qJctUhguDI0 { top:11.9375rem;left:0.8759765625rem;width:13.1875rem;height:6.4066264101006rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBAyJVJO2ffbEah82352PHAhVoskZPiK { width:13rem;height:5.2237145222497rem;top:11.9375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqXtD5s7oCNHMurBEZHe7OLstMxice7d { top:1.6875rem;left:19.53125rem;width:8.6875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRmQPlzJv6KprvvUrNivpN312AwBSDTN { top:11.0625rem;left:8.4375rem;width:13.25rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XS8qlBuRbekEEu8PmsUePUSWg7b79ad5 { top:12.5rem;left:18.15625rem;width:11.375rem;height:4.1021842497909rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI1FWzM7aa9KPmpV4kLv1pqtzK0MzV9x { top:19.5rem;left:1.90625rem;width:10.3125rem;height:7.2480625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWydqbPNCs97B2qPUR3reTpe3T1Sf76E { top:29.375rem;left:34.4375rem;width:13.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSJ5JMkFxFT0S2aHOdIzK2MMfrTeO3EC { top:20.3125rem;left:35.9365234375rem;width:10.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrRTSutQgWZNoqtteTLtx5IGSDoGzZJH { top:18.375rem;left:19.03125rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vamtvEHwiPPXIRkicJBk6RzwKtrMquEQ { top:28.0625rem;left:0rem;width:17.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZKWWBmaSw0H68OxDcJgtV8had6vOMrs { width:8.875rem;height:3.6605704733194rem;top:29.125rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll5zOtaR20v7xn7cqX0CWMp1dwL3yuE9 { top:11.4375rem;left:28.029052734375rem;width:11.375rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1FSIVC7hbt6MA6kSf9FITrzrRqcdz5f { display:block; }#o1FSIVC7hbt6MA6kSf9FITrzrRqcdz5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4MbhQiWWwyGVeXd4haKZSH0MgtpmK8C { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuCHiCKleXFptgolXkvrrunUSLrsJsZp { display:block; }#WuCHiCKleXFptgolXkvrrunUSLrsJsZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U88ER1WrWaO6Tn0dv8VSkPiTOW9ovzam { width:13rem;height:5.6601562911245rem;top:10.0625rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2eO04s90VVWsbJS1PNbsBkXre6yQWKV { width:10.125rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0y5Bp5g5vSJ8PVy55r1ubQVPSW8PXNV { top:9.9375rem;left:0rem;width:16.75rem;height:5.9761522172397rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR3h35RDTIHRml2HEApXieHsecAgEVIG { top:10.5rem;left:31.0625rem;width:16.6875rem;height:4.7931546186312rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfZvIRMDDH2yfeTMRsGxLM9CB6TJTWST { top:1.5625rem;left:0rem;width:12.8125rem;height:8.558625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDT91yykUKvOEtdholPfK1sPE7V748it { width:11rem;height:5.0959682204228rem;top:3.3125rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va4Wn0Smh6CbmWGt9hWPuoWXFI0xG9Bk { top:11.4375rem;left:28.029052734375rem;width:10rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3LFP4ySbF4bSDy6eVq51uxEapaICnPn { width:12.8125rem;height:2.625rem;top:4.5625rem;left:34.06640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eic7hIOgfaXVA9wDD8Rgr9BXeKShKZ74 { top:11.4375rem;left:28.029052734375rem;width:10rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAReBgcgnliRM9naEX4MP1ACNOVTblvV { display:block; }#rAReBgcgnliRM9naEX4MP1ACNOVTblvV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFtWidXMuqqyhN7iWCi1RZ206QK9B840 { width:8.1875rem;height:12.125rem;top:2.1875rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfDEqamwr2elsM3hEeBTwph73aZO3mUZ { width:8.1875rem;height:12.125rem;top:2.1875rem;left:31.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx { display:block; }#NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQCIFmKzeEHicIAQQpeHdSOZvelB8c9Q { width:31.875rem;height:7.0625rem;top:7.3125rem;left:14.249351501465rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXQ23G6idvgMMdgeuHdNDiWsbskQKLiu { width:20rem;height:3.5rem;top:9.1875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFaBXKuncpzqOmcZ1L2TTEai2aL15zgP { width:22.0625rem;height:2.3125rem;top:3.25rem;left:14.250003814698rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8zxeTRRCmJBQWoflpRazxiciGTGaNgp { top:2.5625rem;left:0rem;width:17.875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoSWesgCpOXy0EqXJRxuhwTb5lNgO8m4 { width:20.625rem;height:6.625rem;top:23.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbbWym77p5XeJmyRrndaArXhrGM0n64T { width:19.375rem;height:6.625rem;top:23.75rem;left:28.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENcWRbyoPu1tpg6b04PyFOEgGJFmTEpM { width:27.1875rem;height:17.4375rem;top:33.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRBcQbPsA19NhVhbVB9P5rG8XrBG6DMq { top:23.75rem;left:0rem;width:27.8125rem;height:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEHGUOS4JSiRlrM6Zsrs7dClWbPlz2bt { top:23.8125rem;left:19.375rem;width:28.3125rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1LLgiCfeS29IyQcf2RTK6GzcF2s7arL { width:28.4375rem;height:20.375rem;top:32.3125rem;left:19.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQSL9HJFIOIPFJoJqC3fw3d4dkkTQk4L { width:27.1875rem;height:2.0625rem;top:59.1875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXFO3KZxsflc39FUvFFIskZ2C8LZhHaE { width:27.1875rem;height:2.0625rem;top:59.1875rem;left:20.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxaR5I3qAwGTA1vZWeJaqFyLTSWhFaNA { width:12.0625rem;height:2.5rem;top:55.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tihTBHdMcqxpPoybyEAHDq3tJGU4VJOZ { display:block; }
 }@media only screen and (max-width: 763px) { #pu3BTwvMU0ZVLd4DxnckyEW512DmyT4u { width:12.0625rem;height:2.5rem;top:55.375rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws4evdaxWEHoTdAQeqUVyyaQRxnO5Tzw { display:block; }
 }@media only screen and (max-width: 763px) { #rF1Dq2AZ5Pof7smqJvHXoHEtCPMq6uNl { width:20.625rem;height:6.625rem;top:65.375rem;left:13.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtI69Dm64EI3T2tPutPVPqy5HGgfHXeH { width:27.1875rem;height:10.1875rem;top:73.625rem;left:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXC4GSryBmTVrtOeNTGkUOilamdLaASl { top:65.5625rem;left:10.25rem;width:26.9375rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob41VefsZrEUMqwXb0yUhQ6V0pmWh5kb { width:27.1875rem;height:1rem;top:90.25rem;left:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrbhNRSpDCTXTJ0ZIoe4zLz6W9mk2o5c { width:12.0625rem;height:2.5rem;top:86.25rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1JApiHiVacocn3c4OTmQ0kogoczRJgO { display:block; }
 }@media only screen and (max-width: 763px) { #HkkgV3RyP5K8kmNoUpdr1vRVSCWOmk8T { width:14.5rem;height:4.125rem;top:77.25rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykmOcacowSF2wb0fSJin4THDcFXuV7RG { display:block; }
 }@media only screen and (max-width: 763px) { #yEXJKKKMIy377L9s6stC1ii7MZuiPxmQ { width:47.75rem;height:14.1875rem;top:64.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z96EhPKyAGw5VenZIO77bF9bqAoi0Vza { width:47.75rem;height:10rem;top:13.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu { display:block; }#TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-regular-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-text { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-textarea { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-select { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0  { width:17.5625rem;height:auto;top:10.625rem;left:0rem;background-color:transparent;background-image:none; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .radio-container { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 {display:block;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 { width:17.5625rem;height:auto;top:10.625rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #z8RMiCoqRcGHEZHtT2GFqSCJF07kBXgV {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #uqZNhrCWk1qBzF67eSPAMLnMQFwRV7Dr {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #X4TvuKoqHnuAoeUWUKxDy2HIg5UNvGHT {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #BXMI95qAsOr7AQlBG5RCvfTgKnhgGp4p {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #IVLyaHi78hHm6rEbSxOKwT8DMzqZ0Ntp {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Jny9IcOX4eniaoMoPA5kuE3CQhgTV03f {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #JkWviPlZNbCz7MWrm07I3WJdHoEdS7bT {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #WhQr5BpeLZFUz1oLTd7msdqLaqwwglOa {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #NbFdVMR0AVG6ROvBdl97yCW5MEep1xhQ {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #H2OBkp37p4WCICaIus72OOSfU0IOtdmO {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #c1CqNmnrOhzpdMvC78vnXwt86nfTiTNP {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #zOX6pGcNI3Ilws5Ww6NWkJNKNDyPJFw7 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #rGIiufKS92JrN1HR5ECfCVPkDaVO1tus {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #UTerTMv0VkxXBFwy0ee6Zko1HeL9OCqM {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #rsUXsBPmwceOWZTouexFtbTNTnW3NzHr {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #tJqUU3lRgZnFf0Lg82B3eZ1oMhWh8Gl7 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #mmwNhLrVSu6yIElQkS5rXQc2MBN1TvIk {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #bN6QcErBy3QXun4zZvEtkB8eCcmVKa4s {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #upMAMZdpN5o9GbUgVEJafqyw56o7iuf2 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #kTky5X0hfr3aToUPshbXFmu13Dzdb7uP {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Xs8bZWxCxbBDGt8PkEf3KAMcyDnCLN1g {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #lfmKdXwcdwL6sVPsrUmQA9KTyBGvk4lp {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #o9UvAKh7ToMLGOV8FuPobcPEDQqA9Qm0 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OzudDp9ehOuSLxiotUWwrFBhEcQtQEBX {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OMG8ToZvm9JkEqAWtHKm4TCerVhBAXFH {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #VEDIHVxXJqmKDyM1PMSKA9xosT6Bkb7M {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Xy1oBJWb7772aDCLBQGP3s32yyGmvdfG {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #eW7X8xD9AHNneaPIMZVtL56heXhzOvw9 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #HITkPBa2oeoW0WtIZN9J36bzWnD6IuZM {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #l1Fy7ZHKHZsTJzyhkglnuxyOSf3CyOic {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #E1T7TfeU9nL3s19sqBfbfJ2H2tV7FQt4 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #IrU0sT4AvV3A76vt8UQHHv6h9JQ0oMtM {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #SuQNCDlTxoSz86X40yGnt5LnOBsq6XhH {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #tlmHvXXAL2uJgukwFnXmc9W1spUL9FS6 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #eWzQ6aDRLFt8QUx7gisO0Kw5k4do0ah4 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #XaeEy7rlHH6k2a6V5rX8FmXlc12o0ZcT {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #RvdO662RHTiZ8xSbSFEXXLea2gTfe6t1 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #weltWQdwKhp8eWQCW1BIboLxNzwpqV1u {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #UtQikvPT7dUhTAcB6kGITW3m8VfeSMIw {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Oa5GenHyK8erbQT1OdOt8f1qt1hbKwD1 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Qv7TIIpmPdCMlTaCNnJ810xGM9USTdsT {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #EuiePZHSZHLmlwfQn9UHKsUo7zh8aIBb {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Vo79ZJf73SeobKhn77nnRcUQr25OT2zL {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #DhGcDaFSQRvkTgB8IDoT6MQ4EVXfQPmH {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #JH7L6bVwTH3BAOc5w5bTD8yJq0UTESTR {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #nG7h7zw7AvTxmMMKbmzU3wszbaXMOkiA {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #veMZDbWlkfaIfArRHPyMtMhXGS29DF3U {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #NEdEVLxzoRRrH0LALcsImwhCOO3lnxd8 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #kXl8t4Q5Xc2NDGwnmS0Fzi9Q1Jdb0TDp {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #R9nQ657MHaxfhrCKXNlqS5EAcQUltK66 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #xZVsSGEToWzWTFquxeuC2p8fkrb8TP0W {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #QVyvwVT439D1KRlkWphZDC6DZNHV4JKI {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #ywH9vBGaOlT4oSl8aZln0wwIvSdRd8xc {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #UsdpKmRsyOCtKuyTvwXwFJnaZPRZF2It {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #ehD0vXnTTSnrEeyfTM9MqrBXuqpZgZa2 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #TSDrFgp4qL4gZ8SZxNWEZqWzTVMuXVbC {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #iwDlaefynQm2fnsMMIfXmPMQJLidCnGg {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Lyde1GPeVoMttoDBIPef11RRKI0gW6UC {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OtTOFPOw9biSTGG4XmLqDactE2kw6oOh {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Lv4Dt2Z29HAL4bNHoCZpZcK6HXBJRq52 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OprCymsWodt9pcMruf5HH89IQtySxDgx {  }
 }@media only screen and (max-width: 763px) { #Wuq1ksKZEf7mnoVrnzUnt3Pps37t83bo { width:20rem;height:3.5rem;top:9.1875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3il1rCPcJWa4MqhWAVGfDZuINKI7m4k { width:22.0625rem;height:2.375rem;top:0.6875rem;left:13.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN9ALsT1osT3uJkAl2rvInDKbsp0SWXl { top:42.9375rem;left:8.0625rem;width:15.0625rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iq93WkEKqOT9A1kRPanbg3orS8uc57ob { display:block; }#Iq93WkEKqOT9A1kRPanbg3orS8uc57ob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbVBwzAVOvcrWr1203LNXaIRc0dcpu54 { top:8.875rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPIJuI5KpavhC1J6w8IDU9zCGrSnIrMN { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgrhudXz3FI89y9RiARAHLRaAlqEciFk { width:24.1875rem;height:7.5rem;top:11.8125rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgMmuyZzg8ozTwkNRfWoWo4LMBFaTPI { top:24.0625rem;left:0rem;width:11.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U68nsfBU1msouUPewUhdevA0zt6nsLTV { width:28.625rem;height:7.5rem;top:27.4375rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqfotmfsEoigqC6U8H9Dl3LLIyGzb3PR { width:24.5625rem;height:2rem;top:8.875rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFoHlGk2XOUGsuEipQ6n2hP8wx7NnXhG { width:22.375rem;height:2rem;top:24.0625rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-text {padding-top: 0; padding-bottom: 0;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-select {padding-top: 0; padding-bottom: 0;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O  { width:16.75rem;height:auto;top:10.875rem;left:28rem; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O {display:block;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O { width:16.75rem;height:auto;top:10.875rem;left:28rem; }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #STL5V9lL2qWPkWrfs3mBcpBhuxM3GKRG {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #fBmrtX2Pm9RzQy4lLkGWPtEL30wd7cwp {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #Rff5Bswi2tC4GQwRhFZuCdXqPkeTqWXc {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #FiRX1qTBI8maP1Lzr3TEyLTrQg1GzWMc {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #Rz7U0NfiqH6n69T25cfbutIUiQSsqK9L {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #ne9Qnlt6AgXH4oPXtI4Md2kzOxHhqCxb {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #rxHgO7h0KHSf48hMBPXQoh2JzPTS8e6B {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #HTbH0ABxCkOUkUT3aaWt1IzzW7EmT8eS {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #p2dxNHzDpG0hzgiSnB1G41M6JTD4pSpa {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #UsOtymbnJrstTyoETUGppEJVwXI7bkbk {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #OD8SRO62wzcgLGsMSfb71BaPF06kG3cZ {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #vMiZpwJgoFR8RgxHUaDyd6NCIV7FUo85 {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #EHBUch05ddkRiV1VmMmWmTvk24INZiGf {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #miSJpI2VObTga2D8yg4iphnuIMwhsnB7 {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #X8bbhMMsN2MJS1T7TAyJQkPI0CT8eWQt {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #Hb0dLRBSPwbZdsDO4i7RZNzGDXN8RlZ7 {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #boGr4qybGn9O4FeEkGQ9iagwlxqwh1xL {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #MJt9IJSzLWTOxadPNp776LTPKbRuqiyb {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #pHuReEwps9FfM4esE1TOGTuQGwJrtJvP {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #mKEbQHP6QnubhyncTkAchRE6pyeDdqXD {  }
 }@media only screen and (max-width: 763px) { #ndwF1ZaxAIfDaJhZSmtMbiyVGznSnZCI { width:18.375rem;height:2rem;top:8.875rem;left:29.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTFaJmAWdXqxAtFG9SeUkUOBECnSzx0r { top:42.9375rem;left:8.0625rem;width:15.0625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsqQ0DPBnV5vzwyBLQIqtD94RQJ9lD5B { display:block; }#ZsqQ0DPBnV5vzwyBLQIqtD94RQJ9lD5B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS8B6OspdIBxptoUPNE7btMWv5xwF4BC { top:1.3125rem;left:0rem;width:36.25rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whWgLAhpyU7LTygEs1r4IKsSGRK6H0Th { display:block; }#whWgLAhpyU7LTygEs1r4IKsSGRK6H0Th > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki { display:block; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTrAiMua9r6J4SZB8w9XSFR5mTAWHKwK { width:29rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAN27mWObFUR11Jfg2nTnnxScyMpgBDr { width:17.1875rem;height:6.75rem;top:2.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAVqhJHKaIr14QCqLS2pu3J8PpbymXVa { width:8.1875rem;height:12.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE7artwth3JH6q3TRJgvdRNdcJ64RMct { width:18.75rem;height:0.0625rem;top:12.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwBBt2XeWVkc6TZ9KQztycgiifETksn { width:0.625rem;height:4.8125rem;top:12.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4CyPCoHGxT6DcfswCyVw7Jm9qcn0uEp { width:17.1875rem;height:1.875rem;top:12.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5lorliHHfkv50kTB4mOCIODvSoMGuVR { width:17.1875rem;height:1.6875rem;top:14.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d { width:0.625rem;height:4.8125rem;top:12.125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6VdH3HIOOWH13sGAmzIT2w63QmWhIdi { width:17.1875rem;height:1.6875rem;top:14.5625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Dw0MPb0dixxr315gvRFl0LMOewa576 { width:17.1875rem;height:1.875rem;top:12.75rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPDhi6rwGB2emdKOXm6ege0da8iyeL5G { width:18.75rem;height:0.0625rem;top:12.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #llwtLiaTN03EZFD2DlKyfaHIEiKpOyfX { width:17.1875rem;height:6.75rem;top:2.1875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6KO1xdKnLENMu4rqL99BrUsTULdykUG { width:29rem;height:16.875rem;top:0rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPcMmhlS3Scfn1Isl83VSbq1uTSw1UQ { width:8.1875rem;height:12.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { display:block; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { width:47.75rem;height:5.125rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZwo7Q33bMdE1dZD1rUUDiusC4gM4z93 { width:15rem;height:3.1875rem;top:13.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e95848P6fwS9TTFw5HqfzkPCISCwWKTX { display:block; }
 }@media only screen and (max-width: 763px) { #QLAGWpS1ZFairCotGaVTtqHFO3NEJP9B { top:19.1875rem;left:0rem;width:18.3125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); } }@media only screen and (max-width: 763px) { #A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/1AUwomm4/TRANSPORT_40_summit_2c.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5.adaptive-delivery-prevent-bg, #A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5.lazyload, #A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5.lazyloading { background-image: none; }#A6F76zmnf4T3UE1WErdmHMZgG3tOnTK5 > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q8yTNtMMdhi2XDuiVVZneHvGvLGDEUhP { width:7.1875rem;height:3.625rem;top:1.4375rem;left:6.59375rem;text-align:left;text-align-last:left;color:#000000;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJrRX9kwMQc3CKmlBCoVEZRbeIB73rPC { width:0.0625rem;height:2.625rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUBFmE1mPeRdo0L7hPRgv3fFhIyQE6d2 { width:2.625rem;height:0.0625rem;top:3.9990234375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWbaSxfNbsQSk5xVH9zAxaBRCVVEwDQK { width:2.625rem;height:0.0625rem;top:6.375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4k3eTR8zFB0o7uLvK7V4PGfGTP5IM43 { width:20rem;height:3.625rem;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #fFSIA4fgnMfggdeLyzrzIW16LdDvkKAd { width:3.6875rem;height:4rem;top:15.6875rem;left:1.1240234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhZPVNNfwJmX0Hi6kX7M30lv8ThT7r1n { width:3.75rem;height:4rem;top:15.6875rem;left:5.4990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPZuLZz1hXfdbCOmn4zvLn2viUnp14A6 { width:3.75rem;height:4rem;top:15.6875rem;left:9.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQ4TrBdtxb5GKXvL7gNevRaRZSxten1g { width:3.75rem;height:4rem;top:15.6875rem;left:14.3115234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCBX2i9NILko9cd4Qugi7yAxTzNNHsUu { top:21.4814453125rem;left:0rem;width:20rem;height:9.125rem;z-index:100016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bP3xKagasDZRvawU2z9lr8pg7T94OPII { width:9.875rem;height:2.75rem;top:31.8564453125rem;left:5.0625rem;font-size:1rem;color:#010101;background-color:#ffde00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dga19TULWPJH0cwtJwAV8cM6AHJHIcte { display:block; }
 }@media only screen and (max-width: 763px) { #NFnfgigRbC84WWvsiftftnNXoX1f83dv { width:9.875rem;height:2.75rem;top:35.8564453125rem;left:5.0625rem;font-size:1rem;color:#010101;background-color:#ffde00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #X7AHu1V8UcHXN36XVT3ZsFcb06f3teXP { display:block; }
 }@media only screen and (max-width: 763px) { #WpJIBlPVgpcvEZLdbuPXTHUTd7OyliCM { width:9.875rem;height:2.75rem;top:43.7314453125rem;left:5.0625rem;font-size:1rem;color:#010101;background-color:#ffde00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AyEg0dy6p6pWdST2TRKWMoCJ9mxKvImV { display:block; }
 }@media only screen and (max-width: 763px) { #VwG4myVNKHufWsIyU4AxMhFRbv3y1NXC { width:9.875rem;height:2.75rem;top:51.6064453125rem;left:5.0625rem;font-size:1rem;color:#010101;background-color:#ffde00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oLBZVXwFt7uysNWvazbvRVKOfpUe2fcQ { display:block; }
 }@media only screen and (max-width: 763px) { #xDJ8sr9n1HTMWyi09fXVt2Hw22DlFaK1 { width:0.0625rem;height:2.625rem;top:39.8564453125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE8s48S69wwP1ZTxvRaH4GxQiJtAr3ax { width:0.0625rem;height:2.625rem;top:47.7314453125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGlO0ownQRDyAbBHskgWVAwaUOHHGAoA { width:9.4375rem;height:2.75rem;top:59.4814453125rem;left:5.25rem;font-size:1rem;color:#010101;background-color:#ffde00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ruWiDFbq0bRZt2n9EdzVpZDiQax1Td0E { display:block; }
 }@media only screen and (max-width: 763px) { #bQdnH6kRmucQTkvtCdbV1V4zUTwSThhK { width:0.0625rem;height:2.625rem;top:55.6064453125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW { background-color:#2f2f2f;background-image:url("https://images.assets-landingi.com/z1ZB86sX/mobile_ceo.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW.adaptive-delivery-prevent-bg, #tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW.lazyload, #tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW.lazyloading { background-image: none; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row .container { background-color: transparent; background-image: none; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row .container > .video-iframe-container { display: none; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row > .video-iframe-container { display: none; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .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); }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row .container { border-width: 0; border-radius: 0; }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row > .video-iframe-container {  }#tVT1bxtIQpn6XGJL30Brzyxn4cPrdnWW > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaFezuFeftLbW6mt96FRXvqxnFTRAAUt { width:4.9375rem;height:2.125rem;top:0.5625rem;left:3.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kasFbDIUvNgKaQZx0073nIJ2cIvHC0cA { width:12.375rem;height:6rem;top:13.4375rem;left:1.6875rem;text-align:center;text-align-last:center;font-family:oswald;font-size:2rem;color:#ffffff;z-index:100002;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CG0hiSaRBRJdGDTd3TVMTJBriPgAry62 { width:14.4375rem;height:8.5rem;top:4.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFAmRP22dOCTlC7nNkl5WTpCauJ4wr0i { width:16.625rem;height:0;top:25rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Jz42tofRiIuyBPNKaRNQ1XH3sEROkOUn { width:0;height:21.3125rem;top:43.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENOm1ziznDwtdq1lFZgrVXMCOCk1IJQT { width:20rem;height:auto;top:40rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ah4sABBxTlkseiliRL7psVJATEA5J8LD { width:17.5rem;height:2.0625rem;top:21.1845703125rem;left:0rem;text-align:center;text-align-last:center;font-family:oswald;font-size:1.375rem;color:#ffffff;z-index:100003;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eR3lhvJ19nJogNb7vGKpXDrre2ezg35F { width:20rem;height:auto;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #If6PCPgLOTf7xaznlvByglfXoLtlzJWg { width:20rem;height:auto;top:24.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row .container { border-width: 0; border-radius: 0; }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row > .video-iframe-container {  }#zgnZzRIaxv5ABPK3k9HwC0GIkCn8BGuA > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CE6yThvZKdfRtDWKkEdzJOzvx4TGlrTt { width:17.0625rem;height:0;top:1.3125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;color:#1d1d1b;z-index:100001;font-family:oswald;display:none; }
 }@media only screen and (max-width: 763px) { #nt3aQprS5DJfnvt27rPlFlqwQL3CEM3g { width:19.25rem;height:24.28416875rem;top:3.8125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;color:#010101;display:block; }
 }@media only screen and (max-width: 763px) { #Cfs1ye8PCQqDE87Row48TENXC4TTa25a { width:16.9375rem;height:12.125rem;top:29.5331875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #prCVTFcHeKT3or3BT4O2aUTZAR5A7SCh { width:15.25rem;height:2.3125rem;top:30.4697265625rem;left:2.375rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(180deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(180deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SCX88J9CUgRxb8d55UGzMX4p8UvvWv07 { display:block; }
 }@media only screen and (max-width: 763px) { #hz19QmzbfRQivG2XfeWTZLk6nqUlD1Qk { width:13.9375rem;height:0;top:37.5625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xHlpLZJu4UV7ogHy1tueAqdXezznXG77 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row .container { background-color: transparent; background-image: none; }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row .container > .video-iframe-container { display: none; }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row > .video-iframe-container { display: none; }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .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); }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row .container { border-width: 0; border-radius: 0; }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row > .video-iframe-container {  }#xHlpLZJu4UV7ogHy1tueAqdXezznXG77 > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zegJDHvTRg6pdJxbzWocUc3ycTTXNAb0 { width:17.0625rem;height:0;top:1.3125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;color:#1d1d1b;z-index:100001;font-family:oswald;display:none; }
 }@media only screen and (max-width: 763px) { #CVNGvLMJ6iTlW7twWgcflSmQ9HTJW21n { height:11.1640625rem;width:20rem;top:31.3095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOMznXaPgQ5LwTMiHFhfEtC4w75ZrDKT { width:20rem;height:4.6484375rem;top:23.6455078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.2;color:#010101;display:block; }
 }@media only screen and (max-width: 763px) { #MSMP16L5LCwI4VXeNDvbTOc2O6IVWE4z { width:20rem;height:19.921875rem;top:1.3486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWG7JQhDMR8LpDGuQTqonL3QHef4LCFn { width:20rem;height:16.875rem;top:28.2939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row .container { background-color: transparent; background-image: none; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row .container > .video-iframe-container { display: none; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row > .video-iframe-container { display: none; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .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); }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row .container { border-width: 0; border-radius: 0; }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row > .video-iframe-container {  }#c3yKunaDpVEnaU4QWuACPpSflFzb8MB5 > .row .container { width:20rem;height:96.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkEKXuEWSmCFSVXhXoTEPvbKqgxordbC { width:2.8125rem;height:2.8125rem;top:58.4375rem;left:0.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXxS9pV2PxKGGZLbHaXVdN4Mgs0TaTfc { width:4.6875rem;height:4.6875rem;top:57.5625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMhwxpzAxE9XVkUe1arsIaE4uRTKtQ73 { width:18.6875rem;height:3.65625rem;top:61.9375rem;left:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSrbr0F5GuG1HEK8gDZl5avmLZ0vidwO { width:4.6875rem;height:4.6875rem;top:65.3125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD8sTV1oJZxceMuLPrv1HSZo6Ar2ngcl { width:13.0625rem;height:1.29980625rem;top:59.25rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUDT2bgEM0LoMEQIvDnsiTvcPuoHbeNc { width:9.0625rem;height:1.29980625rem;top:67.0625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHiweyGUBMCmQvQ6pME6SGtXMZuJGmS { width:18.875rem;height:2.4375rem;top:70rem;left:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9otHK1tQxC3JobUuTDOOrfiEO2SS2iT { width:3.0625rem;height:3.0625rem;top:66.25rem;left:0.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEuffXEOd8SZygd08Nk2zcLXlDtHBbRz { width:4.6875rem;height:4.6875rem;top:73.5rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erXdmqMp9HL8kJtBAlXAHa5FTGgq90hM { width:2.8125rem;height:2.8125rem;top:74.4375rem;left:0.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOeTqZm0N0vqzlSIPmEax8Za0prO24sV { width:16.25rem;height:1.29980625rem;top:75.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxFvnbgV3yGFFQ1tT1hcGR7s22XXcaZp { width:19rem;height:2.4375rem;top:78.1875rem;left:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvA0MwAyrZkp27JvNAPLlXz2yg7csS6a { width:18.9375rem;height:2.4375rem;top:86.5rem;left:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMEOCcKMrzlotqkIgPGM6BzFWqzpVB8Q { width:4.6875rem;height:4.6875rem;top:81.75rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiR9cLlhvZCwo5HQHQDwB0m1qZtcWO7Q { width:2.8125rem;height:2.8125rem;top:82.6875rem;left:0.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvCbNVTIB83OJl9lCu2bQ5T1glyeuRcp { width:4.4375rem;height:1.29980625rem;top:83.5rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZhTswNdZFcfVJIIUhF7qiLZzkxi1Sg2 { width:13rem;height:3.25rem;top:91.8125rem;left:3.5rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(180deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(180deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QgWrCoMvXeEPCJhJKOd8341ndTLmSIrJ { display:block; }
 }@media only screen and (max-width: 763px) { #RWrzeaqHK4aQGWCHfTFkaU3q0XWbBn2T { width:19.1875rem;height:4.875rem;top:4.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kho7UDctQdPcx9ImLVSfo9pyJDmg90NB { width:18.8125rem;height:1.625rem;top:1.6875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAEHWpTvrduLwnTyeqnE8ZnJI5rAT2ZJ { width:1.875rem;height:1.875rem;top:10.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SynvJKcqLWQSDkMHyUetN8OEpxT3ZCAI { width:16.8125rem;height:2.25rem;top:9.875rem;left:3.1875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbPF9RbsbQ8uwmo75zyTd9HfWwsmwCKc { width:1.875rem;height:1.875rem;top:13.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbIspJL1s21okitGwz0gisNMTs4rkHZr { width:17rem;height:2.25rem;top:13.5625rem;left:3rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7XVRoMEnaTrMTAOTxmi1gBDWuuThfmC { width:1.875rem;height:1.875rem;top:17.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5n6Vpgel0G44kLQVQ1sSFHzuHsrOzQO { width:16.8125rem;height:4.5rem;top:17.0625rem;left:2.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPFDV4tn4uVVTTt3pMuhPcQmtIkGesAV { width:1.875rem;height:1.875rem;top:22.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvFTGdI8R8zUOTqNBrTRmMmb4b7kEF69 { width:16.6875rem;height:3.375rem;top:22.6875rem;left:2.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QShdabhdzWztIbosT44HHqRbxxTCJbkJ { width:1.875rem;height:1.875rem;top:27.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgLcN4JIvkUys9pK3EJLHOZao4XDRTTb { width:17.125rem;height:4.5rem;top:27.75rem;left:2.4375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlXDWgAS6nsQtAwAUVCO3rs0TfZz4fD3 { width:1.875rem;height:1.875rem;top:33.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPWbhWmVBbkTHeSEB788rTp0eVUTIb6u { width:17.5rem;height:2.25rem;top:33.9375rem;left:2.5rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAK0QTOL0pvafT8OV6rfsTsaJX14VSTR { width:1.875rem;height:1.875rem;top:37.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrSwBGTxWvG7Bqvo2buxfZ1ypJcLsDuN { width:16.6875rem;height:3.375rem;top:38.125rem;left:2.625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB80S9lUNc7O66tRZKdNnt6h7aU9FmFV { width:1.875rem;height:1.875rem;top:42.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoN5BAd7Oe5PFWDkRqxDTSAQEkQTT2LB { width:16.5rem;height:3.375rem;top:42.75rem;left:2.5rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAiD0KcQxNn9Vgzc8aWErSAfT6HFnT37 { width:1.875rem;height:1.875rem;top:48.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg4sIAJ4gSf8bCcgOpVVIVXgrMKsH2tl { width:17.75rem;height:4.5rem;top:48.0625rem;left:2.34375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irHLkNHCsLMfrniATCbfTVTZ6yoeVW4u { width:19.0625rem;height:1.54296875rem;top:55.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk > .row .container { border-width: 0; border-radius: 0; }#i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk > .row > .video-iframe-container {  }#i4pF61hPcWTmoSTkoIaMlbym2kn8b6rk > .row .container { width:20rem;height:59.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M4x65BG5pMob8a53kb7eMGkyf5N1mp1C { width:17.0625rem;height:1.875rem;top:1.3125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;color:#1d1d1b;z-index:100001;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #MAoXvUVvzuOfvET5fLv04meRn2XPTHmi { width:19.5625rem;height:12.25rem;top:20.0625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;color:#010101;display:block; }
 }@media only screen and (max-width: 763px) { #f6nvKb8h3hdt1sE15bAokwdDTbH0UheE { width:13.9375rem;height:0;top:37.5625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #k9WGya0ARQ1ypHCzBup1dzBb8DBfuqvV { width:8.9375rem;height:5.3125rem;top:49.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTqJ6sxD7Jv2gvrrN7PIz0CqhImszp95 { width:8.8125rem;height:2.25rem;top:55.5rem;left:5.5625rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(218deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(218deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SiCgbQy20BiFPTx7bDpvebW0HPCQbwSd { display:block; }
 }@media only screen and (max-width: 763px) { #flMJ69qgqIzWrI3B4Togtl6dzM7DVcTS { width:19.25rem;height:12.25rem;top:3.8125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;color:#010101;display:block; }
 }@media only screen and (max-width: 763px) { #DaeVvXWbCAxJTa9ZvJKEgUQ3gIhmoqr1 { width:19.1875rem;height:2.8125rem;top:17.9375rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row .container { background-color: transparent; background-image: none; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row .container > .video-iframe-container { display: none; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row > .video-iframe-container { display: none; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .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); }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row .container { border-width: 0; border-radius: 0; }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row > .video-iframe-container {  }#sTGMOz41Ezpgr8cE6oAIUE5DTEwh4gmp > .row .container { width:20rem;height:422.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDAlEpumGfphh5ezmX5GsulzpDiTiDox { width:17.0625rem;height:2.25rem;top:1.25rem;left:1.4687500596046rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;color:#1d1d1b;z-index:100001;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #JTtNTNbeuKrVBGR8w2VGb1OfIuhix2vo { width:13.9375rem;height:0;top:37.5625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PB7RouaxMsyuDJTOT1MuEUZgNmwwKH6w { width:14.25rem;height:3.5rem;top:416.3125rem;left:2.875rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(218deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(218deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TNeE98HoL5iXiKGiiCvVZOrzdF4uvxSV { display:block; }
 }@media only screen and (max-width: 763px) { #XkpkXSF3KAqKxyySvaxzJRs0iCHisKXR { width:9rem;height:9.5625rem;top:4.5rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpwoyoHboBlvpUVEyTW7BTvrEskM68gr { width:15.25rem;height:2.62573125rem;top:14.872396469116rem;left:2.3750000596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #idtxfowAThDZ2E7msBORpras0O1vvhkq { width:20rem;height:9.5625rem;top:12.67578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTVQ66gFeRciDAK1212eawXgW2QkGfph { width:9.5625rem;height:9.5625rem;top:23.3125rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #v77qu2GNWS9DxPTrXlAvd0S7vaMkzawQ { width:20rem;height:9.5625rem;top:31.687500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPBLqlOTgIBJDK9oJunp8NHPy96Wl9de { width:14.625rem;height:5.25rem;top:33.884116172791rem;left:2.6562500596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQLEcvTkfWk4VdIZOKccOpTXORqaVfOy { width:8.9375rem;height:8.9375rem;top:42.90625rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCeLFr4cN282zWMCOBt6mP1Bb4Qg8FMe { width:20rem;height:11.5rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX0T5CayZTT9KuSAHfqkgDSN8FitKH1s { width:8.125rem;height:1.96875rem;top:52.65625rem;left:1.46875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7cRVFFKvkNSBkK2tWAZIV7rIsEzftWO { width:9.5625rem;height:9.5625rem;top:85.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUdVPEThkyHdfAQdwwaxhkLXyDFwxNX { width:20rem;height:9.5625rem;top:93.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLo13tctD0suBkxeZaJapkWgza4LN6Ia { width:18.1875rem;height:1.78125rem;top:98.875rem;left:0.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPkExF89xEAuLVhxBTDhM1ZzAt19uWkN { width:15.25rem;height:3.5625rem;top:17.729167938233rem;left:2.3750000596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8vSwNag68zVP0DIewilTXDDM3cS5Fa { width:15.25rem;height:3.5625rem;top:36.500000953674rem;left:2.3750000596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcvugQkdlGbQldgZxAZrKc4yTIaGXpHu { width:16.9375rem;height:7.125rem;top:55.125rem;left:1.53125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFZ57C7Ztbz7y1Z50nMTcIU2RlegX1ev { width:20rem;height:9.5625rem;top:113.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Ru1vKtw1W0xLV0ML4OXZHXRHMBfDpe { width:14.625rem;height:2.625rem;top:95.75rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u75eLlqmUETuEZCT663cNw1x9NnT1e5J { width:14.625rem;height:2.625rem;top:114.6875rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpkko4Ad0kTaBA5utWBxKtpfxFzzSEiJ { width:15.25rem;height:5.34375rem;top:117.3125rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUuZkzGDHVkIqVSTuDZCpP7rXXtv5sGw { width:6.75rem;height:4.875rem;top:367.125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1e0MFlxvTBQ6lma5XehO74SfdEVdwxt { width:10.75rem;height:2.15625rem;top:52.5625rem;left:7.84375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwFXLE9HIEAEPuEBJQbXkkZ4waTbi28h { width:9.375rem;height:9.375rem;top:105.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI81Z1zkrvAxpT8NT8y1OutcHqAHvPUz { width:20rem;height:9.5625rem;top:134.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoA13iFTp0gJLm3VelDRMBnXsPMnbkMp { width:8.9375rem;height:9.4375rem;top:126.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKlo9CTskIn3kNbLq22Tn3M5fzUH0BEI { width:13.875rem;height:1.78125rem;top:140.75rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NikCLy5pLw3M6X3iOpvsLMohSsibwy3E { width:14.625rem;height:2.625rem;top:137.1875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKa4MOUe3U6DOgdm8EewTOlkzP9ucxDH { width:20rem;height:9.5625rem;top:172.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmU2nCWxzPc3aIOCkIlQhJNd7obhbR9X { width:19.875rem;height:1.78125rem;top:177.5625rem;left:0.125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKQsADDPzamqdvnOmvWkzFe9LwcJptEI { width:14.5625rem;height:2.625rem;top:175rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9luN9Rf0UG1giseJXK9h6fkhg0nAxqW { width:20rem;height:9.5625rem;top:152.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFnuZtVqhgdMR8Pqxs9ydRtWk9mIxiMb { width:19.25rem;height:1.78125rem;top:158.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsdZfOSFmBxHuxgvSTgxxzKXuAaAM2qV { width:14.625rem;height:2.625rem;top:155.8125rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V33WhDHKsyez2xpU7xWqBtMmRTdBdhwx { width:9.4375rem;height:9.4375rem;top:146.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v88P0lTUDrzWTgSU1x0mcpc0FQwpJrDz { width:20rem;height:9.5625rem;top:191.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvZiryRMw2T2DKhxoEbJzPeAINdv1b54 { width:17.4375rem;height:1.78125rem;top:196.5625rem;left:1.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVuTZK9uAF4zTt4uEG1SVCvG8WO6gb2u { width:14.5625rem;height:2.625rem;top:194rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwa3sSWTlT3b9iUwgo1NW6a5eC2n7cC { width:8.8125rem;height:9.3125rem;top:184.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNNo4To885fzEDTcV5TIFgHSSdUlQ7oH { width:8.9375rem;height:9.4375rem;top:165.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P37NsTN67FW4dg64EgaHPsnJsfo8cL6v { width:20rem;height:9.5625rem;top:287.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN7CNUeJlSASVknNTMHCzt7w9lSFJ0GP { width:15.0625rem;height:3.5625rem;top:293.0625rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htvkslwI9mbi6odeoebiUDvF4nzUzefb { width:14.5625rem;height:2.625rem;top:290.5rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5MwE7TpT4tCvCLIHWz2EHQpQOr27Tt3 { width:20rem;height:9.5625rem;top:404.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smHfbFJ2VAqt0Wkz2BTuUXGeZXOTl5WJ { width:15.0625rem;height:3.5625rem;top:409.6875rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaEvT44ottUFhkwEXHdl9ZkxKvQk9GV6 { width:9.375rem;height:9.3125rem;top:397.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cudHgSCUv07A8i2sx88H4HOEqcROLbZv { width:14.5625rem;height:2.625rem;top:407.125rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOiwovLkpg5NAZwQVRpC2L7wQfge0uLN { width:20rem;height:9.5625rem;top:248.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRP0ODEXy3AUrD9OrETqwOMkFFPKnWzW { width:20rem;height:9.5625rem;top:268.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkQBOD0fToRvaTB8DqXbaINlqMw5Z0P6 { width:9.25rem;height:9.25rem;top:260.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaotFyU0SxDEfIG5cOIX88IZm8HE3NNu { width:15.0625rem;height:3.5625rem;top:273.9375rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExNTG6mRB1oRB64caiv1pagtdzHbL5ln { width:15.0625rem;height:3.5625rem;top:253.625rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHe5G3w7o3XvkSGtgngNzGB2T5R7srLS { width:9.3125rem;height:9.3125rem;top:280.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQhKdVVfKT7uG0c0pil0Pg8Wtr7e9Vkv { width:9rem;height:9.5rem;top:240.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbLG9xfycL5dlSA8HhxxO6KhHV731trk { width:14.5625rem;height:2.625rem;top:271.375rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSl5uxmxTXPk1HyfW30UTMfQHp632igZ { width:14.5625rem;height:2.625rem;top:251.0625rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaexPSTPExnnBEl1bbnWl6vVy8M18vNZ { width:20rem;height:9.5625rem;top:210rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLf5V7BNLTi6u5k4hnt2ETUwPcwPcBgu { width:15.0625rem;height:3.5625rem;top:214.9375rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5zcJPF7f6IEATB34UAwelKpms9Z7qii { width:8.8125rem;height:9.3125rem;top:202.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwwMnuTT1WibzDzTeP12hUHwuXOcTyOF { width:14.5625rem;height:2.625rem;top:212.375rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfVCS78ZplM7MTHOpmR0nLLHCFRtkg2s { width:20rem;height:9.5625rem;top:228.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzbDQGTnTuCnoEl2P3pMi5X92qdZuJDW { width:15.0625rem;height:3.5625rem;top:234.25rem;left:2.46875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLtgVStFEhvXnrIaaafpNFwWvAKtiCd0 { width:9rem;height:9.3125rem;top:221.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTxWfKadfL1T51tEGezrXnd6zRAuSbX { width:14.5625rem;height:2.625rem;top:231.625rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTM73qIMo6GplR7a6lrQytCKT4Xtuoab { width:20rem;height:9.5625rem;top:307.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCyUn3h5hSLgdBzmRqmaOemLbdkeDL7Z { width:15.0625rem;height:3.5625rem;top:312.5625rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCsnBeCT33QTViLwGRe5wxJu7FCIUN7M { width:8.8125rem;height:9.3125rem;top:299.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #en08vwrE8J8B4P789WGIbqJ6w0kPJTJ0 { width:14.5625rem;height:2.625rem;top:310rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvXfIU9psBlK593MPcS7SW1UlR5iFd0Z { width:20rem;height:9.5625rem;top:327.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7JOl7DbM52PHJeS4JvPkFMR5oi4hTok { width:15.0625rem;height:3.5625rem;top:332.4375rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULbiOZMzDDlRmVB7Tx7TXfbhXnlhgTdS { width:8.8125rem;height:9.3125rem;top:319.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxxpGQV8XuSW3aCvRwQBOq9NVzLTCTVz { width:14.5625rem;height:2.625rem;top:328.8125rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClZfpGt9PEu7d5lk4sQ5GdukP2QfVvm8 { width:20rem;height:9.5625rem;top:366.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVCgH500Qx0Td9nHy0Q46sh12uvW66mu { width:14.625rem;height:2.625rem;top:368.25rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9WQKax3lssqevrDisLZ01Oz0QxzcAwa { width:14.625rem;height:1.78125rem;top:370.125rem;left:5.375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNv10VeUErQAuTacudCv9ziPM1tTrfO9 { width:16.375rem;height:3.5625rem;top:370.8125rem;left:1.8125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgF3xcKZyq3VeF5KxSgNvyAkSrB5weO3 { width:9rem;height:9.5rem;top:357.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9yeeX4L8TmDqoInXvVbqwT9tICZz9DQ { width:20rem;height:9.5625rem;top:346.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXPPZtWNrT7TvKLqk1du68p8GTiXz22S { width:8.8125rem;height:9.3125rem;top:339rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWLxAngWz8Z3VwmKNlSsIunyT7W0FaM { width:15.0625rem;height:3.5625rem;top:351.0625rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTw2lmsbNLCOFTpsTdAnPh6Em8QBc3y { width:14.5625rem;height:2.625rem;top:348.5rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #up85NNKJW3oz6wODTbWi6Ad8c94QrRBm { width:20rem;height:9.5625rem;top:385.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2RFmlSlKH1Z0pas4lQV6vy1rOlArTBm { width:15.0625rem;height:5.34375rem;top:390.3125rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZmlcx0OrDNrcm7XT7vo9uixkoC15Jw2 { width:14.5625rem;height:2.625rem;top:387.75rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdMHrAdv0pVmRHFF5G126QJPXrCgDNsO { width:8.8125rem;height:9.3125rem;top:378.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row .container { background-color: transparent; background-image: none; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row .container > .video-iframe-container { display: none; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row > .video-iframe-container { display: none; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .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); }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row .container { border-width: 0; border-radius: 0; }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row > .video-iframe-container {  }#ghdwGq85g50PEAt5HvOsvFLzs7FxZCxD > .row .container { width:20rem;height:307.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uL9Z6d3ZSeQWl5I3rPzNgVIioNT9xI9r { width:18.75rem;height:1.9494625rem;top:2.249755859375rem;left:0.811767578125rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpNIGcmo9Q8Nen7hD9MQI6odr12ATU95 { width:7.5625rem;height:1.13671875rem;top:7.13671875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPu8Tyr0tl17E3OUomDnnES9IyyyW0vL { width:19.25rem;height:3.8984375rem;top:16.6875rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuuV2cfGCfMOTTdxqG3EwKwDfiWimmJ0 { width:17.8125rem;height:1.125rem;top:21.25rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD4G3bXg1PFQHAgmrlcmW3HF5pWkdXeo { width:20rem;height:2.92383125rem;top:25.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNkohWTVCR5dPQeZEs2KlIPWL2gNllOk { width:20rem;height:2.25rem;top:29.25rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcwM1MJLqv4xlAt1olHIgi64FWyt21RZ { width:20rem;height:8.042rem;top:32.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBFk4n7MKhLLx4RnGvwpp6lcGnhVCeoR { width:20rem;height:2.923825rem;top:44.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOM3ZgJnv6ldLClPWTlbyyPMZwZdeNtn { width:20rem;height:6.25488125rem;top:50.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN6g2B976I1UJ1xxORdQixts6UMScWQu { width:20rem;height:1.125rem;top:48.375rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq9KALky7BCuapmBDkAkRZOiabiewKqQ { width:20rem;height:2.761725rem;top:79.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8RykWBRGvAqp0HKzuL9IPoKvU1r0JQT { width:20rem;height:1.94921875rem;top:85.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XodQvLATslcMoprDaOxAw0Edn6noDnUl { width:20rem;height:5.361325rem;top:89.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtxMeTXXvrWXbHEgWCsV7Ea6J2p5P4PH { width:20rem;height:1.125rem;top:87.6875rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxee5DfZAvMMQ1L7i6cNkGUxVpDvyNii { width:20rem;height:2.923825rem;top:195.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oelTSStb8kxV6K6lF3lkkCSOy9Af3sWO { width:20rem;height:3.375rem;top:198.3125rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqSF6V6Pyd1ApHvxy8LkQ7wPTvEz39nN { width:20rem;height:8.04199375rem;top:202.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNA5lgJW7dITXKMPFqs4syGU0wwRTFpx { width:20rem;height:4.14258125rem;top:216.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF1ML1CurA3HMLHCTG2ilFxvS9yPnqba { width:20rem;height:2.25rem;top:263.8125rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snVfSuAr87AAoJv6T13NGQ6vqdCfS36z { width:20rem;height:2.923825rem;top:260.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnqWURi8nEolytFnbUFHmZ9bcXKtgzdc { width:20rem;height:2.25rem;top:226.4375rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfCWFT5TqKdAmU0aiLPNOkRJ9KpeHbvD { width:20rem;height:1.94921875rem;top:223.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtkuhNvETkrhdpMCWPEqWOuT7kdlQGHm { width:20rem;height:4.546875rem;top:170.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaT8WGqkoywmNQ97RwpqKW9piUVwfENS { width:20rem;height:1.125rem;top:248.75rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBtdlvTMFqEKpPyw6CvkG6RIr9Ngl20O { width:2.4375rem;height:2.4375rem;top:10.296630859375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRT7nIOkiUZoQCUVicJP5XvHGH3BFJ0a { width:2.4375rem;height:2.4375rem;top:353.80859375rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeThp9uxi1q1KzznZsCUA51x4IytoJ1F { width:2.4375rem;height:2.4375rem;top:375.38575rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgi4w5o3E5IpsioB6gO3MwR6JSszTkwH { width:2.4375rem;height:2.4375rem;top:397.32321875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KM2ugFNX5HTSCiUzfJVoD3BVbB4SBFaB { width:2.4375rem;height:2.4375rem;top:416.156225rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMQGXstw86aqoNRrFqDdTyMC2e2bwgrO { width:2.4375rem;height:2.4375rem;top:469.91306875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdE8Bd9LN0RNBbraTVkowFiW0G2MhcFF { width:2.4375rem;height:2.4375rem;top:482.135725rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2UQN3MTU8uXKCLTx2XLkuNEgv2bmTFz { width:19.875rem;height:0;top:54.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1IqCpyTioFE8UUEJbO7gOzXHvr6WfhU { width:18.1875rem;height:3.1875rem;top:295.875rem;left:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T10d9IROViIxwEeWpdpfnpPQ9cJav95B { width:18.9375rem;height:6.375rem;top:288.0625rem;left:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPCKQdMdepgEyu2qcODJHxVCsddAc2Ku { width:20rem;height:5.68359375rem;top:242.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErgiDEkA2lwKeXxCEuHHx1OQopbEZ15v { width:20rem;height:1.125rem;top:175.5625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5xD06pJXhNUu0WxQ2GBI6E81iW80yiW { width:2.375rem;height:2.375rem;top:555.4365234375rem;left:0.65625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmSGrHk72hWPTdwBqDn88XrhzL8XqzdV { width:2.375rem;height:2.375rem;top:558.6650390625rem;left:0.65625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zurTlLyzEXhKeT3xHMTHZDT3ZoetzdU1 { width:2.375rem;height:2.375rem;top:551.861328125rem;left:0.65625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yp3imLHldA9fZOdarFJximk5CDo1MQP8 { width:19.375rem;height:22.875rem;top:282.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE6M8mlBSLWcHaW22gBAmtwzo85lcyWv { width:20rem;height:1.125rem;top:118.25rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBXtCkxKUCJobhBP92WTkTbfqt8iwNO0 { width:20rem;height:1.94921875rem;top:115.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBwQS8fyGRNP5LQ1anIP9p38CnbCtbnU { width:2.4375rem;height:2.4375rem;top:113.75rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVMU6SAUXCHrsNAouCfHDuHRTg7TDCJv { width:2.4375rem;height:2.4375rem;top:138.875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #abq0wVotOhqhumE1T0Kp9TDvRZ9M2CF5 { width:20rem;height:7.14843125rem;top:128.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxFfCTERDQROudCrok0xoQRifrJMwbLe { width:20rem;height:1.125rem;top:126.3125rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZhxcG19x6HTvq1hPkNk9L82c5TRIp7O { width:20rem;height:2.923825rem;top:122.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cll1FdtEZzSQRPMaiaass4VTR2IXLAsE { width:2.4375rem;height:2.4375rem;top:123.8125rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAPeOXLbqR0rLFeIxz9JTllK9vAI8wB4 { width:20rem;height:2.761725rem;top:10.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nag4dmqDs1FmS6mc6uViNpcXMLaMx98l { width:16.625rem;height:1.125rem;top:8.375rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbwA7bAw5Jxd2qu3adJDpMhEVBVmgsx5 { width:1.625rem;height:1.625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSqWPtUgoQakAoUDlDAl27fRw2lihBOo { width:9.1875rem;height:1.3125rem;top:5.09375rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdJik0TowMkrU5BeiaZzzaErbST0ekgV { width:1.625rem;height:1.625rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wTNoiRVc0bTsI2thqXWThBlyT8Xzx7 { width:13rem;height:1.3125rem;top:14.0625rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq1K0XNJOh2lCh3md5r22TTNunrMsSh2 { width:1.625rem;height:1.625rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKI4r1wWn3zui2Vx1ZiuHvnbm4sFoGU8 { width:13rem;height:1.3125rem;top:23.59375rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PESHOZGukurvP4wfFfKvFFhMVUDDwFTd { width:1.625rem;height:1.625rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGzlgvW2zOEsBhtN2GzpUPr68zERnsIH { width:13rem;height:1.3125rem;top:42.125rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDDeXTU1CnTW1SlvQVrynPJkPpO43BTn { width:3.125rem;height:3.125rem;top:269.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4XNwfDE5N84nyw5BpgSpJynRBTBaHlh { width:9.5625rem;height:1.4619125rem;top:76rem;left:7rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAPdzM5iffXpdwtkqQFyKO5qRvQlxDxs { width:1.625rem;height:1.625rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueU1zPUXJX5ENNMgix8tXOBvRI04yh5w { width:4.625rem;height:1.3125rem;top:76.125rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMJLwFJ6UXqXpvTDT6gnTKksy9zD412 { width:1.75rem;height:1.75rem;top:68.375rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKDZXno4ay05VbUSVh49TIWV34KuaMuJ { width:13rem;height:1.3125rem;top:82.8125rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llrnqmPzvzLg4qAUGVIeRh7Gc63LE8pU { width:1.625rem;height:1.625rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcTC7rwmTfy5TnWK14cbh6LFbhob4w6V { width:20rem;height:0.9746125rem;top:60.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2iUtIu0iTl9LIDtAor5EUVHSzq7NVth { width:13rem;height:1.3125rem;top:57.8125rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvsgp4lAPK5xbUrbpNJggT7fuRKUOUTc { width:1.625rem;height:1.625rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtlbST6lnTHL7JJB82qTtszB30PeEu9O { width:19.875rem;height:0;top:79.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CR4FwO2nyK89nG3GpxknCU75gZxF38Ct { width:1.625rem;height:1.625rem;top:95.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcZEEOkmwLymd3cozOy3NBI6sKQrfy3d { width:13rem;height:1.3125rem;top:95.9375rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3tQTdxeewyIMQTpiEzJ64a6kw1J5f0 { width:20rem;height:1.94921875rem;top:97.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0PVcnc2adU8N2SO3wtTUgpEReQsedy2 { width:20rem;height:1.125rem;top:101.4375rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAP0t8MDd7QUvaOyy3qg4lTMEHVEHwhB { width:1.625rem;height:1.625rem;top:113.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtTPCarDCL85rf9yC4UIFGbQqpDo12QZ { width:13rem;height:1.3125rem;top:113.4375rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwtmN9DQyGFNSOngEtNeeHSCgxiJrwEC { width:1.625rem;height:1.625rem;top:120.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfk8zG6wTgMxNOVWDH1VVhGi6qiWen81 { width:13rem;height:1.3125rem;top:120.625rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTbDafSbT1n2IQwWvs0r5UTuqpfJPxD1 { width:20rem;height:8.9355625rem;top:103.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTCi2mWsJG10TRh2fP5CltDCHTzN7gG { width:13rem;height:1.3125rem;top:136.75rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOhIcVXC9LtUbUTABxngsB0PE3Thtiv1 { width:1.625rem;height:1.625rem;top:136.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyELz5kUkRplclEZBlilpyCEtKsgVT8p { width:2.4375rem;height:2.4375rem;top:100.25rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qq9dOb0J502WwJqZecoWCoq4Zzz2IhW8 { width:2.4375rem;height:2.4375rem;top:58.375rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnPtypZR3ggg7Sf3dTm0zJuLzbzGNWzW { width:19.875rem;height:0;top:159.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZtZpkmb9N2wn7ZJbE305thothdHQr2c { width:20rem;height:1.3808625rem;top:164.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAwey0NHvtiHVqvrB62JsWBWfSgn0AMH { width:1.9375rem;height:1.9375rem;top:164.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZcd6qE4JkUzt5XVCTiKDE4R8ABWFko2 { width:1.625rem;height:1.625rem;top:161.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrJCEQ4uNac4bLi4elfLPUghhSqpKVGZ { width:13rem;height:1.3125rem;top:162.0625rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULkPhvyhhwMuebCHdTrscLDeXazVHdKN { width:13rem;height:1.3125rem;top:168.1875rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSAhq9xGVb45fUMRTrtOg8171PG4eTTD { width:1.625rem;height:1.625rem;top:168rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB1dEz31mz3WmLz7zls5NUcdikZeJAme { width:19.875rem;height:0;top:179.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xK6LKzaUPNJIRNKtitTvW1dnL9ukZWwK { width:4.625rem;height:1.3125rem;top:213.4375rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEdPb9ScNKLHSr1zaMuWpupHT2VZZaED { width:1.625rem;height:1.625rem;top:213.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTVETJtim8Vh5IDWwLv1AJW3GIPOOdc { width:11.75rem;height:1.3808625rem;top:213.375rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5y5o1rGMwLWstw4M3wfr4fy0VWd7ehc { width:2.375rem;height:2.375rem;top:198.9404296875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUPlJyyhKvLLRvE126TFwpAdoopGr6bX { width:13rem;height:1.3125rem;top:193.125rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3yoAQSwWpz79UKyfRibHN67vNVkTcJ { width:1.625rem;height:1.625rem;top:192.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPvlQhmaSuwmDrDh5BLGS9xSd1WQNAT2 { width:13rem;height:1.3125rem;top:221.3125rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfiQeR1BpLPWgM3bQnodfLdfdtJNg7JR { width:1.625rem;height:1.625rem;top:221.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wASBQ64E1SPDpKSJrqQfK3iTutih0ey5 { width:13rem;height:1.3125rem;top:240.4375rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POUTqCT3IDMq75m1FuF20U1Far6ITuAs { width:1.625rem;height:1.625rem;top:240.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJbnTTBlTAdz4UTt5ZkJhJvaB7VRi5ov { width:1.625rem;height:1.625rem;top:257.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJ2VTZ87LsLpewQTwR1WSI1uQqC8Eb8 { width:13rem;height:1.3125rem;top:258.0625rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHdIdFFGDiMSUgT4vC3Dt5hSw0586iv5 { width:13rem;height:1.3125rem;top:266.9375rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6GiJ5bqTgKrCmC8EHGURxbJy7VuUuHK { width:1.625rem;height:1.625rem;top:266.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgTHTkQ2zRkCKVF1bSqtbVGgpDIM1dl8 { width:20rem;height:0.9746125rem;top:268.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdFN4ncJqx1nWssQ52ID4enMdTv2Nxhl { width:2.4375rem;height:2.4375rem;top:283.9375rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1rPF4CbThLU5V7LLTgJP4BCQqXGxKuT { width:20rem;height:1.125rem;top:270.4375rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSyedNAx0pqxveKLWHanExqOm5WtBODK { width:13rem;height:1.40625rem;top:272.8125rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeFbPtObAUnEhAqkdnZyHJ3JHfWunfl { width:1.625rem;height:1.625rem;top:272.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNlKuEp4JVl8fubsWTT8ym0gmGo57zLZ { width:20rem;height:5.68359375rem;top:275.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnbdNHswUwWxPAETUqW9yKCqIO7LOySw { width:16.875rem;height:1.59375rem;top:285.0625rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmTCC6G8RDTbr1LHube9toUTghrviEB7 { width:15rem;height:3.1875rem;top:301.0625rem;left:2.5rem;font-size:1rem;color:#ffffff;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #omOr0ewWnKMu3qvChTvhhdA3rmy9wxKL { display:block; }
 }@media only screen and (max-width: 763px) { #l9hc7qyDlfskZQTA2vrxaTL7ptsywFCp { width:20rem;height:7.14844375rem;top:68.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irxHeQbgqdgAydsaM8CmXbVAiKVTADIk { width:20rem;height:1.125rem;top:67.6875rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFTEgKQEkEobs60r2WmkUbmV5bOE4zdm { width:20rem;height:1.94921875rem;top:65rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9n0NGUMRoXLb9tlIsJyb2ugMPTGTByu { width:2.4375rem;height:2.4375rem;top:63.9375rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiVVzhV35VEA4QK8F7GZW2vlUgRoRqmg { width:1.625rem;height:1.625rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev4fy3zlnzqopsmnXJpBunKtPg3iOt8x { width:13rem;height:1.3125rem;top:62.4375rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPv3AQ2MMBq5XK6RVDMDNRDkptAILzWd { width:20rem;height:7.1484375rem;top:153.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN3gW7DGFWmLeXPinH9BpQQTiRT7z4Dl { width:20rem;height:1.125rem;top:152rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aomTZS8DvJLLXIdg33N9m59db0OTvavN { width:20rem;height:1.94921875rem;top:149.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFJlgGt0dB5wacIXz6KeVzPdvNS4Vdgm { width:13rem;height:1.3125rem;top:146.5rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIQr8R7hkcWISZNRhZe29BEQxdWh8arV { width:2.4375rem;height:2.4375rem;top:147.625rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #khmiIDyrLXxxUDzl4lqKHM8mU57TKpE6 { width:1.625rem;height:1.625rem;top:146.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLQcq9QloPISIQgDWcAn4oTk4wQS0yhl { width:20rem;height:6.25488125rem;top:185.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBfZTiDwyLWfPGXAAzvhGXCCAUC8rPV1 { width:20rem;height:0.89355625rem;top:186.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8mk9H77SdBQLfapgy5m9T5mGI1BTB1V { width:20rem;height:1.125rem;top:183.25rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFcJcHxlIh2RatQauidIO19cHvKuWuiz { width:2.4375rem;height:2.4375rem;top:185.25rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XT5cbByAW7nFqRaMotMczug5oKRMnmNA { width:20rem;height:1.94921875rem;top:180.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DStGJpx0TT50TXEgLttyax1aaq7wgdfu { width:13rem;height:1.3125rem;top:178rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebyEybDPBW0iOLnaIRSBVlyeVIl0WePE { width:1.625rem;height:1.625rem;top:177.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGuXJDXumPt7iNTq5PZx5dLxkJrt31dN { width:20rem;height:2.923825rem;top:231.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqELUXfcvTOnq4y9JzNtSRmPmE9z6hH7 { width:20rem;height:1.125rem;top:234.8125rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsyp3UfMmzeRdUUxMMkm7uZixSTZ0zi { width:13rem;height:1.3125rem;top:229.75rem;left:1.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbeLXTKXJNWB6EwEFaBNW0V5QzXS5slP { width:2.4375rem;height:2.4375rem;top:240.1875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvMqtmaxRJm8RGsv8XvRDfEoAdRpNMBv { width:1.625rem;height:1.625rem;top:229.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvTLOPpvZVBJyIfbNcPqGWcQTgCTz5eB { width:20rem;height:3.57421875rem;top:235.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpg6H3oAKHrQJiyeWa15xekxnrfcApf8 { width:20rem;height:2.25rem;top:143.38671875rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOZxiTkO3SuTnqtTxPP4cvD4RD9AhTh2 { width:20rem;height:1.94921875rem;top:139.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyWq7CTiSC9IKm7zD86bHTRk9BOTe9y5 { width:20rem;height:4.5rem;top:251.26171875rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdquW4VlUsk1Ncd8nKAySweiafyETvye { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NdquW4VlUsk1Ncd8nKAySweiafyETvye > .row .container { border-width: 0; border-radius: 0; }#NdquW4VlUsk1Ncd8nKAySweiafyETvye > .row > .video-iframe-container {  }#NdquW4VlUsk1Ncd8nKAySweiafyETvye > .row .container { width:20rem;height:96.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zhEB1di7IiuQeqGWawsSVncer6OfTEum { width:2.8125rem;height:2.8125rem;top:58.4375rem;left:0.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #It9QqODx5Jgnl8FpPECNP5T5SOP6GNND { width:4.6875rem;height:4.6875rem;top:57.5625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:18.6875rem;height:2.375rem;top:61.9375rem;left:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRW113zikUxoaqFyvSFQrT3fxk35cCt2 { width:4.6875rem;height:4.6875rem;top:65.3125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8gp4iJhK3B3OiTuXpHEq9CcA5A0y9Qp { width:13.0625rem;height:1.25rem;top:59.25rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsxKl0uVqu1VC5zigSZqA7ynHcmfbWPR { width:9.0625rem;height:1.25rem;top:67.0625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4cL06FTTcI7UH6SVZvqfbZ10focaVpT { width:18.875rem;height:2.375rem;top:70rem;left:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFInkVhgymCahcUpuMft2ExmpTMqWCFO { width:3.0625rem;height:3.0625rem;top:66.25rem;left:0.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ1WrOcUmGv6U94ahXflIfLZtnHbpGbv { width:4.6875rem;height:4.6875rem;top:73.5rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shht4brlTT3hsGTtoHUd7BGILd2UVNwe { width:2.8125rem;height:2.8125rem;top:74.4375rem;left:0.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8gVn6UrdgEgV9lg6pPI8PTJPDuTwr40 { width:16.25rem;height:1.25rem;top:75.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTdQSiRf1iyotGQ8fZ9wEoUTuRluMPb9 { width:19rem;height:2.375rem;top:78.1875rem;left:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmgJUTuOV2MIBbNnAVF40z3Zhq3PKC51 { width:18.9375rem;height:2.375rem;top:86.5rem;left:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5RTbRDEPxOhK1TmDqb9V3Dnad2rsw64 { width:4.6875rem;height:4.6875rem;top:81.75rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmxHQZ9OMy1ZmronzhtM3rwE3DCcoOaC { width:2.8125rem;height:2.8125rem;top:82.6875rem;left:0.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHO9q5GCK5hbRmwDhgNmr48IJTM3XIX { width:4.4375rem;height:1.25rem;top:83.5rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFUah653FKIezPoUTp0KHwCtabDC59x { width:13rem;height:3.25rem;top:91.8125rem;left:0.9375rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(180deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(180deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DLkJgOfn30UH13bceMvuxRncPHPegm0P { display:block; }
 }@media only screen and (max-width: 763px) { #f84Igmi52qM5ITTgNzGANAv79l6hSCcg { width:19.1875rem;height:3.5625rem;top:4.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEaCePqOyZEXQBv7T66LIfsPWzgCzCpm { width:18.8125rem;height:1.625rem;top:1.6875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwILVl7hnPKK8uP3z42mNksPB3TXOD7 { width:1.875rem;height:1.875rem;top:9.875rem;left:1.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMX2IA9icFRUBUQgtMdhiCTFre0gIueI { width:15.375rem;height:3.375rem;top:9.875rem;left:4.625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHFXW3lzWnDlWgsa4Kb1pBvKCO5T6B3u { width:1.875rem;height:1.875rem;top:15.75rem;left:1.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpTUTcvAFOMN2oypLwhXO51e9Z5Z9hcV { width:15.1875rem;height:2.25rem;top:15.5625rem;left:4.75rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w81T1u8VIxSW8SsltTqwPAg4KCSuprh3 { width:1.875rem;height:1.875rem;top:20.3125rem;left:1.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK1wZkBfkZg7Axl27z0siWCadxuNkJe9 { width:15.1875rem;height:4.5rem;top:20.3125rem;left:4.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkkukGb14Aomab6ZQwVv53kPqc4GSxfQ { width:1.875rem;height:1.875rem;top:26.5625rem;left:1.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxigNv6FEw6DHXVzUHLc0eJeCvVVNyCh { width:15.1875rem;height:4.5rem;top:26.5625rem;left:4.625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJRc7cGwnda6STSRVooekWVBZ4svQG07 { width:1.875rem;height:1.875rem;top:32.9375rem;left:1.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlaskQ5ntW84OltaRkAXQsiB3JAgzpvb { width:15.125rem;height:3.375rem;top:32.9375rem;left:4.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBtDfD3UrWdZhmhSH74KrqqJ4tVWy4D { width:1.875rem;height:1.875rem;top:37rem;left:1.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSbLBcFRlQoa1Ipyy1BSbz4QVDkWLS0x { width:14.9375rem;height:3.375rem;top:37rem;left:4.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlb1vaHhPVyFSzbH1a0lhNiWT24g6dsn { width:1.875rem;height:1.875rem;top:41.375rem;left:1.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cahfQSWkveSqw60DRt1EnwIJ5X8i4d01 { width:15.125rem;height:2.25rem;top:41.1875rem;left:4.625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgDzK4M4AqIhgoSAfPS0pDneMDoJvuqx { width:1.875rem;height:1.875rem;top:45.5rem;left:1.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5d2kEtcEWv3XzGEdQLNTTeVvDHhrF2w { width:15rem;height:3.375rem;top:45.5rem;left:4.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1kFhgvNPp9wGHmznPCis1k72hxXVVQt { width:1.875rem;height:1.875rem;top:51.1875rem;left:1.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myi73K6kCQJd57cJAKZZUE1MzaQSES0d { width:15.3125rem;height:3.375rem;top:51.1875rem;left:4.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qupGsgkmQigxxx7vLRWuk7TcrXxsMV4G { width:19.0625rem;height:1.5rem;top:55.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row .container { border-width: 0; border-radius: 0; }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row > .video-iframe-container {  }#QEE3kwTeTtyZLWlE40GpyxTXGMoPU7RG > .row .container { width:20rem;height:204.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oi0FyoAEviDWgiVfBSM198ruOBDort0r { width:20rem;height:5.6875rem;top:16.06116104126rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #o5nNHB1C9STfVuIpFFsqlwJxpTuCyXct { width:20rem;height:4.125rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffde00;z-index:100008;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l0EAJxA1MaZ6cZenxIZmiO3T58EM7fwb { width:20rem;height:1.625rem;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fAlg08WcsJ24Vakb1QHH6oCGfnP2Brrx { width:10.375rem;height:7.4375rem;top:0.8759765625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sifh04hTrW74oFesFfr8XmqUV0PRvDRR { width:20rem;height:6.75rem;top:33.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #c9vAZ733JTXhPNcVA4MdZuqg24VhwKWb { width:19.375rem;height:6.75rem;top:68.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:oswald;font-weight:400;font-style:normal;color:#000000;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #ctf5iZfUs3KCTtaTNXl6bp2yHomuprbR { width:18.75rem;height:12.75rem;top:42.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #nJHX6MLpx0RVzUzAMIEUT4TlnZSOtEEX { width:19.375rem;height:32.875rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8wTPr6syHrGiuxl0KJuBd4Fp9bzSQgC { width:20rem;height:37.125rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHngxmwUIcQNoOdw11hC9FmcnbyakUaq { width:20rem;height:14.875rem;top:77.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:oswald;font-weight:400;font-style:normal;color:#000000;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #EyCIikOqC4l48htgtAdLMwdouFKFwNNw { width:20rem;height:1.75rem;top:62.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #Pp23z5sh8Rr6RKVf3Sw52OIm9Pnoic8A { width:20rem;height:1.75rem;top:101.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:oswald;font-weight:400;font-style:normal;color:#000000;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2Tz8lfN2dNgFOnEQRHL0VUxCUiE0dH { width:12.125rem;height:2.5rem;top:57.625rem;left:3.9375rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(180deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(180deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TSCyL4By5P1R1Tv1T8wSDuuGXqZKbrB0 { display:block; }
 }@media only screen and (max-width: 763px) { #f0xMMs6FJ7Jsk7bqfwbZnJeQ7nNZOP3U { width:12.125rem;height:2.5rem;top:95.875rem;left:3.6875rem;font-size:1rem;color:#efd135;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ITyMnfeUKEmredxLlvB70L9qmi66Pkts { display:block; }
 }@media only screen and (max-width: 763px) { #oEtlB4WgkMGImXvCMNAiXHx160DG7Qv4 { width:20rem;height:6.666675rem;top:107rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #OpIS4TED62vov7LeXfBiD3LAiVs7EgpA { width:20rem;height:7.29168125rem;top:115.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #GcbKRD2vVAx1k0MTaFuCme4cTOLBtQUg { width:19.375rem;height:24rem;top:107rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mopr3DxWLDoI6Q2EdX3eLMxGe6wZLrGh { width:20rem;height:1.04166875rem;top:128.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #CATcRyPZcPW0pJKVRwBWT9qRi5QFAFGG { width:12.125rem;height:2.5rem;top:123.875rem;left:3.9375rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(180deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(180deg, #ffcd33, #cec6a0);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #k8gf2MAQDvrS9LVNwbezbn5DGs3FkWh3 { display:block; }
 }@media only screen and (max-width: 763px) { #gEwpcyB1hE3wvDCDzvGBdMVn7q3bNwBW { width:12.1875rem;height:3.4375rem;top:115.9375rem;left:3.875rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(218deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(218deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mqtohITfcea0pbalcMUZrMy1lna37qWW { display:block; }
 }@media only screen and (max-width: 763px) { #Fdm0tRqhPkHMMA38qRs98Cad4bWfDmki { width:20rem;height:10.5rem;top:105.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #w2R4KPBSLcONnQuf2k0auRCWXnAtkXZQ { width:19.375rem;height:39.6875rem;top:120.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoFegoEwApJX1ZyocDdK7E0RWZU6eWNx { width:20rem;height:0;top:166.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQRWFvFOdNoJuT63gZkw1aQqpxTCR5w { width:2.6875rem;height:2.6875rem;top:162.1875rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWwiGkbJaGylOUNfwgtg8TWyLIRzwt7S { width:2.6875rem;height:2.6875rem;top:169.3125rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub3SX2NTNNEde5Uq0CTH8Cphpi24MDNi { width:20rem;height:0;top:173.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QJbHplf3No4kMhx3VtTTGxT6BeGEzLV4 { width:2.6875rem;height:2.6875rem;top:176.375rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqr4TAStkAKziAaZEsVttJmV5mVbGcpm { width:20rem;height:0;top:180.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xhO4d7ed24tZtBKnc6emxkAT9SGTd23t { width:2.6875rem;height:2.6875rem;top:185.375rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuH5xR5gZFVMhhWc9WJWckfDVzCegniC { width:20rem;height:0;top:193.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PWgFNmVmTl6bAhlpnKS0InHeJzzy4owN { width:20rem;height:0;top:198.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ltIBIXiTyIwTUfoz5PRkJ7FORXW8ftL3 { width:2.6875rem;height:2.6875rem;top:189.3125rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW { display:block; }#tsZAdFUmTCMTp2xdCWtmuCZOiD84sfTW > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZag0wtfw1CvKRMwxNlV41OtUhiABFm7 { width:17.875rem;height:2.1933625rem;top:1.09375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 { display:block; }#JnqAVoGXWlx7IoMdgl4mMiS9WqS9Txm0 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfmFAveim4ZMtDlnxENgqXVeMadSFb9v { width:17.5625rem;height:4.5rem;top:1.2802734375rem;left:1.1865234375rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CsuEWoifCHQ5MK7B9HOgawp4T1S4xxeT { width:7.5rem;height:1.875rem;top:14.3408359375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 { display:block; }#AFPzN2zqGriJMVmO4r9KX40ebcgdcbx2 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1oaEekLNqKMvelznauLGNTCLD7EnhUD { width:17.875rem;height:2.1933625rem;top:1.09375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElLz8hF9omVbxBkwKTllIs2p7nr0z25w { display:block; }#ElLz8hF9omVbxBkwKTllIs2p7nr0z25w > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3FXX1gixbV0O0uWoxvh7OKbTwx7gkAQ { width:12.625rem;height:5rem;top:2.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ75FHTe3HRclp4Nt7SzryDVan1GWuaE { width:7.75rem;height:6rem;top:9.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVXOtWAULJbTwddOzk73ynZXXqb5ZSwm { width:16.25rem;height:2rem;top:17.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZHvcmXV3AeTwPQygZd4qUp9QBQvXIPo { width:15.1875rem;height:5.1875rem;top:29.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5sybTthA9ZrnDUZVl78aGOykNntm7ap { width:15.1875rem;height:4.375rem;top:21.25rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83xMZgirxcQRLsKZU9LoCGiDystHJlO { width:9.375rem;height:9.375rem;top:38.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udB9LgTASJR9oLecfT2hfuQLbElHDX0T { width:15.75rem;height:11rem;top:46.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy1IUViixrlLX6gKObfItNWi07IAxqNn { width:15.1875rem;height:2.75rem;top:58.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXETUa6acSzO3zd9oC1gFU6U8UonCtrL { width:15.75rem;height:7.9375rem;top:62.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b { display:block; }#GWEf4qaTdQHz7wieLUeQheEZ4fhXpJ2b > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9MwyEhuphhOggL0EDpJzPf1ur2180Nm { width:14.875rem;height:2.8125rem;top:7.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4QHGUeB1pBWJ6DT0TfZyuJ6U4OeAakh { width:14.5rem;height:6.1875rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0r71TgzoWC1EeMcw9IQMPmxkDquGQ6G { width:14.5rem;height:4.875rem;top:11.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z { display:block; }#seo1GfmQME7EUxKTeZPohGa8g1ZnZU0Z > .row .container { width:20rem;height:5.48046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibLzVX4MLOoy303UE0dZkHCwfWBTubeP { width:17.875rem;height:4.38671875rem;top:1.09375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX { display:block; }#HAQoh5T4WsQfrTCGMyH2Twz4kes9J2bX > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdD3Xyt0uQgyh9GAaOWkgsT1OZXmayRR { width:13.8125rem;height:9.1875rem;top:3.21875rem;left:3.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNThvcaHoZ41JJdBycT1WPxbs28AsVhh { width:11.8125rem;height:5.6875rem;top:14.9453125rem;left:4.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6EtKVN2PIw8V1MfPqUuWqSdlPlWdm6 { width:8.875rem;height:3.6605704733194rem;top:3.0625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyBDE93O2lWWP3lQzshNoy1ryMd7SlGt { width:11.374rem;height:4.749025rem;top:21.5rem;left:4.3125rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #okdJ2Nevax20tlUMIRWzTtAfGTmvyWRN { width:9.4375rem;height:6.6429333449587rem;top:27.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNM7PeOBJgKFpSrNzdptZpgB6tAwb2Kl { width:16.125rem;height:4rem;top:37.750000953674rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA2o27Thoq9PTolkE173hvuovEGfNfPl { width:10.5625rem;height:3.625rem;top:43rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT { display:block; }#TzXFETtLxtSvD2mb3MWEd5qutV1GaVuT > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHLZTG3qkvciUOfggkKp3XF89DmeIcDf { width:17.875rem;height:2.1875rem;top:1.09375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6T9kcETPMG40BUhBFzcZy6eemHkEWrT { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge { display:block; }#Nuw13EqKWwWVVhO89iHr3y3dBrupB9ge > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWhP2ubLqJtpKa67TwK2kLbGtIZd33ps { width:13rem;height:5.6601562911245rem;top:2.625rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpyMuAU6GfeBVuRIn2v6rpw8RtV2wCrR { top:2.09375rem;left:2.96875rem;width:14.0625rem;height:6.0625rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aXLKMJC0LtNmOQZaRh9y6VNLo9wm6vol { width:16.75rem;height:5.9765625rem;top:9.59375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxSOK5tgGrLgntGlZd7qWnTuaSpI7ft9 { width:16.749rem;height:4.811525rem;top:17.194011688233rem;left:1.6223958134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ6DqW1HaRTD8hRCL8VzNZIFiFTg3Vk3 { width:12.9375rem;height:5.4375rem;top:23.254884375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxJeSZ7z8VV9SaiLq1VQwUF1GssiharN { width:15.6875rem;height:3.0625rem;top:15.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row .container { background-color: transparent; background-image: none; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row .container > .video-iframe-container { display: none; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row > .video-iframe-container { display: none; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .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); }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row .container { border-width: 0; border-radius: 0; }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row > .video-iframe-container {  }#uqeqy2tLlJ9phILcEuzxnR5T2TCCAtb8 > .row .container { width:20rem;height:117.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:none;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;height:auto;background-color:transparent;background-image:none; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-text {padding-top: 0; padding-bottom: 0;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-select {padding-top: 0; padding-bottom: 0;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:1.375rem;margin-bottom:0.25rem;margin-left:1.6875rem; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#fffafa; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77  { width:17.1875rem;height:auto;top:19.5625rem;left:0rem;background-color:transparent;background-image:none;z-index:100020; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 {display:block;}#L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 { width:17.1875rem;height:auto;top:19.5625rem;left:0rem;background-color:transparent;background-image:none;z-index:100020; }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #MMQ6Ry9yHtDd7VsZq5za5xICNu2pc4WU {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #fNxtK6lTivGqlTouSBUs00xKLyiiz2Of {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #aNPEHkIJTBeHVP4RQphiS3kTwcyK5SIi {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #tvc2uAWbDczXsThUtickBzdbUbJVa9vk {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Gn267fir0aQhzlCPA3tIcfIBOSGSzHyg {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #c7FQt4T2SD6qIxoTZ9kgPppgS89X7O8H {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Td082sBgcizB1z53fI7noJpRI9MnWtCn {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #t827PaZnVHChB2ecrkNcbv09DzJ4bVEw {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #FCUXwPUMcq2G6tN5io9lE6v0Vg2FvGaB {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #xkW1KAUkqzTfimdBO7MD01GOZbTzs0Cb {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #m4QXXvOptriqZ0tLvp6IRDK1nXJ2NbJ9 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #PtybeDb0m2yxwSvUG1VB8Xe1ZhBXT09T {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #V6CsNmJuff8VyXl5HmwP2BGSWhue0Ohp {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #zZRZaDVtfEsXKPykyAWo3gUpWoSlIiuq {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #hxnThg4Rg8kPH15tFlnMwbCTI4buPdAB {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #sw2nqBg27x5OLGTpdicvpT9dikLLuLfX {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #H363CzVABUNbs0DTFTB6U6DDTIrSprlT {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #upsa8DV5NZRvSFNU6NrsgdooJu4d4IRR {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #VCXJApuMgXggDOamKH5ATlassip5he2o {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #U1e3nwfwiVbCnu5L9TqoQLLLcGDkKdOO {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #FsGX3QAQMCnphAOosBKnLJ93IcE4JZlz {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #MyfMZXPIG6nkmVH4uMcaTuuGciZ7D0RC {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #hwlnJawh32w7T52WBUFL1c3DB89L3qiw {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #zpS3Mdfq9MNdRwX6udRmi0UNlIazRSGo {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #FiiswgWTab5bNTWT5B6UoBN1ZsHt7THE {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #ViEZvfFSxQ8friMzoDVxNPQln7TQVccF {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #AmF5pcI3Ecl9gNczn5wEQg7fZITQymNs {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #De5MGhHunQVNefdKUUkPpic2g70gqSk1 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #uWXK12SAI8QQwvtbmvNALgI0en6Zgml1 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #LFTVdcUfkcdVyaibR59i4FLo7goz8Ief {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #iXs0VJckxyp0bCC0zo2iJOsTiVq672i7 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #KwabIy1a2qFdKkMeKvXZZAF9JRut4Qki {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #nNTdKJz9qKVTiWs620RRMbW65iz6CbVh {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #G7n8xXPfE2LuTiXnRnkcmshaqWvguBxL {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #BRDX4uBCNNtIaBMTu9MtHFsEKk8nImHm {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #g6oms9wAtOaVmPbTuxSMUmCI011PQy8J {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #LLicUbQpazqUhMQ3ciVc8k67yGKzSF3u {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #IbCCrz2O61pSz8pkvUeotcT6UzrukEFF {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #SGp9mNsdwJvswDnAMLSDnkTpMqE8bNy6 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Mer4gKdPiHHVxqfSB4QufahQDhhtbho3 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #eRTUX3RHdPX5KReVf6nnNseJyQnpnOfC {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #DJt7FL6E9lglqubh1gQclcthVFbEw9Rx {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #N6tNdnHDQF6l3qCU8zD2mxyLZZ9e4iDH {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #vaq6fUpkwEkMtfRbZbh2k9QOXVPKKqlS {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #qpzmyUo3Co2J65Wp9kN64teg866PrkIw {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #i4BzeWge3MZSShzkN1sBDccBCz6dHwMv {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #B7rf7vCWUrH8qD8DSGBvVL8vMQynuloI {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #fiqXzBCG9Sg78iycw9Jxxvvm5lqgokU3 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #QX1CXSqyUvQozKd7CwETEhfb7h5QnzTs {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #PJ9XdTZHKyimG47pv5UlVEs0Jc5FRyrr {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #ZHpAQbfaJ2ZJlG5l1OPzJQqgPTXTuEiO {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #puTc8mQC476o39J6QGmKZt8vTG8mgMkW {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #R3AG6rD6ryQDBIP7daAeRqKWXo7fTxQl {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #tRGTSscVZennWs9cHh43HrcUbG1A0UyM {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #P87UTlVwxBQI6SuAmUCHID4VAfuf82Of {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #E4nemLMMz1LMESwrd2EgSdLXlqWVbemW {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #T0zXB6sBbQ521FhxShSLKlNyy02ADHV5 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #ViPer844MgrrsIkLr1mN1xxuMNhSP49s {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #q3kIZryLpEUrTFJhnKCi8u276mqGXzJP {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #sl1Hk8H8mg3OGD3eJQIuUOiiXNEKu2IP {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #Rlrb3C98ixUNgvwdm5vGnoCOvR0rZ699 {  }
 }@media only screen and (max-width: 763px) { #L95RlPB0z9vhwnEaAGLeeavuC5P0gB77 #uMQsMzGT5iFb5MK1AlpEd1UZnBfKQZih {  }
 }@media only screen and (max-width: 763px) { #TiX6v63KUwPyDTuc2cDJ7otiqT6TiPBU { width:20rem;height:3.5996125rem;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffde00;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #icOkOUWpLfqeoRke7vLnQxeiuS6hs5tF { width:20rem;height:1.6497375rem;top:13.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TeghEPfwi2vaF96TtUVf0T1oR6vscKBZ { width:7.0625rem;height:1.9375rem;top:114.2705078125rem;left:6.46875rem;overflow:hidden;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #CETnbEFR2w9iMdkdr3Lam6rzJZRVEMtO { width:20rem;height:11.8125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 { display:block; }#mVRy2bhtabiDMtQJzv2BDMqTWH6WWxq9 > .row .container { width:20rem;height:173.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shkaSmJ4yyeTr1HMIPQvBLre5tZTyI50 { width:20rem;height:3.57421875rem;top:0.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJbcAZygAQW7mtI7MsGNgO4gQkQ5B6Hz { width:20rem;height:1.4622375rem;top:56.925781965256rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-regular-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-text { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-text {padding-top: 0; padding-bottom: 0;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-textarea { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-select { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-select {padding-top: 0; padding-bottom: 0;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .widget-checkbox-label { width:15.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW  { width:16.3125rem;height:auto;top:132.5625rem;left:0.59375005960464rem; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW .radio-container { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mci2u28WNOifLxxKKKVL7SPsz61AldaW {display:block;}#mci2u28WNOifLxxKKKVL7SPsz61AldaW { width:16.3125rem;height:auto;top:132.5625rem;left:0.59375005960464rem; }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #sgomB6CJM64msHotoe8QWLBxlLmaDCf2 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #kl6xVntgaO2dnIibtXs8yIKT2eGX2pk5 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #OuNK08KT2peHwLBkmUFN0QKFMN1r0zId {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #QEb7Lxp47FUK4m3ahCIQrAkIntNzcVLq {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #Mmlc2DWdSBl9NVH8ByLPWPqhbDR9WXQ2 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #qIp4TpE1RPF7So5KZM6v2GhuKVK2a4P4 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #lDws5kzp7DChAvUwmQHkzkpKDoTuLZTc {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #EOaqTD7PUz3kwtu3sFTof8TscSJn13E7 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #dncI8GZ3XxgTDRvqNqFlL5XniEAT6oG2 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #Si9PITLVDCrOvTTcZnsfzOibkZeZtSrP {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #ahmMaoIPKpibtod3DnTSUA5DrZWoyi1R {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #geJspzsJaKk68SGZxyxvvQ8H99qiRSKP {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #fWOefo9S8bJPOQKMQQ5ONnDcnvQOxRMa {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #TKENr40Pv8gWTlrLFRUWIEDXqzLTTS2n {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #yWTJXJ2E3kLObPQMxHuIy8m0s4Fdm0Sd {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #tuL4Jne2xiTJuA4gIg4haqssiOvxx8Dp {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #cIbM4v3ShXAx9HmRWuEa8OEENgJ7CBhG {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #SenruOFvqZKWGztxwK8FWQgudiA1yhe1 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #EDmCpr6nzfNXc4yH0beKvPJI31T9Rcv0 {  }
 }@media only screen and (max-width: 763px) { #mci2u28WNOifLxxKKKVL7SPsz61AldaW #zScGuEFiBTgb0gHPTiQO2PF0m10F6gpp {  }
 }@media only screen and (max-width: 763px) { #GFnpyeItVMRvsFtRyWEQpVkcybuLDKSv { width:17.375rem;height:1.625rem;top:130.125rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCL9GbPUkQTtFvfbBRg7zxWD0nTNPAMq { width:5.875rem;height:2.5rem;top:168.125rem;left:7.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nHH6KcqskA3zIoW5E2EyReT55tME2Au3 { width:20rem;height:7.95703125rem;top:72.625053405763rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orHvTc44eKf8ueOTT9K2WxJ9ipczu481 { width:9.6875rem;height:9.5rem;top:60.312461853028rem;left:5.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWQNTuzTVGUyNOZEEUc1TlthTHWiSO2X { width:19.6875rem;height:7.95703125rem;top:96.749965667725rem;left:0.31119793653488rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IsQ0I8SLVoRPxbSguT77tBEC1piEvnID { width:10.1875rem;height:10.1875rem;top:84.250001430512rem;left:4.9062502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzNcEBL18TpKmxQuzDIt23JkZ0O1xW2W { width:17rem;height:7.95703125rem;top:120.06116008759rem;left:1.5000000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHXmBoWbkRu12D61Pc1hU2FhX3h1RcA4 { width:10.1875rem;height:10.125rem;top:108.18754100799rem;left:4.9062502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0muKCW9DmDpWxnZT0txzl1W2fwmRz4g { width:1.5625rem;height:1.5625rem;top:131.5067734375rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwb03dw9SvgA77JR9qgikIyLZAIZdJDn { width:2.1875rem;height:2.1875rem;top:141.1942734375rem;left:8.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVWMU01ROM0TlURCv19ECIeIgzandaNe { width:1.5625rem;height:1.5625rem;top:147.6875rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqKfufF9HUH5gTRoNqWJH1o7TIANLh9c { width:2.1875rem;height:2.1875rem;top:137.7567734375rem;left:8.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVuK4QtXbwsIvsDEBW4El4pHJvd5DKCd { width:1.5625rem;height:1.5625rem;top:135.5rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #leUcsr9MFLk4GAd5BMWLRgoO71uIUzlq { width:2.1875rem;height:2.1875rem;top:134.3192734375rem;left:8.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqSQOzBIGv5Upy1gJMa1hFpsSpubquIc { width:17.4375rem;height:9.09375rem;top:44.875002622604rem;left:1.2812500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMIXnoiTbF9fXsw5NFaePT1m0SuOgeTU { width:1.5625rem;height:1.5625rem;top:184.0546234375rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vm6kSFJ0JxDQPxGgiosu4UVRwmnkDL9e { width:2.1875rem;height:2.1875rem;top:190.3046234375rem;left:8.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HsQGmX6mKA5Hx12xlQuTRTtcMfEoboAm { width:20rem;height:10.23046875rem;top:20.375000715256rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDlozhP1EUG0TDLPN7Ua0G8Wi3beL5hR { width:1.5625rem;height:1.5625rem;top:169.6366234375rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5lcvKN4IqhybdsS1Dco3tvH4ZwQfkxm { width:2.1875rem;height:2.1875rem;top:186.8671234375rem;left:8.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZ9CcG7gDw2wzRugXPqgmZc5CI6qB9Sg { width:10.375rem;height:10.312868298759rem;top:8.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3CHTMe5CAz2hPZOGX1Uwpd8cEUB357q { width:20rem;height:2.92448125rem;top:6.4635429382325rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4eI2LeVqsiqZkuaZC1K5IXp35sRhy8q { width:10.0625rem;height:10.625rem;top:31.937500715256rem;left:4.9687502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv > .row .container { border-width: 0; border-radius: 0; }#kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv > .row > .video-iframe-container {  }#kaQZltJr9r3p8Ui1nb7GnoUUavky4BTv > .row .container { width:20rem;height:475.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fXv8l3sXD9wBSc2SDlDbhnMHByRK9yEA { width:17.0625rem;height:2.25rem;top:1.25rem;left:1.4687500596046rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;color:#1d1d1b;z-index:100001;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #e1X2xcenBGTBo3QWhAyMb8Bz7ufdJd2E { width:13.9375rem;height:0;top:37.5625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #f58tD2qkrout2Jb7VdQ7F0ONQbMfz1Z7 { width:14.25rem;height:3.5rem;top:463.8125rem;left:2.875rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(218deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(218deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Eg59nxoEul3hlOQUfOK9QhHc4ExzzL88 { display:block; }
 }@media only screen and (max-width: 763px) { #mFzTMfFKVqvKrTE5UB3ywmHNhiMI5Meb { width:9.5625rem;height:9.5625rem;top:4.5rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhS6L4AQCXslxP153shpK92sn4AqzwKE { width:15.25rem;height:5.25rem;top:14.872396469116rem;left:2.3750000596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgaz1sG5yX2hkJL5P9V3P9QXoHAmgGlC { width:20rem;height:9.5625rem;top:12.67578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbl2mXQQr6yClO1TTsx3X9zMWTQSPk31 { width:9.5625rem;height:9.5625rem;top:23.3125rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5bi5NPoTNilqJymdG31dUrp21aEuW7k { width:20rem;height:9.5625rem;top:31.687500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X34doFFfaaW97Zw2HNrnP5dy2NMD3nTE { width:14.625rem;height:5.25rem;top:33.884116172791rem;left:2.6562500596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlC8AmMuNWvpSlyPXJWgH1kmQIyfk1bJ { width:9.5625rem;height:9.5625rem;top:42.6875rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHzq9oTIfz051VrglUPe4eUz7rzxb5HC { width:20rem;height:9.5625rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgyNfWrtXCtJluoS9gBSM4uGt0TNTD3g { width:16.9375rem;height:5.25rem;top:52.5rem;left:1.5312500596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuEQdtC5UNOgzRnu9IcptLKnoeDrqM5F { width:9.5625rem;height:9.5625rem;top:62.125001430511rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkaMwKEZFxhluHHdJT7vV9qiuJS8kB6 { width:20rem;height:9.5625rem;top:70.25000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL1JzZlEzVQesEPdztme2WneQnvlvmzf { width:15.8125rem;height:2.625rem;top:72.875rem;left:2.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTKZfCbNtsdTPRZIi3u6yCZDts0Irqdv { width:9.5625rem;height:9.5625rem;top:80.75rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBhCJoxaXBePvboF9zHz8mS3BiQ5nfoa { width:20rem;height:9.5625rem;top:88.696620941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNWaWiaWApLnpEy479PpXRz9gltb3P11 { width:14.625rem;height:3.5rem;top:93.6875038147rem;left:2.6875000596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJIeUIz9LeN603Erhdubf8ddsPKPqi9w { width:15.25rem;height:3.5rem;top:17.729167938233rem;left:2.3750000596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4qfHHZspNTQfRy6R8ApdkDnouCHpVml { width:15.25rem;height:3.5rem;top:36.500000953674rem;left:2.3750000596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V73TMndQwTDJg74F8TpVXvWBvIJxSHyi { width:16.9375rem;height:7rem;top:53.25rem;left:1.5312500596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX4QXQdaytfOBFyFV6eeWzrq3sE02XzB { width:14.625rem;height:3.5rem;top:75.4375rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Rq5xDNyVbiIM1v1OWUEqHDNpt2lWp3 { width:7.5rem;height:9.5625rem;top:98.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf7hbBLtTJAdZffTxSVbp4Q8hUBoNI0z { width:20rem;height:9.5625rem;top:107.56250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7OkTLvyc68nZ8uAXSNgIJbUxqsh7B5k { width:14.625rem;height:2.625rem;top:90.5625038147rem;left:2.8958333134651rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRObmSKW09ivmZfax5tcpsiCNzRVU1s6 { width:14.625rem;height:2.625rem;top:108.68750762939rem;left:2.6875000596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhrOPz0fSGPGCorUOVfWnFxA3uH5D9b5 { width:14.625rem;height:5.25rem;top:111.26953887939rem;left:2.6875000596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEb9AvGZT7sF0VnCLim3Au666WN5xw3s { width:9.5625rem;height:9.5625rem;top:118.375rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxGl4ZC9k5SdWuPqSr5zHpCgproKxmTM { width:20rem;height:9.5625rem;top:126.37498283386rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAXUg96HKG5c2flTTcZ98ZCyr3FCBKDE { width:14.624rem;height:2.625rem;top:128.18359375rem;left:2.655029296875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvGHq3ZvgM4GC2xvX90OdqWTb1dqb9fD { width:15.1245rem;height:4.125rem;top:130.76171875rem;left:2.40478515625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTAbblPZT3U4VrOB34RA97I9oRAwZKkN { width:9.5625rem;height:9.5625rem;top:384.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAlXdcsniVJsDqQ6MeHqiGATTLPTb7rX { width:20rem;height:9.5625rem;top:392.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTDCUGlTR1HPACblJugzUAm5AEplLieJ { width:14.625rem;height:2.625rem;top:395.1875rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuuNoKLIbOo2qhK3nmdT4sfJJAiUltMM { width:15.125rem;height:3.5rem;top:398.4375rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbZHJ5cwQCn30mtgexsnWrogtc72viM4 { width:8.249rem;height:4.936525rem;top:468.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqHphDWwIbMTfUqTSvl9pmJWZAPZmvoD { width:10.5625rem;height:4.25rem;top:468.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5rRzFqN4Ibg4WtB70xtHcoHd28ylwox { width:20rem;height:9.5rem;top:164.27952957153rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfgaECc330K54d2FmGKEkBaHGr06y1F { width:14.561625rem;height:2.625rem;top:166.8413772583rem;left:2.7191842198372rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrcl2t3AP3HOCxMlUvlczA6E57ibByQH { width:15.061875rem;height:1.75rem;top:169.4097366333rem;left:2.4685330986977rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCvh0zy20FKG0kq4btWRwpBRLT0QQX6K { width:9.5rem;height:9.5rem;top:175.34071922302rem;left:5.0922313332558rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhVdlrfVOrb4z5D9qEZLXU8Zque7FMOE { width:20rem;height:9.4375rem;top:183.15213775635rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHClHuLhp4w0eT3hMUPz5FZqA0BnKAf { width:15.061875rem;height:3.5rem;top:188.18577194214rem;left:2.4685330986977rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7XFad09tLGDkyJ4WNSGT1vMbNPqEC80 { width:9.5rem;height:9.5rem;top:156.40409469604rem;left:5.0922313332558rem;display:block; }
 }@media only screen and (max-width: 763px) { #F27d8C6z1uVWDSgEunliVyQO8fXFlA2V { width:20rem;height:1.875rem;top:185.65322494507rem;left:-0.093315780162813rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea4cEbF6VLfZ90q377tngVwKfaKApExo { width:20rem;height:9.4998125rem;top:201.87935066223rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2cxwtybLTPTK2Z5a62HAXereFZBCr1 { width:9.436875rem;height:9.436875rem;top:194.49872207642rem;left:5.1236982941628rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGG1MrEOSU8cnmC3Kbvt9xf8VdEvZ6iW { width:15.061875rem;height:3.5rem;top:206.75348281861rem;left:2.4685330986977rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2xhfECFByDfi5U3FLLQxGrPRqhoFDRS { width:14.5605625rem;height:2.625rem;top:204.18512344361rem;left:2.3741319775581rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrcxXHONc2SKbIxpG7LXBcZExXk8C6dd { width:9.375rem;height:9.375rem;top:212.68444657326rem;left:5.1236982941628rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3gtXUe6GwOS6BupTwP7Ie99M34Ke7Xc { width:20rem;height:9.4998125rem;top:219.93382644653rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMfeq3mBLWxMSANCiFNgu5QLf0Tsyrpp { width:15.061875rem;height:1.75rem;top:226.55817604065rem;left:2.4685330986977rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGKR5hpX14cwS27v1Zb6WIKlGesxLqzT { width:14.5605625rem;height:1.875rem;top:223.74459075928rem;left:2.6562500596046rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7m8NkIxG6TKQLs4x4gasPTTWk4GTyf { width:20rem;height:9.375rem;top:300.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp9hOQzmLX8IcIn0Zg1dv3VNx356ysId { width:8.75rem;height:9.25rem;top:292.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTs6MwGKBFVvyLpDDoOg328c0AO49zuJ { width:15.061875rem;height:3.5rem;top:305.0625rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhtJFs7RtmX9GsdUWZ70HED8dWhqxnx9 { width:14.561625rem;height:2.625rem;top:302.5rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlA2HUvgnioIIHzcP5ndxxGPBtT7wlv8 { width:20rem;height:9.5rem;top:240.25174713135rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWGQ76hMgTbScdpUF2EaTQ8LchQdSOWB { width:9.625rem;height:9.625rem;top:231.93252754211rem;left:4.9370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTWJFPdaA2abfO4evL5Ls57n6GHg8PHV { width:15.061875rem;height:3.5rem;top:244.93815994262rem;left:1.4680989384651rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZfbfeCTrn5GgVXvwu7KycPpEqWUdqaN { width:14.561625rem;height:2.625rem;top:242.36980056762rem;left:2.7191842198372rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veb823NsfOqQlOIo9lsEZNUxLkJ80CBg { width:20rem;height:9.5625rem;top:259.24936676026rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXG6F1lTwU0qAybguTavC82Xkznb7c0N { width:15.061875rem;height:3.5rem;top:264.067943573rem;left:2.4685330986977rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuzVvkOpkPd3IWQIisaU7eeGSrBTOVCI { width:20rem;height:10.875rem;top:279.623462677rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNw27y2tQyMFvQpc9h8PORJSv5ZgBDIM { width:15.061875rem;height:5.25rem;top:284.81446838379rem;left:2.4685330986977rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5y0u1wOlEvSgvMGefk3fsODiT9Le2FX { width:14.561625rem;height:2.625rem;top:282.24719238281rem;left:2.7191842198372rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtJTfTTBGusfSX6KDcQxhynNmHk9Xamu { width:9.5625rem;height:9.5625rem;top:271.49850463868rem;left:5.0933161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZvCM5o0BFVyftzzaTBmRcq55x2tATEp { width:9.4375rem;height:9.3756209020463rem;top:251.00587654114rem;left:5.1236982941628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcO9JhBFXsnSKwmFgkdxoBvtpXNI8prL { width:14.561625rem;height:1.875rem;top:261.31186676026rem;left:2.7191842198372rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6P6FfF0P7obxiyJZcNBaVE8Aa5b5DJz { width:20rem;height:9.375rem;top:319.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZJQVfbaoDxR8DSwVKmCb7aNyV4HZeoB { width:15.0625rem;height:3.5rem;top:324.5615234375rem;left:2.46875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA5cld7TedHxrJxTtwuHW6WXQXJwTySI { width:9.3120625rem;height:9.249125rem;top:311.68403148651rem;left:5.2180991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bom3HiWWUb6qEU29HDqr4I1xgGZTUgWz { width:14.5625rem;height:2.625rem;top:321.9365234375rem;left:2.71875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D68lIcWpUDpuglpnZTGQUzwafoOWC7sF { width:20rem;height:9.5625rem;top:338.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCN4UID2J3kdbG1w8h8rkSJnkZPoemz3 { width:9.4375rem;height:9.4375rem;top:329.82666015625rem;left:5.155029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlGZcz4H0TieX6avttgDw4ED5cCSZfOf { width:15.1245rem;height:3.5rem;top:342.74780273438rem;left:2.40478515625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTurSw6NneF1Rh7vFosVEwVvuMZxb5DI { width:14.624rem;height:2.625rem;top:340.24780273438rem;left:2.655029296875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpzgXXcfo9Alft9gDkmMTI7bydrd5t7w { width:20rem;height:9.5625rem;top:357.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsHnn1H1MqZayLmfmFJqc9kxcUlwPOpB { width:9.4375rem;height:9.25rem;top:348.9365234375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6bdqXOqp33K1b8Jx75p3FnfgJo03LPc { width:14.5625rem;height:2.625rem;top:358.904296875rem;left:2.71875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwGD8QPpzoxkn92v8HxEq3SlT2wPg915 { width:15.0625rem;height:3.5rem;top:361.466796875rem;left:2.46875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTC6xTRxpg9JKBtCRQRoGlRdXADEsTA { width:20rem;height:7.5625rem;top:376.06077575684rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzOR7TbRUgRMHzoINeSAurJubbrApAeD { width:15.1248125rem;height:3.5rem;top:379.56491851807rem;left:2.4370661377907rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZT2kgd0F6vWi43tveJikOgMLy7nOT68 { width:20rem;height:9.5rem;top:145.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe8JM0LXFyGXTk276GGGOOhNtg7s6rXf { width:9.4998125rem;height:9.375rem;top:137.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnEv4LrV5VU9BB2r4tHqABWLPbBcU4Z9 { width:15.061875rem;height:3.5rem;top:149.81772613526rem;left:2.4685330986977rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTw9L8tGHthahDhtgq92P0gBV7pGwAl0 { width:14.5605625rem;height:2.625rem;top:147.25rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeoV5OP4VH0hJHhqvKfXCJrirTnntBSq { width:9.6875rem;height:9.561625rem;top:404.55837965012rem;left:5.0292969346046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePrGE6sUy6oLJnlXCFU73rxsFxFMTN8V { width:20rem;height:9.4998125rem;top:412.55751991272rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmSg2Ih4CiDiBqqeBcmyv5KrTzwdpIaG { width:15.061875rem;height:3.5rem;top:417.375rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7PQWUPE4RsfESA0lD7KnEz0u4xVb6CW { width:14.5605625rem;height:2.625rem;top:414.43034934998rem;left:2.7191842198372rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiZghhHJCiC2eBUrpHv9AZfATNxaX4CK { width:14.561625rem;height:2.625rem;top:376.99655008316rem;left:2.7191842198372rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WatPSoBIAalgglMzUtZa2ov1GwipdO3W { width:9.625rem;height:9.375rem;top:367.5rem;left:5.0618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO4H5lzwv2eJfCgRWcH89rBJ4OGcagrx { width:20rem;height:9.375rem;top:432.12029457093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmCyKHzkuWOaBrUk5kBLChn4OWsP9Lyz { width:15.061875rem;height:3.5rem;top:436.93794250488rem;left:2.4685330986977rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTQ825oC4FEVkQvzQGa9sT3RBBusqkk { width:10.3125rem;height:9.3120625rem;top:424.30883789062rem;left:4.7178822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTH8Q8W4wIAXFggof5glLyCMNTyZ6VZr { width:14.561625rem;height:2.625rem;top:434.36958312988rem;left:2.3741319775581rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRRiWQ7wTyGgRdUzRGsDKVh6GBbtpyoV { width:20rem;height:9.375rem;top:451.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7WdG8tCwALTOtXysGfJXKQErgvdx6tv { width:15.0615rem;height:3.5rem;top:456.18603515625rem;left:2.46826171875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilT65UARfkO3EezDXH9KGs3tC8R5zDAq { width:9.5rem;height:9.375rem;top:442.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRxoSgupglcseG8kg2ESQ8gWyxTc7xMT { width:14.562rem;height:2.625rem;top:453.56103515625rem;left:2.6865234375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp > .row .container { border-width: 0; border-radius: 0; }#Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp > .row > .video-iframe-container {  }#Xk3QCHeOyHh0CyIgxQZMqd8CWIcwm5sp > .row .container { width:20rem;height:352.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iQzGef2NMOyAU0TaiQplXfBh9butEZ47 { width:19.125rem;height:3.375rem;top:128.5625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW1xs4GE2EPrKPQpZyhFJEITJa3IHqEe { width:18.375rem;height:1.3125rem;top:131.9375rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyLq2Wptsn9dN5tpOd4go9mQVTp1D42c { width:18.75rem;height:3.375rem;top:245.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QheeqC47lLlpzTGgKuDcQKIOvi8xtbBz { width:18.9375rem;height:2.625rem;top:249.5625rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZovOoiEdGxsaTMkB30yCV95bGLnK6ITy { width:18.81225rem;height:3.375rem;top:289.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA88MMmD4TDKHIGTA9VlvHUsRyTh6yWu { width:18.75rem;height:2.625rem;top:293.5rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nawP2m1WeJSS8gNF4nV9IL0kffVERgTT { width:19.875rem;height:0;top:232.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8O8sD1x6WxgVQFxLe0CO11TuJ8q6GiN { width:18.994125rem;height:4.18359375rem;top:344.6875rem;left:0.501953125rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(180deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(180deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ze6RJeIbdPuXnPIsCIe97drvKAiXkK65 { display:block; }
 }@media only screen and (max-width: 763px) { #edKZRJQgKMd3oGlLv1WrZ5yCN67Tatla { width:18.375rem;height:8.75rem;top:133.9375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS9Nc3GPMPwtWGpkZaft0UFdnyxEvITq { width:0.5625rem;height:115.5rem;top:63.59375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rT2DL6d4JwBTzT7R31zw3F3dhmTJgFVN { width:18.75rem;height:3.5rem;top:251.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Denp5W4qT5y3nKMsACF8Fim5Usrn9WG3 { width:18.75rem;height:5.25rem;top:296.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4fLVC5uRsWlcFW4wrnbWRHTGrpelgNB { width:19.1865rem;height:4.5rem;top:188.25rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h95KeNyoa1k4tk9VprluFdMubltKnKwH { width:18.5623125rem;height:1rem;top:192.6875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVn9oSdFcssCWaHAd0gp5PD2HTZl8i45 { width:18.625rem;height:2.625rem;top:194.4375rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpox41Fz7CPRsU57sNdIWgfS6cxeod6r { width:18.6875rem;height:5.625rem;top:197.25rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJLesOBo23FmHvH5ue5G9OtddWBdGA2d { width:18.8748125rem;height:2.25rem;top:206rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC6XffMA2UHSzfaz84c4DtMHcszqB3BM { width:17.8125rem;height:3.9375rem;top:208.875rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOCwIQJDhbsqwxPll5NlyGA4tKlm2ohO { width:18.499375rem;height:13.125rem;top:213.25rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWQJSsUgO5SPfeTpfJlsc1ABJu45OSmD { width:19rem;height:3.375rem;top:56.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6u8kys47CuSmmN7zQqQeDTivxVVzL4 { width:19.0625rem;height:2.625rem;top:60rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Tgp2mZggheODz6hM9Mkt0ocO1rS0IX { width:18.625rem;height:12.1875rem;top:63.875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DewoKgRqJams2h31TsdD0CDXwTLQRgqd { width:15.8125rem;height:1.25rem;top:108.5625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh9Li4nsZoJlxcEeRDg1XX9T5X0yvrbC { width:18.8125rem;height:4.5rem;top:110.125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shsJRB8KStSBwTNSZPOKgWE92NWtWGWn { width:18.936625rem;height:1.75rem;top:114.6875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ7Hy8PtfCfQ0CIsRgeSm7PmFbTBoTrM { width:16.4375rem;height:3.5625rem;top:122.6875rem;left:1.125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgZImTBTwpk9F2awPX7nh4JbfLghikQe { width:18.75rem;height:1.9375rem;top:2.249755859375rem;left:0.811767578125rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvD188NdHg5m4sHchJIabXg9ILkJnsTV { width:1.8120125rem;height:1.8120125rem;top:108rem;left:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9c6VVvptSCtCpGIJAW5bsTeb1XAQ87m { width:14.6875rem;height:8.625rem;top:22.65625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVJ9b4FwcaJ2vNK1bTrzVDR3lxBTE6KS { width:18.6230625rem;height:2.25rem;top:162.4375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsplJJaocRlITytx1ycWhufpbp3CrRHs { width:18.3125rem;height:2.625rem;top:164.6875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uurzTps62m8Mg41E10SD5k7JNEFmHVHU { width:18.75rem;height:5.25rem;top:167.1875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxRVEmPc8riFDi4r0Ems0X5Q2UAnJOc { width:18.811875rem;height:2.25rem;top:276.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsBchP6qBEEdbgGCyPHiUBUvzb9iP2k9 { width:18.6870625rem;height:3.9375rem;top:278.6875rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bulQJkm9VFnPEWT04CO4sXXq4AipS92a { width:19.1875rem;height:4.5rem;top:35.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3CW5QE4e59o2xrLZ0odGMyWKglQVUUh { width:18.125rem;height:1.3125rem;top:40.1875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI8f2w081l1vmCEsfohdFV0XyTfXOhgF { width:18.625rem;height:10.5rem;top:41.9375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r63IqHnCJp2VWNFH54uJdd6gm747Zkzw { width:18.6870625rem;height:1.25rem;top:306.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQUzUCmphtt07pQB3CcxILZHvGwXUOwz { width:18.6870625rem;height:3.375rem;top:308.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoI885lzJ8D2Skith6XRSA0KyMxn4G9q { width:1.811525rem;height:1.811525rem;top:305.8125rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g548VlTTsTOyDCDG6HpXnno2L3ow6Xsl { width:18.625rem;height:6.5625rem;top:312.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebT8w2sblWn0yQx73Pw44ZrXVh78tkx9 { width:16.875rem;height:2.375rem;top:327.875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWJ5eifzaGKlvEZ2D342TqJa2QcRwmTg { width:18.6875rem;height:3.5rem;top:282.5rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0PaD8HfKmM0kK2onFPr1HnNgMT75JP1 { width:18.8111875rem;height:4.5rem;top:79.1875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdgno3wQasWU5JaFIXqH3bKkWeUKu1hy { width:18.75rem;height:2.625rem;top:83.8125rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgW9bNx2gwirefwaU9rJTCt3zGd5S6uT { width:18.499375rem;height:6.125rem;top:86.4375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7URkBl9uQ3gbbOLLlqUmPRQrzPRmmmS { width:18.625rem;height:8.3125rem;top:319.25rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iql5OTDKvh7N0KntxD97ZIBdoPnCbHKz { width:18.1875rem;height:5.9375rem;top:116.625rem;left:1.125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpTz1iJTKKP0hz7dV9HxI7RQ3tZ3TMs6 { width:19.25rem;height:4.5rem;top:16.875rem;left:0.74869793653488rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqD9HVEPghVhNpGsHspxqCflfClGPgBO { width:17.8125rem;height:2.625rem;top:21.5rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STcvnXv7HtO6wIXASXix9N8IAyD2aQT7 { width:18.5rem;height:7rem;top:24.562502384186rem;left:0.75000005960463rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHGqMo1vd0ID4rM7MmHkJoH0BAcHlETO { width:18.4375rem;height:1.125rem;top:11.6552734375rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqqTPcEEd9CvXDE1Nf7zT1f3bGOGczhG { width:16.875rem;height:1.3125rem;top:12.7490234375rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O07RI9IBFe7iwvsvQi5iMkhl2zIV38Vq { width:2.75rem;height:1.125rem;top:6.607666015625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIOc2IRResvNy0Ia304v1imVhOBvFTWs { width:11.5625rem;height:1.125rem;top:7.701416015625rem;left:0.8740234375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvQTrMNw9xEok0kV9MwaS1c4of7iKV9C { width:2.75rem;height:1.125rem;top:10.5615234375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxSLv3DTT6Cg2pCnJcx1ZzQSh0tyn5SZ { width:4.8125rem;height:1.125rem;top:15.5625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA8yOTkttmZ1BCE4JEc9WmzpNlv6bI2y { width:4.75rem;height:1.125rem;top:33.7890625rem;left:0.87500005960463rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3aLmRTP7CQIPGOoHE9pcOUpgRG9tTes { width:5.125rem;height:1.125rem;top:54.560546875rem;left:0.8740234375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awWOmbVZ1HgiWyMufnK6K6UTra9qVP2q { width:5.249025rem;height:1.125rem;top:77.75rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUC783XDHGPXk7Hde5irr6ShrqrAISHU { width:6.1875rem;height:1.125rem;top:101.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLW2a9m2inHcr07H7fxF4X9b9qCBq2OS { width:14.5605625rem;height:1.125rem;top:103.375rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riG7mfHPN3VOF5TMMcxT4Xw9hPhMpqJL { width:2.311525rem;height:2.311525rem;top:102.875rem;left:0.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWzFLmpQ1LTpoqzNSf62H8rpRuk485Mr { width:19.875rem;height:0;top:76.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsFcRIIzdaHea4kWSTUdPLA3xybkSCIR { width:19.875rem;height:0;top:100.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NR1ZBg6TTe4WrgR1A2rhie2BLuVl6WBT { width:4.9995125rem;height:1.125rem;top:107rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmo8TgWTPpPR9iMwwngMDz6spJcEA8cN { width:5.68725625rem;height:1.125rem;top:127.125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg008t8qaVTccnBvKhcL1Ri1ohvIVqm8 { width:5.56055rem;height:1.125rem;top:145.625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJeZ0GIirRhdw6Iivou32htuglxbmCoQ { width:16.875rem;height:2.625rem;top:98rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmZghEVw7EeT7OF48Rz4foiBHoLOcPxQ { width:16.499rem;height:2.25rem;top:95.75rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDauDPEnJifimCaDeXR48IFWmHVlCWhX { width:6.12426875rem;height:1.125rem;top:161.1875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrUVD8NI7e7NWufevnlznx1vAZKKTnPa { width:5.9370125rem;height:1.125rem;top:174.3125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxQ85nEILHSe1Kb7oC1U8H4He7y3NTQT { width:15.3735rem;height:1.125rem;top:175.9375rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImL3XkaFkiObzAoTuhgxFr4btBTZe7z5 { width:2.311525rem;height:2.311525rem;top:175.3125rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXRDmFBinbPhiTlvnNNge2EN7iPWKKvh { width:5.0607625rem;height:1.125rem;top:179.25rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCmce8ysvf91w2MOZkZMXn481WESCtBV { width:5.0610375rem;height:1.125rem;top:186.6875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNKrC34IBhqFciWTTqsqc5LzQQo9n6Pz { width:5.3125rem;height:1.125rem;top:256.25rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO7K0uZPd2tCfkaUcCtmBqTLDu1EcGxX { width:15rem;height:1.125rem;top:257.9375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VThy0AdJUBmnpmaKaBdNgWFPzrBQThBg { width:2.311525rem;height:2.311525rem;top:257.375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXhAyPDKcNIQzzDyd683n7NtOSZlC2P6 { width:4.74935rem;height:1.125rem;top:204.5625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLBpm9Iq7cv98ei7KPDJa1oEOHF1TcDz { width:5rem;height:1.125rem;top:228.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH0XkrfIUoTElh0hzqX4qV9is6qCLRkJ { width:17.1875rem;height:3.375rem;top:229.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lusaGw4nIkkbyHuGgzTxWWrlmemMDRxf { width:17.5rem;height:1.3125rem;top:233.6875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSmdTPsbGFAi5QrTci47XJLAVGST8niF { width:5.0625rem;height:1.125rem;top:274.6875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8pc8qMGdzRBpdhnHNVLvkEu836p3gdB { width:5.6875rem;height:1.125rem;top:288.25rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu4wV0W5zzwCvKbNWFMPerTcphgLzOkT { width:5.0625rem;height:1.125rem;top:304.75rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f48zdzMgNHif5ICyKHOR6tShtD8uSnLm { width:5rem;height:1.125rem;top:331.5625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSyEO4RmLiVtBhXw9JF3q37Pb5P4P0VR { width:17.124rem;height:1.3125rem;top:334.875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcW2ImOgRJb2iV2d4ddFHC4EkL3mNBTn { width:17.56225rem;height:1.125rem;top:333.1875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xneyiWTvxmt4ThlRWu2ShdcM7elyuDgv { width:5.3125rem;height:1.125rem;top:338.125rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5kpKxAc5EkMf6Xn5oz1xPpOVJS8IKLE { width:18.6875rem;height:2.625rem;top:339.9375rem;left:0.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9y2qINvfcBaoG7OSeOhpcIDkCpzV7GW { width:2.5rem;height:2.5rem;top:337.4375rem;left:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtHCJiv5zRsHuRcTlQOOXssF9tI75RbA { width:19.875rem;height:0;top:268.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDySTN7PqQid51OMLOCl9flEM9qTLXDA { width:17.4370625rem;height:2.25rem;top:180.375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz4pdx0p5TmcN37kMCOaUG0dJbDZeMgX { width:18.125rem;height:2.625rem;top:182.625rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbckzoz1JkfEleEOfC2EL2zdw5Efioru { width:8.247625rem;height:1.125rem;top:244.4375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB8heQD5K9SMn8KLqTnSg3v6un0f9dhs { width:6.62475rem;height:1.125rem;top:261.4375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcI966eHfBR6ULp8fTxlc3TSSuqc8yB { width:17.1875rem;height:2.25rem;top:263.125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4JwaxpUP50ZUS0mtuhTy5Lg6Lo8AsVH { width:17.1875rem;height:1.3125rem;top:265.375rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVgsF0Hy88Z8X6gpUlb7WSd62PR2xB3h { width:19.124375rem;height:6.125rem;top:266.625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuHPmsi1CSoV2Sryz6LEfZVW6UI0KtX8 { width:19.125rem;height:3.375rem;top:147.375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTsSF9zC0nZtJyOS5KcACZGWbs1AF5a { width:15.5625rem;height:1.3125rem;top:150.6875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhqcZAUBazhsD6tLdufCpXgHCiQMffvX { width:6.061525rem;height:1.125rem;top:94.375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCApqcPBoUk3XAVF7zIdW5ShuqKpdh3Q { width:18.9375rem;height:5.25rem;top:152.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxT8OTbwEBqrfBzMepQEaItz1A2SAVC2 { width:19rem;height:7rem;top:235.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klzOW5tRcSXrxTS07drBMv22z5DBPBcu { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#klzOW5tRcSXrxTS07drBMv22z5DBPBcu > .row .container { border-width: 0; border-radius: 0; }#klzOW5tRcSXrxTS07drBMv22z5DBPBcu > .row > .video-iframe-container {  }#klzOW5tRcSXrxTS07drBMv22z5DBPBcu > .row .container { width:20rem;height:352.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OP5R82iTm5RIaB9PlUOWVA1igzTfkT1z { width:19.125rem;height:3.375rem;top:128.5625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOJFMCTTMzSMZW27Qcz3FD4e9NRWLmTv { width:18.375rem;height:1.3125rem;top:131.9375rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfvPfU2a0Iq69dIPa9m7BEaw0yJDUsQN { width:18.75rem;height:3.375rem;top:245.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Ot7Lh3CmMtWFONN652Fh8wA7THao4O { width:18.9375rem;height:2.625rem;top:249.5625rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBFSvJ9di7uIH11vraLUuX5A57XicIiM { width:18.81225rem;height:3.375rem;top:289.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E330TzzsJTQi3DL8g4diGFAvCdaGHz5o { width:18.75rem;height:2.625rem;top:293.5rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEsfg4nVvTLsrElbc5TXE9kS6CVIZUN { width:19.875rem;height:0;top:232.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTk6MXaNKOVkmdAtUM4STXheh2T6iL3h { width:18.994125rem;height:4.18359375rem;top:344.6875rem;left:0.501953125rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(180deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(180deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mtaUWmmo1TgKbLMpiq5R9oxbuRlTCygV { display:block; }
 }@media only screen and (max-width: 763px) { #nkXr2lH8e4t75BrKk65PPPRTDvc8ivDP { width:18.375rem;height:8.75rem;top:133.9375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkS4GI7EHAaP2gTAdgiqPz0VnMTU92k9 { width:0.5625rem;height:115.5rem;top:63.59375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4eFnZLMTW9DBRVhd8uMpzu1m76BqMuQ { width:18.75rem;height:3.5rem;top:251.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETTsKpu2fKlq5Wrdu3csGe2JW86NkTg { width:18.75rem;height:5.25rem;top:296.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fExk4Nrz2uTwhMuD226aNPgOsUt5OS2P { width:19.1865rem;height:4.5rem;top:188.25rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drfdwr4lgtrm3pyIp5cNcxbxGtKfewyi { width:18.5623125rem;height:1rem;top:192.6875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io3e14K2wQltKthlgM4H7mmZHZVc2Hw9 { width:18.625rem;height:2.625rem;top:194.4375rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WskXVNFvTu5nVDC6QCLFLEqaTBxKSMg9 { width:18.6875rem;height:5.625rem;top:197.25rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuksFBgc51aubElgTn7gsmTDUhgbQIpT { width:18.8748125rem;height:2.25rem;top:206rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbmEeZo5LzThvPBqrF8oNd7bTgCiXoVU { width:17.8125rem;height:3.9375rem;top:208.875rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDe3Tgn2ZI17OTIsXTrqm7V4byXsigy0 { width:18.499375rem;height:13.125rem;top:213.25rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPwqD7K75MPvQymhC7tAz8xSyMSyMXT1 { width:19rem;height:3.375rem;top:56.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh7z4WLUEmlqwaM0zXGNNPo4VZRuWGdx { width:19.0625rem;height:2.625rem;top:60rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM4IuA9GOzvwzOZKPCL1JneJOVrx5Ckc { width:18.625rem;height:12.1875rem;top:63.875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EesS0Mwceee2lVbRDSkuXCFBEn7euJVy { width:15.8125rem;height:1.25rem;top:108.5625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2H1c4U3rfA8OwTr5JvTMPUdMMNqC9AV { width:18.8125rem;height:4.5rem;top:110.125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1o5WHNKz2OegQtQoNH9dISM6LqkEX1h { width:18.936625rem;height:1.75rem;top:114.6875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKgwIEOZ6F61iAQIKtqnOhwcHIarx2za { width:16.4375rem;height:3.5625rem;top:122.6875rem;left:1.125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbtraC7HnkeK73VM8e1cwKRkcSVxdlAW { width:18.75rem;height:1.9375rem;top:2.249755859375rem;left:0.811767578125rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc2xvRNhdyxgzbEEFh1Bc2cbBWC4l8Zk { width:1.8120125rem;height:1.8120125rem;top:108rem;left:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVDU0otSRFFHBTXy7bBXWNG3O7INbHX { width:14.6875rem;height:8.625rem;top:22.65625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4gRSmDFGcmJScmH3JdT7OTcBAmIrK2R { width:18.6230625rem;height:2.25rem;top:162.4375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCAZJOxzpiLGhrGKiOHaWerlRGrRanTu { width:18.3125rem;height:2.625rem;top:164.6875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKwVn89AAHHBoxrBtPcR0XbGLkzdQWDa { width:18.75rem;height:5.25rem;top:167.1875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlsbBmQoo9UEdV3UikvkSA2AHfa6lB8 { width:18.811875rem;height:2.25rem;top:276.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvd295nSZL2DAzcdd90ClT1XqNUNw6uW { width:18.6870625rem;height:3.9375rem;top:278.6875rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a66zUJNu9W0a9EAXOE0eCkoHATrCnPfD { width:19.1875rem;height:4.5rem;top:35.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMz3Omm9E22fFckAUailTdtOHTGwI6I6 { width:18.125rem;height:1.3125rem;top:40.1875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRlDQqL3fdvzR4UbWw6SHzgDTdqGKBKv { width:18.625rem;height:10.5rem;top:41.9375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJVlvzupKqLkp32pcfeK9KT1G62dTuBv { width:18.6870625rem;height:1.25rem;top:306.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT13N9eZ1gxmRcg92mp5e4PbCOyorMsl { width:18.6870625rem;height:3.375rem;top:308.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfp5V7oMFlcnql06BTrxF2renG46QLfC { width:1.811525rem;height:1.811525rem;top:305.8125rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqFneWB73p1l1xeK7N2naG4CV88WiKci { width:18.625rem;height:6.5625rem;top:312.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKRJ3AspEpVv7xU38WTCEzfi47p2l2BD { width:16.875rem;height:2.375rem;top:327.875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzke0eyKdVIv5zNrtJITTt7XSFhOAesr { width:18.6875rem;height:3.5rem;top:282.5rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVsmmJ0pO4pKeKav4BmXyAQcVLTGOvh0 { width:18.8111875rem;height:4.5rem;top:79.1875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0v09NwDOUsXx4eKP1yhG3wCxQ8dC1b { width:18.75rem;height:2.625rem;top:83.8125rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1kAXXCSiU93yT4rHW9s629gbLJT9luU { width:18.499375rem;height:6.125rem;top:86.4375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRyNC7mqaqrloMDddWAfZeQlT73rW6Um { width:18.625rem;height:8.3125rem;top:319.25rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLCTFGJyz6Ze8NIyuvRSxi3WnauHrWqA { width:18.1875rem;height:5.9375rem;top:116.625rem;left:1.125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Esh9ZcWFGfITUbofUU7gy0gmhezJg2 { width:19.25rem;height:4.5rem;top:16.875rem;left:0.74869793653488rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylRBQpmrDv9MOZt0Dx55dqsBICAzSdLo { width:17.8125rem;height:2.625rem;top:21.5rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEJbgUeMbLRZxuBahH5clh3l2igR6Np1 { width:18.5rem;height:7rem;top:24.562502384186rem;left:0.75000005960463rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtbgKPaSMr49WK3lTUnQ7crpTe12SiyH { width:18.4375rem;height:1.125rem;top:11.6552734375rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysZq7Ii9RMoh1EUdtOq4EZlrRNNtWRLv { width:16.875rem;height:1.3125rem;top:12.7490234375rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCPPnCh8SkGNmsqUeIu0qPPxAA3TWJuF { width:2.75rem;height:1.125rem;top:6.607666015625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF6W75pdG8ptLMuEt2X0xaRy9UisVwPD { width:11.5625rem;height:1.125rem;top:7.701416015625rem;left:0.8740234375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN6p8Ia1lR4ayxHziHf7RfUe8Zpxczyf { width:2.75rem;height:1.125rem;top:10.5615234375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXfyP4SDeqBwTS7NMCaykg84UflufXeV { width:4.8125rem;height:1.125rem;top:15.5625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ64UaQhVD5IJHFlevSeUvgI2goFRHOJ { width:4.75rem;height:1.125rem;top:33.7890625rem;left:0.87500005960463rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDNaeFkBrp9cWNMQr1hJweBlS4TCmdMc { width:5.125rem;height:1.125rem;top:54.560546875rem;left:0.8740234375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3yvf29JpDOfTFPD2twpstHWxLrowlAz { width:5.249025rem;height:1.125rem;top:77.75rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8vI475O39ee58aPcvKdeECmgVFeWrR2 { width:6.1875rem;height:1.125rem;top:101.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuKXVxFMe63uPMIZO4pSK48UeFGRVX74 { width:14.5605625rem;height:1.125rem;top:103.375rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGhBUGtzTMVz4PH2Ug1l87cB2PPDHLQT { width:2.311525rem;height:2.311525rem;top:102.875rem;left:0.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUL5tTxiDauP9dPGPJZmXLeeQeJkK5VF { width:19.875rem;height:0;top:76.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgVRvGGKD2hWddVkEg4ht48t2nAilzIb { width:19.875rem;height:0;top:100.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwUW3QsQ4wQWb315PoObO8ZOFJ0ihxcD { width:4.9995125rem;height:1.125rem;top:107rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNglxMK85pgpxworGwSRvoyqwxFwmSUR { width:5.68725625rem;height:1.125rem;top:127.125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZiMGTXIbvOmVNT9HmOVgrXrfnf1OkPp { width:5.56055rem;height:1.125rem;top:145.625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFvxgGwgLnEU5hO5CUiysik9qVo2lzmd { width:16.875rem;height:2.625rem;top:98rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdpVAdnl7lXwrZHZRUvfCqrIWn5Z9S2T { width:16.499rem;height:2.25rem;top:95.75rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaUDUzoLsTIuoIsnLBASyk4rhkdFdvsp { width:6.12426875rem;height:1.125rem;top:161.1875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdHIkTznckDwEUkqUBmZbDAw07rPVHS7 { width:5.9370125rem;height:1.125rem;top:174.3125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE4HsSiL0XXcNhsg8AkxfGkWgwG9TeIX { width:15.3735rem;height:1.125rem;top:175.9375rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJVq0JLCNTOQlT2ZiXRh3waJMoTHnRe3 { width:2.311525rem;height:2.311525rem;top:175.3125rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmCqQLvWI54P4TwDTk1pbzQ3KVZTO3Gz { width:5.0607625rem;height:1.125rem;top:179.25rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPZzJbcGsVE6B2LAG4vWrfeR07Sh1QvE { width:5.0610375rem;height:1.125rem;top:186.6875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQzlrIbvKM8zfOM1KckAJRLS3Zy7w5XV { width:5.3125rem;height:1.125rem;top:256.25rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG67EM9I7FyDMZazTRmG5kcRpUKDBVT4 { width:15rem;height:1.125rem;top:257.9375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2vpcb4kGVMmSzEJCIF2HOxcUmdTss6i { width:2.311525rem;height:2.311525rem;top:257.375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsNCce5mvy15lowXq2ZNCfxy7JMNDNnt { width:4.74935rem;height:1.125rem;top:204.5625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oug5cs0Vx3NV1sQXlIxVgFl2MD1F4XZJ { width:5rem;height:1.125rem;top:228.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtdfd6f7aQZAqOXZO6LcgGZWEB7MK1qO { width:17.1875rem;height:3.375rem;top:229.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWDq29kspO7B3ZHUvMDM5mCQkbMFMAlo { width:17.5rem;height:1.3125rem;top:233.6875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSfSyi82gANFgXw59KcfMZEzdXhBb1cT { width:5.0625rem;height:1.125rem;top:274.6875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggNMbAIT3JzcPAl11cUwhH7gAFbKdf17 { width:5.6875rem;height:1.125rem;top:288.25rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCymzJpJUNvLQAD1maXuWCuKqsfeRmVU { width:5.0625rem;height:1.125rem;top:304.75rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef0rhUBVy924R8XbJNxlCpzwG8TfggBu { width:5rem;height:1.125rem;top:331.5625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6bD5IyxJMMOASH6y3gD5lyypveogFql { width:17.124rem;height:1.3125rem;top:334.875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZxT2pbTlWAirO28Uz8TyWqtQTHX0rPN { width:17.56225rem;height:1.125rem;top:333.1875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6gx8n4eOTQ0eL4crPN6S1LO7UvOmxxB { width:5.3125rem;height:1.125rem;top:338.125rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U47XM9BewvoOSZpTy4K1lBNm9tV1DxgO { width:18.6875rem;height:2.625rem;top:339.9375rem;left:0.6875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA0zOacgwhrkqvSeUkPm6CMpqX1HfcxZ { width:2.5rem;height:2.5rem;top:337.4375rem;left:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQsKSKJrXiTB8Za7CtpTIL9v9WUkAdw { width:19.875rem;height:0;top:268.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZkymcoy5sz7rZBFUI2QXBCvDeG9xJfo { width:17.4370625rem;height:2.25rem;top:180.375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMkwADGwdCi7oTNuX8cw1SbzbMWHyTDi { width:18.125rem;height:2.625rem;top:182.625rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLvCBlEF22XFGkiwhEETlf2pVDfJR5GI { width:8.247625rem;height:1.125rem;top:244.4375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bECsQglOS0hb22y5M6Rkw5XoGNW4UJEu { width:6.62475rem;height:1.125rem;top:261.4375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go4bn8CMJuXFe05XVH423fJVF2WZTS7J { width:17.1875rem;height:2.25rem;top:263.125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvHyoUXNFvsPxado9mokpG2lGmBt4FU { width:17.1875rem;height:1.3125rem;top:265.375rem;left:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sabu98RAlccp71WNo5xQkUgsITvuRqK8 { width:19.124375rem;height:6.125rem;top:266.625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU9uiOgxTHBGm1UFV72IDVD4ucZLo15u { width:19.125rem;height:3.375rem;top:147.375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9hn8BmSbaShTe0VMUDSkd6NqmFkvDxl { width:15.5625rem;height:1.3125rem;top:150.6875rem;left:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd23WXLDu2FPkKNOrhGnFtCT0enT36bt { width:6.061525rem;height:1.125rem;top:94.375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKAZf9bBTeyZl6Jx0FiVUA49C4l6INqJ { width:18.9375rem;height:5.25rem;top:152.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgddUvC2wDBBzpOwULdQ0GmGDHccqTEw { width:19rem;height:7rem;top:235.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz > .row .container { border-width: 0; border-radius: 0; }#KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz > .row > .video-iframe-container {  }#KC4kCyftk1fBR1Rt3bxJ1XTbuptMMvJz > .row .container { width:20rem;height:43.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HanRmShBlV7ACcwXE1QsQqgWHaVbE0Ir { width:17.0625rem;height:0;top:1.25rem;left:1.4687500596046rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;color:#1d1d1b;z-index:100001;font-family:oswald;display:none; }
 }@media only screen and (max-width: 763px) { #bOWbpg6EgmUN6kQTX0nd5iXXqo5vNqzc { width:18.9985rem;height:3.93555rem;top:28.75rem;left:0.5rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(218deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(218deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MvJbf2tKq9LxywFqsFQ3TF9SSg5bTOI5 { display:block; }
 }@media only screen and (max-width: 763px) { #aOWPwqTqwKheCWMrBehLpm8eS3Kg2vJF { width:20rem;height:3.875rem;top:17.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7qy5LzWmEK0LWJFghN6N4LSCxKryzJU { width:20rem;height:1.4375rem;top:21.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Rw3op5B8h0lZgvy7FKU8OFGuwrl3DV { width:20rem;height:2.875rem;top:24.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKvHgMO4DzEGNe14RxbZElGUV0dBqzzc { width:7.6248125rem;height:7.6248125rem;top:33.8125rem;left:6.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CaDVnV48JaRL2ym34QMvwISE7PgUPIbm { height:11.111111111111rem;width:20rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:20rem;height:101.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.5rem;height:2.5rem;top:5.3125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:20rem;height:4.5rem;top:18.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:12.5rem;height:1.25rem;top:16.8125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:20rem;height:3.375rem;top:29.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:20rem;height:4.5rem;top:40.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { width:12.5rem;height:2.5rem;top:37.6875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0AxS00EFbk5wUIUSuxwD4GqTCZH6x4b { width:13.8125rem;height:3.375rem;top:52.25rem;left:3.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gowo7ttwdMOP05PyOkEQT9Ch0bAhlaZi { width:12.5rem;height:1.25rem;top:27.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kscATIPWzsUzmnXc9vW6mfIDWAmbABIK { width:12.5rem;height:1.25rem;top:50.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfJ17npGEpBwXC0TuZupBAVzTPCOXsV7 { width:6.6875rem;height:6.6875rem;top:56.875rem;left:6.625rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH7kbSFyBOtATePTKdEQhuDl54NiaRsT { width:6.6875rem;height:6.6875rem;top:64.8125rem;left:6.625rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohcob4ngrnfbrdDHU2zWdR1klCmRrhse { width:6.6875rem;height:6.6875rem;top:72.75rem;left:6.625rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6z7HTt15cE7NhRarS5Zw7WT2gLJmt14 { width:6.6875rem;height:6.6875rem;top:80.6875rem;left:6.625rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmIfeTWIxl5m7JB1pfaBPkDqCmxVI3OR { width:17.0625rem;height:3.9375rem;top:1.09375rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { background-color:#f5f5f5;background-image:none;display:none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:20rem;height:38.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { width:16.5rem;height:4rem;top:1.3125rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { width:15.625rem;height:0.0625rem;top:6.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { width:20rem;height:7.5rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { width:4.25rem;height:0.1875rem;top:6.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrRzIvILm3Q589I4nV8CkTXoeiXEJUNR { width:18.125rem;height:3.375rem;top:19.625rem;left:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y { width:15rem;height:11.1875rem;top:23.9375rem;left:3.6875rem;text-align:left;text-align-last:left;line-height:2.6;display:block; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 { display:none; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TsT1S6vbgPx2dWxPlRIlDTeXZP2O9QDQ { width:20rem;height:13.125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGQElTkvKyCs6P384X5Nx4a9kuLxoO6i { width:16.1875rem;height:1.75rem;top:8.625rem;left:1.9062500596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ww6BkX4tSqerdVIvKaV4qCrLAM1oI2Rb { width:16.25rem;height:0.0625rem;top:12rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlpN46ZudytHswwrw5IZuGnnsy2DFlIR { width:0.625rem;height:5rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTvZDKK19TyA23l347v7v8SPONCL6kKR { width:0.625rem;height:8.125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zouyywlb8fZ0RVTHqLqyawbLB582VBQp { width:16.5rem;height:3.375rem;top:13.875rem;left:1.8750000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoPoFB7dbq3eqOfaxkBHxbEt2Zr4iKd2 { width:16.5rem;height:1.6875rem;top:21.5625rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRBncePrseAVNSODcJkAlf3KMtgVpJmq { width:3.25rem;height:3.25rem;top:1.875rem;left:8.3749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #t61mXxWxBiFbTBE9aZgG6MsXXRRrTXAT { width:16.25rem;height:0.0625rem;top:17.1875rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcpGrbXv7hU2Teh3lceH7d27PF6VxkQG { width:0.0625rem;height:16.25rem;top:3.8125rem;left:9.9374998211863rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #xL6Ok5xyHTK18MGwenW9oByQxoyNaFMi { width:1.8125rem;height:1.8125rem;top:2.625rem;left:9.0624998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6fGMD2hRDrKETVFFUheE6ZQ9VlU7Jkz { width:3.25rem;height:3.25rem;top:47.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipQbL4XmrOOez96usI6tCN3H7OMbVL4s { width:0.0625rem;height:1.25rem;top:44.875rem;left:9.9374998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlViv45erEMwtbK7GufbvtREZ2pxcPVp { width:9.625rem;height:10.3125rem;top:10.375rem;left:5.1875002980232rem;text-align:center;text-align-last:center;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #NODc4qcJ5UJFsyoCtaR1oRAuHtTxh25Z { width:1.6875rem;height:1.875rem;top:47.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbnsewkqeIW805qELoReMZV8iS21Ta11 { width:17.5rem;height:20.4375rem;top:24.8740234375rem;left:1.90625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#nbnsewkqeIW805qELoReMZV8iS21Ta11 li:before{  }
 }@media only screen and (max-width: 763px) { #Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx { display:none; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .row .container { width:20rem;height:51.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PrgwRLqXW2bmXlnEAmJLmm9Mk2ypBRGL { width:20rem;height:13.125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQaXqXxdUA6EnM8kOZFzwpXcJq0k1gIl { width:16.1875rem;height:1.75rem;top:8.625rem;left:1.9062500596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #skcnOL3Wt7urO8n8vkCBzTnvbAQQzhMD { width:16.25rem;height:0.0625rem;top:12rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK { width:0.625rem;height:5rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTZftFgTSNyGku2t48NfT5ikueQsZKUJ { width:0.625rem;height:8.125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcQQpwRxNqnyJwzi2T7BgdAazllA0DrN { width:16.5rem;height:3.375rem;top:13.875rem;left:1.8750000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyU3KPw6TbidfzSWHQwvccA1X0TyOncO { width:16.5rem;height:1.6875rem;top:21.5625rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpLMsiG9kSwhwSvrKm67BEFTZa5herIr { width:3.25rem;height:3.25rem;top:1.875rem;left:8.3749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmhBTezN4DvF6VBlDyv3U2XlF1k767LM { width:16.25rem;height:0.0625rem;top:17.1875rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbfKkKTPabNNdcUmzeTrXazlmuh3L7Tf { width:0.0625rem;height:16.25rem;top:3.8125rem;left:9.9374998211863rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #Jy2VnUbI1c54PJD3iKTekTIC2JFzdv9O { width:1.8125rem;height:1.8125rem;top:2.625rem;left:9.0624998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfHriXSiT4JsT1BNBT2e7mi4I7MXacvk { width:3.25rem;height:3.25rem;top:47.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm9KhSRSk9RpG38ewOui0Pkl5rHNoR7R { width:0.0625rem;height:1.25rem;top:44.875rem;left:9.9374998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGiOCLuiBK9XeK7e00dQNXXtw7kdxOR6 { width:9.625rem;height:10.3125rem;top:10.375rem;left:5.1875002980232rem;text-align:center;text-align-last:center;z-index:100019;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgHUXnbEBEKU2QaUOft0itgUivb9wCsk { width:1.6875rem;height:1.875rem;top:48.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy { width:17.5rem;height:20.4375rem;top:25.2490234375rem;left:1.90625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy li:before{  }
 }@media only screen and (max-width: 763px) { #tJx9DrIULVLstTIpprklRPcTDvQGycxF { display:none; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S88ouF9F5JnGws7xCKTsrqK6wVUoFBhf { width:20rem;height:13.125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNJaTPVKfgKd63NJ9HBxMmesBkBdWNUF { width:16.1875rem;height:1.75rem;top:8.625rem;left:1.9062500596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G8HcZ9rGGH6uJ6ltlAmMQtw1LozIb2K5 { width:16.25rem;height:0.0625rem;top:12rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl { width:0.625rem;height:5rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1iqc6FxwhASDXZwAyb3Si6fO67cGT3T { width:0.625rem;height:8.125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmWanZT28o5tVwByl6EqhSuuT1pPIAeT { width:16.5rem;height:3.375rem;top:13.875rem;left:1.8750000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAiLOHcUcaeRIdaGOPzIp5x5k7e6u3og { width:16.5rem;height:1.6875rem;top:21.5625rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZPNnzkQcWTbUqHqrQbMTfOyRhl1Xhg6 { width:3.25rem;height:3.25rem;top:1.875rem;left:8.3749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #gviCzvgJ3oR4rEu1gqadTfXcF70wHduS { width:16.25rem;height:0.0625rem;top:17.1875rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqiOWrZEkurqUApXqhV8EqCBwQg1bvpQ { width:0.0625rem;height:16.25rem;top:3.8125rem;left:9.9374998211863rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #iuT5J90D9ZMUTU2u7g4UOfUMtBZsri6N { width:1.8125rem;height:1.8125rem;top:2.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFCcI9NTKwSyonBtT2i2r5zwzhsnyS3P { width:3.25rem;height:3.25rem;top:47.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6F6Hp9L3ZZRJa6wtoU9FoP1qpUGAT1M { width:0.0625rem;height:1.25rem;top:44.875rem;left:9.9374998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucpGfx8JPvd8J7WB4hrpQPbhcEF7XIVx { width:9.625rem;height:10.3125rem;top:10.375rem;left:5.1875002980232rem;text-align:center;text-align-last:center;z-index:100019;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDgkkwEgrRb9BRC4n5OGTioPG1mIqx61 { width:1.6875rem;height:1.875rem;top:48.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ { width:17.5rem;height:20.4375rem;top:24.625rem;left:1.90625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ li:before{  }
 }@media only screen and (max-width: 763px) { #WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { display:none; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BiXuttGKIix6tTTTXKVBqGPwsqHWIXZS { width:20rem;height:13.125rem;top:6.3739166259762rem;left:-0.010850727558136rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #WPTAp2tTad2yulFRFX8fcVvwhrnnXeZM { width:16.1875rem;height:1.75rem;top:8.25rem;left:1.8750000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETNJBZTKTTNDvUnhGcwyCN8ZNb37Fiob { width:16.25rem;height:0.0625rem;top:23.875000476837rem;left:1.3750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR { width:0.625rem;height:5rem;top:6.3739166259762rem;left:-0.010850727558136rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJwp3PtD9ZnrTe8KtW8fM7cHx37k4nnG { width:0.625rem;height:8.125rem;top:11.373916625976rem;left:-0.010850727558136rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP7oKI0mqQRn3X5PccPHoCUFEwWu5Oxi { width:16.5rem;height:3.375rem;top:13.527778625488rem;left:1.7491319775581rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmWoe9gHTcUWqEtn9i1LNeu9DSzNTyIM { width:16.5rem;height:1.6875rem;top:20.998481750488rem;left:2.3090279698372rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNaU2KxO60VwtgcvlaUQ1wVfHp2ToHy { width:3.25rem;height:3.25rem;top:1.25rem;left:8.3116322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5K7naPO7IcULZ2Pwc6tvcf16aBT98ck { width:16.25rem;height:0.125rem;top:11.186195373535rem;left:1.9997830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB2iTh6V45sTtXNT9fm2v3iMviczSuq2 { width:0.0625rem;height:26.5625rem;top:71rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHVNGTCrt5nuPgTdTWzng56vAGMR6XdN { width:1.875rem;height:1.8125rem;top:1.9368438720703rem;left:9.0625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #frL9GUbB9gZfMMH7TmcWc8vCHcEKfBpC { width:3.25rem;height:3.25rem;top:39.75rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHcSCW0Nco4qyMt0K0y5HwDvg8mt7AgX { width:9.5rem;height:10.3125rem;top:9.8103256225588rem;left:5.0607638955116rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nS1zaqGTcTRWnmpSZvc9Xht1nxT6as7S { width:1.375rem;height:1.0625rem;top:40.8125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqnG9s9FKKIAoSLDocO9vFoW76lT6VgS { width:15rem;height:3.1875rem;top:47.623046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iChM1651FTLPOFpKubKxTbKCKVtqEqub { display:block; }
 }@media only screen and (max-width: 763px) { #Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV { width:20rem;height:20.4375rem;top:24.185546875rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:before{  }
 }@media only screen and (max-width: 763px) { #JgUZNheNyp3QnVlvh7iNxpz6Wfv4lT4f { width:4.375rem;height:0.0625rem;top:20.5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gfammaTb/sekcja8_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.adaptive-delivery-prevent-bg, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyload, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyloading { background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { width:20rem;height:3.625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvuxDxLGhWkqTucRQhgzhptKalEDvqZT { width:20rem;height:4.6875rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { width:20rem;height:17.625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { width:20rem;height:1.5625rem;top:20.248481988907rem;left:-0.0032552480697632rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxduhVs6P1JZuyeIL11BTIUs0ksLV0p1 { width:20rem;height:3.125rem;top:25.936416864395rem;left:-0.0032552480697632rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAmSNLRZNixBBhf960hz57GaQptN6J8t { width:3.125rem;height:3.125rem;top:22.530382394791rem;left:8.3105469346044rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk8vWVRwTp3zuZOA29IJsB6IfZWcROTk { width:2.75rem;height:2.75rem;top:16.749783754349rem;left:8.4366322159769rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLzFwO077prZ7kM1gv5aSdSJ3Jrg6UvD { width:20rem;height:15.4375rem;top:32.874357461929rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbcihiACdMtBI2cRFHTzGr5mziPB46CU { width:4.375rem;height:4.375rem;top:38.436415672303rem;left:7.8125000596044rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx { width:9.4375rem;height:0.625rem;top:14.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { display:none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { width:20rem;height:2.1875rem;top:1.312141418457rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw { display:none; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row .container { width:20rem;height:62.43359375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EBlSSovyCd6TXhvX7z1SluqV6Tp4i8lK { width:12.5rem;height:1.25rem;top:18.8740234375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z9mvIirQl2HqVxeKGtDelESoh65AuGCX { width:17.4375rem;height:17.4375rem;top:0.6875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL7Llf8xhN9unquaktiJ2qgs9lV17VuA { width:4.25rem;height:0.1875rem;top:22.9365234375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1n2EscTMMUdt89BTWhg8dt0GNv5w6P { width:15.625rem;height:0.0625rem;top:22.9990234375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFAAN3aL2xf4tOSOUmJJI4y0BAExRSmA { width:12.5rem;height:1.25rem;top:20.8125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDCam4Q8p7Z94MA3xV9an5nUwQgbBRe1 { width:16.1875rem;height:3rem;top:23.87109375rem;left:1.90625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DKlwu2hziF0o5sdicc3BwH0m0J1NN9bE { width:3.125rem;height:3.125rem;top:26.87109375rem;left:4.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUmUBmgKGqtvPzSCrQS2l7opZp5skCbe { width:3.125rem;height:3.125rem;top:26.87109375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fElsb1hsQfWm0SMaDyua7M17WA6CG5Gi { width:14.8125rem;height:1.5rem;top:54.998046875rem;left:2.59375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dG5VWVDvVaIMGgZQnkd7sehsU65ppU4S { width:3.125rem;height:3.125rem;top:56.498046875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpg2aUHlaDLakMyJf5oytcUGzHt11BfW { width:12.5rem;height:1.25rem;top:49.5rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBZm355ymOanvlpGBeyXwEMx2iaMZe3z { width:12.5rem;height:1.25rem;top:51.625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBdxGX7lEKzOmbx1qhqqQc1maneJ3mn1 { width:17.4375rem;height:17.4375rem;top:31.5rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXzhOTzzlvhzkOBxiXhuuPUwftMbIp2g { width:3.125rem;height:3.125rem;top:56.498046875rem;left:4.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spO0E84HRW0vZST6bDOAVCMzr9W3Emyn { width:18.75rem;height:30.5rem;top:30.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggQNfsbuHLDqA3zXrcURsBSNEAtIe1Tr { width:18.75rem;height:32.4375rem;top:29.99609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTeZCPBKGTeEIwfofKuM4Knm3at2LuOu { width:15.625rem;height:0.0625rem;top:54.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQB54Lryxf1Sb1dzUGPKCUGkKf1Bmr7v { width:4.25rem;height:0.1875rem;top:54rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { display:none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { width:20rem;height:111.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OhPVyC3dmVsxEmL1a96gu8ztB7VaFLs6 { width:20rem;height:2.1875rem;top:1.875rem;left:0.013671875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCQLlTHFyqRsaht3lgikalT871sr0WRd { width:18.75rem;height:31.5625rem;top:6.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcWmyPFqLdMTePDTPnhiZzITNrQ75FwJ { width:12.5rem;height:1.9375rem;top:8.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpts6SarB34ANgoDvWOzmNNOytkrBvLE { width:8.125rem;height:0.625rem;top:6.25rem;left:5.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoGt4IuhgsoTNe7m2uwqTq4QKZM8awXO { width:6.5rem;height:3.4375rem;top:11.875rem;left:6.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdayyvponl9gIoPi0xVzgIohzdL9CTW { width:5.375rem;height:2.0625rem;top:12.5625rem;left:7.3115234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB { width:11.375rem;height:10.9375rem;top:17.8759765625rem;left:4.0615234375rem;text-align:left;text-align-last:left;display:block; }#EudMv4WiXQOA39ZSCPSvH7yPNgfhNaTB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #cbScwXAgolEyNESZ5ZznwKaMk6cXzbOG { width:15rem;height:3.125rem;top:31.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJmrG6nP33tVcNMBLiVkQgRi1ydmITI2 { display:block; }
 }@media only screen and (max-width: 763px) { #GLOz1gqc5nWU4tqlVE7K5wcN6MoCM06q { width:18.75rem;height:31.5625rem;top:76.8134765625rem;left:0.625rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #TdQCmyBsqTzZq52EwNSrPVFF4KDzWipX { width:15rem;height:3.125rem;top:69.4384765625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8zhQ6wkd1HEO1T03nmTrTvmVbD5TyIP { display:block; }
 }@media only screen and (max-width: 763px) { #evrb1u617gg7QMeHp8xhpQTymib1FwpE { width:6.5rem;height:3.375rem;top:82.7509765625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lir6mCQNKM7DGAcmJz9ysA6MNFGQpL9n { width:5.4375rem;height:2.0625rem;top:83.3759765625rem;left:7.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQO89GpvmvDVN9RrdeVcRT3KaJdwxCPp { width:12.5rem;height:1.9375rem;top:79.3134765625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I { width:8.125rem;height:0.625rem;top:76.8134765625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M03K15FwEtC8pEQxLF0109mF29CuF8bG { width:18.75rem;height:36.5625rem;top:39.0009765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqssgKfpf3yI3aJvOhuxWyUgak6rMTXl { width:12.5rem;height:1.9375rem;top:41.3134765625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt { width:8.125rem;height:0.625rem;top:39.0009765625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOTC8gyxQRi6OZfb0Cg9JgTxnTT94mxT { width:6.5rem;height:3.375rem;top:44.8134765625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNQnlaEmSiKLx5fG49IXTkpUzfsWNeEd { width:5.3125rem;height:2.0625rem;top:45.4384765625rem;left:7.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uon1mXP9uX5IolyIyCsFTJdCwLmTqTML { width:15rem;height:3.125rem;top:102.7509765625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqf4vSpygWi8eUaAypGt9gU1FbPICV5 { display:block; }
 }@media only screen and (max-width: 763px) { #NR7dC0TmXtVx336mGIDLiFWyAUXAPMDG { width:13.9375rem;height:10.9375rem;top:88.25rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#NR7dC0TmXtVx336mGIDLiFWyAUXAPMDG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #ouPpcZyBbRAn4OGNdDFVoUodrenym3Xi { width:13.9375rem;height:16.0625rem;top:50.6875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ouPpcZyBbRAn4OGNdDFVoUodrenym3Xi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 { display:none; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yRnst8isiFVmb2kJqE3y7mMqCcl8TucV { display:none; }#yRnst8isiFVmb2kJqE3y7mMqCcl8TucV > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DW4LO5MnncBZU9EdH2oAAOtU9cwMgw9d { width:20rem;height:4.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiO6ODpTTLXrnKUtTvgTiUX1hSuc3XA7 { display:none; }#GiO6ODpTTLXrnKUtTvgTiUX1hSuc3XA7 > .row .container { width:20rem;height:8.46875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lx5s2rdQLbpJE4nuAVfhHAaNeGCEnhIi { width:15.125rem;height:7.0625rem;top:1.9375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mv7rQidWDU63S9083Db3qaSFu80117Bq { top:1.34375rem;left:2.34375rem;width:15.3125rem;height:7.125rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kLLoJUT04pLSxXADE7gSVlrDr0WesGJT { display:none; }#kLLoJUT04pLSxXADE7gSVlrDr0WesGJT > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mTQoDSKpGDDbR1pH3QdEe1bGc4rztAO3 { width:20rem;height:4.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmsEUI9uZHREDt9eSbJaTIuOsORvTa5W { display:none; }#CmsEUI9uZHREDt9eSbJaTIuOsORvTa5W > .row .container { width:20rem;height:21.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TDm5DASXfl6dVOgFu9KTy5QHembsBfyF { width:2.5rem;height:2.1875rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9w4hJGal83CQJOCHEJfZ9mwW2H4OLCf { top:2.40625rem;left:5.84375rem;width:8.25rem;height:7.1875rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #azv5m3nKTNeBWC9JKRZcfCH2rfzpSEcW { top:13.21875rem;left:2.34375rem;width:15.3125rem;height:5.625rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mxb0SfZekxvmyM4C0FQpRqkGsARvUHeW { width:15.125rem;height:5.25rem;top:3.5625rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QR0t5IidTfziQowadd6CzCBTGsyOWmNB { display:none; }#QR0t5IidTfziQowadd6CzCBTGsyOWmNB > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LKW3y2o5M3V03OakD50wezFR4NEmeadx { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXbmIk3TmbanZw9kDTMK73KK5swCXFf { display:none; }#COXbmIk3TmbanZw9kDTMK73KK5swCXFf > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sqA6szvWeBe2JJT9fcT2pSDR6TcsENml { top:3.71875rem;left:2.78125rem;width:13.3125rem;height:3.5625rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ULU8HILq1O15yqxxIJsSdNUuehaU4WXX { width:8.1875rem;height:2.1875rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pahFE2pIWN9FPnVn18msTTsOtHPcbhEi { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/1AUwomm4/TRANSPORT_40_summit_2c.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#pahFE2pIWN9FPnVn18msTTsOtHPcbhEi.adaptive-delivery-prevent-bg, #pahFE2pIWN9FPnVn18msTTsOtHPcbhEi.lazyload, #pahFE2pIWN9FPnVn18msTTsOtHPcbhEi.lazyloading { background-image: none; }#pahFE2pIWN9FPnVn18msTTsOtHPcbhEi > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sOQtuuAP5778VFyuXLhLtcHl1oXDWiKc { width:7.1875rem;height:3.625rem;top:1.4375rem;left:6.59375rem;text-align:left;text-align-last:left;color:#000000;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTsQV6sNLcipMcfXfBAkT6Dds6NTrCfo { width:0.0625rem;height:2.625rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZT0XtlqZcrW8c3fWhcv2tymr3P85plZ { width:2.625rem;height:0.0625rem;top:3.9990234375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyHhKecF3agQwh49d5NycgCJZFK62qos { width:2.625rem;height:0.0625rem;top:6.375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akoLtBc41Ro1W5hmiN6mneq3sT8hec6f { width:20rem;height:3.625rem;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.301875rem;margin-bottom:0;margin-left:0.301875rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.38625rem;padding-right:0.060625rem;padding-bottom:0;padding-left:0.060625rem;display:block;width:3.48875rem;height:2.180625rem;position:relative;font-size:1.578125rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.060625rem;padding-bottom:0.275625rem;padding-left:0.060625rem;display:block;width:3.48875rem;height:0.58rem;position:relative;font-size:0.44125rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n { top:16.1875rem;left:0rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:19.1875rem;height:4.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #DTfXsgezLPR34t45mPTDidqIDvXxbr77 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #GtumBGTktmx7cD6ca5NOTDdom7BKu3oJ { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #fM36JuQlsLdNQJroNTsM8gtWfyFVrMIX { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #cpxk6cC8HQyvy3ZIvNZCkE6Q5ik2rAo0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #bikCvLrtcUT7yPSvpGrTQ9x4IJz2ClnR {  }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #VMcrmX1FEVBMhERoGfVAcgQVui6NzScU {  }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #WhNDTwle7QyXt5HHkksTdm40Ca2dk9ZE { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #u2EU3cfJmZJ1c9Ka3OPTq2dPDWCPI0BQ {  }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #Tua1bKWBtglIK6gghgMiLOsZAaCXt0CJ {  }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #nqG1AbnlbQkuAlz6u4asTdJzPBDMVykX { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #PLqGmVcbJxTtbqs7dczWa4SBn4HT7VRt {  }
 }@media only screen and (max-width: 763px) { #NXOz6Xxzo1Rg4L5bnbab4W51TqWnBF9n #PucSEOHTNTDD16QGuD5RNP87p1oZuTFw {  }
 }@media only screen and (max-width: 763px) { #vIkPCg0THyD06wC4o88SzgUzsuCOmoJ8 { width:3.6875rem;height:4rem;top:15.6875rem;left:1.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u22mDbAaEcnWTpWkzE4Kif5gm5K1mmsy { width:3.75rem;height:4rem;top:15.6875rem;left:5.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVdvqedlGdamIMeT32TZW1lzoA4qkq4O { width:3.75rem;height:4rem;top:15.6875rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbrXIFrR9IFSdFAAPsuBxpKTCdkUhAsM { width:3.75rem;height:4rem;top:15.6875rem;left:14.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUmL4ar65pNZNPZ0XZ1DkrZBBeS07kFa { width:11.4375rem;height:2.6875rem;top:6.375rem;left:4.28125rem;background-color:#372f3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hd8362zmipv6nqx3a97sDDnvzzUqrnl3 { display:block; }
 }@media only screen and (max-width: 763px) { #NUWx5c41eHiAhhJFvgH6uUWSam9xAtCo { top:21.4814453125rem;left:0rem;width:20rem;height:9.125rem;z-index:100016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ixEJMR3bB92aiz7TDPFWEznGVFmQeJvx { display:none; }#ixEJMR3bB92aiz7TDPFWEznGVFmQeJvx > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mK8gffWBWsDyqRR7dZi2bPkCuHdNRfKn { width:17.875rem;height:2.1875rem;top:1.09375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO2D1WkfglVVkCTuB87GviVy9AJ1xCt5 { display:none; }#HO2D1WkfglVVkCTuB87GviVy9AJ1xCt5 > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VQPbcPJEdRU6zK3UtKi6TZhDi7IhuEtR { width:18.3125rem;height:12.083610196501rem;top:1.4375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4sbBLpBQkcG2pyOomXugNhR8uk0Gq3A { width:17.624rem;height:11.8115rem;top:1.2802734375rem;left:1.1865234375rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nnMHpR9aFHFOTKVuk9k5CWP3RT8kuQG5 { display:none; }#nnMHpR9aFHFOTKVuk9k5CWP3RT8kuQG5 > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NWItpFepOgBTcoBN907yUIPeB13ccXvq { width:17.875rem;height:2.1875rem;top:1.09375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXTdarJUUqyGEQutPnHVk87GKkuXnTi8 { display:none; }#PXTdarJUUqyGEQutPnHVk87GKkuXnTi8 > .row .container { width:20rem;height:74.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K1b5skXql1IMugH9oFtvFTTOyMcSIEKu { width:10.8125rem;height:3.2302689477769rem;top:3.25rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sU1cWGE0kSDQ0yVx6h4VHfxiRD8ey05p { top:2.96875rem;left:5.46875rem;width:9.0625rem;height:2.6875rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CEmS0Qy9UAyEoNvnHqpdey9fpzawM18h { width:7.5rem;height:4.5625rem;top:8.21875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxBOv50uN2wOTCU93wVKCEJ3O1px8pxw { width:7.686625rem;height:5.764975rem;top:15.069444656372rem;left:6.1566844582558rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmALaDKvINN9dCPiCfZRqm1JgaShoX9Z { width:8.4375rem;height:5.5846252279814rem;top:2.125rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S41Kih31WMTA9fzd5baABv9QXwPZWXpO { width:7.6248125rem;height:5rem;top:22.679036736488rem;left:6.1870661377907rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nnkeCeE63TJeU8ZBDc0UTlSuHRc3eCry { width:11.25rem;height:7.3336703573563rem;top:10.875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #voayMmvzQkfiso0vbJEinkSNeGPGJWgT { width:7.561875rem;height:5rem;top:28.679407119751rem;left:6.2185330986977rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #axCo5987N8GQMoUS0ol8qtPN7IclOCRn { width:20rem;height:3.7441497659906rem;top:10.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRWcphlNQKtfPJP2XsL9n0zDK82SMxiR { width:16.62475rem;height:3.125rem;top:34.732666015625rem;left:1.6845703125rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GJA3LfVtSAgTgEl6HG8eCvIFqwWKdBAx { width:14.25rem;height:6.9074389476994rem;top:39.107666015625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqmIQXhVb5ZHMBPZAJiMF7MsZsob28wk { width:12.0615rem;height:5.7495125rem;top:46.013671875rem;left:3.93603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko8Xv1L5ZgCO2cGMSUObFwbiyXOeQp8D { width:12.8745rem;height:2.9985375rem;top:53.32470703125rem;left:3.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAtrtoHTH15qUUkRNQJtW5eXSAmpwv3J { width:12.1875rem;height:3.5rem;top:59.8857421875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezW8H5kLInq1F6lFGNJ0pJJkd0dfHITT { width:10.625rem;height:10.875rem;top:63.3857421875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd9PEN6Tbmk5Dk0V7FrXvAZvcau3tRsF { display:none; }#Sd9PEN6Tbmk5Dk0V7FrXvAZvcau3tRsF > .row .container { width:20rem;height:5.46875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5aWdohwBTygmBwXbEMpPsE2phCn3eLE { width:17.875rem;height:4.375rem;top:1.09375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMAL2baxA4iWAQPuKPKOVhzrV5nqNzHS { display:none; }#KMAL2baxA4iWAQPuKPKOVhzrV5nqNzHS > .row .container { width:20rem;height:94.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nM4TcFQUu7vXGaCP8sWo9lDXuMSZBiVC { width:11.1875rem;height:4.75rem;top:2.5625rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTMvouenAhqXNom9kXkmOiP11LT7nZc9 { top:3.15625rem;left:4.09375rem;width:11.125rem;height:4.6875rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a6rdHdv8T2GFK421kh3xxshpXxueTTZ8 { width:13.8125rem;height:9.1875rem;top:10.21875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz6NxZK0KWiHe3pe9ctK2qJctUhguDI0 { width:11.8125rem;height:5.6875rem;top:29.5703125rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBAyJVJO2ffbEah82352PHAhVoskZPiK { width:13rem;height:5.2237145222497rem;top:11.9375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqXtD5s7oCNHMurBEZHe7OLstMxice7d { width:8.6875rem;height:6.4375rem;top:21.3203125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRmQPlzJv6KprvvUrNivpN312AwBSDTN { width:11.8125rem;height:4.875rem;top:36.2578125rem;left:4.09375rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XS8qlBuRbekEEu8PmsUePUSWg7b79ad5 { width:11.375rem;height:4.1024856138108rem;top:43.880615234375rem;left:4.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI1FWzM7aa9KPmpV4kLv1pqtzK0MzV9x { width:10.3125rem;height:7.24975rem;top:49.232177734375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWydqbPNCs97B2qPUR3reTpe3T1Sf76E { width:13.1875rem;height:3.1875rem;top:57.731156005859rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSJ5JMkFxFT0S2aHOdIzK2MMfrTeO3EC { width:10.0625rem;height:5.6875rem;top:62.16796875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrRTSutQgWZNoqtteTLtx5IGSDoGzZJH { width:9.6875rem;height:9.6875rem;top:69.10546875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vamtvEHwiPPXIRkicJBk6RzwKtrMquEQ { width:17.9375rem;height:5.875rem;top:80.04296875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZKWWBmaSw0H68OxDcJgtV8had6vOMrs { width:8.875rem;height:3.6605704733194rem;top:29.125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ll5zOtaR20v7xn7cqX0CWMp1dwL3yuE9 { width:11.374rem;height:4.749025rem;top:86.841796875rem;left:4.3115234375rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o1FSIVC7hbt6MA6kSf9FITrzrRqcdz5f { display:none; }#o1FSIVC7hbt6MA6kSf9FITrzrRqcdz5f > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F4MbhQiWWwyGVeXd4haKZSH0MgtpmK8C { width:17.875rem;height:2.1875rem;top:1.09375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuCHiCKleXFptgolXkvrrunUSLrsJsZp { display:none; }#WuCHiCKleXFptgolXkvrrunUSLrsJsZp > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U88ER1WrWaO6Tn0dv8VSkPiTOW9ovzam { width:13rem;height:5.6601562911245rem;top:10.0625rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2eO04s90VVWsbJS1PNbsBkXre6yQWKV { top:2.09375rem;left:2.96875rem;width:14.0625rem;height:6.0625rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h0y5Bp5g5vSJ8PVy55r1ubQVPSW8PXNV { width:16.75rem;height:5.9765625rem;top:9.59375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR3h35RDTIHRml2HEApXieHsecAgEVIG { width:16.749125rem;height:4.81228125rem;top:24.007162729744rem;left:1.5928819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfZvIRMDDH2yfeTMRsGxLM9CB6TJTWST { width:12.249375rem;height:8.4375rem;top:15.748698870186rem;left:3.8747830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDT91yykUKvOEtdholPfK1sPE7V748it { width:11rem;height:5.0959682204228rem;top:3.3125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Va4Wn0Smh6CbmWGt9hWPuoWXFI0xG9Bk { width:11.999rem;height:5.436525rem;top:31.1748046875rem;left:3.9990234375rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N3LFP4ySbF4bSDy6eVq51uxEapaICnPn { width:12.8125rem;height:2.625rem;top:4.5625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eic7hIOgfaXVA9wDD8Rgr9BXeKShKZ74 { width:11.9375rem;height:2.625rem;top:39.3623046875rem;left:4.03125rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rAReBgcgnliRM9naEX4MP1ACNOVTblvV { display:none; }#rAReBgcgnliRM9naEX4MP1ACNOVTblvV > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uFtWidXMuqqyhN7iWCi1RZ206QK9B840 { width:8.1875rem;height:12.125rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfDEqamwr2elsM3hEeBTwph73aZO3mUZ { width:8.1875rem;height:12.125rem;top:5.25rem;left:5.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx > .row .container { border-width: 0; border-radius: 0; }#NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx > .row > .video-iframe-container {  }#NTh6N3pS4Mu9FwWqWfRln22qXna7vQsx > .row .container { width:20rem;height:123.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZQCIFmKzeEHicIAQQpeHdSOZvelB8c9Q { width:20rem;height:5.6875rem;top:16.06116104126rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #xXQ23G6idvgMMdgeuHdNDiWsbskQKLiu { width:20rem;height:4.125rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffde00;z-index:100008;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lFaBXKuncpzqOmcZ1L2TTEai2aL15zgP { width:20rem;height:1.625rem;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p8zxeTRRCmJBQWoflpRazxiciGTGaNgp { width:12.6875rem;height:7.4375rem;top:0.8759765625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoSWesgCpOXy0EqXJRxuhwTb5lNgO8m4 { width:20rem;height:6.75rem;top:33.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #HbbWym77p5XeJmyRrndaArXhrGM0n64T { width:19.375rem;height:6.75rem;top:68.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:oswald;font-weight:400;font-style:normal;color:#000000;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #ENcWRbyoPu1tpg6b04PyFOEgGJFmTEpM { width:18.75rem;height:12.75rem;top:42.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #TRBcQbPsA19NhVhbVB9P5rG8XrBG6DMq { width:19.375rem;height:32.875rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEHGUOS4JSiRlrM6Zsrs7dClWbPlz2bt { width:20rem;height:37.125rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1LLgiCfeS29IyQcf2RTK6GzcF2s7arL { width:20rem;height:14.875rem;top:77.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:oswald;font-weight:400;font-style:normal;color:#000000;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #zQSL9HJFIOIPFJoJqC3fw3d4dkkTQk4L { width:20rem;height:1.75rem;top:62.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #HXFO3KZxsflc39FUvFFIskZ2C8LZhHaE { width:20rem;height:1.75rem;top:101.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:oswald;font-weight:400;font-style:normal;color:#000000;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #KxaR5I3qAwGTA1vZWeJaqFyLTSWhFaNA { width:12.125rem;height:2.5rem;top:57.625rem;left:3.9375rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(180deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(180deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tihTBHdMcqxpPoybyEAHDq3tJGU4VJOZ { display:block; }
 }@media only screen and (max-width: 763px) { #pu3BTwvMU0ZVLd4DxnckyEW512DmyT4u { width:12.125rem;height:2.5rem;top:95.875rem;left:3.6875rem;font-size:1rem;color:#efd135;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ws4evdaxWEHoTdAQeqUVyyaQRxnO5Tzw { display:block; }
 }@media only screen and (max-width: 763px) { #rF1Dq2AZ5Pof7smqJvHXoHEtCPMq6uNl { width:20rem;height:6.666675rem;top:107rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #MtI69Dm64EI3T2tPutPVPqy5HGgfHXeH { width:20rem;height:7.29168125rem;top:115.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #GXC4GSryBmTVrtOeNTGkUOilamdLaASl { width:19.375rem;height:24rem;top:107rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ob41VefsZrEUMqwXb0yUhQ6V0pmWh5kb { width:20rem;height:1.04166875rem;top:128.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #IrbhNRSpDCTXTJ0ZIoe4zLz6W9mk2o5c { width:12.125rem;height:2.5rem;top:123.875rem;left:3.9375rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(180deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(180deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(180deg, #ffcd33, #cec6a0);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #D1JApiHiVacocn3c4OTmQ0kogoczRJgO { display:block; }
 }@media only screen and (max-width: 763px) { #HkkgV3RyP5K8kmNoUpdr1vRVSCWOmk8T { width:12.1875rem;height:3.4375rem;top:115.9375rem;left:3.875rem;font-size:1rem;color:#010101;background-color:transparent;background-image: -webkit-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -moz-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -ms-linear-gradient(218deg, #ffcd33, #cec6a0);background-image: -o-linear-gradient(218deg, #ffcd33, #cec6a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd33', endColorstr='#cec6a0' );";background-image: linear-gradient(218deg, #ffcd33, #cec6a0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ykmOcacowSF2wb0fSJin4THDcFXuV7RG { display:block; }
 }@media only screen and (max-width: 763px) { #yEXJKKKMIy377L9s6stC1ii7MZuiPxmQ { width:20rem;height:10.5rem;top:105.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #z96EhPKyAGw5VenZIO77bF9bqAoi0Vza { width:20rem;height:11rem;top:20.717232227326rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;z-index:100019;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu > .row .container { border-width: 0; border-radius: 0; }#TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu > .row > .video-iframe-container {  }#TkcCD50MORA5u3QvpnnDmSFEGCZPNwFu > .row .container { width:20rem;height:106.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:none;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;height:auto;background-color:transparent;background-image:none; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:1.375rem;margin-bottom:0.25rem;margin-left:1.6875rem; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#fffafa; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0  { width:17.1875rem;height:auto;top:7.4375rem;left:0rem;background-color:transparent;background-image:none;z-index:100020; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 {display:block;}#wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 { width:17.1875rem;height:auto;top:7.4375rem;left:0rem;background-color:transparent;background-image:none;z-index:100020; }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #z8RMiCoqRcGHEZHtT2GFqSCJF07kBXgV {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #uqZNhrCWk1qBzF67eSPAMLnMQFwRV7Dr {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #X4TvuKoqHnuAoeUWUKxDy2HIg5UNvGHT {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #BXMI95qAsOr7AQlBG5RCvfTgKnhgGp4p {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #IVLyaHi78hHm6rEbSxOKwT8DMzqZ0Ntp {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Jny9IcOX4eniaoMoPA5kuE3CQhgTV03f {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #JkWviPlZNbCz7MWrm07I3WJdHoEdS7bT {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #WhQr5BpeLZFUz1oLTd7msdqLaqwwglOa {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #NbFdVMR0AVG6ROvBdl97yCW5MEep1xhQ {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #H2OBkp37p4WCICaIus72OOSfU0IOtdmO {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #c1CqNmnrOhzpdMvC78vnXwt86nfTiTNP {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #zOX6pGcNI3Ilws5Ww6NWkJNKNDyPJFw7 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #rGIiufKS92JrN1HR5ECfCVPkDaVO1tus {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #UTerTMv0VkxXBFwy0ee6Zko1HeL9OCqM {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #rsUXsBPmwceOWZTouexFtbTNTnW3NzHr {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #tJqUU3lRgZnFf0Lg82B3eZ1oMhWh8Gl7 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #mmwNhLrVSu6yIElQkS5rXQc2MBN1TvIk {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #bN6QcErBy3QXun4zZvEtkB8eCcmVKa4s {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #upMAMZdpN5o9GbUgVEJafqyw56o7iuf2 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #kTky5X0hfr3aToUPshbXFmu13Dzdb7uP {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Xs8bZWxCxbBDGt8PkEf3KAMcyDnCLN1g {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #lfmKdXwcdwL6sVPsrUmQA9KTyBGvk4lp {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #o9UvAKh7ToMLGOV8FuPobcPEDQqA9Qm0 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OzudDp9ehOuSLxiotUWwrFBhEcQtQEBX {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OMG8ToZvm9JkEqAWtHKm4TCerVhBAXFH {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #VEDIHVxXJqmKDyM1PMSKA9xosT6Bkb7M {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Xy1oBJWb7772aDCLBQGP3s32yyGmvdfG {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #eW7X8xD9AHNneaPIMZVtL56heXhzOvw9 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #HITkPBa2oeoW0WtIZN9J36bzWnD6IuZM {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #l1Fy7ZHKHZsTJzyhkglnuxyOSf3CyOic {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #E1T7TfeU9nL3s19sqBfbfJ2H2tV7FQt4 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #IrU0sT4AvV3A76vt8UQHHv6h9JQ0oMtM {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #SuQNCDlTxoSz86X40yGnt5LnOBsq6XhH {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #tlmHvXXAL2uJgukwFnXmc9W1spUL9FS6 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #eWzQ6aDRLFt8QUx7gisO0Kw5k4do0ah4 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #XaeEy7rlHH6k2a6V5rX8FmXlc12o0ZcT {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #RvdO662RHTiZ8xSbSFEXXLea2gTfe6t1 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #weltWQdwKhp8eWQCW1BIboLxNzwpqV1u {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #UtQikvPT7dUhTAcB6kGITW3m8VfeSMIw {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Oa5GenHyK8erbQT1OdOt8f1qt1hbKwD1 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Qv7TIIpmPdCMlTaCNnJ810xGM9USTdsT {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #EuiePZHSZHLmlwfQn9UHKsUo7zh8aIBb {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Vo79ZJf73SeobKhn77nnRcUQr25OT2zL {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #DhGcDaFSQRvkTgB8IDoT6MQ4EVXfQPmH {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #JH7L6bVwTH3BAOc5w5bTD8yJq0UTESTR {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #nG7h7zw7AvTxmMMKbmzU3wszbaXMOkiA {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #veMZDbWlkfaIfArRHPyMtMhXGS29DF3U {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #NEdEVLxzoRRrH0LALcsImwhCOO3lnxd8 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #kXl8t4Q5Xc2NDGwnmS0Fzi9Q1Jdb0TDp {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #R9nQ657MHaxfhrCKXNlqS5EAcQUltK66 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #xZVsSGEToWzWTFquxeuC2p8fkrb8TP0W {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #QVyvwVT439D1KRlkWphZDC6DZNHV4JKI {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #ywH9vBGaOlT4oSl8aZln0wwIvSdRd8xc {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #UsdpKmRsyOCtKuyTvwXwFJnaZPRZF2It {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #ehD0vXnTTSnrEeyfTM9MqrBXuqpZgZa2 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #TSDrFgp4qL4gZ8SZxNWEZqWzTVMuXVbC {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #iwDlaefynQm2fnsMMIfXmPMQJLidCnGg {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Lyde1GPeVoMttoDBIPef11RRKI0gW6UC {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OtTOFPOw9biSTGG4XmLqDactE2kw6oOh {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #Lv4Dt2Z29HAL4bNHoCZpZcK6HXBJRq52 {  }
 }@media only screen and (max-width: 763px) { #wC3ZrgBJn8tFvNIcn7IupLWKpUCNfXO0 #OprCymsWodt9pcMruf5HH89IQtySxDgx {  }
 }@media only screen and (max-width: 763px) { #Wuq1ksKZEf7mnoVrnzUnt3Pps37t83bo { width:20rem;height:3.5rem;top:3.3116321563721rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffde00;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #P3il1rCPcJWa4MqhWAVGfDZuINKI7m4k { width:20rem;height:1.625rem;top:1.0958766937256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:oswald;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AN9ALsT1osT3uJkAl2rvInDKbsp0SWXl { width:8.999rem;height:2.5610375rem;top:100.37475585938rem;left:5.467529296875rem;overflow:hidden;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #Iq93WkEKqOT9A1kRPanbg3orS8uc57ob { display:none; }#Iq93WkEKqOT9A1kRPanbg3orS8uc57ob > .row .container { width:20rem;height:75.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xbVBwzAVOvcrWr1203LNXaIRc0dcpu54 { width:6.0625rem;height:6.0625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPIJuI5KpavhC1J6w8IDU9zCGrSnIrMN { width:20rem;height:3.5rem;top:0.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgrhudXz3FI89y9RiARAHLRaAlqEciFk { width:13.25rem;height:5rem;top:8.75rem;left:6.75rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgMmuyZzg8ozTwkNRfWoWo4LMBFaTPI { width:6.0625rem;height:5.9375rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U68nsfBU1msouUPewUhdevA0zt6nsLTV { width:13.125rem;height:5rem;top:20.9375rem;left:6.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iqfotmfsEoigqC6U8H9Dl3LLIyGzb3PR { width:20rem;height:1.4375rem;top:6.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFoHlGk2XOUGsuEipQ6n2hP8wx7NnXhG { width:20rem;height:1.4375rem;top:18.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-regular-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-text { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-text {padding-top: 0; padding-bottom: 0;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-textarea { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-select { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-select {padding-top: 0; padding-bottom: 0;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .widget-checkbox-label { width:15.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O  { width:16.3125rem;height:auto;top:30.15625rem;left:0.59375rem; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O .radio-container { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O {display:block;}#CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O { width:16.3125rem;height:auto;top:30.15625rem;left:0.59375rem; }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #STL5V9lL2qWPkWrfs3mBcpBhuxM3GKRG {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #fBmrtX2Pm9RzQy4lLkGWPtEL30wd7cwp {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #Rff5Bswi2tC4GQwRhFZuCdXqPkeTqWXc {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #FiRX1qTBI8maP1Lzr3TEyLTrQg1GzWMc {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #Rz7U0NfiqH6n69T25cfbutIUiQSsqK9L {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #ne9Qnlt6AgXH4oPXtI4Md2kzOxHhqCxb {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #rxHgO7h0KHSf48hMBPXQoh2JzPTS8e6B {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #HTbH0ABxCkOUkUT3aaWt1IzzW7EmT8eS {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #p2dxNHzDpG0hzgiSnB1G41M6JTD4pSpa {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #UsOtymbnJrstTyoETUGppEJVwXI7bkbk {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #OD8SRO62wzcgLGsMSfb71BaPF06kG3cZ {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #vMiZpwJgoFR8RgxHUaDyd6NCIV7FUo85 {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #EHBUch05ddkRiV1VmMmWmTvk24INZiGf {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #miSJpI2VObTga2D8yg4iphnuIMwhsnB7 {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #X8bbhMMsN2MJS1T7TAyJQkPI0CT8eWQt {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #Hb0dLRBSPwbZdsDO4i7RZNzGDXN8RlZ7 {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #boGr4qybGn9O4FeEkGQ9iagwlxqwh1xL {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #MJt9IJSzLWTOxadPNp776LTPKbRuqiyb {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #pHuReEwps9FfM4esE1TOGTuQGwJrtJvP {  }
 }@media only screen and (max-width: 763px) { #CeTTyQo8XMiBIpQTTvED3Ar2ac0RSk4O #mKEbQHP6QnubhyncTkAchRE6pyeDdqXD {  }
 }@media only screen and (max-width: 763px) { #ndwF1ZaxAIfDaJhZSmtMbiyVGznSnZCI { width:17.375rem;height:1.625rem;top:28.53125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTFaJmAWdXqxAtFG9SeUkUOBECnSzx0r { width:10.249rem;height:2.56225625rem;top:69.96826171875rem;left:4.842529296875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZsqQ0DPBnV5vzwyBLQIqtD94RQJ9lD5B { display:none; }#ZsqQ0DPBnV5vzwyBLQIqtD94RQJ9lD5B > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hS8B6OspdIBxptoUPNE7btMWv5xwF4BC { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whWgLAhpyU7LTygEs1r4IKsSGRK6H0Th { display:none; }#whWgLAhpyU7LTygEs1r4IKsSGRK6H0Th > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki { display:none; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZTrAiMua9r6J4SZB8w9XSFR5mTAWHKwK { width:20rem;height:15.8125rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAN27mWObFUR11Jfg2nTnnxScyMpgBDr { width:17.1875rem;height:6rem;top:18.8125rem;left:1.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GAVqhJHKaIr14QCqLS2pu3J8PpbymXVa { width:8.1875rem;height:12.125rem;top:1.25rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zE7artwth3JH6q3TRJgvdRNdcJ64RMct { width:18.75rem;height:0.0625rem;top:28.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwBBt2XeWVkc6TZ9KQztycgiifETksn { width:0.625rem;height:4.8125rem;top:11.0625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4CyPCoHGxT6DcfswCyVw7Jm9qcn0uEp { width:17.1875rem;height:1.875rem;top:28.75rem;left:0.96875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #y5lorliHHfkv50kTB4mOCIODvSoMGuVR { width:17.1875rem;height:1.6875rem;top:30.5625rem;left:0.96875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d { width:0.625rem;height:4.8125rem;top:28.0625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6VdH3HIOOWH13sGAmzIT2w63QmWhIdi { width:17.1875rem;height:1.6875rem;top:13.625rem;left:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #G3Dw0MPb0dixxr315gvRFl0LMOewa576 { width:17.1875rem;height:1.875rem;top:11.75rem;left:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CPDhi6rwGB2emdKOXm6ege0da8iyeL5G { width:18.75rem;height:0.0625rem;top:11.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llwtLiaTN03EZFD2DlKyfaHIEiKpOyfX { width:17.1875rem;height:6rem;top:1.875rem;left:1.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #D6KO1xdKnLENMu4rqL99BrUsTULdykUG { width:20rem;height:15.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPcMmhlS3Scfn1Isl83VSbq1uTSw1UQ { width:8.1875rem;height:12.125rem;top:55.875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { display:none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { width:18.75rem;height:7.25rem;top:2.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nZwo7Q33bMdE1dZD1rUUDiusC4gM4z93 { width:15rem;height:3.1875rem;top:11.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e95848P6fwS9TTFw5HqfzkPCISCwWKTX { display:block; }
 }@media only screen and (max-width: 763px) { #QLAGWpS1ZFairCotGaVTtqHFO3NEJP9B { width:10.1875rem;height:4.2766638225256rem;top:16.375rem;left:4.875rem;display:block; }
 }