.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI { border-width: 0; border-radius: 0; }#gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza > .row .container { border-width: 0; border-radius: 0; }#dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #P32enqirmMEzEd3WTErZ1pG8X27el9mM > .row .container { border-width: 0; border-radius: 0; }#P32enqirmMEzEd3WTErZ1pG8X27el9mM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P32enqirmMEzEd3WTErZ1pG8X27el9mM > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ > .row .container { border-width: 0; border-radius: 0; }#KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #DwTspZXnVRawq59gvZwT1DSFSB1uonQC > .row .container { background-color: transparent; background-image: none; }#DwTspZXnVRawq59gvZwT1DSFSB1uonQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwTspZXnVRawq59gvZwT1DSFSB1uonQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwTspZXnVRawq59gvZwT1DSFSB1uonQC > .row .container > .video-iframe-container { display: none; }#DwTspZXnVRawq59gvZwT1DSFSB1uonQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwTspZXnVRawq59gvZwT1DSFSB1uonQC > .row > .video-iframe-container { display: none; }#DwTspZXnVRawq59gvZwT1DSFSB1uonQC > .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); }#DwTspZXnVRawq59gvZwT1DSFSB1uonQC > .row .container { border-width: 0; border-radius: 0; }#DwTspZXnVRawq59gvZwT1DSFSB1uonQC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwTspZXnVRawq59gvZwT1DSFSB1uonQC > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96 > .row .container { background-color: transparent; background-image: none; }#PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96 > .row .container > .video-iframe-container { display: none; }#PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96 > .row > .video-iframe-container { display: none; }#PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96 > .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); }#PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96 > .row .container { border-width: 0; border-radius: 0; }#PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1 { background-color: transparent; background-image: none; }#Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1 > .row .container > .video-iframe-container { display: none; }#Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1 > .row > .video-iframe-container { display: none; }#Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1 > .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); }#Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1 { border-width: 0; border-radius: 0; }#Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD { background-color: transparent; background-image: none; }#QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD > .row .container > .video-iframe-container { display: none; }#QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD > .row > .video-iframe-container { display: none; }#QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD > .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); }#QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD { border-width: 0; border-radius: 0; }#QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT { background-color: transparent; background-image: none; }#F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT > .row .container > .video-iframe-container { display: none; }#F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT > .row > .video-iframe-container { display: none; }#F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT > .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); }#F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT { border-width: 0; border-radius: 0; }#F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e4b5c;background-image:url("https://images.assets-landingi.com/uc/019ffb1f-3808-41ae-9552-7179748afbfe/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:none; }#nq38t6VORnE83hTkd2WAq8AnsN4APeNt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:9.8125rem;top:44.125rem;left:2.5625rem;overflow:hidden;display:block; }
#KKLHbL9IThdKTyJKXx1T16MHOzwJnFlA { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:54.1875rem;left:32.375rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#WWIppJ9efxTtswCqGgzA5p6Q0GWGkTuc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.25rem;top:54.1875rem;left:30.3125rem;overflow:hidden;display:block; }
#UZnCsdo2CaGeLu4A1fP0rkp7y0zPePbU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:33.8125rem;display:none; }
#PFnHMtpeartTPHPV4sccKlZIn8VxqyNE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#93c13d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PFnHMtpeartTPHPV4sccKlZIn8VxqyNE > .row .container { border-width: 0; border-radius: 0; }#PFnHMtpeartTPHPV4sccKlZIn8VxqyNE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFnHMtpeartTPHPV4sccKlZIn8VxqyNE > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:none; }#hbU2XcQByUOZNv6eCE6nv3H6zLP0uMtn { background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptboldoblique;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.90625rem;left:53.0625rem;display:block; }
#DgV9hePHaC3ESXou33qUPEivqNsC4osk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xkcAyJg8ZTzSePffKawDRrcJNcdmnnDe { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1);top:1.34375rem;left:0rem;height:2rem;display:block; }
#cBx0zHOPTl1CFEz1PAQTpwX57kebpMPm { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:futuraptbold;font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1);top:0.59375rem;left:14.5625rem;height:3.69970625rem;text-align:center;text-align-last:center;display:block; }
#sCJaKtWfz6xdPBfyKlZz6rIN7Q4g78LE { color:#ffffff;display:block;width:21rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1);top:1.34375rem;left:26.4375rem;height:2rem;display:block; }
#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e4b5c;background-image:url("https://images.assets-landingi.com/uc/0b289ba3-43e6-490d-bd93-7e2b83ee6a86/bg2kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz.adaptive-delivery-prevent-bg, #GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz.lazyload, #GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz.lazyloading { background-image: none; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row .container { background-color: transparent; background-image: none; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row .container > .video-iframe-container { display: none; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row > .video-iframe-container { display: none; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .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); }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row .container { border-width: 0; border-radius: 0; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#vsqxO7KS8MKUT22mqHDCT9nNP9MrlhNg { background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptboldoblique;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:40.0625rem;left:3.65625rem;display:block; }
#CDQDNt9qAzHEBWSczvKwZztmtXzlvHbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DqKEfmk0v3GDqETQGaPDOleckaw6PLpk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:9.8125rem;top:51.375rem;left:2.125rem;overflow:hidden;display:block; }
#eGfpSnPzmrLOU6bKByTrIXL5ThiuQWZk { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:52.625rem;left:32.375rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#MlT9WbSR1Fc532LCuIDSmM98EG6874q7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.25rem;top:52.625rem;left:30.3125rem;overflow:hidden;display:block; }
#xhTmCHazfNxz5vQ16c5ARNwD2TO2OsLB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:33.8125rem;display:none; }
#C0qPq48G1NlhKM6kGssHBlQ1KkwTLwiC { background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptboldoblique;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:40.0625rem;left:3.65625rem;display:none; }
#muvSBVuRURvvkWJlIsnOXhnNwWdQdDBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#93c13d;background-image:url("https://images.assets-landingi.com/uc/b23093b2-1e89-4bc8-a26d-e7842fdf202d/bg3.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO.adaptive-delivery-prevent-bg, #SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO.lazyload, #SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO.lazyloading { background-image: none; }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO > .row .container { background-color: transparent; background-image: none; }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO > .row .container > .video-iframe-container { display: none; }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO > .row > .video-iframe-container { display: none; }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO > .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); }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO > .row .container { border-width: 0; border-radius: 0; }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#rZB5o120RqT9bz8ww6TnsyTOTBt7e3ep { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1);top:5.9375rem;left:0rem;height:10rem;display:block; }
#RblLIPEWopWiaDIQHaOKLBWDGmfHUdZf { background-color:#404041;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptboldoblique;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.02499961853rem;left:28.75rem;display:block; }
#qxO5Wbr3k9qB32m4PQKH2TIwi7c86gaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWJrWu1oecKrce3OIrITsRoa6JaT53be { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1);top:5.9375rem;left:39.5rem;height:10rem;display:block; }
#CeTQbehs7He9IW2n4tR6GgOVQBLhZuBS { color:#272727;display:block;width:58.25rem;position:absolute;font-family:futuraptbold;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.23);top:19.587501525879rem;left:8.375rem;height:5.5996125rem;text-align:center;text-align-last:center;display:block; }
#fLb9lmyItLuPXf9P0AM6bwiXQLmi19sq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:12.1875rem;top:27rem;left:50.25rem;overflow:hidden;display:block; }
#WGf0DJphAqhPsIDJSOPuDmmQkkJLrAb9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:12.5625rem;top:15.9375rem;left:66.9707606325rem;overflow:hidden;display:block; }
#XkqvKhPmVMyNkxbGZ1nAamFmwfuQocfN { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:7.8125rem;left:36.375rem;display:block; }
#TWQPADb8ePeVTWpqR8lb4hJTwCke1kAN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#93c13d;background-image:url("https://images.assets-landingi.com/uc/b23093b2-1e89-4bc8-a26d-e7842fdf202d/bg3.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TWQPADb8ePeVTWpqR8lb4hJTwCke1kAN.adaptive-delivery-prevent-bg, #TWQPADb8ePeVTWpqR8lb4hJTwCke1kAN.lazyload, #TWQPADb8ePeVTWpqR8lb4hJTwCke1kAN.lazyloading { background-image: none; }#TWQPADb8ePeVTWpqR8lb4hJTwCke1kAN > .row .container { border-width: 0; border-radius: 0; }#TWQPADb8ePeVTWpqR8lb4hJTwCke1kAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWQPADb8ePeVTWpqR8lb4hJTwCke1kAN > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:none; }#lm9pRL8o8XhWD3U6bLWrG5l0IeGOt4QF { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1);top:5.9375rem;left:0rem;height:10rem;display:block; }
#GPCnGuRsK17act6SlnpVoHbZOnDKo8N7 { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1);top:5.9375rem;left:39.5rem;height:10rem;display:block; }
#TQ5kVOtGtQzb1nTuP6xzSxxsUh1pV7y4 { color:#272727;display:block;width:58.25rem;position:absolute;font-family:futuraptbold;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.23);top:19.587501525879rem;left:8.375rem;height:5.6rem;text-align:center;text-align-last:center;display:block; }
#J6ETQSLQsknGoyodZAzTXtxRSNkuH1Cd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:12.1875rem;top:27rem;left:50.25rem;overflow:hidden;display:block; }
#HT9nZ4P40FRQLEaZGOhAwFbObxPthIKk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:12.5625rem;top:15.9375rem;left:66.9707606325rem;overflow:hidden;display:block; }
#saJWJ3CfGD9nN9uR1EFzxfswPNkZleZN { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:7.8125rem;left:36.375rem;display:block; }
#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo > .row .container { background-color: transparent; background-image: none; }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo > .row .container > .video-iframe-container { display: none; }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo > .row > .video-iframe-container { display: none; }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo > .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); }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo > .row .container { border-width: 0; border-radius: 0; }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9781e731-43c3-4552-a71f-63c3a1824025/Poland_Gdansk_Port_Night_Lighting_1920x1200.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ.adaptive-delivery-prevent-bg, #V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ.lazyload, #V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ.lazyloading { background-image: none; }#V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ > .row .container { border-width: 0; border-radius: 0; }#V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:none; }#IIvtLeXn1fdOPkmlTtcDg7pyCtNAe75k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:19.375rem;display:none; }
#yEEa1GSBhmZZnHlLkOoTJPio9Uow4esv { color:#93c13d;display:block;width:66.8125rem;position:absolute;font-family:futuraptboldoblique;font-size:3.9375rem;font-weight:normal;z-index:15005;line-height:.9;letter-spacing:0;top:3.1875rem;left:4.09375rem;height:7.0869125rem;text-align:center;text-align-last:center;display:block; }
#DSSsIvtD8ygU4WeiNELafErr3HSWBrRM { color:#93c13d;display:block;width:75rem;position:absolute;font-family:futuraptboldoblique;font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:11.375rem;left:0rem;height:2.64355625rem;text-align:center;text-align-last:center;display:block; }
#Zk47TRVOiKoLChq2k3RCKNTHvCIJqTTE { color:#ffffff;display:block;width:51rem;position:absolute;font-family:"futura pt book";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1);top:15.75rem;left:11.40625rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#THGXKNKTpfs7OcaoCb4Xyli4Kvl4JTcq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.0625rem;width:48.25rem;top:23.625rem;left:13.375rem;display:block; }
#AhAnQaI62P4Dx1NZRcLqrNvrUwh1hqQz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:10.625rem;top:21.875rem;left:64.375rem;overflow:hidden;display:block; }
#Fe1MSCkyAzS2DaZZ5JTECvgTKfbSfARW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:10.625rem;top:21.875rem;left:64.375rem;overflow:hidden;display:none; }
#lZVkzyU2llkXEpMoT1mX1VrElL0m4N2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lZVkzyU2llkXEpMoT1mX1VrElL0m4N2w > .row .container { border-width: 0; border-radius: 0; }#lZVkzyU2llkXEpMoT1mX1VrElL0m4N2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZVkzyU2llkXEpMoT1mX1VrElL0m4N2w > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:none; }#MwL1JDiLZe1b5rvtNH2p5qLTUL0Qnmeo { background-color:#404041;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptboldoblique;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.9375rem;left:23.625rem;display:block; }
#d2LhLizG8lEifEbicHP7vqgcxJ6DDTsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FQufzdtNpdlZs42IdR4vwzZJ67A80vNC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:19.375rem;display:none; }
#X7DMTUkurZLZMH0T8xEGPaVg2khckSfu { background-color:#404041;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptboldoblique;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.0625rem;left:22.59375rem;display:none; }
#VTGVhFzJkoaTCAuMrUnFTJiTzVrAIh9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZiiAIJMpCoeD2ei04obOzNJmItAASRnU { color:#93c13d;display:block;width:66.8125rem;position:absolute;font-family:futuraptboldoblique;font-size:3.9375rem;font-weight:normal;z-index:15005;line-height:.9;letter-spacing:0;top:5.9375rem;left:2.9375rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#QOPrI8lc9grRoB0u2qe9TT0niN90uVUN { background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptboldoblique;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.5625rem;left:22.625rem;display:block; }
#Su40L16eUoh0O5Wn7OQlCWTEv1PaM5HZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywNFBwy3J1z73UBgRref5XBE1QwENZVy { color:#93c13d;display:block;width:75rem;position:absolute;font-family:futuraptboldoblique;font-size:3.25rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:16.1875rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#lb58sbw2EoUDFJ4pffqhkEH45H3CfzwU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.0625rem;left:36.0625rem; }
#TsmytCezCJBrWzFCiZWPRPHKfBvETNBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TsmytCezCJBrWzFCiZWPRPHKfBvETNBd > .row .container { border-width: 0; border-radius: 0; }#TsmytCezCJBrWzFCiZWPRPHKfBvETNBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsmytCezCJBrWzFCiZWPRPHKfBvETNBd > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:none; }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg > .row .container { background-color: transparent; background-image: none; }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg > .row .container > .video-iframe-container { display: none; }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg > .row > .video-iframe-container { display: none; }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg > .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); }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg > .row .container { border-width: 0; border-radius: 0; }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#sMUCfQ35cTwAhTPJCnrfJGllCBzA6f0r { color:#404041;display:block;width:75rem;position:absolute;font-family:futuraptboldoblique;font-size:3.9375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:3.8531246185302rem;left:0rem;height:3.54345625rem;text-align:center;text-align-last:center;display:block; }
#PXCZL50yhF3OQrVaFoRzXyuFsHIX3FaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PXCZL50yhF3OQrVaFoRzXyuFsHIX3FaE > .row .container { border-width: 0; border-radius: 0; }#PXCZL50yhF3OQrVaFoRzXyuFsHIX3FaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXCZL50yhF3OQrVaFoRzXyuFsHIX3FaE > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#rbAWmyUVhoQRolU9hRaIkV2KCfteKDvR { position:absolute;display:block;z-index:15000;background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #404041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:13.625rem;top:3.625rem;left:0rem;display:block; }
#Q9C8K4g4DLw47EHB9ZBuIUqfyEolD2hV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:2.8125rem;left:5.25rem;overflow:hidden;display:block; }
#xJEflhoWNxDf95l9TEC5Wg6564DOR4Qw { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:futurace-medium;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:6.9375rem;left:0.34375rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#HygfeBKvyKmbzB0TMSJungEpFHB5ASwa { position:absolute;display:block;z-index:15005;background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #404041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:13.625rem;top:3.625rem;left:15.375rem;display:block; }
#QFTpzxvwP8MTpSDEZPvQmu4cypzqL0k0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:2.75rem;left:20.9375rem;overflow:hidden;display:block; }
#sdMGye0cCuAJ5SCpy2UtTIMHUJXmqC9B { position:absolute;display:block;z-index:15004;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:1.625rem;left:18.875rem;display:block; }
#r2zRaNzQxVWTH5cfzv2TnpBTVpd2QQDA { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:futurace-medium;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:6.9375rem;left:15.71875rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#PiXHy7T16wTXsohAxVW3gOl3k3porqok { position:absolute;display:block;z-index:15010;background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #404041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:13.625rem;top:3.625rem;left:30.75rem;display:block; }
#q412NUlTVRErVeLwPrE0Qk89BSOQbNVa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:2.875rem;left:35.6875rem;overflow:hidden;display:block; }
#g9uVT0ncwCKTu9Ny9v19NPWCM5u8xz3u { position:absolute;display:block;z-index:15009;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:1.625rem;left:34.125rem;display:block; }
#x0XOMrNU1HeAmZ02UvLRr4XNcGTWBf9K { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:futurace-medium;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:6.9375rem;left:31.09375rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#tcNJyUgt4mOLFy9PpoBTQpwPm75f2AMv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:9.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.625rem;left:30.75rem;display:block; }
#N882m9Zp0Ntmhn0ObiHI1TgBqcvtETu7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vV4ITnkeBnuCVrNBe1iqRzCuCuWmKf5t { position:absolute;display:block;z-index:14999;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:1.625rem;left:3.4375rem;display:block; }
#vFFFpTqatFTFIrHyx6PVdp3PD8rGy77F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:9.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:0rem;display:block; }
#hOBPd3OJFaKf9HVnocU1Vl5Fmq5C5r7C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfgzCbpkOOIGpIfqwliJSR4HrH5INlk3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:9.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.625rem;left:15.375rem;display:block; }
#uTw4U8wQHGndyXMT9Fhu7L4sQASSv2My { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMk9G2SFvGzP03NmWKLkG4hvnulvv6dM { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #404041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:13.625rem;top:3.625rem;left:46.0625rem;display:block; }
#WLyfVAzAlQ7JLK8fEAuOK1EvZN0vaA4T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:9.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.625rem;left:46.0625rem;display:block; }
#HxXLF3bJO8KNBL9LGXBPrtUrzLyRKqRQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVs3F0Ed4eIf8oyoK8bb67U0K57UJyTC { position:absolute;display:block;z-index:15014;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;height:6.75rem;width:6.75rem;top:1.625rem;left:49.4375rem;display:block; }
#egs2RP8iEG80JaIudOiL4mhqwn5wS8DR { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:futurace-medium;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:6.9375rem;left:46.40625rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#nqsmVTZSqp96kiN9W12lWDnsMnpAVdBg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2.75rem;left:51.125rem;overflow:hidden;display:block; }
#zSBn8oavxstXzdOJ4ObU1SH5KXT2eivO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:9.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.625rem;left:61.375rem;display:block; }
#WCkG5HSnDMKHeGtRc5pt4wap9HDcCRhu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBcpz6Bf9QXWw6KUtcaWXmK4FbGfuwKf { position:absolute;display:block;z-index:15019;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;height:6.75rem;width:6.75rem;top:1.625rem;left:64.75rem;display:block; }
#u7P20mnFSDH9kuMKKTSFPhmrGHPdB2LK { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:2.8125rem;left:66.59375rem;overflow:hidden;display:block; }
#RcWvODkTgFpOqSDfno3cHrh5NUA762pH { position:absolute;display:block;z-index:15020;background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #404041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:13.625rem;top:3.625rem;left:61.375rem;display:block; }
#SDhvUkuDE4BCv9kHTucyEk7e8MAVWnSs { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:futurace-medium;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:6.9375rem;left:61.75rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 > .row .container { background-color: transparent; background-image: none; }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 > .row .container > .video-iframe-container { display: none; }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 > .row > .video-iframe-container { display: none; }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 > .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); }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 > .row .container { border-width: 0; border-radius: 0; }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#lE782Indwt8HdXqlOIJRHv6gs8hOk0iZ { position:absolute;display:block;z-index:15000;background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #404041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:10.8125rem;top:3.625rem;left:0rem;display:block; }
#hUmfyTr6nd80JJ0fZfIydDiC919NUiAh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:2.8125rem;left:3.875rem;overflow:hidden;display:block; }
#fQfxnZmi73WVqAi2CId05dpql4lDGicG { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:futurace-medium;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:6.9375rem;left:0.34375rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#XNR1P0hFIdXSKiKV4aQ6I9kDmqCow9Kh { position:absolute;display:block;z-index:15005;background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #404041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:10.8125rem;top:3.625rem;left:12.875rem;display:block; }
#q8mzVxQNeliZWkzhXtV5J3fwpENTlFW1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:2.75rem;left:17rem;overflow:hidden;display:block; }
#eG2l18lR26EZe0cmPDTdHSW7fQM01Wxl { position:absolute;display:block;z-index:15004;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:1.625rem;left:14.9375rem;display:block; }
#S2ZofHf51XCr12dwGO4P00n66qaemTSr { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:futurace-medium;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:6.9375rem;left:12.875rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#OEfwdKZfzbDU1dILMLbKxX76nbE6SpJV { position:absolute;display:block;z-index:15010;background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #404041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:10.8125rem;top:3.625rem;left:25.75rem;display:block; }
#GsHiQ2J948kN24CDIIiM3eMJTVUBE4sQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:2.875rem;left:29.375rem;overflow:hidden;display:block; }
#KUNhqx59hOGBa03siahuX7xx25fElos7 { position:absolute;display:block;z-index:15009;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:1.625rem;left:27.8125rem;display:block; }
#rOPBorT2zDpta5bZ3uWI23QDJThoEOfk { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:futurace-medium;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.9375rem;left:25.75rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#Z1y7aFItZJuZDMSRlS0XwE330uXQZVoy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:9.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.625rem;left:25.75rem;display:block; }
#TywcAud3JAkGXMugJbQcUdPNCm4AhPPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E8FAO2h1T6OLFAI2BVy51Sc9KaDdemad { position:absolute;display:block;z-index:14999;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:1.625rem;left:2.0625rem;display:block; }
#Gbeeatlhac1DPcJas4p6oKA0yVT9px3v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:9.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:0rem;display:block; }
#LNZGA6xTad7k3TfwAP5T150RWwPTcFOl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XdGFvgn13XXEpXZ6rMh54HUTcFtWADzm { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #404041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:10.8125rem;top:3.625rem;left:38.5625rem;display:block; }
#MTzqdC3cTB35r8eNZHOrVQBvddequnHs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:9.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.625rem;left:38.5625rem;display:block; }
#v3MSbTVVOhbhmiS4LdfpVZr06H3mcwWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PG9vX2Dv20SHK1lVPmh8d4rvQlJ2dVJp { position:absolute;display:block;z-index:15014;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;height:6.75rem;width:6.75rem;top:1.625rem;left:40.625rem;display:block; }
#munstGZ2QbncFqFuPwzb8Hpm5KcMSP1u { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:futurace-medium;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:6.9375rem;left:38.5625rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#g2uIztzl0sJ6ihvmPmF1fGSLlyZEl0ae { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2.75rem;left:42.3125rem;overflow:hidden;display:block; }
#a82VsKkW6QISwmFnbZO9UcqQwIkt0dnk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:9.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.625rem;left:51.40625rem;display:block; }
#WQdcs7q6Kr15iRROWqTJPdFmTOotqEE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t6F6EavZna7f3NI2St7py8sXK3TMLaHf { position:absolute;display:block;z-index:15019;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;height:6.75rem;width:6.75rem;top:1.625rem;left:53.4375rem;display:block; }
#ZdVWcT37VWgT4OPd3bDtm4h3b88MMfwf { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:2.8125rem;left:55.3125rem;overflow:hidden;display:block; }
#HzuWRbWT9trTHRWRqh4IUJ8JuR8TkZAU { position:absolute;display:block;z-index:15020;background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #404041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:10.8125rem;top:3.625rem;left:51.375rem;display:block; }
#VKR7lWlprXax17HN23bABEvWwsLumsvG { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:futurace-medium;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:6.9375rem;left:51.375rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#SIxKqwxW4heaBSnoOUTgQT3PivZslF1U { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:9.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.625rem;left:12.875rem;display:block; }
#taHsCNszCTulp72NbiMGuBFsr6Jq4FF7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZGJcgkE5nqbHzIilOREQHoorhuAvMLHa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:9.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1.625rem;left:64.1875rem;display:block; }
#f1ueZ898fTdiXGUE7gFVTUQkW1Die3Sh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Apy7QybP7g5hqRFEUFIXTc5bDxv8FSgH { position:absolute;display:block;z-index:15024;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;height:6.75rem;width:6.75rem;top:1.625rem;left:66.25rem;display:block; }
#BqXwBzvMEUfQSSvfRC3A32TaAlZxGJtH { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:2.8125rem;left:68.125rem;overflow:hidden;display:block; }
#UpgtpNdTWu0yWqdFU10igm5V95z1yriV { position:absolute;display:block;z-index:15025;background-color:#93c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #404041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:10.8125rem;top:3.625rem;left:64.1875rem;display:block; }
#iLbZ7i7rTP55E9hnKoFC9XGEwOBiSKCm { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:futurace-medium;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:6.9375rem;left:64.1875rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu > .row .container { background-color: transparent; background-image: none; }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu > .row .container > .video-iframe-container { display: none; }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu > .row > .video-iframe-container { display: none; }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu > .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); }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu > .row .container { border-width: 0; border-radius: 0; }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#nsCv8QTUdeWMhTCbeePbMJ0qSmEGHlbJ { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:0rem;display:block; }
#TiiO2NL5AVfzwPeZE30PIZGeCIvvlD4I { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:10.375rem;top:6.65625rem;left:3rem;overflow:hidden;display:block; }
#EIBCh2Su7XsuypLmKcITGECZDoa3316W { color:#404041;display:block;width:15.3125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:9.0625rem;left:16.625rem;height:;display:block; }
#Vpve9EOQVGmrXQXJ5v9ikfvmoiPKRugf { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:12.3125rem;left:16.625rem;height:;display:block; }
#vOIazLJdESuWuRXwx9euwIEy2DsSGhpJ { color:#404041;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:14.8125rem;left:16.625rem;height:4.46191875rem;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; }
#RT8p1vT72D2xlBLRdu0dPslEnL7PGPI9 { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:39.5625rem;display:block; }
#qvhFHEZfRstDqGrrAavaJqFe5CrqIyR9 { color:#404041;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:14.8125rem;left:56.625rem;height:4.46191875rem;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; }
#G2vgo6mnQyhryIpKqBNHRmWXxvCpn3o4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:10.4375rem;top:6.6875rem;left:42.875rem;overflow:hidden;display:block; }
#BD4Scqr7Ld2FCtZqXH8CvePRXTtQe6bD { color:#404041;display:block;width:17.75rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:9.0625rem;left:56.625rem;height:;display:block; }
#SeaT4dZNfcMHs1fJREIbkRpvw603Ke2n { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:12.3125rem;left:56.625rem;height:;display:block; }
#F2rhQ4wL9uZsqGKHrB6hnRH8lggG7PLX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.71875rem;left:33.5rem; }
#zw4tChILKFCtItZd24kH8rcyy7XJGTMr { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:23.074996948243rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#d4EqM4QBgdlEHsnnaSeGEvbKmQZQCe7B { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.375rem;left:26.625rem;display:block; }
#oZgGzT9MSSttqufDi9clrgT0PxGpf16c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ICPUzn97Ek6yW7TLdVSJ9BRVeNbyFtNr { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:6.125rem;left:35.4375rem;display:block; }
#A5WmMm1CsPpnz98fuUipNt61vrcwfTuI { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:8.34375rem;left:36.0625rem;height:;text-align:left;text-align-last:left;display:block; }
#SU1eZox0Tarbv0favBXdCZ9oKBRAhdLT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.78125rem;left:45.375rem; }
#SmG18bbJIEcXTpDIVDyhCsSKIkGnWa5r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.75rem;left:72.6875rem; }
#hpwyZdBln2liMWmPDypeNLHNn8ntoVBP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:22.375rem;left:65.8125rem;display:block; }
#z2uV25wPaElcTSOcFvH08ZKVNDiRBvdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FifHsGa0Tv8bRodebRCCxFdfXcDsQ7n9 { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:23.0625rem;left:66rem;height:;text-align:right;text-align-last:right;display:block; }
#wUA82JXSOc3RZWmupfaRLoSOTgaVLFRd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:6.78125rem;left:27.84375rem; }
#rQzxVmVrf8Hqo0tfP4iCr5d4ItzwstMx { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:6.125rem;left:27.125rem;display:block; }
#c8FF5QhZrXThmgaCDQOg09bGMgxNng02 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:13.625rem;left:27.75rem;height:;text-align:right;text-align-last:right;display:block; }
#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV > .row .container { background-color: transparent; background-image: none; }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV > .row .container > .video-iframe-container { display: none; }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV > .row > .video-iframe-container { display: none; }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV > .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); }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV > .row .container { border-width: 0; border-radius: 0; }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#Se1wPULcPTDsfrrkyhaCkQGyT50ITC5C { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:23.125rem;width:35rem;top:0rem;left:0rem;display:block; }
#ZUsSKflLM8X6OpJFcrSfzGwlEhD2D6H8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:15.875rem;top:0.875rem;left:0.8125rem;overflow:hidden;display:block; }
#fmZ2r9iXEVUeq8oA6cS7LtI5U2eyTtSh { color:#404041;display:block;width:17.0625rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:;display:block; }
#bvgD56KtVBGdzlJfTs10TNfS5olJGT9M { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:9.0625rem;left:16.625rem;height:;display:block; }
#aq4sa2wOKkGgf3JeV1I9y93HhdDMraNw { color:#404041;display:block;width:16.625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:11.5625rem;left:16.625rem;height:;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; }
#HfRpPc0VIELOa9k4rqU7b6EKdNPiTORe { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:23.125rem;width:35rem;top:0rem;left:39.5625rem;display:block; }
#k35EBT99qOUfWsfx5QtVOmAaxpubL79Q { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:10.125rem;left:56.625rem;height:;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; }
#l7Q0hq4WaAGSHX8WRmQ40C9Tr720lPW7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:15.875rem;top:0.875rem;left:40.8125rem;overflow:hidden;display:block; }
#zeAzJOTBicQoPVTeFaSociWiwCLxNSSD { color:#404041;display:block;width:18.3125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.625rem;height:;display:block; }
#bPggacFTyB2FOTnhAxtktuuDxJu5goc7 { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:7.625rem;left:56.625rem;height:;display:block; }
#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT > .row .container { background-color: transparent; background-image: none; }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT > .row .container > .video-iframe-container { display: none; }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT > .row > .video-iframe-container { display: none; }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT > .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); }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT > .row .container { border-width: 0; border-radius: 0; }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#bEbJWdewwhSQyZ9RBlEt4E0H8fcCSs3g { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#dTNnaxNZtGJfHEzrptwT2C9C0MCaOrM3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:15.8125rem;top:0.875rem;left:0.8125rem;overflow:hidden;display:block; }
#vzgw6skvEurzRG1XAwDCetR7RzWWkpTV { color:#404041;display:block;width:14.1875rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:;display:block; }
#TvZx7OSTS5LJB6RqLa6Dmqcap8AVXxxK { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:7.5rem;left:16.625rem;height:;display:block; }
#pnUB4ZWhwFCDvm3QdfPTdHu4rCdLi7UB { color:#404041;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10rem;left:16.625rem;height:;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; }
#LU3pVWB5OrQbEhU7i44za4GMI1nsKnzB { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5625rem;display:block; }
#OOUK4yHsERB5qgwfez1CAkFB59Tq79Ph { color:#404041;display:block;width:17.1875rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:11.5rem;left:56.625rem;height:2.9746125rem;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; }
#SnKuMCPiqhK174JmS5oVfhE1LZ5ORITV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:10.25rem;top:0.625rem;left:43rem;overflow:hidden;display:block; }
#WAT8EUZWr0AcvPF0maEpkBmZZZSAhw9F { color:#404041;display:block;width:15.125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.625rem;height:;display:block; }
#rfQ4LR7ltZfKxh3X5iNb0EFaTG2JoeRv { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:9rem;left:56.625rem;height:;display:block; }
#urGE3lnmEncifEbbCSXE3H8hAqtS831T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.625rem;left:72.6875rem; }
#I7idZ94uEUX6JdVbaQ46inO44o2IvHmv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.25rem;left:65.8125rem;display:block; }
#wTq5KKZDtQc18OUpemdAn1EbXOwWDfRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGZ3sTlTt6MIJiWAOtxAmO4xUBQ74BLR { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.1;letter-spacing:0;top:16.9375rem;left:66rem;height:;text-align:right;text-align-last:right;display:block; }
#Fgg6kZOwvh0wbIZVM9S3D1oV7DvM3kyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.6875rem;left:27.875rem; }
#Gq5Pb8UOfOdeUSbRV4nSTvQzJeOoixR4 { position:absolute;display:block;z-index:15021;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:27.125rem;display:block; }
#oqIKwxG9cK3q7qaO1TIexvuyEQ8yePRS { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:7.6875rem;left:27.75rem;height:;text-align:right;text-align-last:right;display:block; }
#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b > .row .container { background-color: transparent; background-image: none; }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b > .row .container > .video-iframe-container { display: none; }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b > .row > .video-iframe-container { display: none; }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b > .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); }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b > .row .container { border-width: 0; border-radius: 0; }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#zNOBPswlcEMLB19gzIerZl1kKxsfdT0M { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#irz9bHp1UGey4kXEmbdsCuaLL1wrl1bO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:10.25rem;top:0.625rem;left:3rem;overflow:hidden;display:block; }
#ROsuy6f4tLSguSSFO8zUAtChO5qkkQd1 { color:#404041;display:block;width:17.625rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:;display:block; }
#BzS8USxJhU9PuIsLcDPMMCMLR6stUtTz { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:9.125rem;left:16.625rem;height:;display:block; }
#UWerDTAESCo9Ehx8rg3TD8v7U7HyAkV2 { color:#404041;display:block;width:15rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:11.625rem;left:16.625rem;height:4.46191875rem;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; }
#ChBrwB80qBbTaeTG2rJyLrtzS02EH5up { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16.625rem;left:33.5rem; }
#zTwUh4SIt1RJ0wKQbMSzNTbn1vTeLrnF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#QcVuZ2tvizpiLFaafiukScrZN6T30pta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPn9vFwzFSL88tSb17QBlTbTz7v5nQNJ { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.1;letter-spacing:0;top:16.9375rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#waQfQKxhS8m4pHDSm4Hur1rW5WR0kdmm { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:35.4375rem;display:block; }
#QCWGWa6v7hdZ2sOO6Zfk024zmR3qcbQ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.6875rem;left:45.375rem; }
#c9JG0B9QuGEUTuMkEfII4MRO2oQIVrCl { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7.625rem;left:36.0625rem;height:9.1875rem;text-align:left;text-align-last:left;display:block; }
#PhWBhRck6UT2arIWTfuD2DSxydn0N9zC { position:absolute;display:block;z-index:14999;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.625rem;display:block; }
#gpbXb1rcTGUQSuyGMXxPdazfKdlq9Xun { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:16.25rem;left:65.875rem;display:block; }
#LgAC2VL7gt9p7OqD5Fh6KLMCyaB7DZVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFcX7b1nZ6phUO4OxxIkZR12ETCDTahe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:16.625rem;left:72.75rem; }
#g2CppBniJ0nBXnro1u1xd7RTXVDN2WJX { color:#404041;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:11.5625rem;left:56.6875rem;height:;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; }
#LnlyXhZOPfX8TXivqde6Db40K4JlC1T6 { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:16.9375rem;left:66.0625rem;height:;text-align:right;text-align-last:right;display:block; }
#PK0r8CFxTS3qcQrTpUIovm5zmDAO7sv0 { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:9.0625rem;left:56.6875rem;height:;display:block; }
#xubrAqugmQcdtbqofw3kB3LVtyE3FN2p { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:13.0625rem;top:0.875rem;left:42.125rem;overflow:hidden;display:block; }
#in2PEb63uuubJRx8V3GM9M6sOcweUt87 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:0.6875rem;left:27.9375rem; }
#S3CufmE3dT11sQtTDXU39RxBq6dHxpw7 { position:absolute;display:block;z-index:15032;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:27.1875rem;display:block; }
#urhx2hCpsrILbMe2xAuRwAnzLAz7Z4N5 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:7.625rem;left:27.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#xrxXMvUhJcl1l6AEG8rxcTt5C7JRRzuR { color:#404041;display:block;width:16.625rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.625rem;height:;display:block; }
#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic > .row .container { background-color: transparent; background-image: none; }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic > .row .container > .video-iframe-container { display: none; }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic > .row > .video-iframe-container { display: none; }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic > .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); }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic > .row .container { border-width: 0; border-radius: 0; }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#ngw3UNyf72JwfkBUBzuGUTiPCXgJg7Pp { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#RNSavalIFDaTR9nxTidPlU1F17bU292a { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:10.25rem;top:4.25rem;left:3.0625rem;overflow:hidden;display:block; }
#ZwTZEdPub92PR9HO6BkWZ1mNHlQeOSvs { color:#404041;display:block;width:17.625rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:3.0244125rem;display:block; }
#vMKbunz4LaN1CmK11wQJaPIevVzwTxnS { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:6.25rem;left:16.625rem;height:1.16845625rem;display:block; }
#LnOiae7BiWfSHooXogdZFu7TkvGxQLU7 { color:#404041;display:block;width:16.6875rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.75rem;left:16.625rem;height:2.9746125rem;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; }
#f3zLTVsWX7hOTTGVVq2xhchutLMbWv7a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16.625rem;left:33.5rem; }
#haEfKEhcsUyiVlgEiUfDVECi01UHD9tg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#pM3xbB3yPuzVUct6lLA5RTa0kP8N54TI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJ4m2SE5xNAZsAaIcoCrNr3fWLyPF13Z { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.1;letter-spacing:0;top:16.9375rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#AMr8qnkKDlU2BnVkivaQSev1NrhiviXJ { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:35.375rem;display:block; }
#NJqRs3rDGwlqAfIMgT08lANgsdrO3RMN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.6875rem;left:45.375rem; }
#AITmlGbDOFDp5UutGiT7Co9KIbuuJln4 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:8.9375rem;left:36.0625rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#kTMeafTR4uunt8kLccqKVWhCCzabBfIg { position:absolute;display:block;z-index:14999;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5625rem;display:block; }
#UB3T5kTi5EyrTUIIM3lc0MnLhaAehzO0 { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:7.625rem;left:56.625rem;height:1.16845625rem;display:block; }
#ABgfXF2TU0Ao1ka83tXOO2tdsZfo4wMq { color:#404041;display:block;width:16.625rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4rem;left:56.5625rem;height:3.0244125rem;display:block; }
#WOw8FUTyEsWlMkLPAiLOSJVezwJXOxPu { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:15.625rem;top:1.4375rem;left:41.75rem;overflow:hidden;display:block; }
#FM9b80B8UTQA8QQX3MzLnqG10Ag0Tnin { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.125rem solid #ff9233;border-left:0.125rem solid #ff9233;border-right:0.125rem solid #ff9233;border-bottom:0.125rem solid #ff9233;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:7.6875rem;top:1.25rem;left:56.625rem;display:block; }
#Dfme8SKfzXD3eKWfGBrzZnoAZpviZn06 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:futurace-medium;font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.75rem;left:57.3125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#ZpVKAqWPM3z7HhVSXCboB2l9AGwd81xT { position:absolute;display:block;z-index:15032;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:27.125rem;display:block; }
#THN0SiNUGPUd2aOFVhlsBBfebKhFoyiX { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:7.625rem;left:27.75rem;height:5.25rem;text-align:right;text-align-last:right;display:block; }
#AKWNweCaywguqVpm1DdRXzCQoVmkOOlc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:0.6875rem;left:27.875rem; }
#tTrcpJ9wrwgDdWaS5TTEZcThnSHl7TlG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16.625rem;left:72.375rem; }
#DHmpA6ls3BlEK7kfTO0bs0Be5C1787Gc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:16.25rem;left:65.75rem;display:block; }
#kV67CbRt3n2d9R14mQzVNktV9CruNTkW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S9ubC9cUa5VnxPAbtPWgxSNX3yz9iCuZ { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.1;letter-spacing:0;top:16.9375rem;left:65.6875rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#JlMPirT4hwrzppt2CydJBRX7A9wmpWum { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum > .row .container { background-color: transparent; background-image: none; }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum > .row .container > .video-iframe-container { display: none; }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum > .row > .video-iframe-container { display: none; }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum > .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); }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum > .row .container { border-width: 0; border-radius: 0; }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#KMS9TQydQxQGQpTn00APrcqNZFVqWZxM { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#cRaQE4yTibdv1Tw7uBZ0yqhsTcGTiPDN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:15.5625rem;top:1.625rem;left:1.125rem;overflow:hidden;display:block; }
#OuO94xFZRQAoNSKHxTUvQ7OWXAkyiTWT { color:#404041;display:block;width:17.625rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:4rem;left:16.625rem;height:3.0244125rem;display:block; }
#POcLFUBWxv6GTDftxHFmV16PELhsWg3i { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:7.625rem;left:16.5625rem;height:1.16845625rem;display:block; }
#BtgMKRTiBn1veyhwccWzTPUW7XNh3RaR { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:futurace-medium;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.75rem;left:17.3125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#mNmVt4i3BJMp3OE7t8LSLOiJMQ9np072 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid #ff9233;border-left:0.125rem solid #ff9233;border-right:0.125rem solid #ff9233;border-bottom:0.125rem solid #ff9233;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:7.6875rem;top:1.25rem;left:16.6875rem;display:block; }
#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q > .row .container { background-color: transparent; background-image: none; }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q > .row .container > .video-iframe-container { display: none; }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q > .row > .video-iframe-container { display: none; }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q > .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); }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q > .row .container { border-width: 0; border-radius: 0; }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#e66T1b4gONdBTtBfmXqPkfUC4irhLQKg { position:absolute;display:block;z-index:15017;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:39.5625rem;display:block; }
#VMbwQEVmnQI747Sh5vTf8seK9Fqs1aSz { color:#404041;display:block;width:15.75rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:14.75rem;left:56.625rem;height:7.436525rem;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; }
#yaFrbT41hOspOBu3LPNEOui3BvpQ7lFH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:22.75rem;left:72.6875rem; }
#pP7azrT5ypROTTumK9czDoMmswTowpyd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:22.375rem;left:65.8125rem;display:block; }
#hpbfQiqHrPJycAOpsfT7S7uOfCffIzk6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BR1N6OuBdWKGpf6kdwboTAX0xER2hueE { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.1;letter-spacing:0;top:23.0625rem;left:66rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#UaXgiXP0a6EuhxWomIRzOpPChoFNOqZr { color:#404041;display:block;width:14.9375rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.1;letter-spacing:0;top:9.0625rem;left:56.625rem;height:3.0244125rem;display:block; }
#hO2r0ONsAViqTPsz33TcT1UM1S3feJWh { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:12.25rem;left:56.625rem;height:1.16845625rem;display:block; }
#G0i4ZGRzLTCwgggX7NbV7GQ6BbmNTxWM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:3.75rem;top:7.375rem;left:41.0625rem;overflow:hidden;display:block; }
#JdbDX50ChAodS6vmIETkKbRFN0sZ057D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:6.8125rem;left:27.875rem; }
#F3UqtPFv6SCoAall911RXCCK8ayVZGXa { position:absolute;display:block;z-index:15050;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:6.125rem;left:27.125rem;display:block; }
#Gk6TN702mV6B9cQT6WRQfad2JGMz2HAQ { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:15.0625rem;left:27.75rem;height:9.1875rem;text-align:right;text-align-last:right;display:block; }
#gFyxT8AXbEHcrZe60Q9alos5BOWbaoCx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:3.75rem;top:8.6875rem;left:45.1875rem;overflow:hidden;display:block; }
#hiSBaRautllrwWe2wznOsldqBLu4BBKS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:3.75rem;top:9.75rem;left:49.375rem;overflow:hidden;display:block; }
#kShk8CNdORrTAQXlPbQZ6A8nmZ3TnMWt { position:absolute;display:block;z-index:15023;background-color:#ff9233;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:12.75rem;top:6.875rem;left:56.625rem;display:block; }
#megkeEKB3wOEx6iH9dpKdDJCsCkvB8di { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:futurace-medium;font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.1875rem;left:57.25rem;height:1.13720625rem;display:block; }
#T3XKeiZFMhb2lLpeLccGQUt3OvUKQRwT { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:0rem;display:block; }
#wZrnNSDF5uLpwaRzkqonfduLTlL72iKd { color:#404041;display:block;width:16.3125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:14.75rem;left:16.625rem;height:4.46191875rem;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; }
#ksQwE8bXsfucbQ410ZI95CGAmzulfT1t { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:3.75rem;top:9.875rem;left:10.3125rem;overflow:hidden;display:block; }
#a5ZNIBAxT56yPJV0Xy0hOnqVCwgz4GuU { color:#404041;display:block;width:16.9375rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:9.0625rem;left:16.625rem;height:3.0244125rem;display:block; }
#spZVzPAEmK1sHWR7DOpIT8mdyaJB8hOv { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:12.25rem;left:16.625rem;height:1.16845625rem;display:block; }
#xTff4cKBfzFvbI93cLcvudNhZ6b8Psqg { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:3.75rem;top:8.8125rem;left:6.125rem;overflow:hidden;display:block; }
#In14SkSKt9s8RDMC5nD6dMls9iHauaFc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:3.75rem;top:7.5625rem;left:2rem;overflow:hidden;display:block; }
#VLoDkl1bsCKsZlKoxn6p4FxhzxUANLdz { position:absolute;display:block;z-index:15021;background-color:#ff9233;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:12.75rem;top:6.875rem;left:16.625rem;display:block; }
#MFfqmWIAeQSDsboiDRvtL4NLTXorTSBq { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:futurace-medium;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:7.1875rem;left:17.25rem;height:1.13720625rem;display:block; }
#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr > .row .container { background-color: transparent; background-image: none; }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr > .row .container > .video-iframe-container { display: none; }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr > .row > .video-iframe-container { display: none; }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr > .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); }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr > .row .container { border-width: 0; border-radius: 0; }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#J8NywXnSWfPPnfsQxadbUpBXg8wcLreT { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:0rem;display:block; }
#nQSXym3tbwufMLZRg3GVlBeoE1nzFSmk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:15.0625rem;top:11.65625rem;left:0.4375rem;overflow:hidden;display:block; }
#RdsZilsrB6LsopOVZ6BrhgQKc0unPWRL { color:#404041;display:block;width:14.9375rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:9.0625rem;left:16.625rem;height:;display:block; }
#t8C52mWpL4W7laNf2yMAIX5oPIaHdD7R { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:14.0625rem;left:16.625rem;height:;display:block; }
#GIH1XZJVMfMicWqEbcEPK41PO6yGoiGX { color:#404041;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:16.5625rem;left:16.625rem;height:;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; }
#BQuF5Hfg0Hhq3FSuIZ1HTVI7eiLyNBcy { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:39.5625rem;display:block; }
#asCkrXJWLUFNNbCDCVzgRInwuq0sF2F1 { color:#404041;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:16.5625rem;left:56.625rem;height:;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; }
#x65NUXL5Ahe7yyOAKxfP2ntLNgnSqsVO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:15.0625rem;top:11.625rem;left:40.25rem;overflow:hidden;display:block; }
#TobQhodfS7hd4l6FWtcowu9vDUdk5QsH { color:#404041;display:block;width:15rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:9.0625rem;left:56.625rem;height:;display:block; }
#xHN2GLmrsHH9mvT4rErwmC1Vpt7GmZfL { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:14.0625rem;left:56.625rem;height:;display:block; }
#b6Zs7TgDDJKrmi8vghNev8Bx0BqPAse5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:22.75rem;left:33.5rem; }
#cTOuV0ez3MatBRfXbeDbL9NLMPrLUNB3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:22.375rem;left:26.625rem;display:block; }
#ftRoZMz0ZMaWhlZ6VZdoVlHuCtPakfOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J0BbTphAsTdBdL7Kw8lRtWMeXvNI2K76 { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:23.0625rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#tJmBvRoRw1rXmJtXzsSaqLKDRqPF16hz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:22.75rem;left:72.6875rem; }
#JO3w0hSxfGUrGRAdvQzcdUX59sB1t4dU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:22.375rem;left:65.8125rem;display:block; }
#IkiJf0Z410bXPav8PmWhhfz9q2TWhSrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t7bWxTLoSNv1NvVn4MIvBi53dCwD9cJ4 { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;top:23.0625rem;left:66rem;height:;text-align:right;text-align-last:right;display:block; }
#Dl1GaRfKkcS9ZlFGTwTrFv8aTWOB0bhS { position:absolute;display:block;z-index:15021;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:15.125rem;top:6.125rem;left:35.4375rem;display:block; }
#V9bBiE0DPTddiqdlcgAB8xCSXwZ0Qa6H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:6.8125rem;left:48rem; }
#BAmZtD7kB031VgsQIQSA3c79I3OCD74H { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:9.8125rem;left:36.0625rem;height:;text-align:left;text-align-last:left;display:block; }
#UbxUO3Cz3rTIkHoNy6Cy4UFK7MXhdoXb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:6.8125rem;left:25.25rem; }
#LOhQugGM6t1bdthDTu2GgiCAGkFFwTqa { position:absolute;display:block;z-index:15042;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:15.125rem;top:6.125rem;left:24.5rem;display:block; }
#Zt0mRBRXygI9isLI3AfKgAwynuFRHfmO { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:9.8125rem;left:25.0625rem;height:14.4375rem;text-align:right;text-align-last:right;display:block; }
#RLfncencl4p1yFg7Pv8WXePKs0hviy2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E > .row .container { background-color: transparent; background-image: none; }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E > .row .container > .video-iframe-container { display: none; }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E > .row > .video-iframe-container { display: none; }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E > .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); }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E > .row .container { border-width: 0; border-radius: 0; }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#cGxeF70DAQBcHSgHExt2R383JdTeV032 { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#EhPrcG2UDzxkgh5GfsD0HZ0vTRCk9qzR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:15.625rem;top:5.5625rem;left:0.4375rem;overflow:hidden;display:block; }
#zb5AQxpCC1ulmUJBD7KTJZC41btmhpSG { color:#404041;display:block;width:16.875rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:6.048825rem;display:block; }
#mVdvy5QXmmP1cqhDpD9PmeLRf1LZla93 { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:9.0625rem;left:16.625rem;height:;display:block; }
#l5Wn6WtswAiQhf2k5U7GQJvm6bESPViM { color:#404041;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:11.5625rem;left:16.625rem;height:;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; }
#lWZzvzAykKJ2XEoTDpxxQlBT2yGI5hhF { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5625rem;display:block; }
#ETzH8LsJPRatTriMweggFsd5nomu6KEq { color:#404041;display:block;width:17rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:10.0625rem;left:56.625rem;height:;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; }
#muaMIdVWVWe3ccnPgAJaxLMcxQXuA5t9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:15.6875rem;top:5.5rem;left:40.25rem;overflow:hidden;display:block; }
#RR1o54NCmqLQaDLLgM5eXeoMNQxfRGie { color:#404041;display:block;width:17.8125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.625rem;height:4.53661875rem;display:block; }
#Xs2IfoNuLqmWVqZT5l1WrTgC7atJZtct { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:7.5625rem;left:56.625rem;height:;display:block; }
#CNtf4g3t88PCHZnfxQELlf4meSVmJCTl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:16.625rem;left:33.5rem; }
#LsBxG5PrdnP3MdRxHZO9Z95bVisNzs4R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#NuW0psKNCaCKZPXITN2UoegBvUGQXTmq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vsl78aouTxwJr1xhcrIUrOx9TohaD6PT { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:16.9375rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#Lmw7DsTspvl138yqv2M7Jgq39v07ytQT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:16.625rem;left:72.6875rem; }
#Wdqzrid0PVENbmbc2KgSoHuqQiiEmz7f { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:16.25rem;left:65.8125rem;display:block; }
#PiI5DZVVo6st60I0gEokIfwh3kCUT2ZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPfUP70vg4RR3RIE6XQyRVxyJwLTRg8O { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;top:16.9375rem;left:66rem;height:;text-align:right;text-align-last:right;display:block; }
#T8iXSPM2eeeAomZtLKdEU6thi6HhWNZF { position:absolute;display:block;z-index:15021;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:35.4375rem;display:block; }
#JyX9JHyAzi14TZhSwuyJBGO14bt99veC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.6875rem;left:45.375rem; }
#KfVtPUqEHHKkW5JiLSBLxgem1xe5GOa2 { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:6.4375rem;left:36.0625rem;height:11.8125rem;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; }
#OXm9GKz7yXfqiAMpLlHtbSsCsVHuiUiT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:0.6875rem;left:27.875rem; }
#Nuwyew3OfGP6AXVN8SBReuy1S6W5b3bh { position:absolute;display:block;z-index:15042;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:27.125rem;display:block; }
#nMTxbxq00k7TDwn9vEOnFPC0okouNewV { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:9.0625rem;left:27.5625rem;height:;text-align:right;text-align-last:right;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; }
#sREMVTPouCJIS6z18XSauADTQXCqf6VU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sREMVTPouCJIS6z18XSauADTQXCqf6VU > .row .container { background-color: transparent; background-image: none; }#sREMVTPouCJIS6z18XSauADTQXCqf6VU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sREMVTPouCJIS6z18XSauADTQXCqf6VU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sREMVTPouCJIS6z18XSauADTQXCqf6VU > .row .container > .video-iframe-container { display: none; }#sREMVTPouCJIS6z18XSauADTQXCqf6VU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sREMVTPouCJIS6z18XSauADTQXCqf6VU > .row > .video-iframe-container { display: none; }#sREMVTPouCJIS6z18XSauADTQXCqf6VU > .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); }#sREMVTPouCJIS6z18XSauADTQXCqf6VU > .row .container { border-width: 0; border-radius: 0; }#sREMVTPouCJIS6z18XSauADTQXCqf6VU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sREMVTPouCJIS6z18XSauADTQXCqf6VU > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#k0VwTE1eTFTO6vvv0B3FSVw007gSuLFJ { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#HQZhuyDpEKFu19C75TtCeeiDQzdytorq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:15.0625rem;top:5.5625rem;left:0.4375rem;overflow:hidden;display:block; }
#vpAbMhD6a5XwqzkBuVhcfEFsxN16TRVw { color:#404041;display:block;width:18.375rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:4.53661875rem;display:block; }
#vf5yaMaL2mwdJXaZlx4Mz9V7RmCZwUdb { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:6.4375rem;left:16.625rem;height:1.16845625rem;display:block; }
#GpI9OdASimLmUZBJS51ve1wQKbO5agqk { color:#404041;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.875rem;left:16.625rem;height:;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; }
#viPvq8icIAJ5aecIXo0LGh1sFsumF4re { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:16.625rem;left:33.5rem; }
#kZ6fo33OkA3Eak14To4IVyUUXVB9qVP7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#lDzCPaGgCzmKQE1x3o9HtxWNOfStlDsR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfWDllCGyB4ZfftlxCayckBxz4xQavEq { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:16.9375rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#tB6wRdnMpz9GUydmatTe0zN7m5DRcZ0B { position:absolute;display:block;z-index:15024;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:35.375rem;display:block; }
#DTxofbCzFyVnCAri3J1KEkcoE4GGOpR5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:0.6875rem;left:45.375rem; }
#KF1KXxgox9V3Dne24tEKGkGWpnZsZSch { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:6.2312469482422rem;left:36.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M4PysW6lVPTCLuzKwyWsV5XilwSI3ov0 { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5625rem;display:block; }
#J8pGntOSrCgoy8HME1GlddX3R1KpwIU9 { color:#404041;display:block;width:17rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:10.0625rem;left:56.625rem;height:5.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yWblBpQp0t5mQT5Vk1ynpp8QFfITu5NL { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:7.5625rem;left:56.625rem;height:1.16845625rem;display:block; }
#xEtctmXta1CgKy7HrIIT6Zx2L6J2F8OG { color:#404041;display:block;width:17.8125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.625rem;height:4.53661875rem;display:block; }
#dtBH3ZGGP6FMX8DW28rKaSmFl8QXRIPa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:14.25rem;top:6.75rem;left:40.4375rem;overflow:hidden;display:block; }
#Mfsub4PtbRszovgSGIH660OkvRkMeTdw { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:8.75rem;left:26.8125rem;height:9.1875rem;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; }
#kq9zUGoVJJ2cdzh32tGxoFHN30xswb2p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:0.6875rem;left:26.6875rem; }
#CFPqvF9AU3BpX6NOGoWwV7dsNcwnJVLA { position:absolute;display:block;z-index:15042;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:13.4375rem;top:0rem;left:26.1875rem;display:block; }
#bdeyueEZ6FOarSDgCQaQJv4y79XR6q3u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:16.625rem;left:72.6875rem; }
#Th33h6qfKTcf1OXHdCITb5Wt3WCsFiau { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:16.25rem;left:65.8125rem;display:block; }
#ynf13gAcTgVoR2y2BOFSIVMb8JZEew8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OblRnPxqJmq2ryAAHTq1FTUNlOdAKNF9 { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;top:16.9375rem;left:66rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw > .row .container { background-color: transparent; background-image: none; }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw > .row .container > .video-iframe-container { display: none; }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw > .row > .video-iframe-container { display: none; }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw > .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); }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw > .row .container { border-width: 0; border-radius: 0; }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#voTQDMVrlzTEsamfzgHR9kcLnkO1dqP6 { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#sho0oOU7iEZx9voJizR9nMQgoI6ofweR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:12.5rem;top:7.03125rem;left:1.8125rem;overflow:hidden;display:block; }
#d3tKWGsQ8oR9BQhEFbSHJJRDmLfPJrfE { color:#404041;display:block;width:16.875rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:3.0244125rem;display:block; }
#yBMoRTh1OnSKtB5qZPLES6uTLl7NEimW { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:6.1875rem;left:16.625rem;height:1.16845625rem;display:block; }
#mJSw1n5cWB7qSwvPDJPxqsSZPuhle7Cs { color:#404041;display:block;width:18.1875rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.6875rem;left:16.625rem;height:8.9238125rem;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; }
#ccHy4sd0EMvTFlG2ZR9v2wUTGIG8MzT4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:16.625rem;left:33.5rem; }
#SGgSkaMiplDiMimtUghTGQAhVpVI71V0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#EGyUoCMgMa3dlWsowrJHuW4XyEMt72Ak { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qU4749TwlkWyHdSi4PCEsnK3XruablMg { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:16.9375rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#Z7tRkyRnkkiSxsn6Q20aS6vQxDTORwS1 { position:absolute;display:block;z-index:15021;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:13.4375rem;top:0rem;left:35.4375rem;display:block; }
#TcfmeeGawfeXntF3Q6b7ozuzPs15erlI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.6875rem;left:46.4375rem; }
#v9CJdDfLLV6e0PwT2SJAKn1gDQhDa2gC { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:3.4375rem;left:36rem;height:14.4375rem;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; }
#y1iTyuVFfhukyxTBxw3CQE1BJBT2NowE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:16.25rem;left:66.125rem;display:block; }
#wv3vILq20z3287mQTLLynFtP9zScpWVX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGw3vN9q0kdLD35XzwiNtrTZhUpeo61k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:16.625rem;left:73rem; }
#tyG6HZAewfvyzbrEd9VVhTF5H2NLWAwT { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:16.9375rem;left:66.3125rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#CZ3ezZBL2EJqdVIpByUT4OMhZzovcsNy { color:#404041;display:block;width:17.0625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.875rem;left:56.125rem;height:4.4619125rem;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; }
#o0LqJ0qwoIqFlKPlvdbWPkIk3TUiiw1X { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:6.3125rem;left:56.125rem;height:1.16845625rem;display:block; }
#UhUlAflT3WPHEKQV5yitZfJbaoWsdvoK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:12.25rem;top:7.125rem;left:41.5rem;overflow:hidden;display:block; }
#mTZpAalLGvNhK9puQy7FEIlSMrQSm5fo { color:#404041;display:block;width:18.125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.125rem;height:3.0244125rem;display:block; }
#l7ANhGVKlDLzkKOlFZLt58AETL6VAQQD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:0.625rem;left:27.6875rem; }
#ML6bIfi9nMXpCXTuJh58OaxytaXE0x9Z { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:8.8125rem;left:27.6875rem;height:9.1875rem;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; }
#UvcE49cs2whUsfllCx2TigDIWaOAs8NB { position:absolute;display:block;z-index:15024;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:27.0625rem;display:block; }
#WB2XnSSlUun5SrKzrdyTJX2FZqXHfLN1 { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5rem;display:block; }
#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 > .row .container { background-color: transparent; background-image: none; }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 > .row .container > .video-iframe-container { display: none; }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 > .row > .video-iframe-container { display: none; }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 > .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); }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 > .row .container { border-width: 0; border-radius: 0; }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#qTizXESkXW4Z7WDO5fGoC743iw91BRwt { position:absolute;display:block;z-index:15064;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:34.9375rem;display:block; }
#afH195q4rrJGqgoapb4kTXP7tXIHRSa6 { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:2.3125rem;left:35.5rem;height:15.75rem;text-align:right;text-align-last:right;display:block; }
#NXdVydIwtTXJJl4VlWi09hrof0pUPOrC { position:absolute;display:block;z-index:14999;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#SF5fCL7SgT2pm9LsiBNe1h0sxq9X418h { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.1875rem;top:0.75rem;left:0.375rem;overflow:hidden;display:block; }
#QTDyIVT5NKgxyZAu2X9166fG6oTougto { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.1875rem;top:5.9375rem;left:5.0625rem;overflow:hidden;display:block; }
#bfsDNGocRUHeSzMb9DV65NDLzxQEkA95 { color:#404041;display:block;width:16.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:8.8125rem;left:17.0625rem;height:2.9746125rem;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; }
#HErsvkGGUSmTsr61FCUPrciqcpycwywC { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.1;letter-spacing:0;top:6.3125rem;left:17.0625rem;height:1.16845625rem;display:block; }
#keoG3mo0oqRnMTGR0JAZuBRUCI83T6IX { color:#404041;display:block;width:17.8125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:2.9375rem;left:17.0625rem;height:3.0244125rem;display:block; }
#beShn7sThtugHbmaihoQ0rrU4z3m7Kz2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:16.25rem;left:26.25rem;display:block; }
#M9BmE94tfDVMoixitRrnFXnz1N82TAgu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1cuDrTIgA0CA3fKJ2DrA8fTe5s8WRfg { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15061;line-height:1.1;letter-spacing:0;top:16.9375rem;left:26.4375rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#fZbOCuxTGuUk0Ku2vGIFI5INq6kowODA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:0.625rem;left:35.5rem; }
#SVAoLsFl3JuZ2xG9wKZVDHMUJaF0BQJP { position:absolute;display:block;z-index:15023;background-color:#ff9233;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:12.75rem;top:0.75rem;left:17.0625rem;display:block; }
#GTt0Mf83hwF6TmTwkEB5T5fKgpnwOxxg { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:futurace-medium;font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.0625rem;left:17.6875rem;height:1.13720625rem;display:block; }
#RFKKaNQ6CrPgqbigOCQRolHw8e1z8Hh9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:16.625rem;left:33.125rem; }
#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C > .row .container { background-color: transparent; background-image: none; }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C > .row .container > .video-iframe-container { display: none; }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C > .row > .video-iframe-container { display: none; }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C > .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); }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C > .row .container { border-width: 0; border-radius: 0; }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#vyLhzAc5dvgRdkhLeixcPMtfhMbiLU2T { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:0rem;display:block; }
#MATlF1SB5Rt9Tlb5svWgBIZIh5S4AM0s { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:13.8125rem;top:8.34375rem;left:1.5rem;overflow:hidden;display:block; }
#HFwyLneawIsqFuFq0d4LtWg5rvNTTfCA { color:#404041;display:block;width:15.3125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:9.0625rem;left:16.625rem;height:;display:block; }
#Xx9m37qUQJ8D5KcOHfn9rVm9fv7Ziegq { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:12.3125rem;left:16.625rem;height:;display:block; }
#HqoC57LEJNFfJyyHZDsdbZ5mmaBFKc9m { color:#404041;display:block;width:13.625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:14.8125rem;left:16.625rem;height:;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; }
#BBA6V2DoZU7K7bRmZtTtK0rmnvC8nDom { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:39.5625rem;display:block; }
#BA0wDX5uichJcvRMw0NMCxN2uUu4O1IV { color:#404041;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:14.8125rem;left:56.625rem;height:;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; }
#TPlTOCpRvlZpwQJb4shWKf4MDcuZJOOI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:13.8125rem;top:8.375rem;left:41.625rem;overflow:hidden;display:block; }
#nCSKgmFqR4R0865Wg861AqZI1G8mGuLT { color:#404041;display:block;width:14.9375rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:9.0625rem;left:56.625rem;height:;display:block; }
#IvO6F3bGdfOaz0OIEfRHPUqGlScPaeEz { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:12.3125rem;left:56.625rem;height:;display:block; }
#SQB5vuulWM5Hk9t9QKSRFiigCbiJdQ86 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.71875rem;left:33.5rem; }
#xiBp2S2VqJmTTPwVfwrIgDa2XeugsBVO { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:23.074996948243rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#D34M3swQl0p4HZx5rkl1742hKmEo8fbn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.375rem;left:26.625rem;display:block; }
#SSJx5VX8Qho4oRQJgxPZdHDEDun79Ebb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vyuam4qCtzPLlRkoeGHOGBsgoSprT898 { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:6.125rem;left:35.4375rem;display:block; }
#rGwyZTmXz0FfP51TPao8q3ecw0SoGmZi { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:14.96875rem;left:36.0625rem;height:9.1875rem;text-align:left;text-align-last:left;display:block; }
#d16yM1EmnIgcuDGOv0av7IEPsiJORtt1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.78125rem;left:45.375rem; }
#fmy8EhT6qTLMEV5as7yxwD52wq8tfXmo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.75rem;left:72.6875rem; }
#nqg4mtA2AAeBmqNUgmeSSFEUfz1qNzwF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:22.375rem;left:65.8125rem;display:block; }
#xmApwG00lxuDDOQaNUrS5V03FPUBQ27r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pMuzidu9cD83SBupKWAMIIr8utvvx2Kb { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:23.0625rem;left:66rem;height:;text-align:right;text-align-last:right;display:block; }
#G5XHTBTmCpyyAtCOgK6l3orMkUT2a2U9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:6.78125rem;left:27.84375rem; }
#Dl7HwSCtC0z15wtWwyC2OwBG2nppdwbO { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:6.125rem;left:27.125rem;display:block; }
#lwPZrgk2iEr8ayFaLin4JVspQiu2bone { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:15rem;left:27.75rem;height:9.1875rem;text-align:right;text-align-last:right;display:block; }
#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM > .row .container { background-color: transparent; background-image: none; }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM > .row .container > .video-iframe-container { display: none; }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM > .row > .video-iframe-container { display: none; }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM > .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); }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM > .row .container { border-width: 0; border-radius: 0; }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#Zz66GLiXrGW6B0fxHyQwhUX5c4NWtMNy { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#MV4WzhTlMUTBHFlGDg2drVfBVz1uGA39 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:9.4375rem;top:7.15625rem;left:6.1684417040359rem;overflow:hidden;display:block; }
#kDLg8uey4ZWcBvnPOkfPZwtReT2DNbdN { color:#404041;display:block;width:15.3125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:3.0244125rem;display:block; }
#UvwkxATG8bQ0Kf3VDniSdXiMXpX0LyNZ { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:6.1875rem;left:16.625rem;height:1.16845625rem;display:block; }
#lzd9OJinFz9stzOwfLeM8lLGid6HVpUL { color:#404041;display:block;width:16.5625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.6875rem;left:16.625rem;height:5.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#szPAzcdXb1TNwxxU3EM6skuwmGDcPaBy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.59375rem;left:33.5rem; }
#Fhdyi6A1C0BuNNrDsdwx2kTEH9kMeDZy { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.950000762939rem;left:26.8125rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#AmgEGDTNNGGVPniUZ5i6QnKnnyl8fDWJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#fCTfHRsTQSfTnS8FGvxBPVs7dctcroJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vckMkFX2TLv1ScunBCobUc1cTiGltyd3 { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:35.4375rem;display:block; }
#pAqsnbW9tLBWXumr0vVZldJNKThhF62x { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:futurace-medium;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:1.5625rem;left:36.0625rem;height:16.3608375rem;text-align:left;text-align-last:left;display:block; }
#NfrQJseUoii9KCJGx7eZtFQINPKWN0uW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.65625rem;left:45.375rem; }
#q8h4SC2bAizzvTitynKkIaVKTnVhe3nh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:9.4375rem;top:0.99063110351562rem;left:1.5rem;overflow:hidden;display:block; }
#yr3NnGPw4GChbzIq17b0bvZbKQM6ikRt { position:absolute;display:block;z-index:15025;background-color:#ff9233;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:12.75rem;top:0.75rem;left:16.625rem;display:block; }
#H7fFExcdJLS5tPyAf9XgPqp9tNZMrHTH { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:futurace-medium;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.0625rem;left:17.25rem;height:1.13720625rem;display:block; }
#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk > .row .container { background-color: transparent; background-image: none; }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk > .row .container > .video-iframe-container { display: none; }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk > .row > .video-iframe-container { display: none; }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk > .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); }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk > .row .container { border-width: 0; border-radius: 0; }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#J2TaQbT1KLyDvopzIwrJPNOvVox0TvJT { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:0rem;display:block; }
#Pf5wOsPEHZC1GF62DcZPba6AriRWTqxZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:15.375rem;top:8.34375rem;left:1.0625rem;overflow:hidden;display:block; }
#tUB8IWiBrA0hBVVbPplGnxgM4IhmXdl1 { color:#404041;display:block;width:16.3125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:9.0625rem;left:16.625rem;height:;display:block; }
#l9l0VEMIAOquPZQhAuCL1ihkoFK2XOup { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:13.8125rem;left:16.625rem;height:;display:block; }
#pUXmuW5qq5XLQv1TQtOMVI7OVNeqiJNE { color:#404041;display:block;width:13.625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:16.3125rem;left:16.625rem;height:;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; }
#zLghsTBXxSyTuOGDDbNGEnpTZRuu4M2s { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:39.5625rem;display:block; }
#n32xX17SSBlHBoiw58pHfTSgxaBDOOds { color:#404041;display:block;width:13.375rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:16.3125rem;left:56.625rem;height:;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; }
#GUAAZkvCi9WaAavKOFRILyCZ9Up6gfbI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:15.375rem;top:8.375rem;left:41.0625rem;overflow:hidden;display:block; }
#Uyu10WVcdhvbo8bhWBZEXxRVzlgTmdzk { color:#404041;display:block;width:16.875rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:9.0625rem;left:56.625rem;height:;display:block; }
#xmGeqNLwai1rzH8cBTXIALyJ4eOUvBHA { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:13.8125rem;left:56.625rem;height:;display:block; }
#DP3KbUcCXoID6SyyrTAZTOLL0TdMXU4Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.71875rem;left:33.5rem; }
#Uuuc54sPyxnHorOJGaZMpcdH5rA5vs9k { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:23.074996948243rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#u8LOl9hQDhv32nfhmfezIe7uVIlq1QBa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.375rem;left:26.625rem;display:block; }
#La67RIy0pgvoqKSSvaTSRVXq66XbI1GZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AAQQNrB2Jer2zPesSaH2idJGmMtE9FFF { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:6.125rem;left:35.4375rem;display:block; }
#BNefzK3qTfyMziIeCXbqbT7oa8a3Qve2 { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:11.03125rem;left:36.0625rem;height:;text-align:left;text-align-last:left;display:block; }
#MPxZ8Sso4XxdNPv0JxWtf8MHJJS5aETU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.78125rem;left:45.375rem; }
#wRAWvxumbVwBs2BRG6Vqc65GuEK1OT0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.75rem;left:72.6875rem; }
#RGCkzpgwSMBah0tXSBFtgnR6eFdHUhnE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:22.375rem;left:65.8125rem;display:block; }
#aAmZdW9J3QaWrv9OycLcPJnFr5SgzPiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QxBsiKmyJPG8B2EvpaBR8c3AX93In8dM { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:23.0625rem;left:66rem;height:;text-align:right;text-align-last:right;display:block; }
#uSyVf1q8iQCkXa9Xw7d2FoZAbMCgppbZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:6.78125rem;left:27.84375rem; }
#UXTKsZXHMvPzSgwD7SsE07l78u44eMMz { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:6.125rem;left:27.125rem;display:block; }
#fpOdTNcACoTrkaPiL6oupTpC39yyOCXm { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:11.0625rem;left:28rem;height:;text-align:right;text-align-last:right;display:block; }
#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl > .row .container { background-color: transparent; background-image: none; }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl > .row .container > .video-iframe-container { display: none; }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl > .row > .video-iframe-container { display: none; }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl > .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); }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl > .row .container { border-width: 0; border-radius: 0; }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#KPUNPGx3qpRGbzPRzEW7Qs07mnFkhTFu { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#FW998LVDTQkf6K0UFGAmOIlf9gBnXkSO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:15.375rem;top:2.25rem;left:1.0625rem;overflow:hidden;display:block; }
#OXPx07TvmgooTyuyQAXEfpgdSNJKuTWN { color:#404041;display:block;width:16.9375rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:;display:block; }
#WdXxiqbtE3w43gibsTpJ70qxAFlkE8cl { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:7.6875rem;left:16.625rem;height:;display:block; }
#PhlGiM4pyrmJQunupDieKvrvAaQ1klIC { color:#404041;display:block;width:13.625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.1875rem;left:16.625rem;height:;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; }
#rMWEA2lUxkFTkMsGUxWKdoogxqSEeN6T { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5625rem;display:block; }
#CHngF6WCbdWgcLphDxtPVkmf00481FHW { color:#404041;display:block;width:15.875rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:8.8125rem;left:56.625rem;height:2.9746125rem;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; }
#mUbyfw6deaTdHneI7KWW1o0JRZGAbfkB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:13.125rem;top:3.8125rem;left:43.5625rem;overflow:hidden;display:block; }
#V8R30axHOJoawAVPFA7aPoOGPduFJvgB { color:#404041;display:block;width:16.875rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.625rem;height:3.0244125rem;display:block; }
#x5ooz0J0n2AQbuZ5MBeTgHd8ldT0KcqW { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:6.3125rem;left:56.625rem;height:;display:block; }
#vKdU8nxlssi1oTHaWXru3TfNIUGsz4LQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.625rem;left:33.5rem; }
#GZbKOpaBXUDTw1lkFzH0qUhDxadFHlT2 { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.9375rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#QpinLPDDivE8wwosLUpdQmxhdWMzKRqf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#UkEWOcszDVGSQngJhmPsDHPDZ8Ft4Tn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGVT9Zvb1RWQ1ezs59TJ0Vuq9nyMQVTD { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:13.4375rem;top:0rem;left:35.4375rem;display:block; }
#lvHca6Jr6u9pnQHTXQ5V4NqDRbB7eP9E { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:2.9375rem;left:27.25rem;height:14.4375rem;text-align:left;text-align-last:left;display:block; }
#VFIsuhC0VTZGiJu7TVbXO8zIzmD9zZnq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.6875rem;left:46rem; }
#vek3subf64vMJVOsOwwgbA8QDo4OaTO4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.625rem;left:72.6875rem; }
#deUJG2lx47eZquGA9upcGiAwQn5TGCRx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.25rem;left:65.8125rem;display:block; }
#mm3DWaAJKazPKOTOTz47UhL7i8TZPinl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HHfKEo3botT2RkC2QnSS5kxTDmiBLi53 { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:16.9375rem;left:66rem;height:;text-align:right;text-align-last:right;display:block; }
#uuNCeLTosm6F6frJIabc4TSZoUhTiZQD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.6875rem;left:27.5rem; }
#RwT8BtqpQCeR1ysx7F4wKEiwuDBsK4TC { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:13.4375rem;top:0rem;left:26.5rem;display:block; }
#mwrXkZ3LcNIW0fCQu7yMdLH6MBIUbgE8 { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:4.9375rem;left:36.3125rem;height:13.125rem;text-align:right;text-align-last:right;display:block; }
#vXOkxVU9m2wCBo8d6r59Vu8tEKcsvVEH { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;border-top:0.125rem solid #ff9233;border-left:0.125rem solid #ff9233;border-right:0.125rem solid #ff9233;border-bottom:0.125rem solid #ff9233;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:7.6875rem;top:0.625rem;left:56.625rem;display:block; }
#QDG0KQhoyFMJZFBCJ5uEK8poCTS2tlro { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:futurace-medium;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.125rem;left:57.25rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr > .row .container { background-color: transparent; background-image: none; }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr > .row .container > .video-iframe-container { display: none; }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr > .row > .video-iframe-container { display: none; }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr > .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); }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr > .row .container { border-width: 0; border-radius: 0; }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#ayZHbvIA2qBEO4Fedt9Wx1qz10uFTgTO { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#H9f0Tp5MoEwlNTmeHisES3k85QNTKiTs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:11.75rem;top:3.84375rem;left:2.5rem;overflow:hidden;display:block; }
#gdnXUsb9kT9K7MlVRrzCDGwZct3SZ4A5 { color:#404041;display:block;width:16.9375rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:3.0244125rem;display:block; }
#qpGfD6Naa1gAZ5GScRIrLyCUE3TeFB1q { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:6.25rem;left:16.625rem;height:1.16845625rem;display:block; }
#zFPwEmzJr7QRd2sOyNZHvzK3wBVydgW5 { color:#404041;display:block;width:13.625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.75rem;left:16.625rem;height:2.9746125rem;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; }
#XxI5Ghpacb8QyNcTCPWfoTcWWps0TWPf { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5625rem;display:block; }
#O0J4uJElDMWnpThawfRJm2mvCPtSGIrn { color:#404041;display:block;width:15.875rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:10.25rem;left:56.625rem;height:2.9746125rem;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; }
#FqeThmTF7yrDAe32cilrL2VPSquUZsNS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.875rem;top:4.25rem;left:43.625rem;overflow:hidden;display:block; }
#muHqdcIcbImyCvvVrvbm82w9nS545HxF { color:#404041;display:block;width:16.5rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.625rem;height:4.53661875rem;display:block; }
#zpe9QpibTnzl6IqpzdMMh9Zg76egGJFT { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:7.75rem;left:56.625rem;height:1.16845625rem;display:block; }
#IMSDw1ObwZi92JLNMQIVZLWg3uLzTFWp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.625rem;left:33.5rem; }
#o9WRK2Ag2g0bO6TTKTeSUkUBP604DaAW { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.9375rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#ITLERT6pZ4CeGhhAQNV7thv5yzz1azz1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#JfCgND3Knts3T2Gt10w1U2MAt4s0LUby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DXfCdlz13QHv7vayt6UCxBFnaDgvN5qX { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:13.4375rem;top:0rem;left:35.4375rem;display:block; }
#q0swFCpFeQEFqJkdm7p6FoJzALDNkEk6 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:2.9375rem;left:36.25rem;height:14.4375rem;text-align:left;text-align-last:left;display:block; }
#E4HbyfAZJyd4v8yb4xUUU8id1mb77TBf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.6875rem;left:45.875rem; }
#BFCMdfAzr9xt9VIBA8LgRdXvwWNn1BPn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.625rem;left:72.6875rem; }
#ozT1hf808iRGpXFucLMT2IO6iTBt2VWX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.25rem;left:65.8125rem;display:block; }
#qelPgf0vssWSTi9R1Tt4KCfXFkWlbnWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZEEbGMlnCgn5J2y8zf2T4dnML0CWVANr { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:16.9375rem;left:66rem;height:;text-align:right;text-align-last:right;display:block; }
#i0tqL3an8iIZW6TMNLCGND3twXpN3JHy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.6875rem;left:27.5rem; }
#tVX5T1Pl5EUVqBhAkgppzW2DNKquc0lm { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:13.4375rem;top:0rem;left:26.5rem;display:block; }
#Qtvm3eORQtfl7o8v4J5B1fxub8m71hkx { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:2.9375rem;left:27.125rem;height:14.4375rem;text-align:right;text-align-last:right;display:block; }
#emSdf6mIEoCRQofQLTiThTGc7zI6OySJ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.125rem solid #ff9233;border-left:0.125rem solid #ff9233;border-right:0.125rem solid #ff9233;border-bottom:0.125rem solid #ff9233;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:7.6875rem;top:0.6875rem;left:56.625rem;display:block; }
#UBKxSrv0Vfqfua1pkK1oqyODCr0IynfK { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0.125rem solid #ff9233;border-left:0.125rem solid #ff9233;border-right:0.125rem solid #ff9233;border-bottom:0.125rem solid #ff9233;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:7.6875rem;top:0.625rem;left:16.625rem;display:block; }
#zCfd8Mwubgty7KCpDtEcd5czTS0emyqF { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:futurace-medium;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.125rem;left:17.25rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#NLEDL44qRWxzCAw0UZxmSfwnzRoGfRGX { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:futurace-medium;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.125rem;left:57.25rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf > .row .container { background-color: transparent; background-image: none; }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf > .row .container > .video-iframe-container { display: none; }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf > .row > .video-iframe-container { display: none; }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf > .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); }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf > .row .container { border-width: 0; border-radius: 0; }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#kwXVzyhztSGGipke93JzkinuqS2E3TKA { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#cAfluUNJRSzcS1VmCZi8chznsgozWV71 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:15.375rem;top:2.25rem;left:1.0625rem;overflow:hidden;display:block; }
#tQTlFdiM2EiMpbV7hrx9OrPcnDnbFcin { color:#404041;display:block;width:16.9375rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:4.53661875rem;display:block; }
#rzvyieS5Q1EeHgQJBHcMM8ZmFauGGAPC { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:7.625rem;left:16.625rem;height:;display:block; }
#H0zhtRpPv1rtlF92QDoyyxccAlEs8E0h { color:#404041;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.125rem;left:16.625rem;height:;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; }
#fRRtU5gXhG0KitV7UrPzT8WmTNSM3PTc { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5625rem;display:block; }
#u2CNGzdVytpvSzXymM3XLB20wPsnwMuG { color:#404041;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:10.1875rem;left:56.625rem;height:;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; }
#ZQGQtZeeMlprScIbz8QaEXd18eS6ZFZ0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:15.375rem;top:2.25rem;left:41.0625rem;overflow:hidden;display:block; }
#kP49GPCTg6hvwB4d7NedcKDqcxHRFUPx { color:#404041;display:block;width:16.9375rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.625rem;height:;display:block; }
#LMMPTZs1pXOdO8wyaKgt4x2MIqUuIT9a { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:7.6875rem;left:56.625rem;height:;display:block; }
#rCGX9J190NLnW697UT633SLpS80N1vuC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.625rem;left:33.5rem; }
#Tr4HTdS7OzyXMgNaB2FmVTnvUGpHI32m { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.9375rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#yG3brdq9zL4fcv08DSC7UxUhLPRn0WQT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#xhsSDMqobQ4yZOKyWEIRUBgmBWu3yiml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRVNd3AGEnnHif6QNhvxkCeT3UilI5I7 { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:35.4375rem;display:block; }
#AqtTISGTcHm5C0hLo9QENmn9VFVl6Kdq { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:4.9375rem;left:36.0625rem;height:;text-align:left;text-align-last:left;display:block; }
#OGBvqx1L4ZUd8f8BofGkSy7XbI68quat { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.6875rem;left:45.375rem; }
#TVUT4GKPGSKiR8b0G5TLdn1l29LC0p3X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.625rem;left:72.6875rem; }
#aJr32zQTsm5Ql5bhrD4xWBSV9xRicbUM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.25rem;left:65.8125rem;display:block; }
#ZhSIN8hlSahixVv7oh9o2CuF7DT0EHpo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f002SimNeVtHm5AftxfEWyOmlkNF4HGO { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:16.9375rem;left:66rem;height:;text-align:right;text-align-last:right;display:block; }
#OA3IiO628SzwlsAMX4JWD40Gzwl0ny4f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.6875rem;left:27.875rem; }
#ZG1XKlotQegiemsWCQO6ZcFxtJP1ATOg { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:27.125rem;display:block; }
#LtI9EyTc8HpbSMF2HhdwDaVqFsMGSCzF { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:4.9375rem;left:28rem;height:13.125rem;text-align:right;text-align-last:right;display:block; }
#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl > .row .container { background-color: transparent; background-image: none; }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl > .row .container > .video-iframe-container { display: none; }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl > .row > .video-iframe-container { display: none; }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl > .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); }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl > .row .container { border-width: 0; border-radius: 0; }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#HORbaKTZw7JCUtALU7aEnNNGWRa1P2Zx { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#mg3lZ1rkpg02Te1eVU7Dx80is6TIBlEd { color:#404041;display:block;width:15.875rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:8.8125rem;left:16.4375rem;height:2.9746125rem;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; }
#t5xnvMIgx1KDoB2NKmLTR1dO9HPcqArs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:15.375rem;top:2.25rem;left:0.875rem;overflow:hidden;display:block; }
#ISkJxR0b7pwxo5bHUcOsrT8lvfsayTz5 { color:#404041;display:block;width:16.875rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.4375rem;height:4.53661875rem;display:block; }
#XWMJxgQ4nsJTQKUW2LnFZaQLp2c1eIco { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:6.3125rem;left:16.4375rem;height:1.16845625rem;display:block; }
#uc7vyiXibU4kugAuFoTe0I1LcoKQWFLT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.625rem;left:33.5rem; }
#SSKO9NNZWUB1eQ3p0gsffiscSD8VJ2lV { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.9375rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#zaQNZLmK37vTQowWCPpe9kr84liKwhZA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#tKlNdmDCmxJA3vUECK4IeC4fkcthnlE9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXA7rOvbu794F7kCDbWDcEXqlJPkBEJN { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:4.9375rem;left:36.1875rem;height:13.125rem;text-align:left;text-align-last:left;display:block; }
#gFuQAKfh8mzxvfCSv9dRIVousaQvKAyp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.6875rem;left:45.1875rem; }
#i7lAaOREbS9k2hdHDt6d4dpC7dbtm9rZ { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:35.375rem;display:block; }
#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz > .row .container { background-color: transparent; background-image: none; }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz > .row .container > .video-iframe-container { display: none; }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz > .row > .video-iframe-container { display: none; }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz > .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); }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz > .row .container { border-width: 0; border-radius: 0; }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#fgCIL21mm96LNZiiJlmgnVlbsvNtLlFp { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:0rem;display:block; }
#y0qQvvqcHgLVMM87hyJPf0LKmhAW3QWh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:6.4375rem;top:7.5rem;left:5.5625rem;overflow:hidden;display:block; }
#oUPHy0BmPn7WzpGDZETgTMQKA5uIPUli { color:#404041;display:block;width:18.5rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:9.0625rem;left:16.625rem;height:4.53661875rem;display:block; }
#wqTwGvEH3g9VEV6Mpt3NCVD4tBn6vP6U { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:13.8125rem;left:16.625rem;height:1.16845625rem;display:block; }
#AJHO5BlgUwaEiQ1Of0i3v31oNQasQCXh { color:#404041;display:block;width:13.625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:16.3125rem;left:16.625rem;height:2.9746125rem;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; }
#ub0hQWDVUrXpT0RxXPoO46TTTbmgl9Oz { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:6.125rem;left:39.5625rem;display:block; }
#NCfiTC0txohlBcLsbeEL9PGrooNGrPX6 { color:#404041;display:block;width:15.375rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:16.3125rem;left:56.625rem;height:2.9746125rem;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; }
#qtdzq4be1oRlGTZCuQU2GxAwu7BAF4LC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:6.4375rem;top:7.5rem;left:45.125rem;overflow:hidden;display:block; }
#ux6aPusewMGs2a9Ooa0IeQaRtmAttkwR { color:#404041;display:block;width:16.875rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:9.0625rem;left:56.625rem;height:4.53661875rem;display:block; }
#G6SwEyKhGseuQwsvLnUS6SqHba7uaZEe { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:13.8125rem;left:56.625rem;height:1.16845625rem;display:block; }
#Zrxt09wmmdrtwqpErtG7quO8ln2BXzxx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.71875rem;left:33.5rem; }
#v5sMlkpkkcwHgfFf8WxUJwNTMqW9ny6R { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:23.07421875rem;left:26.8125rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#HOHS6mr5C697y3dfGtQgd4POhqeonDyP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.375rem;left:26.625rem;display:block; }
#qkZQk98lzC1pl3i9la8sUmVMlxHVM6av { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMrwv1FfUm4M5xH3cZougEOosGxaz07T { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:6.125rem;left:35.4375rem;display:block; }
#AD10Mm4cOEScLyKmr5lrn9MDI4ShXq1R { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:11.03125rem;left:36.0625rem;height:11.8125rem;text-align:left;text-align-last:left;display:block; }
#DOTcKSc5oXy6xxCPKx4fppernt2cZVvc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.78125rem;left:45.375rem; }
#Trgb2bGZz3vXWtzK2scDcp47UWfZuUx2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.75rem;left:72.6875rem; }
#l9wD8b89BQCFE9XkizwGAZudphdThGU8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:22.375rem;left:65.8125rem;display:block; }
#DdsSbn3JFeyQe0vrrRrSk8UT6LVMLQnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWDaWebfWP95nJxqq5J8LHvMcGcUJTNT { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:23.0625rem;left:66rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#RV3WEJVBPJTuS0Oupq19JcIA1Da6l7hx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:6.78125rem;left:27.84375rem; }
#mfPCvAT3E3T6W7K7wMyhlC2fXx9faghf { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:6.125rem;left:27.125rem;display:block; }
#z3EJybm0N3vw5bfryQU6Sx6cyaCM85LT { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:11.0625rem;left:28rem;height:11.8125rem;text-align:right;text-align-last:right;display:block; }
#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv > .row .container { background-color: transparent; background-image: none; }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv > .row .container > .video-iframe-container { display: none; }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv > .row > .video-iframe-container { display: none; }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv > .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); }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv > .row .container { border-width: 0; border-radius: 0; }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#s8xSNrdIPn8oHFaK7Bhe0XUT2FhtmKwt { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#CA1EnqEQHWFzJQ3aztCKUcACcQS8WZAp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:6.4375rem;top:1.375rem;left:5.5625rem;overflow:hidden;display:block; }
#tws2mCWe62J1ehSZ12hwne3inzFsL0bL { color:#404041;display:block;width:18.5rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:;display:block; }
#hvCk9XWWwKK2mIR4A2dRQU0WcAXIc7K9 { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:7.6875rem;left:16.625rem;height:;display:block; }
#NvGHftAnlaeAgERp1Nv2kuQndkxQhk7n { color:#404041;display:block;width:13.625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.1875rem;left:16.625rem;height:;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; }
#ix4yrEJm0TILr86oiyahcPvJPETXxuhV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.59375rem;left:33.5rem; }
#J2LCVlXcb8Wa5F25X10zkRPwGRT4DIdm { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.949996948243rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#nN4ZWTSmUnIf6MFpxRIaahANgW52Z5PD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#cJJFNEc3GtoEUvOOOvo6dRdIDX3BIFQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tiyu5gPeO8Ie54EPzy4Cmb0PIkoqfKMW { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:12.5rem;top:0rem;left:35.4375rem;display:block; }
#TFuNZVlPhe6FhodDlXIA2y8bBWLqFxGv { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:4.90625rem;left:36.0625rem;height:;text-align:left;text-align-last:left;display:block; }
#M1F5gf6QNlWyHax58IVHTDZSTiTCHnfE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.65625rem;left:45.375rem; }
#bpDQGFMd4EMQMMoe9fRwGA4kofQ6MNpb { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5rem;display:block; }
#aaEs1oB9RyuEKgaRnfM8aZoK37ZFv6aq { color:#404041;display:block;width:13.625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.75rem;left:56.125rem;height:2.9746125rem;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; }
#n2A81An5qTXvJAW4uTcME6vUBkF6pcfT { color:#404041;display:block;width:18.5rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.125rem;height:4.53661875rem;display:block; }
#ODq7vOawJkkLDl0EzmnDwXrGEHEct7Pk { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:6.25rem;left:56.125rem;height:1.16845625rem;display:block; }
#m3g0E2op6zlT5MkOnoCSWwTEddbw1qXQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:4.8125rem;top:1.375rem;left:45.5rem;overflow:hidden;display:block; }
#esrzkvxpNWKS7LNHdiDrLuz4vZgRtb3T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.625rem;left:73rem; }
#ZXdqtITovfskirENC2VqbuuHz4J9wmcS { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.9375rem;left:66.3125rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#OnfIJvS1oB2ptTNT7nGtEidiPZtZ0KT8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.25rem;left:66.125rem;display:block; }
#A3TTpA3IuSJ6URIXaWFTaNwiZOc1MJ4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vsdpa7hGqTEU7JXdzfZly7fBDbeqADn0 { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:13.5rem;top:0rem;left:26.125rem;display:block; }
#nSAlZdw7nDihKA9KoAda3wexUTs4hqki { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:3.5rem;left:27rem;height:14.4375rem;text-align:left;text-align-last:left;display:block; }
#KfoNXk1K3g19CRKPcK6KMBUkiDJ6ZMgQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.6875rem;left:27rem; }
#gMflDv47vZoHTfVZiDeoQls7JhNqswRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk > .row .container { background-color: transparent; background-image: none; }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk > .row .container > .video-iframe-container { display: none; }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk > .row > .video-iframe-container { display: none; }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk > .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); }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk > .row .container { border-width: 0; border-radius: 0; }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#op1hNUrD6pihyVRsytiH6kNRoW7ByphG { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#TcBFlpwSOvwQXe6Jqhlr4EOSsSOrROCv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:4.9375rem;top:1.375rem;left:6.1875rem;overflow:hidden;display:block; }
#AsATRMivGmHdRtSfSu12yrt6rDDyfphA { color:#404041;display:block;width:18.5rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:4.53661875rem;display:block; }
#SqDZAAxLRzMA4texaJ9V6J8F9prZpTAg { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:7.6875rem;left:16.625rem;height:1.16845625rem;display:block; }
#S5zAuvCGssFCt8M5altz6J3riypuK9dP { color:#404041;display:block;width:13.625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.1875rem;left:16.625rem;height:2.9746125rem;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; }
#MgAu4sFx6iJtO3fHAwmwbtVxzODiwGWq { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5625rem;display:block; }
#nTEgHdH2myPMQoftN9QQXxyeeaTExTvW { color:#404041;display:block;width:15.375rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:8.6875rem;left:56.625rem;height:2.9746125rem;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; }
#cBk3yQSiTZJVx8qvwK45coeo2LLfyv11 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:4.8125rem;top:1.375rem;left:45.125rem;overflow:hidden;display:block; }
#kkf7M99WPcsp2xRqN4TgsGFhkSWODd3S { color:#404041;display:block;width:16.875rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.625rem;height:3.0244125rem;display:block; }
#iTUBp6saFJnNLUODzACHCg1uID5zfTyV { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:6.1875rem;left:56.625rem;height:1.16845625rem;display:block; }
#T6o3k985ixlyncbSoiWzhCLMdfZf0TFw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.59375rem;left:72.625rem; }
#unHkHARvFpXDszNt8msQygtJw5W4tTD4 { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.94921875rem;left:65.9375rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#fglnugzeuV7HRla9S1Zoaa5xp5U9F5Xs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.25rem;left:65.75rem;display:block; }
#JLs8emSMAGgtTH6QVRbHoF1DOVebrFtb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sGxz007PiZZPDQBOBga27GevCAmfxDAx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.65625rem;left:26.84375rem; }
#XNgvTXzTwgsBeQZsfqyFFl1NpkwqaARx { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5625rem;width:13.5rem;top:0rem;left:26.125rem;display:block; }
#qFCDRTRIZNZW2JTZH9hDxEGWlVBNvzGZ { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:3.4375rem;left:26.875rem;height:14.4375rem;text-align:right;text-align-last:right;display:block; }
#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo > .row .container { background-color: transparent; background-image: none; }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo > .row .container > .video-iframe-container { display: none; }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo > .row > .video-iframe-container { display: none; }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo > .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); }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo > .row .container { border-width: 0; border-radius: 0; }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#nyyIXRTB4Gu28JuwxMs825pgGc7787f7 { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#uX0afqg6hc6PpACeEERw3iaAbxnDc0mJ { color:#404041;display:block;width:18.5rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:4.53661875rem;display:block; }
#pTzT3zahOED7J2iy4zatxMZKPMpC0z8B { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:7.6875rem;left:16.625rem;height:1.16845625rem;display:block; }
#IFP4rGiv0IL6xkOEyqbFsLNAkw4hrqsb { color:#404041;display:block;width:13.625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.1875rem;left:16.625rem;height:4.4619125rem;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; }
#yTKs0D0Q4m2UTyf3h4S7frVIOmHFdSGr { position:absolute;display:block;z-index:15006;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5625rem;display:block; }
#KoBHiIOq46xMmKc6GDLJQLuisTDo6Pz9 { color:#404041;display:block;width:15.375rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:10.25rem;left:56.625rem;height:4.4619125rem;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; }
#mJ0g41eiZWh8GdsZJMGuerbnEaOM6xVS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:14.25rem;top:2.09375rem;left:40.875rem;overflow:hidden;display:block; }
#NlvTEgsM5NfoFJDvvQvDD2m5dJoTXrGg { color:#404041;display:block;width:17.75rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.625rem;height:4.53661875rem;display:block; }
#aCAW5SJOSuc8IVsyI2mrJuOA0Cm0CH4m { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:7.6875rem;left:56.625rem;height:1.16845625rem;display:block; }
#FnnTOGBczxxLXrawb8IR11OLUoTikQEo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.59375rem;left:72.75rem; }
#uOlP90ssuytsvLTGNTc226pFhux3XdEZ { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.94921875rem;left:66.0625rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#pFXG0KGqDTKtTemDApubB0NSw0TCRvhJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.1875rem;left:65.6875rem;display:block; }
#XwMLMT4nf5Os9qSXlVTvvAsV1Qia7oRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QmQGmFwqTOUp6S0xVe2JH0sAOfsZxfSe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.65625rem;left:27.03125rem; }
#dAUSpXTeoTdSam27s8DaalJfHf3vsTSF { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:13.5rem;top:0rem;left:26.125rem;display:block; }
#nPRK3L5K0xor7zxB4sJRCv2ef9hf5ISy { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:3.5625rem;left:26.875rem;height:14.4375rem;text-align:right;text-align-last:right;display:block; }
#oM03RpnmvSThnVqcCqzyAlKHCUbnuSPc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.625rem;top:2.53125rem;left:1.4375rem;overflow:hidden;display:block; }
#UsX7f855lZbUGwdTdmIRM7E2cAUpixTm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:2.28125rem;left:9.875rem;overflow:hidden;display:block; }
#AJhPEr9ekHJm3iA9cbZqbFbQlX76aEaW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.625rem;top:0rem;left:0.75rem;overflow:hidden;display:block; }
#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl > .row .container { background-color: transparent; background-image: none; }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl > .row .container > .video-iframe-container { display: none; }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl > .row > .video-iframe-container { display: none; }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl > .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); }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl > .row .container { border-width: 0; border-radius: 0; }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#Jcd9TXG2vQNCH8QxGMqdT53n8VViFDWD { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#q6ZhLT9tiscyU0sN0gURWXz88cJqp3nU { color:#404041;display:block;width:18.125rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:4.53661875rem;display:block; }
#Wq4VqPNfKJWraLDgE51UhCGKG3e7ygZx { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:7.625rem;left:16.625rem;height:1.16845625rem;display:block; }
#Bvwc2WxoaawwiLGwBGercIEHOTG83Qph { color:#404041;display:block;width:13.625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.125rem;left:16.625rem;height:4.4619125rem;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; }
#MrQAK0HefZL9UGyWsM5Kap6pbTF9ao0n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.59375rem;left:33.5rem; }
#DEx8k2caVefuTk602pa0FItDSaktVCEt { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.949996948243rem;left:26.8125rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#qMSh4dcIsgmS2Kw0peWFqy1UTCF3z7Kx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.25rem;left:26.625rem;display:block; }
#L11ZlWN5VwTVLyNO8m1uPV7GA09K47xu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOtDIAooWiBgl2xRTnUOUUbUAb7XyvkC { position:absolute;display:block;z-index:15015;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:13.5rem;top:0rem;left:35.4375rem;display:block; }
#BqAQ3bup0kIKZQsGAGxOqld6Tl86h5Cb { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:3.5rem;left:36.25rem;height:14.4375rem;text-align:left;text-align-last:left;display:block; }
#xvqQ8CNbrXFPGIQ1D4dLbk8U6wgWdhVR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.65625rem;left:46.3125rem; }
#S9aR1kTpBE5KkrudF9KxF1bTET1CFRCT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.125rem;top:2.59375rem;left:1.375rem;overflow:hidden;display:block; }
#qc8gTifoR7Ua3QNeiREWl8dGqnP6iVFL { position:absolute;display:block;z-index:14997;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.4375rem solid #93c13d;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5625rem;display:block; }
#NdW8CFk8cZudA9xWWlJlTtQdy9dqNZSl { color:#404041;display:block;width:16.875rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.3125rem;height:6.048825rem;display:block; }
#yz4nL7F53ZweqrTWzs3yQzt5w7HULFtV { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:7.9375rem;left:56.3125rem;height:1.16845625rem;display:block; }
#uQwTCCV4MDZbcTU7nacWBdHcxrIU2hFp { color:#404041;display:block;width:15.375rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:12.0625rem;left:56.3125rem;height:2.9746125rem;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; }
#ITRaEDZblfXh530MxNTVoN1611M35qrc { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.1875rem;top:2.5rem;left:41.375rem;overflow:hidden;display:block; }
#e8HXRuWblsOFTconQ5r7JltwheE3uNcP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:16.65625rem;left:72.625rem; }
#imI1J4ET28e2SXTAhA3Ccp6n00OXpJM4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.25rem;left:65.6875rem;display:block; }
#yNEHlAaSaPB3x4WKQeXATEWQ0No29pZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mceLK4oiD0TSBZDO1TPscK8gVOiJT9OJ { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:16.9375rem;left:65.875rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#NwJWEGnFDdQDEg5IhXnTRhtP3J9gXok7 { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:13.5rem;top:0rem;left:26.1875rem;display:block; }
#nQmIQ5xxehQI8FFAM9zhzr7MNOGX1VAQ { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:3.5625rem;left:27.125rem;height:14.4375rem;text-align:left;text-align-last:left;display:block; }
#KwH5kRtebHL8zwl1SlzwTTDPaBf44X7R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.6875rem;left:27.125rem; }
#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h > .row .container { background-color: transparent; background-image: none; }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h > .row .container > .video-iframe-container { display: none; }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h > .row > .video-iframe-container { display: none; }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h > .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); }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h > .row .container { border-width: 0; border-radius: 0; }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#aPmeCMDdTZTKAcUT3iAruLnyZyQJWuAL { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:0rem;display:block; }
#lTG8BMTORGTqCHyZblAuziIDxbatDuLC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.6875rem;top:2.59375rem;left:1.375rem;overflow:hidden;display:block; }
#a7GhUOFDDlQLXuzhUZCM6ilOGfVca5Kt { color:#404041;display:block;width:16.875rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9375rem;left:16.625rem;height:6.048825rem;display:block; }
#Nm43QUx9EuGrTlrWeea1b81KOGVPKhG2 { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:9.0625rem;left:16.625rem;height:1.16845625rem;display:block; }
#tCTJFSAV3W2R5iTWKVA5etQiTQbBzVi5 { color:#404041;display:block;width:15.375rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:11.5rem;left:16.625rem;height:2.9746125rem;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; }
#eHTVhZsNgJMDr1hKVT4eQ2NBE3NmuaWW { color:#404041;display:block;width:16.5625rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:11.4375rem;left:56.625rem;height:2.9746125rem;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; }
#XUz3fJLIIcLdrOrlqDZsqF5qMGMn4lba { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.8125rem;top:2.3125rem;left:41.125rem;overflow:hidden;display:block; }
#Qd5J4q6IlDp71hzaFbmc13DMlAspk6ha { color:#404041;display:block;width:17.75rem;position:absolute;font-family:futuraptboldoblique;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.9375rem;left:56.625rem;height:6.048825rem;display:block; }
#anMtKWkpLvE3TxJIeb6MOoStXPOcGiIA { color:#93c13d;display:block;width:15.8125rem;position:absolute;font-family:futurace-medium;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:8.9375rem;left:56.625rem;height:1.16845625rem;display:block; }
#uvCA1dJXnua11OTre0upAbACFRgpKWKD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.59375rem;left:72.75rem; }
#vvJNpThlHav6BBkK84kBH899iG2X7p1e { color:#93c13d;display:block;width:6.3125rem;position:absolute;font-family:futurace-medium;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.94921875rem;left:66.0625rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#wOJdwNIf0ICBRJcPkMC0P2yuRkEUpM2J { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.25rem;left:66.125rem;display:block; }
#nThCceKKsw4OPE3Ao67GivwRtUUfRzQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aOzQs6PCkuXun1MO4A4s96yu1B8820T4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.65625rem;left:26.84375rem; }
#Uy8sgz2kDBcPiUXiCwb4CgTmFh1TXR2X { position:absolute;display:block;z-index:15018;background-color:#93c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;height:18.5rem;width:13.5rem;top:0rem;left:26.125rem;display:block; }
#rrUCfTxuzS7tKKLMVfpFhDhRdzyg8zZy { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:futurace-medium;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:3.5625rem;left:27.0625rem;height:14.4375rem;text-align:right;text-align-last:right;display:block; }
#cCf0WNrWb3XG4Fz1SomDckyQopggeDzD { position:absolute;display:block;z-index:15000;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.4375rem solid #93c13d;border-right:0.4375rem solid #81c14a;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.3) ;height:18.5rem;width:35rem;top:0rem;left:39.5rem;display:block; }
#zW0uAMhGeUEQP8kDUMT73Ca2gyf7cqgC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404041;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zW0uAMhGeUEQP8kDUMT73Ca2gyf7cqgC > .row .container { border-width: 0; border-radius: 0; }#zW0uAMhGeUEQP8kDUMT73Ca2gyf7cqgC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zW0uAMhGeUEQP8kDUMT73Ca2gyf7cqgC > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:none; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.adaptive-delivery-prevent-bg, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyload, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyloading { background-image: none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4 > .row .container { background-color: transparent; background-image: none; }#MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4 > .row .container > .video-iframe-container { display: none; }#MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4 > .row > .video-iframe-container { display: none; }#MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4 > .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); }#MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4 > .row .container { border-width: 0; border-radius: 0; }#MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.adaptive-delivery-prevent-bg, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyload, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyloading { background-image: none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt > .row .container { border-width: 0; border-radius: 0; }#AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 { border-width: 0; border-radius: 0; }#SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #ULlIFl7qAAg277ySIQJNnJTnrWygZsZm { border-width: 0; border-radius: 0; }#ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.adaptive-delivery-prevent-bg, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyload, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyloading { background-image: none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl > .row .container { border-width: 0; border-radius: 0; }#Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr { border-width: 0; border-radius: 0; }#qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt { border-width: 0; border-radius: 0; }#vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.adaptive-delivery-prevent-bg, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyload, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyloading { background-image: none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #wsn1TRIzPaln7cOA039F6l1oVcnUXNzb > .row .container { border-width: 0; border-radius: 0; }#wsn1TRIzPaln7cOA039F6l1oVcnUXNzb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wsn1TRIzPaln7cOA039F6l1oVcnUXNzb > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #GLXMuhnUcui39hAOTglS4vT1S9t4w5sg > .row .container { background-color: transparent; background-image: none; }#GLXMuhnUcui39hAOTglS4vT1S9t4w5sg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLXMuhnUcui39hAOTglS4vT1S9t4w5sg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLXMuhnUcui39hAOTglS4vT1S9t4w5sg > .row .container > .video-iframe-container { display: none; }#GLXMuhnUcui39hAOTglS4vT1S9t4w5sg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLXMuhnUcui39hAOTglS4vT1S9t4w5sg > .row > .video-iframe-container { display: none; }#GLXMuhnUcui39hAOTglS4vT1S9t4w5sg > .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); }#GLXMuhnUcui39hAOTglS4vT1S9t4w5sg > .row .container { border-width: 0; border-radius: 0; }#GLXMuhnUcui39hAOTglS4vT1S9t4w5sg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLXMuhnUcui39hAOTglS4vT1S9t4w5sg > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #P32enqirmMEzEd3WTErZ1pG8X27el9mM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #DwTspZXnVRawq59gvZwT1DSFSB1uonQC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nq38t6VORnE83hTkd2WAq8AnsN4APeNt { top:44.125rem;left:0rem;width:9.8125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKLHbL9IThdKTyJKXx1T16MHOzwJnFlA { top:54.1875rem;left:18.75rem;width:9.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWIppJ9efxTtswCqGgzA5p6Q0GWGkTuc { top:54.1875rem;left:16.6875rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZnCsdo2CaGeLu4A1fP0rkp7y0zPePbU { width:33.8125rem;height:67.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFnHMtpeartTPHPV4sccKlZIn8VxqyNE { display:block; }#PFnHMtpeartTPHPV4sccKlZIn8VxqyNE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbU2XcQByUOZNv6eCE6nv3H6zLP0uMtn { width:21.9375rem;height:2.875rem;top:0.875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgV9hePHaC3ESXou33qUPEivqNsC4osk { display:block; }
 }@media only screen and (max-width: 763px) { #xkcAyJg8ZTzSePffKawDRrcJNcdmnnDe { top:1.3125rem;left:0rem;width:14.25rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBx0zHOPTl1CFEz1PAQTpwX57kebpMPm { top:0.5625rem;left:0.9375rem;width:11.3125rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCJaKtWfz6xdPBfyKlZz6rIN7Q4g78LE { top:1.3125rem;left:12.8125rem;width:21rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz { display:block; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsqxO7KS8MKUT22mqHDCT9nNP9MrlhNg { width:17.5rem;height:4.4375rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDQDNt9qAzHEBWSczvKwZztmtXzlvHbU { display:block; }
 }@media only screen and (max-width: 763px) { #DqKEfmk0v3GDqETQGaPDOleckaw6PLpk { top:51.375rem;left:0rem;width:9.8125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGfpSnPzmrLOU6bKByTrIXL5ThiuQWZk { top:52.625rem;left:18.75rem;width:9.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlT9WbSR1Fc532LCuIDSmM98EG6874q7 { top:52.625rem;left:16.6875rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhTmCHazfNxz5vQ16c5ARNwD2TO2OsLB { width:33.8125rem;height:67.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0qPq48G1NlhKM6kGssHBlQ1KkwTLwiC { width:17.5rem;height:4.4375rem;top:40.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #muvSBVuRURvvkWJlIsnOXhnNwWdQdDBT { display:block; }
 }@media only screen and (max-width: 763px) { #SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO { display:block; }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZB5o120RqT9bz8ww6TnsyTOTBt7e3ep { top:5.9375rem;left:0rem;width:34.5625rem;height:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RblLIPEWopWiaDIQHaOKLBWDGmfHUdZf { width:17.5rem;height:4.4375rem;top:28rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxO5Wbr3k9qB32m4PQKH2TIwi7c86gaG { display:block; }
 }@media only screen and (max-width: 763px) { #MWJrWu1oecKrce3OIrITsRoa6JaT53be { top:5.9375rem;left:12.25rem;width:35.5rem;height:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeTQbehs7He9IW2n4tR6GgOVQBLhZuBS { top:19.5625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLb9lmyItLuPXf9P0AM6bwiXQLmi19sq { top:27rem;left:35.5625rem;width:12.1875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGf0DJphAqhPsIDJSOPuDmmQkkJLrAb9 { top:15.9375rem;left:33.75rem;width:12.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkqvKhPmVMyNkxbGZ1nAamFmwfuQocfN { top:7.8125rem;left:22.75rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWQPADb8ePeVTWpqR8lb4hJTwCke1kAN { display:block; }#TWQPADb8ePeVTWpqR8lb4hJTwCke1kAN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm9pRL8o8XhWD3U6bLWrG5l0IeGOt4QF { top:5.9375rem;left:0rem;width:34.5625rem;height:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPCnGuRsK17act6SlnpVoHbZOnDKo8N7 { top:5.9375rem;left:12.25rem;width:35.5rem;height:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5kVOtGtQzb1nTuP6xzSxxsUh1pV7y4 { top:19.5625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ETQSLQsknGoyodZAzTXtxRSNkuH1Cd { top:27rem;left:35.5625rem;width:12.1875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9nZ4P40FRQLEaZGOhAwFbObxPthIKk { top:15.9375rem;left:33.75rem;width:12.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saJWJ3CfGD9nN9uR1EFzxfswPNkZleZN { top:7.8125rem;left:22.75rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo { display:block; }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ { display:block; }#V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIvtLeXn1fdOPkmlTtcDg7pyCtNAe75k { width:19.375rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEEa1GSBhmZZnHlLkOoTJPio9Uow4esv { top:3.1875rem;left:0rem;width:47.75rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSSsIvtD8ygU4WeiNELafErr3HSWBrRM { top:11.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk47TRVOiKoLChq2k3RCKNTHvCIJqTTE { top:15.75rem;left:0rem;width:47.75rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THGXKNKTpfs7OcaoCb4Xyli4Kvl4JTcq { top:23.625rem;left:0rem;width:47.75rem;height:26.782059585493rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhAnQaI62P4Dx1NZRcLqrNvrUwh1hqQz { top:21.875rem;left:37.125rem;width:10.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe1MSCkyAzS2DaZZ5JTECvgTKfbSfARW { top:21.875rem;left:37.125rem;width:10.625rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZVkzyU2llkXEpMoT1mX1VrElL0m4N2w { display:block; }#lZVkzyU2llkXEpMoT1mX1VrElL0m4N2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwL1JDiLZe1b5rvtNH2p5qLTUL0Qnmeo { width:27.75rem;height:3.4375rem;top:32.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2LhLizG8lEifEbicHP7vqgcxJ6DDTsW { display:block; }
 }@media only screen and (max-width: 763px) { #FQufzdtNpdlZs42IdR4vwzZJ67A80vNC { width:19.375rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7DMTUkurZLZMH0T8xEGPaVg2khckSfu { width:29.8125rem;height:3.75rem;top:39.0625rem;left:8.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTGVhFzJkoaTCAuMrUnFTJiTzVrAIh9v { display:block; }
 }@media only screen and (max-width: 763px) { #ZiiAIJMpCoeD2ei04obOzNJmItAASRnU { top:5.9375rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOPrI8lc9grRoB0u2qe9TT0niN90uVUN { width:29.8125rem;height:3.75rem;top:27.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su40L16eUoh0O5Wn7OQlCWTEv1PaM5HZ { display:block; }
 }@media only screen and (max-width: 763px) { #ywNFBwy3J1z73UBgRref5XBE1QwENZVy { top:16.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb58sbw2EoUDFJ4pffqhkEH45H3CfzwU { top:22.0625rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsmytCezCJBrWzFCiZWPRPHKfBvETNBd { display:block; }#TsmytCezCJBrWzFCiZWPRPHKfBvETNBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg { display:block; }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMUCfQ35cTwAhTPJCnrfJGllCBzA6f0r { top:3.8125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXCZL50yhF3OQrVaFoRzXyuFsHIX3FaE { display:block; }#PXCZL50yhF3OQrVaFoRzXyuFsHIX3FaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbAWmyUVhoQRolU9hRaIkV2KCfteKDvR { top:3.625rem;left:0rem;width:13.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9C8K4g4DLw47EHB9ZBuIUqfyEolD2hV { top:2.8125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJEflhoWNxDf95l9TEC5Wg6564DOR4Qw { top:6.9375rem;left:0rem;width:12.9375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HygfeBKvyKmbzB0TMSJungEpFHB5ASwa { top:3.625rem;left:1.75rem;width:13.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTpzxvwP8MTpSDEZPvQmu4cypzqL0k0 { top:2.75rem;left:7.3125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdMGye0cCuAJ5SCpy2UtTIMHUJXmqC9B { top:1.625rem;left:5.25rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2zRaNzQxVWTH5cfzv2TnpBTVpd2QQDA { top:6.9375rem;left:2.09375rem;width:12.9375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiXHy7T16wTXsohAxVW3gOl3k3porqok { top:3.625rem;left:17.125rem;width:13.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q412NUlTVRErVeLwPrE0Qk89BSOQbNVa { top:2.875rem;left:22.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9uVT0ncwCKTu9Ny9v19NPWCM5u8xz3u { top:1.625rem;left:20.5rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0XOMrNU1HeAmZ02UvLRr4XNcGTWBf9K { top:6.9375rem;left:17.46875rem;width:12.9375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcNJyUgt4mOLFy9PpoBTQpwPm75f2AMv { width:13.625rem;height:9.0625rem;top:1.625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N882m9Zp0Ntmhn0ObiHI1TgBqcvtETu7 { display:block; }
 }@media only screen and (max-width: 763px) { #vV4ITnkeBnuCVrNBe1iqRzCuCuWmKf5t { top:1.625rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFFFpTqatFTFIrHyx6PVdp3PD8rGy77F { width:13.625rem;height:9.0625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOBPd3OJFaKf9HVnocU1Vl5Fmq5C5r7C { display:block; }
 }@media only screen and (max-width: 763px) { #QfgzCbpkOOIGpIfqwliJSR4HrH5INlk3 { width:13.625rem;height:9.0625rem;top:1.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTw4U8wQHGndyXMT9Fhu7L4sQASSv2My { display:block; }
 }@media only screen and (max-width: 763px) { #DMk9G2SFvGzP03NmWKLkG4hvnulvv6dM { top:3.625rem;left:32.4375rem;width:13.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLyfVAzAlQ7JLK8fEAuOK1EvZN0vaA4T { width:13.625rem;height:9.0625rem;top:1.625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxXLF3bJO8KNBL9LGXBPrtUrzLyRKqRQ { display:block; }
 }@media only screen and (max-width: 763px) { #WVs3F0Ed4eIf8oyoK8bb67U0K57UJyTC { top:1.625rem;left:35.8125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #egs2RP8iEG80JaIudOiL4mhqwn5wS8DR { top:6.9375rem;left:32.78125rem;width:12.9375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqsmVTZSqp96kiN9W12lWDnsMnpAVdBg { top:2.75rem;left:37.5rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSBn8oavxstXzdOJ4ObU1SH5KXT2eivO { width:13.625rem;height:9.0625rem;top:1.625rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCkG5HSnDMKHeGtRc5pt4wap9HDcCRhu { display:block; }
 }@media only screen and (max-width: 763px) { #uBcpz6Bf9QXWw6KUtcaWXmK4FbGfuwKf { top:1.625rem;left:41rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7P20mnFSDH9kuMKKTSFPhmrGHPdB2LK { top:2.8125rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcWvODkTgFpOqSDfno3cHrh5NUA762pH { top:3.625rem;left:34.125rem;width:13.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDhvUkuDE4BCv9kHTucyEk7e8MAVWnSs { top:6.9375rem;left:34.8125rem;width:12.9375rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 { display:block; }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lE782Indwt8HdXqlOIJRHv6gs8hOk0iZ { top:3.625rem;left:0rem;width:10.8125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUmfyTr6nd80JJ0fZfIydDiC919NUiAh { top:2.8125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQfxnZmi73WVqAi2CId05dpql4lDGicG { top:6.9375rem;left:0rem;width:10.0625rem;height:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNR1P0hFIdXSKiKV4aQ6I9kDmqCow9Kh { top:3.625rem;left:0rem;width:10.8125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8mzVxQNeliZWkzhXtV5J3fwpENTlFW1 { top:2.75rem;left:3.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG2l18lR26EZe0cmPDTdHSW7fQM01Wxl { top:1.625rem;left:1.3125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ZofHf51XCr12dwGO4P00n66qaemTSr { top:6.9375rem;left:0rem;width:10.8125rem;height:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEfwdKZfzbDU1dILMLbKxX76nbE6SpJV { top:3.625rem;left:12.125rem;width:10.8125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsHiQ2J948kN24CDIIiM3eMJTVUBE4sQ { top:2.875rem;left:15.75rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUNhqx59hOGBa03siahuX7xx25fElos7 { top:1.625rem;left:14.1875rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOPBorT2zDpta5bZ3uWI23QDJThoEOfk { top:6.9375rem;left:12.125rem;width:10.8125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1y7aFItZJuZDMSRlS0XwE330uXQZVoy { width:10.8125rem;height:9.0625rem;top:1.625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TywcAud3JAkGXMugJbQcUdPNCm4AhPPA { display:block; }
 }@media only screen and (max-width: 763px) { #E8FAO2h1T6OLFAI2BVy51Sc9KaDdemad { top:1.625rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbeeatlhac1DPcJas4p6oKA0yVT9px3v { width:10.8125rem;height:9.0625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNZGA6xTad7k3TfwAP5T150RWwPTcFOl { display:block; }
 }@media only screen and (max-width: 763px) { #XdGFvgn13XXEpXZ6rMh54HUTcFtWADzm { top:3.625rem;left:24.9375rem;width:10.8125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTzqdC3cTB35r8eNZHOrVQBvddequnHs { width:10.8125rem;height:9.0625rem;top:1.625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3MSbTVVOhbhmiS4LdfpVZr06H3mcwWS { display:block; }
 }@media only screen and (max-width: 763px) { #PG9vX2Dv20SHK1lVPmh8d4rvQlJ2dVJp { top:1.625rem;left:27rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #munstGZ2QbncFqFuPwzb8Hpm5KcMSP1u { top:6.9375rem;left:24.9375rem;width:10.8125rem;height:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2uIztzl0sJ6ihvmPmF1fGSLlyZEl0ae { top:2.75rem;left:28.6875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a82VsKkW6QISwmFnbZO9UcqQwIkt0dnk { width:10.8125rem;height:9.0625rem;top:1.625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQdcs7q6Kr15iRROWqTJPdFmTOotqEE0 { display:block; }
 }@media only screen and (max-width: 763px) { #t6F6EavZna7f3NI2St7py8sXK3TMLaHf { top:1.625rem;left:39.8125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVWcT37VWgT4OPd3bDtm4h3b88MMfwf { top:2.8125rem;left:41.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzuWRbWT9trTHRWRqh4IUJ8JuR8TkZAU { top:3.625rem;left:36.9375rem;width:10.8125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKR7lWlprXax17HN23bABEvWwsLumsvG { top:6.9375rem;left:36.9375rem;width:10.8125rem;height:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIxKqwxW4heaBSnoOUTgQT3PivZslF1U { width:10.8125rem;height:9.0625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #taHsCNszCTulp72NbiMGuBFsr6Jq4FF7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZGJcgkE5nqbHzIilOREQHoorhuAvMLHa { width:10.8125rem;height:9.0625rem;top:1.625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ueZ898fTdiXGUE7gFVTUQkW1Die3Sh { display:block; }
 }@media only screen and (max-width: 763px) { #Apy7QybP7g5hqRFEUFIXTc5bDxv8FSgH { top:1.625rem;left:41rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqXwBzvMEUfQSSvfRC3A32TaAlZxGJtH { top:2.8125rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpgtpNdTWu0yWqdFU10igm5V95z1yriV { top:3.625rem;left:36.9375rem;width:10.8125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLbZ7i7rTP55E9hnKoFC9XGEwOBiSKCm { top:6.9375rem;left:36.9375rem;width:10.8125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu { display:block; }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsCv8QTUdeWMhTCbeePbMJ0qSmEGHlbJ { top:6.125rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiiO2NL5AVfzwPeZE30PIZGeCIvvlD4I { top:6.625rem;left:0rem;width:10.375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIBCh2Su7XsuypLmKcITGECZDoa3316W { top:9.0625rem;left:3rem;width:15.3125rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpve9EOQVGmrXQXJ5v9ikfvmoiPKRugf { top:12.3125rem;left:3rem;width:15.8125rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOIazLJdESuWuRXwx9euwIEy2DsSGhpJ { top:14.8125rem;left:3rem;width:15.8125rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8p1vT72D2xlBLRdu0dPslEnL7PGPI9 { top:6.125rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvhFHEZfRstDqGrrAavaJqFe5CrqIyR9 { top:14.8125rem;left:31.9375rem;width:15.8125rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2vgo6mnQyhryIpKqBNHRmWXxvCpn3o4 { top:6.6875rem;left:29.25rem;width:10.4375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD4Scqr7Ld2FCtZqXH8CvePRXTtQe6bD { top:9.0625rem;left:30rem;width:17.75rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeaT4dZNfcMHs1fJREIbkRpvw603Ke2n { top:12.3125rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2rhQ4wL9uZsqGKHrB6hnRH8lggG7PLX { top:22.6875rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw4tChILKFCtItZd24kH8rcyy7XJGTMr { top:23.0625rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4EqM4QBgdlEHsnnaSeGEvbKmQZQCe7B { width:8.875rem;height:2.3125rem;top:22.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZgGzT9MSSttqufDi9clrgT0PxGpf16c { display:block; }
 }@media only screen and (max-width: 763px) { #ICPUzn97Ek6yW7TLdVSJ9BRVeNbyFtNr { top:6.125rem;left:21.8125rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5WmMm1CsPpnz98fuUipNt61vrcwfTuI { top:8.3125rem;left:22.4375rem;width:11.375rem;height:15.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU1eZox0Tarbv0favBXdCZ9oKBRAhdLT { top:6.75rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmG18bbJIEcXTpDIVDyhCsSKIkGnWa5r { top:22.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpwyZdBln2liMWmPDypeNLHNn8ntoVBP { width:8.875rem;height:2.3125rem;top:22.375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2uV25wPaElcTSOcFvH08ZKVNDiRBvdT { display:block; }
 }@media only screen and (max-width: 763px) { #FifHsGa0Tv8bRodebRCCxFdfXcDsQ7n9 { top:23.0625rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUA82JXSOc3RZWmupfaRLoSOTgaVLFRd { top:6.75rem;left:14.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQzxVmVrf8Hqo0tfP4iCr5d4ItzwstMx { top:6.125rem;left:13.5rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8FF5QhZrXThmgaCDQOg09bGMgxNng02 { top:13.625rem;left:14.125rem;width:11.375rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV { display:block; }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Se1wPULcPTDsfrrkyhaCkQGyT50ITC5C { top:0rem;left:0rem;width:35rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUsSKflLM8X6OpJFcrSfzGwlEhD2D6H8 { top:0.875rem;left:0rem;width:15.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmZ2r9iXEVUeq8oA6cS7LtI5U2eyTtSh { top:2.9375rem;left:3rem;width:17.0625rem;height:6.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvgD56KtVBGdzlJfTs10TNfS5olJGT9M { top:9.0625rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq4sa2wOKkGgf3JeV1I9y93HhdDMraNw { top:11.5625rem;left:3rem;width:16.625rem;height:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfRpPc0VIELOa9k4rqU7b6EKdNPiTORe { top:0rem;left:12.3125rem;width:35rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k35EBT99qOUfWsfx5QtVOmAaxpubL79Q { top:10.125rem;left:31.9375rem;width:15.8125rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Q0hq4WaAGSHX8WRmQ40C9Tr720lPW7 { top:0.875rem;left:27.1875rem;width:15.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeAzJOTBicQoPVTeFaSociWiwCLxNSSD { top:2.9375rem;left:29.4375rem;width:18.3125rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPggacFTyB2FOTnhAxtktuuDxJu5goc7 { top:7.625rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT { display:block; }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEbJWdewwhSQyZ9RBlEt4E0H8fcCSs3g { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTNnaxNZtGJfHEzrptwT2C9C0MCaOrM3 { top:0.875rem;left:0rem;width:15.8125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzgw6skvEurzRG1XAwDCetR7RzWWkpTV { top:2.9375rem;left:3rem;width:14.1875rem;height:4.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvZx7OSTS5LJB6RqLa6Dmqcap8AVXxxK { top:7.5rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnUB4ZWhwFCDvm3QdfPTdHu4rCdLi7UB { top:10rem;left:3rem;width:15.8125rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU3pVWB5OrQbEhU7i44za4GMI1nsKnzB { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOUK4yHsERB5qgwfez1CAkFB59Tq79Ph { top:11.5rem;left:30.5625rem;width:17.1875rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnKuMCPiqhK174JmS5oVfhE1LZ5ORITV { top:0.625rem;left:29.375rem;width:10.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAT8EUZWr0AcvPF0maEpkBmZZZSAhw9F { top:2.9375rem;left:29.4375rem;width:15.125rem;height:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfQ4LR7ltZfKxh3X5iNb0EFaTG2JoeRv { top:9rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urGE3lnmEncifEbbCSXE3H8hAqtS831T { top:16.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7idZ94uEUX6JdVbaQ46inO44o2IvHmv { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTq5KKZDtQc18OUpemdAn1EbXOwWDfRy { display:block; }
 }@media only screen and (max-width: 763px) { #AGZ3sTlTt6MIJiWAOtxAmO4xUBQ74BLR { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgg6kZOwvh0wbIZVM9S3D1oV7DvM3kyz { top:0.6875rem;left:14.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq5Pb8UOfOdeUSbRV4nSTvQzJeOoixR4 { top:0rem;left:13.5rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqIKwxG9cK3q7qaO1TIexvuyEQ8yePRS { top:7.6875rem;left:14.125rem;width:11.375rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b { display:block; }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNOBPswlcEMLB19gzIerZl1kKxsfdT0M { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #irz9bHp1UGey4kXEmbdsCuaLL1wrl1bO { top:0.625rem;left:0rem;width:10.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROsuy6f4tLSguSSFO8zUAtChO5qkkQd1 { top:2.9375rem;left:3rem;width:17.625rem;height:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzS8USxJhU9PuIsLcDPMMCMLR6stUtTz { top:9.125rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWerDTAESCo9Ehx8rg3TD8v7U7HyAkV2 { top:11.625rem;left:3rem;width:15rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChBrwB80qBbTaeTG2rJyLrtzS02EH5up { top:16.625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwUh4SIt1RJ0wKQbMSzNTbn1vTeLrnF { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcVuZ2tvizpiLFaafiukScrZN6T30pta { display:block; }
 }@media only screen and (max-width: 763px) { #IPn9vFwzFSL88tSb17QBlTbTz7v5nQNJ { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waQfQKxhS8m4pHDSm4Hur1rW5WR0kdmm { top:0rem;left:21.8125rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCWGWa6v7hdZ2sOO6Zfk024zmR3qcbQ4 { top:0.6875rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9JG0B9QuGEUTuMkEfII4MRO2oQIVrCl { top:7.625rem;left:22.4375rem;width:11.375rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhWBhRck6UT2arIWTfuD2DSxydn0N9zC { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpbXb1rcTGUQSuyGMXxPdazfKdlq9Xun { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgAC2VL7gt9p7OqD5Fh6KLMCyaB7DZVT { display:block; }
 }@media only screen and (max-width: 763px) { #TFcX7b1nZ6phUO4OxxIkZR12ETCDTahe { top:16.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2CppBniJ0nBXnro1u1xd7RTXVDN2WJX { top:11.5625rem;left:31.9375rem;width:15.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnlyXhZOPfX8TXivqde6Db40K4JlC1T6 { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK0r8CFxTS3qcQrTpUIovm5zmDAO7sv0 { top:9.0625rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xubrAqugmQcdtbqofw3kB3LVtyE3FN2p { top:0.875rem;left:28.5rem;width:13.0625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2PEb63uuubJRx8V3GM9M6sOcweUt87 { top:0.6875rem;left:14.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3CufmE3dT11sQtTDXU39RxBq6dHxpw7 { top:0rem;left:13.5625rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #urhx2hCpsrILbMe2xAuRwAnzLAz7Z4N5 { top:7.625rem;left:14.1875rem;width:11.375rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrxXMvUhJcl1l6AEG8rxcTt5C7JRRzuR { top:2.9375rem;left:31.125rem;width:16.625rem;height:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD5lip00si8fTHhlVPKGxR13KEhPD8Ic { display:block; }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngw3UNyf72JwfkBUBzuGUTiPCXgJg7Pp { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNSavalIFDaTR9nxTidPlU1F17bU292a { top:4.25rem;left:0rem;width:10.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwTZEdPub92PR9HO6BkWZ1mNHlQeOSvs { top:2.9375rem;left:3rem;width:17.625rem;height:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMKbunz4LaN1CmK11wQJaPIevVzwTxnS { top:6.25rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnOiae7BiWfSHooXogdZFu7TkvGxQLU7 { top:8.75rem;left:3rem;width:16.6875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3zLTVsWX7hOTTGVVq2xhchutLMbWv7a { top:16.625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEfKEhcsUyiVlgEiUfDVECi01UHD9tg { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM3xbB3yPuzVUct6lLA5RTa0kP8N54TI { display:block; }
 }@media only screen and (max-width: 763px) { #zJ4m2SE5xNAZsAaIcoCrNr3fWLyPF13Z { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMr8qnkKDlU2BnVkivaQSev1NrhiviXJ { top:0rem;left:21.75rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJqRs3rDGwlqAfIMgT08lANgsdrO3RMN { top:0.6875rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AITmlGbDOFDp5UutGiT7Co9KIbuuJln4 { top:8.9375rem;left:22.4375rem;width:11.375rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMeafTR4uunt8kLccqKVWhCCzabBfIg { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB3T5kTi5EyrTUIIM3lc0MnLhaAehzO0 { top:7.625rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABgfXF2TU0Ao1ka83tXOO2tdsZfo4wMq { top:4rem;left:31.125rem;width:16.625rem;height:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOw8FUTyEsWlMkLPAiLOSJVezwJXOxPu { top:1.4375rem;left:28.125rem;width:15.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM9b80B8UTQA8QQX3MzLnqG10Ag0Tnin { top:1.25rem;left:39.8125rem;width:7.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfme8SKfzXD3eKWfGBrzZnoAZpviZn06 { top:1.75rem;left:41.0625rem;width:6.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpVKAqWPM3z7HhVSXCboB2l9AGwd81xT { top:0rem;left:13.5rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THN0SiNUGPUd2aOFVhlsBBfebKhFoyiX { top:7.625rem;left:14.125rem;width:11.375rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKWNweCaywguqVpm1DdRXzCQoVmkOOlc { top:0.6875rem;left:14.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTrcpJ9wrwgDdWaS5TTEZcThnSHl7TlG { top:16.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHmpA6ls3BlEK7kfTO0bs0Be5C1787Gc { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV67CbRt3n2d9R14mQzVNktV9CruNTkW { display:block; }
 }@media only screen and (max-width: 763px) { #S9ubC9cUa5VnxPAbtPWgxSNX3yz9iCuZ { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlMPirT4hwrzppt2CydJBRX7A9wmpWum { display:block; }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMS9TQydQxQGQpTn00APrcqNZFVqWZxM { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRaQE4yTibdv1Tw7uBZ0yqhsTcGTiPDN { top:1.625rem;left:0rem;width:15.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuO94xFZRQAoNSKHxTUvQ7OWXAkyiTWT { top:4rem;left:3rem;width:17.625rem;height:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POcLFUBWxv6GTDftxHFmV16PELhsWg3i { top:7.625rem;left:2.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtgMKRTiBn1veyhwccWzTPUW7XNh3RaR { top:1.75rem;left:3.6875rem;width:6.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNmVt4i3BJMp3OE7t8LSLOiJMQ9np072 { top:1.25rem;left:3.0625rem;width:7.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q { display:block; }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e66T1b4gONdBTtBfmXqPkfUC4irhLQKg { top:6.125rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMbwQEVmnQI747Sh5vTf8seK9Fqs1aSz { top:14.75rem;left:32rem;width:15.75rem;height:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaFrbT41hOspOBu3LPNEOui3BvpQ7lFH { top:22.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7azrT5ypROTTumK9czDoMmswTowpyd { width:8.875rem;height:2.3125rem;top:22.375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpbfQiqHrPJycAOpsfT7S7uOfCffIzk6 { display:block; }
 }@media only screen and (max-width: 763px) { #BR1N6OuBdWKGpf6kdwboTAX0xER2hueE { top:23.0625rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaXgiXP0a6EuhxWomIRzOpPChoFNOqZr { top:9.0625rem;left:32.8125rem;width:14.9375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO2r0ONsAViqTPsz33TcT1UM1S3feJWh { top:12.25rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0i4ZGRzLTCwgggX7NbV7GQ6BbmNTxWM { top:7.375rem;left:27.4375rem;width:3.75rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdbDX50ChAodS6vmIETkKbRFN0sZ057D { top:6.8125rem;left:14.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3UqtPFv6SCoAall911RXCCK8ayVZGXa { top:6.125rem;left:13.5rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk6TN702mV6B9cQT6WRQfad2JGMz2HAQ { top:15.0625rem;left:14.125rem;width:11.375rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFyxT8AXbEHcrZe60Q9alos5BOWbaoCx { top:8.6875rem;left:31.5625rem;width:3.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiSBaRautllrwWe2wznOsldqBLu4BBKS { top:9.75rem;left:35.75rem;width:3.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kShk8CNdORrTAQXlPbQZ6A8nmZ3TnMWt { top:6.875rem;left:35rem;width:12.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #megkeEKB3wOEx6iH9dpKdDJCsCkvB8di { top:7.1875rem;left:34.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3XKeiZFMhb2lLpeLccGQUt3OvUKQRwT { top:6.125rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZrnNSDF5uLpwaRzkqonfduLTlL72iKd { top:14.75rem;left:3rem;width:16.3125rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksQwE8bXsfucbQ410ZI95CGAmzulfT1t { top:9.875rem;left:0rem;width:3.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ZNIBAxT56yPJV0Xy0hOnqVCwgz4GuU { top:9.0625rem;left:3rem;width:16.9375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spZVzPAEmK1sHWR7DOpIT8mdyaJB8hOv { top:12.25rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTff4cKBfzFvbI93cLcvudNhZ6b8Psqg { top:8.8125rem;left:0rem;width:3.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #In14SkSKt9s8RDMC5nD6dMls9iHauaFc { top:7.5625rem;left:0rem;width:3.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLoDkl1bsCKsZlKoxn6p4FxhzxUANLdz { top:6.875rem;left:3rem;width:12.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFfqmWIAeQSDsboiDRvtL4NLTXorTSBq { top:7.1875rem;left:3.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr { display:block; }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8NywXnSWfPPnfsQxadbUpBXg8wcLreT { top:6.125rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQSXym3tbwufMLZRg3GVlBeoE1nzFSmk { top:11.625rem;left:0rem;width:15.0625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdsZilsrB6LsopOVZ6BrhgQKc0unPWRL { top:9.0625rem;left:3rem;width:14.9375rem;height:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8C52mWpL4W7laNf2yMAIX5oPIaHdD7R { top:14.0625rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIH1XZJVMfMicWqEbcEPK41PO6yGoiGX { top:16.5625rem;left:3rem;width:15.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQuF5Hfg0Hhq3FSuIZ1HTVI7eiLyNBcy { top:6.125rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asCkrXJWLUFNNbCDCVzgRInwuq0sF2F1 { top:16.5625rem;left:31.9375rem;width:15.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x65NUXL5Ahe7yyOAKxfP2ntLNgnSqsVO { top:11.625rem;left:26.625rem;width:15.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TobQhodfS7hd4l6FWtcowu9vDUdk5QsH { top:9.0625rem;left:29.9375rem;width:15rem;height:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHN2GLmrsHH9mvT4rErwmC1Vpt7GmZfL { top:14.0625rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Zs7TgDDJKrmi8vghNev8Bx0BqPAse5 { top:22.75rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOuV0ez3MatBRfXbeDbL9NLMPrLUNB3 { width:8.875rem;height:2.3125rem;top:22.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftRoZMz0ZMaWhlZ6VZdoVlHuCtPakfOo { display:block; }
 }@media only screen and (max-width: 763px) { #J0BbTphAsTdBdL7Kw8lRtWMeXvNI2K76 { top:23.0625rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJmBvRoRw1rXmJtXzsSaqLKDRqPF16hz { top:22.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO3w0hSxfGUrGRAdvQzcdUX59sB1t4dU { width:8.875rem;height:2.3125rem;top:22.375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkiJf0Z410bXPav8PmWhhfz9q2TWhSrX { display:block; }
 }@media only screen and (max-width: 763px) { #t7bWxTLoSNv1NvVn4MIvBi53dCwD9cJ4 { top:23.0625rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl1GaRfKkcS9ZlFGTwTrFv8aTWOB0bhS { top:6.125rem;left:21.8125rem;width:15.125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9bBiE0DPTddiqdlcgAB8xCSXwZ0Qa6H { top:6.8125rem;left:34.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAmZtD7kB031VgsQIQSA3c79I3OCD74H { top:9.8125rem;left:22.4375rem;width:14.125rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbxUO3Cz3rTIkHoNy6Cy4UFK7MXhdoXb { top:6.8125rem;left:11.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOhQugGM6t1bdthDTu2GgiCAGkFFwTqa { top:6.125rem;left:10.875rem;width:15.125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt0mRBRXygI9isLI3AfKgAwynuFRHfmO { top:9.8125rem;left:11.4375rem;width:14.0625rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLfncencl4p1yFg7Pv8WXePKs0hviy2E { display:block; }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGxeF70DAQBcHSgHExt2R383JdTeV032 { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhPrcG2UDzxkgh5GfsD0HZ0vTRCk9qzR { top:5.5625rem;left:0rem;width:15.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb5AQxpCC1ulmUJBD7KTJZC41btmhpSG { top:2.9375rem;left:3rem;width:16.875rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVdvy5QXmmP1cqhDpD9PmeLRf1LZla93 { top:9.0625rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Wn6WtswAiQhf2k5U7GQJvm6bESPViM { top:11.5625rem;left:3rem;width:15.8125rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWZzvzAykKJ2XEoTDpxxQlBT2yGI5hhF { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETzH8LsJPRatTriMweggFsd5nomu6KEq { top:10.0625rem;left:30.75rem;width:17rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muaMIdVWVWe3ccnPgAJaxLMcxQXuA5t9 { top:5.5rem;left:26.625rem;width:15.6875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR1o54NCmqLQaDLLgM5eXeoMNQxfRGie { top:2.9375rem;left:29.9375rem;width:17.8125rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs2IfoNuLqmWVqZT5l1WrTgC7atJZtct { top:7.5625rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNtf4g3t88PCHZnfxQELlf4meSVmJCTl { top:16.625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsBxG5PrdnP3MdRxHZO9Z95bVisNzs4R { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuW0psKNCaCKZPXITN2UoegBvUGQXTmq { display:block; }
 }@media only screen and (max-width: 763px) { #Vsl78aouTxwJr1xhcrIUrOx9TohaD6PT { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmw7DsTspvl138yqv2M7Jgq39v07ytQT { top:16.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdqzrid0PVENbmbc2KgSoHuqQiiEmz7f { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiI5DZVVo6st60I0gEokIfwh3kCUT2ZG { display:block; }
 }@media only screen and (max-width: 763px) { #lPfUP70vg4RR3RIE6XQyRVxyJwLTRg8O { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8iXSPM2eeeAomZtLKdEU6thi6HhWNZF { top:0rem;left:21.8125rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyX9JHyAzi14TZhSwuyJBGO14bt99veC { top:0.6875rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfVtPUqEHHKkW5JiLSBLxgem1xe5GOa2 { top:6.4375rem;left:22.4375rem;width:11.5rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXm9GKz7yXfqiAMpLlHtbSsCsVHuiUiT { top:0.6875rem;left:14.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuwyew3OfGP6AXVN8SBReuy1S6W5b3bh { top:0rem;left:13.5rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTxbxq00k7TDwn9vEOnFPC0okouNewV { top:9.0625rem;left:13.9375rem;width:11.5625rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sREMVTPouCJIS6z18XSauADTQXCqf6VU { display:block; }#sREMVTPouCJIS6z18XSauADTQXCqf6VU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0VwTE1eTFTO6vvv0B3FSVw007gSuLFJ { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQZhuyDpEKFu19C75TtCeeiDQzdytorq { top:5.5625rem;left:0rem;width:15.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpAbMhD6a5XwqzkBuVhcfEFsxN16TRVw { top:2.9375rem;left:3rem;width:18.375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf5yaMaL2mwdJXaZlx4Mz9V7RmCZwUdb { top:6.4375rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpI9OdASimLmUZBJS51ve1wQKbO5agqk { top:8.875rem;left:3rem;width:15.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viPvq8icIAJ5aecIXo0LGh1sFsumF4re { top:16.625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ6fo33OkA3Eak14To4IVyUUXVB9qVP7 { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDzCPaGgCzmKQE1x3o9HtxWNOfStlDsR { display:block; }
 }@media only screen and (max-width: 763px) { #bfWDllCGyB4ZfftlxCayckBxz4xQavEq { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB6wRdnMpz9GUydmatTe0zN7m5DRcZ0B { top:0rem;left:21.75rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxofbCzFyVnCAri3J1KEkcoE4GGOpR5 { top:0.6875rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF1KXxgox9V3Dne24tEKGkGWpnZsZSch { top:6.1875rem;left:22.4375rem;width:11.5rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4PysW6lVPTCLuzKwyWsV5XilwSI3ov0 { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8pGntOSrCgoy8HME1GlddX3R1KpwIU9 { top:10.0625rem;left:30.75rem;width:17rem;height:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWblBpQp0t5mQT5Vk1ynpp8QFfITu5NL { top:7.5625rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEtctmXta1CgKy7HrIIT6Zx2L6J2F8OG { top:2.9375rem;left:29.9375rem;width:17.8125rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtBH3ZGGP6FMX8DW28rKaSmFl8QXRIPa { top:6.75rem;left:26.8125rem;width:14.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfsub4PtbRszovgSGIH660OkvRkMeTdw { top:8.75rem;left:13.1875rem;width:11.8125rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq9zUGoVJJ2cdzh32tGxoFHN30xswb2p { top:0.6875rem;left:13.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFPqvF9AU3BpX6NOGoWwV7dsNcwnJVLA { top:0rem;left:12.5625rem;width:13.4375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdeyueEZ6FOarSDgCQaQJv4y79XR6q3u { top:16.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th33h6qfKTcf1OXHdCITb5Wt3WCsFiau { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynf13gAcTgVoR2y2BOFSIVMb8JZEew8T { display:block; }
 }@media only screen and (max-width: 763px) { #OblRnPxqJmq2ryAAHTq1FTUNlOdAKNF9 { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw { display:block; }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voTQDMVrlzTEsamfzgHR9kcLnkO1dqP6 { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sho0oOU7iEZx9voJizR9nMQgoI6ofweR { top:7rem;left:0rem;width:12.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3tKWGsQ8oR9BQhEFbSHJJRDmLfPJrfE { top:2.9375rem;left:3rem;width:16.875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBMoRTh1OnSKtB5qZPLES6uTLl7NEimW { top:6.1875rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJSw1n5cWB7qSwvPDJPxqsSZPuhle7Cs { top:8.6875rem;left:3rem;width:18.1875rem;height:8.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccHy4sd0EMvTFlG2ZR9v2wUTGIG8MzT4 { top:16.625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGgSkaMiplDiMimtUghTGQAhVpVI71V0 { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGyUoCMgMa3dlWsowrJHuW4XyEMt72Ak { display:block; }
 }@media only screen and (max-width: 763px) { #qU4749TwlkWyHdSi4PCEsnK3XruablMg { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7tRkyRnkkiSxsn6Q20aS6vQxDTORwS1 { top:0rem;left:21.8125rem;width:13.4375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcfmeeGawfeXntF3Q6b7ozuzPs15erlI { top:0.6875rem;left:32.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9CJdDfLLV6e0PwT2SJAKn1gDQhDa2gC { top:3.4375rem;left:22.375rem;width:12.3125rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1iTyuVFfhukyxTBxw3CQE1BJBT2NowE { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv3vILq20z3287mQTLLynFtP9zScpWVX { display:block; }
 }@media only screen and (max-width: 763px) { #uGw3vN9q0kdLD35XzwiNtrTZhUpeo61k { top:16.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyG6HZAewfvyzbrEd9VVhTF5H2NLWAwT { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ3ezZBL2EJqdVIpByUT4OMhZzovcsNy { top:8.875rem;left:30.6875rem;width:17.0625rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0LqJ0qwoIqFlKPlvdbWPkIk3TUiiw1X { top:6.3125rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhUlAflT3WPHEKQV5yitZfJbaoWsdvoK { top:7.125rem;left:27.875rem;width:12.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZpAalLGvNhK9puQy7FEIlSMrQSm5fo { top:2.9375rem;left:29.625rem;width:18.125rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ANhGVKlDLzkKOlFZLt58AETL6VAQQD { top:0.625rem;left:14.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML6bIfi9nMXpCXTuJh58OaxytaXE0x9Z { top:8.8125rem;left:14.0625rem;width:11.5rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvcE49cs2whUsfllCx2TigDIWaOAs8NB { top:0rem;left:13.4375rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB2XnSSlUun5SrKzrdyTJX2FZqXHfLN1 { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 { display:block; }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTizXESkXW4Z7WDO5fGoC743iw91BRwt { top:0rem;left:21.3125rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #afH195q4rrJGqgoapb4kTXP7tXIHRSa6 { top:2.3125rem;left:21.875rem;width:11.4375rem;height:15.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXdVydIwtTXJJl4VlWi09hrof0pUPOrC { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF5fCL7SgT2pm9LsiBNe1h0sxq9X418h { top:0.75rem;left:0rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTDyIVT5NKgxyZAu2X9166fG6oTougto { top:5.9375rem;left:0rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfsDNGocRUHeSzMb9DV65NDLzxQEkA95 { top:8.8125rem;left:3.4375rem;width:16.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HErsvkGGUSmTsr61FCUPrciqcpycwywC { top:6.3125rem;left:3.4375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #keoG3mo0oqRnMTGR0JAZuBRUCI83T6IX { top:2.9375rem;left:3.4375rem;width:17.8125rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beShn7sThtugHbmaihoQ0rrU4z3m7Kz2 { width:8.875rem;height:2.3125rem;top:16.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9BmE94tfDVMoixitRrnFXnz1N82TAgu { display:block; }
 }@media only screen and (max-width: 763px) { #U1cuDrTIgA0CA3fKJ2DrA8fTe5s8WRfg { top:16.9375rem;left:12.8125rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZbOCuxTGuUk0Ku2vGIFI5INq6kowODA { top:0.625rem;left:21.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVAoLsFl3JuZ2xG9wKZVDHMUJaF0BQJP { top:0.75rem;left:3.4375rem;width:12.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTt0Mf83hwF6TmTwkEB5T5fKgpnwOxxg { top:1.0625rem;left:4.0625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFKKaNQ6CrPgqbigOCQRolHw8e1z8Hh9 { top:16.625rem;left:19.5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI5irSeZduwRE3kFLBFKHZO9J61pWB6C { display:block; }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyLhzAc5dvgRdkhLeixcPMtfhMbiLU2T { top:6.125rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATlF1SB5Rt9Tlb5svWgBIZIh5S4AM0s { top:8.3125rem;left:0rem;width:13.8125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFwyLneawIsqFuFq0d4LtWg5rvNTTfCA { top:9.0625rem;left:3rem;width:15.3125rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx9m37qUQJ8D5KcOHfn9rVm9fv7Ziegq { top:12.3125rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqoC57LEJNFfJyyHZDsdbZ5mmaBFKc9m { top:14.8125rem;left:3rem;width:13.625rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBA6V2DoZU7K7bRmZtTtK0rmnvC8nDom { top:6.125rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA0wDX5uichJcvRMw0NMCxN2uUu4O1IV { top:14.8125rem;left:31.9375rem;width:15.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPlTOCpRvlZpwQJb4shWKf4MDcuZJOOI { top:8.375rem;left:28rem;width:13.8125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCSKgmFqR4R0865Wg861AqZI1G8mGuLT { top:9.0625rem;left:32.8125rem;width:14.9375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvO6F3bGdfOaz0OIEfRHPUqGlScPaeEz { top:12.3125rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQB5vuulWM5Hk9t9QKSRFiigCbiJdQ86 { top:22.6875rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiBp2S2VqJmTTPwVfwrIgDa2XeugsBVO { top:23.0625rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D34M3swQl0p4HZx5rkl1742hKmEo8fbn { width:8.875rem;height:2.3125rem;top:22.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSJx5VX8Qho4oRQJgxPZdHDEDun79Ebb { display:block; }
 }@media only screen and (max-width: 763px) { #Vyuam4qCtzPLlRkoeGHOGBsgoSprT898 { top:6.125rem;left:21.8125rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGwyZTmXz0FfP51TPao8q3ecw0SoGmZi { top:14.9375rem;left:22.4375rem;width:11.375rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d16yM1EmnIgcuDGOv0av7IEPsiJORtt1 { top:6.75rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmy8EhT6qTLMEV5as7yxwD52wq8tfXmo { top:22.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqg4mtA2AAeBmqNUgmeSSFEUfz1qNzwF { width:8.875rem;height:2.3125rem;top:22.375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmApwG00lxuDDOQaNUrS5V03FPUBQ27r { display:block; }
 }@media only screen and (max-width: 763px) { #pMuzidu9cD83SBupKWAMIIr8utvvx2Kb { top:23.0625rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5XHTBTmCpyyAtCOgK6l3orMkUT2a2U9 { top:6.75rem;left:14.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl7HwSCtC0z15wtWwyC2OwBG2nppdwbO { top:6.125rem;left:13.5rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwPZrgk2iEr8ayFaLin4JVspQiu2bone { top:15rem;left:14.125rem;width:11.375rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6mM725JHwWb6qMcO2gQI3u4NisqFKXM { display:block; }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz66GLiXrGW6B0fxHyQwhUX5c4NWtMNy { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV4WzhTlMUTBHFlGDg2drVfBVz1uGA39 { top:7.125rem;left:0rem;width:9.4375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDLg8uey4ZWcBvnPOkfPZwtReT2DNbdN { top:2.9375rem;left:3rem;width:15.3125rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvwkxATG8bQ0Kf3VDniSdXiMXpX0LyNZ { top:6.1875rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzd9OJinFz9stzOwfLeM8lLGid6HVpUL { top:8.6875rem;left:3rem;width:16.5625rem;height:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPAzcdXb1TNwxxU3EM6skuwmGDcPaBy { top:16.5625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhdyi6A1C0BuNNrDsdwx2kTEH9kMeDZy { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmgEGDTNNGGVPniUZ5i6QnKnnyl8fDWJ { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCTfHRsTQSfTnS8FGvxBPVs7dctcroJu { display:block; }
 }@media only screen and (max-width: 763px) { #vckMkFX2TLv1ScunBCobUc1cTiGltyd3 { top:0rem;left:21.8125rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAqsnbW9tLBWXumr0vVZldJNKThhF62x { top:1.5625rem;left:22.4375rem;width:11.5rem;height:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfrQJseUoii9KCJGx7eZtFQINPKWN0uW { top:0.625rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8h4SC2bAizzvTitynKkIaVKTnVhe3nh { top:0.9375rem;left:0rem;width:9.4375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr3NnGPw4GChbzIq17b0bvZbKQM6ikRt { top:0.75rem;left:3rem;width:12.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7fFExcdJLS5tPyAf9XgPqp9tNZMrHTH { top:1.0625rem;left:3.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk { display:block; }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2TaQbT1KLyDvopzIwrJPNOvVox0TvJT { top:6.125rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf5wOsPEHZC1GF62DcZPba6AriRWTqxZ { top:8.3125rem;left:0rem;width:15.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUB8IWiBrA0hBVVbPplGnxgM4IhmXdl1 { top:9.0625rem;left:3rem;width:16.3125rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9l0VEMIAOquPZQhAuCL1ihkoFK2XOup { top:13.8125rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUXmuW5qq5XLQv1TQtOMVI7OVNeqiJNE { top:16.3125rem;left:3rem;width:13.625rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLghsTBXxSyTuOGDDbNGEnpTZRuu4M2s { top:6.125rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n32xX17SSBlHBoiw58pHfTSgxaBDOOds { top:16.3125rem;left:31.9375rem;width:13.375rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUAAZkvCi9WaAavKOFRILyCZ9Up6gfbI { top:8.375rem;left:27.4375rem;width:15.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyu10WVcdhvbo8bhWBZEXxRVzlgTmdzk { top:9.0625rem;left:30.875rem;width:16.875rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmGeqNLwai1rzH8cBTXIALyJ4eOUvBHA { top:13.8125rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP3KbUcCXoID6SyyrTAZTOLL0TdMXU4Q { top:22.6875rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuuc54sPyxnHorOJGaZMpcdH5rA5vs9k { top:23.0625rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8LOl9hQDhv32nfhmfezIe7uVIlq1QBa { width:8.875rem;height:2.3125rem;top:22.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #La67RIy0pgvoqKSSvaTSRVXq66XbI1GZ { display:block; }
 }@media only screen and (max-width: 763px) { #AAQQNrB2Jer2zPesSaH2idJGmMtE9FFF { top:6.125rem;left:21.8125rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNefzK3qTfyMziIeCXbqbT7oa8a3Qve2 { top:11rem;left:22.4375rem;width:11.125rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPxZ8Sso4XxdNPv0JxWtf8MHJJS5aETU { top:6.75rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRAWvxumbVwBs2BRG6Vqc65GuEK1OT0T { top:22.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGCkzpgwSMBah0tXSBFtgnR6eFdHUhnE { width:8.875rem;height:2.3125rem;top:22.375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAmZdW9J3QaWrv9OycLcPJnFr5SgzPiT { display:block; }
 }@media only screen and (max-width: 763px) { #QxBsiKmyJPG8B2EvpaBR8c3AX93In8dM { top:23.0625rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyVf1q8iQCkXa9Xw7d2FoZAbMCgppbZ { top:6.75rem;left:14.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXTKsZXHMvPzSgwD7SsE07l78u44eMMz { top:6.125rem;left:13.5rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpOdTNcACoTrkaPiL6oupTpC39yyOCXm { top:11.0625rem;left:14.375rem;width:11.125rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl { display:block; }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPUNPGx3qpRGbzPRzEW7Qs07mnFkhTFu { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW998LVDTQkf6K0UFGAmOIlf9gBnXkSO { top:2.25rem;left:0rem;width:15.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPx07TvmgooTyuyQAXEfpgdSNJKuTWN { top:2.9375rem;left:3rem;width:16.9375rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdXxiqbtE3w43gibsTpJ70qxAFlkE8cl { top:7.6875rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhlGiM4pyrmJQunupDieKvrvAaQ1klIC { top:10.1875rem;left:3rem;width:13.625rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMWEA2lUxkFTkMsGUxWKdoogxqSEeN6T { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHngF6WCbdWgcLphDxtPVkmf00481FHW { top:8.8125rem;left:31.875rem;width:15.875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUbyfw6deaTdHneI7KWW1o0JRZGAbfkB { top:3.8125rem;left:29.9375rem;width:13.125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8R30axHOJoawAVPFA7aPoOGPduFJvgB { top:2.9375rem;left:30.875rem;width:16.875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ooz0J0n2AQbuZ5MBeTgHd8ldT0KcqW { top:6.3125rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdU8nxlssi1oTHaWXru3TfNIUGsz4LQ { top:16.625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZbKOpaBXUDTw1lkFzH0qUhDxadFHlT2 { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpinLPDDivE8wwosLUpdQmxhdWMzKRqf { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkEWOcszDVGSQngJhmPsDHPDZ8Ft4Tn4 { display:block; }
 }@media only screen and (max-width: 763px) { #VGVT9Zvb1RWQ1ezs59TJ0Vuq9nyMQVTD { top:0rem;left:21.8125rem;width:13.4375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvHca6Jr6u9pnQHTXQ5V4NqDRbB7eP9E { top:2.9375rem;left:13.625rem;width:12.0625rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFIsuhC0VTZGiJu7TVbXO8zIzmD9zZnq { top:0.6875rem;left:32.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vek3subf64vMJVOsOwwgbA8QDo4OaTO4 { top:16.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #deUJG2lx47eZquGA9upcGiAwQn5TGCRx { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm3DWaAJKazPKOTOTz47UhL7i8TZPinl { display:block; }
 }@media only screen and (max-width: 763px) { #HHfKEo3botT2RkC2QnSS5kxTDmiBLi53 { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuNCeLTosm6F6frJIabc4TSZoUhTiZQD { top:0.6875rem;left:13.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwT8BtqpQCeR1ysx7F4wKEiwuDBsK4TC { top:0rem;left:12.875rem;width:13.4375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwrXkZ3LcNIW0fCQu7yMdLH6MBIUbgE8 { top:4.9375rem;left:22.6875rem;width:11.5625rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXOkxVU9m2wCBo8d6r59Vu8tEKcsvVEH { top:0.625rem;left:39.8125rem;width:7.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDG0KQhoyFMJZFBCJ5uEK8poCTS2tlro { top:1.125rem;left:41.0625rem;width:6.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr { display:block; }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayZHbvIA2qBEO4Fedt9Wx1qz10uFTgTO { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9f0Tp5MoEwlNTmeHisES3k85QNTKiTs { top:3.8125rem;left:0rem;width:11.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdnXUsb9kT9K7MlVRrzCDGwZct3SZ4A5 { top:2.9375rem;left:3rem;width:16.9375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGfD6Naa1gAZ5GScRIrLyCUE3TeFB1q { top:6.25rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFPwEmzJr7QRd2sOyNZHvzK3wBVydgW5 { top:8.75rem;left:3rem;width:13.625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxI5Ghpacb8QyNcTCPWfoTcWWps0TWPf { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0J4uJElDMWnpThawfRJm2mvCPtSGIrn { top:10.25rem;left:31.875rem;width:15.875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqeThmTF7yrDAe32cilrL2VPSquUZsNS { top:4.25rem;left:30rem;width:11.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muHqdcIcbImyCvvVrvbm82w9nS545HxF { top:2.9375rem;left:30.875rem;width:16.5rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpe9QpibTnzl6IqpzdMMh9Zg76egGJFT { top:7.75rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSDw1ObwZi92JLNMQIVZLWg3uLzTFWp { top:16.625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9WRK2Ag2g0bO6TTKTeSUkUBP604DaAW { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITLERT6pZ4CeGhhAQNV7thv5yzz1azz1 { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfCgND3Knts3T2Gt10w1U2MAt4s0LUby { display:block; }
 }@media only screen and (max-width: 763px) { #DXfCdlz13QHv7vayt6UCxBFnaDgvN5qX { top:0rem;left:21.8125rem;width:13.4375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0swFCpFeQEFqJkdm7p6FoJzALDNkEk6 { top:2.9375rem;left:22.625rem;width:12.0625rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4HbyfAZJyd4v8yb4xUUU8id1mb77TBf { top:0.6875rem;left:32.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFCMdfAzr9xt9VIBA8LgRdXvwWNn1BPn { top:16.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozT1hf808iRGpXFucLMT2IO6iTBt2VWX { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qelPgf0vssWSTi9R1Tt4KCfXFkWlbnWB { display:block; }
 }@media only screen and (max-width: 763px) { #ZEEbGMlnCgn5J2y8zf2T4dnML0CWVANr { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0tqL3an8iIZW6TMNLCGND3twXpN3JHy { top:0.6875rem;left:13.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVX5T1Pl5EUVqBhAkgppzW2DNKquc0lm { top:0rem;left:12.875rem;width:13.4375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtvm3eORQtfl7o8v4J5B1fxub8m71hkx { top:2.9375rem;left:13.5rem;width:12.125rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emSdf6mIEoCRQofQLTiThTGc7zI6OySJ { top:0.6875rem;left:39.8125rem;width:7.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBKxSrv0Vfqfua1pkK1oqyODCr0IynfK { top:0.625rem;left:3rem;width:7.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfd8Mwubgty7KCpDtEcd5czTS0emyqF { top:1.125rem;left:3.625rem;width:6.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLEDL44qRWxzCAw0UZxmSfwnzRoGfRGX { top:1.125rem;left:41.0625rem;width:6.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf { display:block; }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwXVzyhztSGGipke93JzkinuqS2E3TKA { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAfluUNJRSzcS1VmCZi8chznsgozWV71 { top:2.25rem;left:0rem;width:15.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTlFdiM2EiMpbV7hrx9OrPcnDnbFcin { top:2.9375rem;left:3rem;width:16.9375rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzvyieS5Q1EeHgQJBHcMM8ZmFauGGAPC { top:7.625rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0zhtRpPv1rtlF92QDoyyxccAlEs8E0h { top:10.125rem;left:3rem;width:15.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRRtU5gXhG0KitV7UrPzT8WmTNSM3PTc { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2CNGzdVytpvSzXymM3XLB20wPsnwMuG { top:10.1875rem;left:31.9375rem;width:15.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQGQtZeeMlprScIbz8QaEXd18eS6ZFZ0 { top:2.25rem;left:27.4375rem;width:15.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP49GPCTg6hvwB4d7NedcKDqcxHRFUPx { top:2.9375rem;left:30.8125rem;width:16.9375rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMMPTZs1pXOdO8wyaKgt4x2MIqUuIT9a { top:7.6875rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCGX9J190NLnW697UT633SLpS80N1vuC { top:16.625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4HTdS7OzyXMgNaB2FmVTnvUGpHI32m { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG3brdq9zL4fcv08DSC7UxUhLPRn0WQT { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhsSDMqobQ4yZOKyWEIRUBgmBWu3yiml { display:block; }
 }@media only screen and (max-width: 763px) { #IRVNd3AGEnnHif6QNhvxkCeT3UilI5I7 { top:0rem;left:21.8125rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqtTISGTcHm5C0hLo9QENmn9VFVl6Kdq { top:4.9375rem;left:22.4375rem;width:11.125rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGBvqx1L4ZUd8f8BofGkSy7XbI68quat { top:0.6875rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVUT4GKPGSKiR8b0G5TLdn1l29LC0p3X { top:16.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJr32zQTsm5Ql5bhrD4xWBSV9xRicbUM { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhSIN8hlSahixVv7oh9o2CuF7DT0EHpo { display:block; }
 }@media only screen and (max-width: 763px) { #f002SimNeVtHm5AftxfEWyOmlkNF4HGO { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA3IiO628SzwlsAMX4JWD40Gzwl0ny4f { top:0.6875rem;left:14.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG1XKlotQegiemsWCQO6ZcFxtJP1ATOg { top:0rem;left:13.5rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtI9EyTc8HpbSMF2HhdwDaVqFsMGSCzF { top:4.9375rem;left:14.375rem;width:11.125rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl { display:block; }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HORbaKTZw7JCUtALU7aEnNNGWRa1P2Zx { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg3lZ1rkpg02Te1eVU7Dx80is6TIBlEd { top:8.8125rem;left:2.8125rem;width:15.875rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5xnvMIgx1KDoB2NKmLTR1dO9HPcqArs { top:2.25rem;left:0rem;width:15.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISkJxR0b7pwxo5bHUcOsrT8lvfsayTz5 { top:2.9375rem;left:2.8125rem;width:16.875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWMJxgQ4nsJTQKUW2LnFZaQLp2c1eIco { top:6.3125rem;left:2.8125rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc7vyiXibU4kugAuFoTe0I1LcoKQWFLT { top:16.625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKO9NNZWUB1eQ3p0gsffiscSD8VJ2lV { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaQNZLmK37vTQowWCPpe9kr84liKwhZA { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKlNdmDCmxJA3vUECK4IeC4fkcthnlE9 { display:block; }
 }@media only screen and (max-width: 763px) { #TXA7rOvbu794F7kCDbWDcEXqlJPkBEJN { top:4.9375rem;left:22.5625rem;width:11.125rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFuQAKfh8mzxvfCSv9dRIVousaQvKAyp { top:0.6875rem;left:31.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7lAaOREbS9k2hdHDt6d4dpC7dbtm9rZ { top:0rem;left:21.75rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz { display:block; }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgCIL21mm96LNZiiJlmgnVlbsvNtLlFp { top:6.125rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0qQvvqcHgLVMM87hyJPf0LKmhAW3QWh { top:7.5rem;left:0rem;width:6.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPHy0BmPn7WzpGDZETgTMQKA5uIPUli { top:9.0625rem;left:3rem;width:18.5rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTwGvEH3g9VEV6Mpt3NCVD4tBn6vP6U { top:13.8125rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJHO5BlgUwaEiQ1Of0i3v31oNQasQCXh { top:16.3125rem;left:3rem;width:13.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub0hQWDVUrXpT0RxXPoO46TTTbmgl9Oz { top:6.125rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCfiTC0txohlBcLsbeEL9PGrooNGrPX6 { top:16.3125rem;left:32.375rem;width:15.375rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtdzq4be1oRlGTZCuQU2GxAwu7BAF4LC { top:7.5rem;left:31.5rem;width:6.4375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux6aPusewMGs2a9Ooa0IeQaRtmAttkwR { top:9.0625rem;left:30.875rem;width:16.875rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6SwEyKhGseuQwsvLnUS6SqHba7uaZEe { top:13.8125rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrxt09wmmdrtwqpErtG7quO8ln2BXzxx { top:22.6875rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5sMlkpkkcwHgfFf8WxUJwNTMqW9ny6R { top:23.0625rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOHS6mr5C697y3dfGtQgd4POhqeonDyP { width:8.875rem;height:2.3125rem;top:22.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkZQk98lzC1pl3i9la8sUmVMlxHVM6av { display:block; }
 }@media only screen and (max-width: 763px) { #OMrwv1FfUm4M5xH3cZougEOosGxaz07T { top:6.125rem;left:21.8125rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD10Mm4cOEScLyKmr5lrn9MDI4ShXq1R { top:11rem;left:22.4375rem;width:11.125rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOTcKSc5oXy6xxCPKx4fppernt2cZVvc { top:6.75rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trgb2bGZz3vXWtzK2scDcp47UWfZuUx2 { top:22.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9wD8b89BQCFE9XkizwGAZudphdThGU8 { width:8.875rem;height:2.3125rem;top:22.375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdsSbn3JFeyQe0vrrRrSk8UT6LVMLQnT { display:block; }
 }@media only screen and (max-width: 763px) { #qWDaWebfWP95nJxqq5J8LHvMcGcUJTNT { top:23.0625rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV3WEJVBPJTuS0Oupq19JcIA1Da6l7hx { top:6.75rem;left:14.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfPCvAT3E3T6W7K7wMyhlC2fXx9faghf { top:6.125rem;left:13.5rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3EJybm0N3vw5bfryQU6Sx6cyaCM85LT { top:11.0625rem;left:14.375rem;width:11.125rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #do9bKE14rQb5G5GahaOTh5hwpTOLUCEv { display:block; }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8xSNrdIPn8oHFaK7Bhe0XUT2FhtmKwt { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA1EnqEQHWFzJQ3aztCKUcACcQS8WZAp { top:1.375rem;left:0rem;width:6.4375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tws2mCWe62J1ehSZ12hwne3inzFsL0bL { top:2.9375rem;left:3rem;width:18.5rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvCk9XWWwKK2mIR4A2dRQU0WcAXIc7K9 { top:7.6875rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvGHftAnlaeAgERp1Nv2kuQndkxQhk7n { top:10.1875rem;left:3rem;width:13.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix4yrEJm0TILr86oiyahcPvJPETXxuhV { top:16.5625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2LCVlXcb8Wa5F25X10zkRPwGRT4DIdm { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN4ZWTSmUnIf6MFpxRIaahANgW52Z5PD { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJJFNEc3GtoEUvOOOvo6dRdIDX3BIFQT { display:block; }
 }@media only screen and (max-width: 763px) { #Tiyu5gPeO8Ie54EPzy4Cmb0PIkoqfKMW { top:0rem;left:21.8125rem;width:12.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFuNZVlPhe6FhodDlXIA2y8bBWLqFxGv { top:4.875rem;left:22.4375rem;width:11.125rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1F5gf6QNlWyHax58IVHTDZSTiTCHnfE { top:0.625rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpDQGFMd4EMQMMoe9fRwGA4kofQ6MNpb { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaEs1oB9RyuEKgaRnfM8aZoK37ZFv6aq { top:8.75rem;left:34.125rem;width:13.625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2A81An5qTXvJAW4uTcME6vUBkF6pcfT { top:2.9375rem;left:29.25rem;width:18.5rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODq7vOawJkkLDl0EzmnDwXrGEHEct7Pk { top:6.25rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3g0E2op6zlT5MkOnoCSWwTEddbw1qXQ { top:1.375rem;left:31.875rem;width:4.8125rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esrzkvxpNWKS7LNHdiDrLuz4vZgRtb3T { top:16.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXdqtITovfskirENC2VqbuuHz4J9wmcS { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnfIJvS1oB2ptTNT7nGtEidiPZtZ0KT8 { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3TTpA3IuSJ6URIXaWFTaNwiZOc1MJ4Z { display:block; }
 }@media only screen and (max-width: 763px) { #vsdpa7hGqTEU7JXdzfZly7fBDbeqADn0 { top:0rem;left:12.5rem;width:13.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSAlZdw7nDihKA9KoAda3wexUTs4hqki { top:3.5rem;left:13.375rem;width:12.1875rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfoNXk1K3g19CRKPcK6KMBUkiDJ6ZMgQ { top:0.6875rem;left:13.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMflDv47vZoHTfVZiDeoQls7JhNqswRk { display:block; }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op1hNUrD6pihyVRsytiH6kNRoW7ByphG { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcBFlpwSOvwQXe6Jqhlr4EOSsSOrROCv { top:1.375rem;left:0rem;width:4.9375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsATRMivGmHdRtSfSu12yrt6rDDyfphA { top:2.9375rem;left:3rem;width:18.5rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqDZAAxLRzMA4texaJ9V6J8F9prZpTAg { top:7.6875rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zAuvCGssFCt8M5altz6J3riypuK9dP { top:10.1875rem;left:3rem;width:13.625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgAu4sFx6iJtO3fHAwmwbtVxzODiwGWq { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTEgHdH2myPMQoftN9QQXxyeeaTExTvW { top:8.6875rem;left:32.375rem;width:15.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBk3yQSiTZJVx8qvwK45coeo2LLfyv11 { top:1.375rem;left:31.5rem;width:4.8125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkf7M99WPcsp2xRqN4TgsGFhkSWODd3S { top:2.9375rem;left:30.875rem;width:16.875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTUBp6saFJnNLUODzACHCg1uID5zfTyV { top:6.1875rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6o3k985ixlyncbSoiWzhCLMdfZf0TFw { top:16.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unHkHARvFpXDszNt8msQygtJw5W4tTD4 { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fglnugzeuV7HRla9S1Zoaa5xp5U9F5Xs { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLs8emSMAGgtTH6QVRbHoF1DOVebrFtb { display:block; }
 }@media only screen and (max-width: 763px) { #sGxz007PiZZPDQBOBga27GevCAmfxDAx { top:0.625rem;left:13.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNgvTXzTwgsBeQZsfqyFFl1NpkwqaARx { top:0rem;left:12.5rem;width:13.5rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFCDRTRIZNZW2JTZH9hDxEGWlVBNvzGZ { top:3.4375rem;left:13.25rem;width:12.0625rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo { display:block; }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyyIXRTB4Gu28JuwxMs825pgGc7787f7 { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX0afqg6hc6PpACeEERw3iaAbxnDc0mJ { top:2.9375rem;left:3rem;width:18.5rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTzT3zahOED7J2iy4zatxMZKPMpC0z8B { top:7.6875rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFP4rGiv0IL6xkOEyqbFsLNAkw4hrqsb { top:10.1875rem;left:3rem;width:13.625rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTKs0D0Q4m2UTyf3h4S7frVIOmHFdSGr { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoBHiIOq46xMmKc6GDLJQLuisTDo6Pz9 { top:10.25rem;left:32.375rem;width:15.375rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0g41eiZWh8GdsZJMGuerbnEaOM6xVS { top:2.0625rem;left:27.25rem;width:14.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlvTEgsM5NfoFJDvvQvDD2m5dJoTXrGg { top:2.9375rem;left:30rem;width:17.75rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCAW5SJOSuc8IVsyI2mrJuOA0Cm0CH4m { top:7.6875rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnnTOGBczxxLXrawb8IR11OLUoTikQEo { top:16.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOlP90ssuytsvLTGNTc226pFhux3XdEZ { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFXG0KGqDTKtTemDApubB0NSw0TCRvhJ { width:8.875rem;height:2.3125rem;top:16.1875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwMLMT4nf5Os9qSXlVTvvAsV1Qia7oRT { display:block; }
 }@media only screen and (max-width: 763px) { #QmQGmFwqTOUp6S0xVe2JH0sAOfsZxfSe { top:0.625rem;left:13.40625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAUSpXTeoTdSam27s8DaalJfHf3vsTSF { top:0rem;left:12.5rem;width:13.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPRK3L5K0xor7zxB4sJRCv2ef9hf5ISy { top:3.5625rem;left:13.25rem;width:11.6875rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM03RpnmvSThnVqcCqzyAlKHCUbnuSPc { top:2.5rem;left:0rem;width:13.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsX7f855lZbUGwdTdmIRM7E2cAUpixTm { top:2.25rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJhPEr9ekHJm3iA9cbZqbFbQlX76aEaW { top:0rem;left:0rem;width:8.625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl { display:block; }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jcd9TXG2vQNCH8QxGMqdT53n8VViFDWD { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ZhLT9tiscyU0sN0gURWXz88cJqp3nU { top:2.9375rem;left:3rem;width:18.125rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq4VqPNfKJWraLDgE51UhCGKG3e7ygZx { top:7.625rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvwc2WxoaawwiLGwBGercIEHOTG83Qph { top:10.125rem;left:3rem;width:13.625rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrQAK0HefZL9UGyWsM5Kap6pbTF9ao0n { top:16.5625rem;left:19.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEx8k2caVefuTk602pa0FItDSaktVCEt { top:16.9375rem;left:13.1875rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMSh4dcIsgmS2Kw0peWFqy1UTCF3z7Kx { width:8.875rem;height:2.3125rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #L11ZlWN5VwTVLyNO8m1uPV7GA09K47xu { display:block; }
 }@media only screen and (max-width: 763px) { #QOtDIAooWiBgl2xRTnUOUUbUAb7XyvkC { top:0rem;left:21.8125rem;width:13.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqAQ3bup0kIKZQsGAGxOqld6Tl86h5Cb { top:3.5rem;left:22.625rem;width:12.1875rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvqQ8CNbrXFPGIQ1D4dLbk8U6wgWdhVR { top:0.625rem;left:32.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9aR1kTpBE5KkrudF9KxF1bTET1CFRCT { top:2.5625rem;left:0rem;width:13.125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc8gTifoR7Ua3QNeiREWl8dGqnP6iVFL { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdW8CFk8cZudA9xWWlJlTtQdy9dqNZSl { top:2.9375rem;left:30.875rem;width:16.875rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz4nL7F53ZweqrTWzs3yQzt5w7HULFtV { top:7.9375rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQwTCCV4MDZbcTU7nacWBdHcxrIU2hFp { top:12.0625rem;left:32.375rem;width:15.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITRaEDZblfXh530MxNTVoN1611M35qrc { top:2.5rem;left:27.75rem;width:13.1875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8HXRuWblsOFTconQ5r7JltwheE3uNcP { top:16.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imI1J4ET28e2SXTAhA3Ccp6n00OXpJM4 { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNEHlAaSaPB3x4WKQeXATEWQ0No29pZW { display:block; }
 }@media only screen and (max-width: 763px) { #mceLK4oiD0TSBZDO1TPscK8gVOiJT9OJ { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwJWEGnFDdQDEg5IhXnTRhtP3J9gXok7 { top:0rem;left:12.5625rem;width:13.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQmIQ5xxehQI8FFAM9zhzr7MNOGX1VAQ { top:3.5625rem;left:13.5rem;width:11.6875rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwH5kRtebHL8zwl1SlzwTTDPaBf44X7R { top:0.6875rem;left:13.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h { display:block; }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPmeCMDdTZTKAcUT3iAruLnyZyQJWuAL { top:0rem;left:0rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTG8BMTORGTqCHyZblAuziIDxbatDuLC { top:2.5625rem;left:0rem;width:13.6875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7GhUOFDDlQLXuzhUZCM6ilOGfVca5Kt { top:2.9375rem;left:3rem;width:16.875rem;height:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm43QUx9EuGrTlrWeea1b81KOGVPKhG2 { top:9.0625rem;left:3rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCTJFSAV3W2R5iTWKVA5etQiTQbBzVi5 { top:11.5rem;left:3rem;width:15.375rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHTVhZsNgJMDr1hKVT4eQ2NBE3NmuaWW { top:11.4375rem;left:31.1875rem;width:16.5625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUz3fJLIIcLdrOrlqDZsqF5qMGMn4lba { top:2.3125rem;left:27.5rem;width:13.8125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd5J4q6IlDp71hzaFbmc13DMlAspk6ha { top:2.9375rem;left:30rem;width:17.75rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anMtKWkpLvE3TxJIeb6MOoStXPOcGiIA { top:8.9375rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvCA1dJXnua11OTre0upAbACFRgpKWKD { top:16.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvJNpThlHav6BBkK84kBH899iG2X7p1e { top:16.9375rem;left:41.4375rem;width:6.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOJdwNIf0ICBRJcPkMC0P2yuRkEUpM2J { width:8.875rem;height:2.3125rem;top:16.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThCceKKsw4OPE3Ao67GivwRtUUfRzQx { display:block; }
 }@media only screen and (max-width: 763px) { #aOzQs6PCkuXun1MO4A4s96yu1B8820T4 { top:0.625rem;left:13.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy8sgz2kDBcPiUXiCwb4CgTmFh1TXR2X { top:0rem;left:12.5rem;width:13.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrUCfTxuzS7tKKLMVfpFhDhRdzyg8zZy { top:3.5625rem;left:13.4375rem;width:11.6875rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCf0WNrWb3XG4Fz1SomDckyQopggeDzD { top:0rem;left:12.3125rem;width:35rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW0uAMhGeUEQP8kDUMT73Ca2gyf7cqgC { display:block; }#zW0uAMhGeUEQP8kDUMT73Ca2gyf7cqgC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #wsn1TRIzPaln7cOA039F6l1oVcnUXNzb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #GLXMuhnUcui39hAOTglS4vT1S9t4w5sg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { background-color:#fcfaf9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .row .container { background-color: transparent; background-image: none; }#gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .row .container > .video-iframe-container { display: none; }#gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .row > .video-iframe-container { display: none; }#gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .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); }#gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .row .container { border-width: 0; border-radius: 0; }#gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSunblR4cN6wIC0rsNhHkyoBTxaTiHHI > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza > .row .container { background-color: transparent; background-image: none; }#dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza > .row .container > .video-iframe-container { display: none; }#dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza > .row > .video-iframe-container { display: none; }#dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza > .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); }#dS5RTf0iCiOW9rmQ73xSVzkhnTr15Oza > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #P32enqirmMEzEd3WTErZ1pG8X27el9mM > .row .container { background-color: transparent; background-image: none; }#P32enqirmMEzEd3WTErZ1pG8X27el9mM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P32enqirmMEzEd3WTErZ1pG8X27el9mM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P32enqirmMEzEd3WTErZ1pG8X27el9mM > .row .container > .video-iframe-container { display: none; }#P32enqirmMEzEd3WTErZ1pG8X27el9mM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P32enqirmMEzEd3WTErZ1pG8X27el9mM > .row > .video-iframe-container { display: none; }#P32enqirmMEzEd3WTErZ1pG8X27el9mM > .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); }#P32enqirmMEzEd3WTErZ1pG8X27el9mM > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ > .row .container { background-color: transparent; background-image: none; }#KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ > .row .container > .video-iframe-container { display: none; }#KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ > .row > .video-iframe-container { display: none; }#KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ > .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); }#KwPsC4ynqVpgf7ZFnZOXtbrIU0tFmuTZ > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #DwTspZXnVRawq59gvZwT1DSFSB1uonQC > .row .container { width:20rem;height:64.431245422363rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #PT8u4npqFLKS6T0OVMM3TdcxDGJzeH96 > .row .container { width:20rem;height:12.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Ckrd6LM5kqobyZPB4DhDUkdItv7MAGe1 > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #QXW0pGw3OwCrcTQzTKXJQoTu43mIGpSD > .row .container { width:20rem;height:103.85rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #F4EHAVkfyCLVdsLBhwAMGAQT4bpeqIDT > .row .container { width:20rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { background-color:#3e4b5c;background-image:url("https://images.assets-landingi.com/uc/e47fe98c-315c-4e3b-91bd-ad2f3a808275/bgmob.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:20rem;height:34.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nq38t6VORnE83hTkd2WAq8AnsN4APeNt { width:9.8125rem;height:13.5rem;top:44.125rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKLHbL9IThdKTyJKXx1T16MHOzwJnFlA { width:9.125rem;height:1.4rem;top:30.875rem;left:0rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #WWIppJ9efxTtswCqGgzA5p6Q0GWGkTuc { width:7.4375rem;height:3.1875rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZnCsdo2CaGeLu4A1fP0rkp7y0zPePbU { top:0rem;left:12.9375rem;width:7.0625rem;height:14.4375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PFnHMtpeartTPHPV4sccKlZIn8VxqyNE { display:none; }#PFnHMtpeartTPHPV4sccKlZIn8VxqyNE > .row .container { width:20rem;height:7.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hbU2XcQByUOZNv6eCE6nv3H6zLP0uMtn { width:17.4375rem;height:2.375rem;top:3.875rem;left:1.28125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#93c13d;font-size:0.9375rem;box-shadow: none;z-index:15003;border-top:0.0625rem solid #93c13d;border-left:0.0625rem solid #93c13d;border-right:0.0625rem solid #93c13d;border-bottom:0.0625rem solid #93c13d;display:block; }
 }@media only screen and (max-width: 763px) { #DgV9hePHaC3ESXou33qUPEivqNsC4osk { display:block; }
 }@media only screen and (max-width: 763px) { #xkcAyJg8ZTzSePffKawDRrcJNcdmnnDe { width:11.0625rem;height:1.3125rem;top:0.875rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cBx0zHOPTl1CFEz1PAQTpwX57kebpMPm { width:8.0625rem;height:2.1875rem;top:0.25rem;left:11.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sCJaKtWfz6xdPBfyKlZz6rIN7Q4g78LE { width:20rem;height:1.3125rem;top:2.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;font-family:"futura pt book";display:block; }
 }@media only screen and (max-width: 763px) { #GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz { background-color:#3e4b5c;background-image:url("https://images.assets-landingi.com/uc/3842fd02-4751-4f83-9f8c-e8d52fa74e5e/bgmb.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz.adaptive-delivery-prevent-bg, #GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz.lazyload, #GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz.lazyloading { background-image: none; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row .container { background-color: transparent; background-image: none; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row .container > .video-iframe-container { display: none; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row > .video-iframe-container { display: none; }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .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); }#GDxyPa8qrs4bB8Bb0CW6UX5JmQUyFmZz > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsqxO7KS8MKUT22mqHDCT9nNP9MrlhNg { width:13.6875rem;height:3.8125rem;top:19.28125rem;left:3.15625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#93c13d;font-size:1.0625rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CDQDNt9qAzHEBWSczvKwZztmtXzlvHbU { display:block; }
 }@media only screen and (max-width: 763px) { #DqKEfmk0v3GDqETQGaPDOleckaw6PLpk { width:9.8125rem;height:13.5rem;top:51.375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGfpSnPzmrLOU6bKByTrIXL5ThiuQWZk { width:9.125rem;height:1.375rem;top:28.9375rem;left:0rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #MlT9WbSR1Fc532LCuIDSmM98EG6874q7 { width:7.4375rem;height:3.1875rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhTmCHazfNxz5vQ16c5ARNwD2TO2OsLB { top:0rem;left:12.9375rem;width:7.0625rem;height:14.4375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C0qPq48G1NlhKM6kGssHBlQ1KkwTLwiC { width:13.6875rem;height:3.8125rem;top:17.28125rem;left:3.15625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#93c13d;font-size:1.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #000000 ;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #muvSBVuRURvvkWJlIsnOXhnNwWdQdDBT { display:block; }
 }@media only screen and (max-width: 763px) { #SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO { display:block; }#SVH3NW93iwFq6RuIwhqbvWA6b0EGWXWO > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZB5o120RqT9bz8ww6TnsyTOTBt7e3ep { width:19.375rem;height:9.1875rem;top:2rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RblLIPEWopWiaDIQHaOKLBWDGmfHUdZf { width:17.5rem;height:4.4375rem;top:36.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxO5Wbr3k9qB32m4PQKH2TIwi7c86gaG { display:block; }
 }@media only screen and (max-width: 763px) { #MWJrWu1oecKrce3OIrITsRoa6JaT53be { width:19.125rem;height:10.5rem;top:12rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CeTQbehs7He9IW2n4tR6GgOVQBLhZuBS { width:18.125rem;height:9.375rem;top:24.4375rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fLb9lmyItLuPXf9P0AM6bwiXQLmi19sq { width:12.1875rem;height:10.5625rem;top:55.75rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGf0DJphAqhPsIDJSOPuDmmQkkJLrAb9 { width:11.625rem;height:6.8125rem;top:47.6875rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkqvKhPmVMyNkxbGZ1nAamFmwfuQocfN { width:0.0625rem;height:6.25rem;top:41.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWQPADb8ePeVTWpqR8lb4hJTwCke1kAN { display:none; }#TWQPADb8ePeVTWpqR8lb4hJTwCke1kAN > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lm9pRL8o8XhWD3U6bLWrG5l0IeGOt4QF { width:19.375rem;height:9.1875rem;top:2rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GPCnGuRsK17act6SlnpVoHbZOnDKo8N7 { width:19.125rem;height:10.5rem;top:12rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5kVOtGtQzb1nTuP6xzSxxsUh1pV7y4 { width:18.125rem;height:9.624rem;top:24.4375rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J6ETQSLQsknGoyodZAzTXtxRSNkuH1Cd { width:12.1875rem;height:10.5625rem;top:55.75rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT9nZ4P40FRQLEaZGOhAwFbObxPthIKk { width:11.625rem;height:6.8125rem;top:47.6875rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #saJWJ3CfGD9nN9uR1EFzxfswPNkZleZN { width:0.0625rem;height:6.25rem;top:41.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo { display:none; }#FwZ7sEL3AkmLS3twpo8P6XE1u3HEelHo > .row .container { width:20rem;height:2.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ { display:none; }#V1QlMJfEwD2WgKxpIA8EqHvHtJGfmrCJ > .row .container { width:20rem;height:32.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IIvtLeXn1fdOPkmlTtcDg7pyCtNAe75k { top:3.1875rem;left:0.3125rem;width:19.375rem;height:40rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yEEa1GSBhmZZnHlLkOoTJPio9Uow4esv { width:20rem;height:2.75rem;top:2.125rem;left:0rem;font-size:1.5625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #DSSsIvtD8ygU4WeiNELafErr3HSWBrRM { width:18.9375rem;height:1rem;top:5.6484375rem;left:0.53125rem;font-size:1.125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Zk47TRVOiKoLChq2k3RCKNTHvCIJqTTE { width:20rem;height:5.25rem;top:7.5234375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #THGXKNKTpfs7OcaoCb4Xyli4Kvl4JTcq { height:11.217616580311rem;width:20rem;top:14.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhAnQaI62P4Dx1NZRcLqrNvrUwh1hqQz { width:3.625rem;height:2.625rem;top:13.4609375rem;left:15.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fe1MSCkyAzS2DaZZ5JTECvgTKfbSfARW { width:5.0625rem;height:3.625rem;top:26.9375rem;left:2.65625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lZVkzyU2llkXEpMoT1mX1VrElL0m4N2w { display:none; }#lZVkzyU2llkXEpMoT1mX1VrElL0m4N2w > .row .container { width:20rem;height:33rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MwL1JDiLZe1b5rvtNH2p5qLTUL0Qnmeo { width:19rem;height:3.75rem;top:44.4375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2LhLizG8lEifEbicHP7vqgcxJ6DDTsW { display:block; }
 }@media only screen and (max-width: 763px) { #FQufzdtNpdlZs42IdR4vwzZJ67A80vNC { top:3.1875rem;left:0.3125rem;width:19.375rem;height:40rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #X7DMTUkurZLZMH0T8xEGPaVg2khckSfu { width:15.5625rem;height:3.75rem;top:28rem;left:2.21875rem;z-index:15005;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGVhFzJkoaTCAuMrUnFTJiTzVrAIh9v { display:block; }
 }@media only screen and (max-width: 763px) { #ZiiAIJMpCoeD2ei04obOzNJmItAASRnU { width:20rem;height:5.25rem;top:3.625rem;left:0rem;font-size:2rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #QOPrI8lc9grRoB0u2qe9TT0niN90uVUN { width:19rem;height:3.75rem;top:21.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su40L16eUoh0O5Wn7OQlCWTEv1PaM5HZ { display:block; }
 }@media only screen and (max-width: 763px) { #ywNFBwy3J1z73UBgRref5XBE1QwENZVy { width:20rem;height:3.5rem;top:12.02392578125rem;left:0rem;font-size:2rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #lb58sbw2EoUDFJ4pffqhkEH45H3CfzwU { display:flex;width:1.5625rem;height:1.5625rem;top:18.06103515625rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #TsmytCezCJBrWzFCiZWPRPHKfBvETNBd { display:none; }#TsmytCezCJBrWzFCiZWPRPHKfBvETNBd > .row .container { width:20rem;height:2.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg { display:block; }#SkPvDSGKGeu7rV6KokM8OwUJ2vV6nDQg > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMUCfQ35cTwAhTPJCnrfJGllCBzA6f0r { width:13.875rem;height:4.125rem;top:3.0625rem;left:3.0625rem;font-size:2.3125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #PXCZL50yhF3OQrVaFoRzXyuFsHIX3FaE { display:none; }#PXCZL50yhF3OQrVaFoRzXyuFsHIX3FaE > .row .container { width:20rem;height:15.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rbAWmyUVhoQRolU9hRaIkV2KCfteKDvR { width:6.25rem;height:5.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9C8K4g4DLw47EHB9ZBuIUqfyEolD2hV { width:2.5rem;height:2.5rem;top:1.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJEflhoWNxDf95l9TEC5Wg6564DOR4Qw { width:6.25rem;height:1.05625rem;top:5.125rem;left:0rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HygfeBKvyKmbzB0TMSJungEpFHB5ASwa { width:6.25rem;height:5.75rem;top:2.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTpzxvwP8MTpSDEZPvQmu4cypzqL0k0 { width:2.3125rem;height:2.3125rem;top:1.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdMGye0cCuAJ5SCpy2UtTIMHUJXmqC9B { width:5rem;height:5rem;top:0.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2zRaNzQxVWTH5cfzv2TnpBTVpd2QQDA { width:4.4375rem;height:1.05625rem;top:5.125rem;left:7.8125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PiXHy7T16wTXsohAxVW3gOl3k3porqok { width:6.25rem;height:5.75rem;top:2.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q412NUlTVRErVeLwPrE0Qk89BSOQbNVa { width:2.3125rem;height:2.3125rem;top:1.9375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9uVT0ncwCKTu9Ny9v19NPWCM5u8xz3u { width:5rem;height:5rem;top:0.9375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0XOMrNU1HeAmZ02UvLRr4XNcGTWBf9K { width:6.25rem;height:2.1125rem;top:5.125rem;left:13.75rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tcNJyUgt4mOLFy9PpoBTQpwPm75f2AMv { width:6.25rem;height:7.75rem;top:0.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N882m9Zp0Ntmhn0ObiHI1TgBqcvtETu7 { display:block; }
 }@media only screen and (max-width: 763px) { #vV4ITnkeBnuCVrNBe1iqRzCuCuWmKf5t { width:5rem;height:5rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFFFpTqatFTFIrHyx6PVdp3PD8rGy77F { width:6.25rem;height:7.75rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOBPd3OJFaKf9HVnocU1Vl5Fmq5C5r7C { display:block; }
 }@media only screen and (max-width: 763px) { #QfgzCbpkOOIGpIfqwliJSR4HrH5INlk3 { width:6.25rem;height:7.75rem;top:0.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTw4U8wQHGndyXMT9Fhu7L4sQASSv2My { display:block; }
 }@media only screen and (max-width: 763px) { #DMk9G2SFvGzP03NmWKLkG4hvnulvv6dM { width:6.25rem;height:5.75rem;top:8.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLyfVAzAlQ7JLK8fEAuOK1EvZN0vaA4T { width:6.25rem;height:7.75rem;top:7.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxXLF3bJO8KNBL9LGXBPrtUrzLyRKqRQ { display:block; }
 }@media only screen and (max-width: 763px) { #WVs3F0Ed4eIf8oyoK8bb67U0K57UJyTC { width:5rem;height:5rem;top:7.4375rem;left:3.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #egs2RP8iEG80JaIudOiL4mhqwn5wS8DR { width:5.6875rem;height:2.1125rem;top:11.75rem;left:3.625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nqsmVTZSqp96kiN9W12lWDnsMnpAVdBg { width:2.5rem;height:2.5rem;top:8.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSBn8oavxstXzdOJ4ObU1SH5KXT2eivO { width:6.25rem;height:7.75rem;top:7.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCkG5HSnDMKHeGtRc5pt4wap9HDcCRhu { display:block; }
 }@media only screen and (max-width: 763px) { #uBcpz6Bf9QXWw6KUtcaWXmK4FbGfuwKf { width:5rem;height:5rem;top:7.375rem;left:10.8125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #u7P20mnFSDH9kuMKKTSFPhmrGHPdB2LK { width:2.5625rem;height:2.5625rem;top:8.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcWvODkTgFpOqSDfno3cHrh5NUA762pH { width:6.25rem;height:5.75rem;top:8.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDhvUkuDE4BCv9kHTucyEk7e8MAVWnSs { width:4.25rem;height:1.05625rem;top:11.75625038147rem;left:11.125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 { display:block; }#blCVhNX5VBDCUOB9VLtmFTSXh0I6PXd2 > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lE782Indwt8HdXqlOIJRHv6gs8hOk0iZ { width:6.25rem;height:5.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUmfyTr6nd80JJ0fZfIydDiC919NUiAh { width:2.5rem;height:2.5rem;top:1.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQfxnZmi73WVqAi2CId05dpql4lDGicG { width:6.25rem;height:1rem;top:5.125rem;left:0rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XNR1P0hFIdXSKiKV4aQ6I9kDmqCow9Kh { width:6.25rem;height:5.75rem;top:2.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8mzVxQNeliZWkzhXtV5J3fwpENTlFW1 { width:2.3125rem;height:2.3125rem;top:1.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG2l18lR26EZe0cmPDTdHSW7fQM01Wxl { width:5rem;height:5rem;top:0.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ZofHf51XCr12dwGO4P00n66qaemTSr { width:4.4375rem;height:1rem;top:5.125rem;left:7.8125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OEfwdKZfzbDU1dILMLbKxX76nbE6SpJV { width:6.25rem;height:5.75rem;top:2.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsHiQ2J948kN24CDIIiM3eMJTVUBE4sQ { width:2.3125rem;height:2.3125rem;top:1.9375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUNhqx59hOGBa03siahuX7xx25fElos7 { width:5rem;height:5rem;top:0.9375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOPBorT2zDpta5bZ3uWI23QDJThoEOfk { width:6.25rem;height:2rem;top:5.125rem;left:13.75rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z1y7aFItZJuZDMSRlS0XwE330uXQZVoy { width:6.25rem;height:7.75rem;top:0.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TywcAud3JAkGXMugJbQcUdPNCm4AhPPA { display:block; }
 }@media only screen and (max-width: 763px) { #E8FAO2h1T6OLFAI2BVy51Sc9KaDdemad { width:5rem;height:5rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbeeatlhac1DPcJas4p6oKA0yVT9px3v { width:6.25rem;height:7.75rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNZGA6xTad7k3TfwAP5T150RWwPTcFOl { display:block; }
 }@media only screen and (max-width: 763px) { #XdGFvgn13XXEpXZ6rMh54HUTcFtWADzm { width:6.25rem;height:5.75rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTzqdC3cTB35r8eNZHOrVQBvddequnHs { width:6.25rem;height:7.75rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3MSbTVVOhbhmiS4LdfpVZr06H3mcwWS { display:block; }
 }@media only screen and (max-width: 763px) { #PG9vX2Dv20SHK1lVPmh8d4rvQlJ2dVJp { width:5rem;height:5rem;top:7.4375rem;left:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #munstGZ2QbncFqFuPwzb8Hpm5KcMSP1u { width:5.6875rem;height:2rem;top:11.75rem;left:0.3125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g2uIztzl0sJ6ihvmPmF1fGSLlyZEl0ae { width:2.5rem;height:2.5rem;top:8.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a82VsKkW6QISwmFnbZO9UcqQwIkt0dnk { width:6.25rem;height:7.75rem;top:7.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQdcs7q6Kr15iRROWqTJPdFmTOotqEE0 { display:block; }
 }@media only screen and (max-width: 763px) { #t6F6EavZna7f3NI2St7py8sXK3TMLaHf { width:5rem;height:5rem;top:7.375rem;left:7.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVWcT37VWgT4OPd3bDtm4h3b88MMfwf { width:2.5625rem;height:2.5625rem;top:8.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzuWRbWT9trTHRWRqh4IUJ8JuR8TkZAU { width:6.25rem;height:5.75rem;top:8.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKR7lWlprXax17HN23bABEvWwsLumsvG { width:4.25rem;height:1rem;top:11.756256103516rem;left:7.8125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SIxKqwxW4heaBSnoOUTgQT3PivZslF1U { width:6.25rem;height:7.75rem;top:0.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taHsCNszCTulp72NbiMGuBFsr6Jq4FF7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZGJcgkE5nqbHzIilOREQHoorhuAvMLHa { width:6.25rem;height:7.75rem;top:7.300000190735rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ueZ898fTdiXGUE7gFVTUQkW1Die3Sh { display:block; }
 }@media only screen and (max-width: 763px) { #Apy7QybP7g5hqRFEUFIXTc5bDxv8FSgH { width:5rem;height:5rem;top:7.362500190735rem;left:14.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #BqXwBzvMEUfQSSvfRC3A32TaAlZxGJtH { width:2.5625rem;height:2.5625rem;top:8.125rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpgtpNdTWu0yWqdFU10igm5V95z1yriV { width:6.25rem;height:5.75rem;top:8.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLbZ7i7rTP55E9hnKoFC9XGEwOBiSKCm { width:5.5rem;height:1rem;top:11.721875190735rem;left:14.125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu { display:block; }#xiDDDxwEZ6Gq4QIgrRSMFq6eqezrbCdu > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsCv8QTUdeWMhTCbeePbMJ0qSmEGHlbJ { width:18.75rem;height:31.4375rem;top:0.84375rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TiiO2NL5AVfzwPeZE30PIZGeCIvvlD4I { width:8.8125rem;height:14.875rem;top:1.78125rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIBCh2Su7XsuypLmKcITGECZDoa3316W { width:14.875rem;height:3rem;top:17.03125rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpve9EOQVGmrXQXJ5v9ikfvmoiPKRugf { width:15.8125rem;height:1.125rem;top:20.256248474121rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOIazLJdESuWuRXwx9euwIEy2DsSGhpJ { width:15.8125rem;height:4.3125rem;top:22.6875rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8p1vT72D2xlBLRdu0dPslEnL7PGPI9 { width:18.75rem;height:32.125rem;top:33.6875rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qvhFHEZfRstDqGrrAavaJqFe5CrqIyR9 { width:15.8125rem;height:4.3125rem;top:57.1875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2vgo6mnQyhryIpKqBNHRmWXxvCpn3o4 { width:8.9375rem;height:14.875rem;top:34.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD4Scqr7Ld2FCtZqXH8CvePRXTtQe6bD { width:16.875rem;height:4.5rem;top:50.0625rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeaT4dZNfcMHs1fJREIbkRpvw603Ke2n { width:15.8125rem;height:1.125rem;top:54.6875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2rhQ4wL9uZsqGKHrB6hnRH8lggG7PLX { width:1.4375rem;height:1.4375rem;top:30.8125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw4tChILKFCtItZd24kH8rcyy7XJGTMr { width:6.3125rem;height:0.875rem;top:31.0625rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4EqM4QBgdlEHsnnaSeGEvbKmQZQCe7B { width:8.875rem;height:2.3125rem;top:30.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZgGzT9MSSttqufDi9clrgT0PxGpf16c { display:block; }
 }@media only screen and (max-width: 763px) { #ICPUzn97Ek6yW7TLdVSJ9BRVeNbyFtNr { width:18.75rem;height:15.625rem;top:17.15625rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #A5WmMm1CsPpnz98fuUipNt61vrcwfTuI { width:17.625rem;height:13.125rem;top:19.375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU1eZox0Tarbv0favBXdCZ9oKBRAhdLT { width:1.875rem;height:1.875rem;top:17.9375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmG18bbJIEcXTpDIVDyhCsSKIkGnWa5r { width:1.4375rem;height:1.4375rem;top:64.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpwyZdBln2liMWmPDypeNLHNn8ntoVBP { width:8.875rem;height:2.3125rem;top:64rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2uV25wPaElcTSOcFvH08ZKVNDiRBvdT { display:block; }
 }@media only screen and (max-width: 763px) { #FifHsGa0Tv8bRodebRCCxFdfXcDsQ7n9 { width:6.3125rem;height:0.875rem;top:64.6875rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUA82JXSOc3RZWmupfaRLoSOTgaVLFRd { width:1.875rem;height:1.875rem;top:55.400001525879rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQzxVmVrf8Hqo0tfP4iCr5d4ItzwstMx { width:18.75rem;height:11.625rem;top:54.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8FF5QhZrXThmgaCDQOg09bGMgxNng02 { width:17.625rem;height:9.1875rem;top:56.75rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV { display:block; }#ReJGeXWikaIbvUkv08lB1vOUCJLiUTeV > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Se1wPULcPTDsfrrkyhaCkQGyT50ITC5C { width:18.75rem;height:34.25rem;top:0.875rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZUsSKflLM8X6OpJFcrSfzGwlEhD2D6H8 { width:15.375rem;height:16.25rem;top:1.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmZ2r9iXEVUeq8oA6cS7LtI5U2eyTtSh { width:16.75rem;height:5.75rem;top:17.0625rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvgD56KtVBGdzlJfTs10TNfS5olJGT9M { width:15.8125rem;height:1.125rem;top:22.9375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq4sa2wOKkGgf3JeV1I9y93HhdDMraNw { width:15.8125rem;height:8.625rem;top:25.375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfRpPc0VIELOa9k4rqU7b6EKdNPiTORe { width:18.75rem;height:30.3125rem;top:36.5rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #k35EBT99qOUfWsfx5QtVOmAaxpubL79Q { width:15.8125rem;height:5.75rem;top:59.8125rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Q0hq4WaAGSHX8WRmQ40C9Tr720lPW7 { width:15.3125rem;height:16.25rem;top:36.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeAzJOTBicQoPVTeFaSociWiwCLxNSSD { width:16.3125rem;height:4.3125rem;top:52.875rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPggacFTyB2FOTnhAxtktuuDxJu5goc7 { width:15.8125rem;height:1.125rem;top:57.3125rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT { display:block; }#DNNmsSicPhD1qqRBiRBVnJh1A2WcqBrT > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEbJWdewwhSQyZ9RBlEt4E0H8fcCSs3g { width:18.75rem;height:28.8125rem;top:0.875rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #dTNnaxNZtGJfHEzrptwT2C9C0MCaOrM3 { width:15.3125rem;height:16.25rem;top:1.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzgw6skvEurzRG1XAwDCetR7RzWWkpTV { width:17.1875rem;height:4.3125rem;top:17.0625rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvZx7OSTS5LJB6RqLa6Dmqcap8AVXxxK { width:15.8125rem;height:1.125rem;top:21.4375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnUB4ZWhwFCDvm3QdfPTdHu4rCdLi7UB { width:15.8125rem;height:4.3125rem;top:23.875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU3pVWB5OrQbEhU7i44za4GMI1nsKnzB { width:18.75rem;height:30.5625rem;top:30.875rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OOUK4yHsERB5qgwfez1CAkFB59Tq79Ph { width:16.75rem;height:2.875rem;top:55.5625rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnKuMCPiqhK174JmS5oVfhE1LZ5ORITV { width:9.4375rem;height:15.875rem;top:31.3125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAT8EUZWr0AcvPF0maEpkBmZZZSAhw9F { width:16.3125rem;height:5.75rem;top:47.25rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfQ4LR7ltZfKxh3X5iNb0EFaTG2JoeRv { width:15.8125rem;height:1.125rem;top:53.0625rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urGE3lnmEncifEbbCSXE3H8hAqtS831T { width:1.4375rem;height:1.4375rem;top:59.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7idZ94uEUX6JdVbaQ46inO44o2IvHmv { width:8.875rem;height:2.3125rem;top:59.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTq5KKZDtQc18OUpemdAn1EbXOwWDfRy { display:block; }
 }@media only screen and (max-width: 763px) { #AGZ3sTlTt6MIJiWAOtxAmO4xUBQ74BLR { width:6.3125rem;height:0.875rem;top:60.1875rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgg6kZOwvh0wbIZVM9S3D1oV7DvM3kyz { width:1.875rem;height:1.875rem;top:49.449996948243rem;left:16.9375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Gq5Pb8UOfOdeUSbRV4nSTvQzJeOoixR4 { width:18.75rem;height:13.1875rem;top:48.75rem;left:0.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #oqIKwxG9cK3q7qaO1TIexvuyEQ8yePRS { width:18.125rem;height:10.5rem;top:51.0625rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b { display:block; }#efceOmBv8dzlrbqgq1kKPsnHMUgLLf8b > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNOBPswlcEMLB19gzIerZl1kKxsfdT0M { width:18.75rem;height:31.25rem;top:0.875rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #irz9bHp1UGey4kXEmbdsCuaLL1wrl1bO { width:9.5rem;height:15.875rem;top:1.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROsuy6f4tLSguSSFO8zUAtChO5qkkQd1 { width:17.1875rem;height:5.75rem;top:17.0625rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzS8USxJhU9PuIsLcDPMMCMLR6stUtTz { width:15.8125rem;height:1.125rem;top:22.875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWerDTAESCo9Ehx8rg3TD8v7U7HyAkV2 { width:15.8125rem;height:4.3125rem;top:25.3125rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChBrwB80qBbTaeTG2rJyLrtzS02EH5up { width:1.4375rem;height:1.4375rem;top:30.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwUh4SIt1RJ0wKQbMSzNTbn1vTeLrnF { width:8.875rem;height:2.3125rem;top:30.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcVuZ2tvizpiLFaafiukScrZN6T30pta { display:block; }
 }@media only screen and (max-width: 763px) { #IPn9vFwzFSL88tSb17QBlTbTz7v5nQNJ { width:6.3125rem;height:0.875rem;top:30.9375rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waQfQKxhS8m4pHDSm4Hur1rW5WR0kdmm { width:18.75rem;height:11.0625rem;top:21.5625rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #QCWGWa6v7hdZ2sOO6Zfk024zmR3qcbQ4 { width:1.875rem;height:1.875rem;top:22.356246948243rem;left:16.90625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #c9JG0B9QuGEUTuMkEfII4MRO2oQIVrCl { width:14.4375rem;height:7.875rem;top:24.3125rem;left:1.1875rem;font-size:0.9375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PhWBhRck6UT2arIWTfuD2DSxydn0N9zC { width:18.75rem;height:30.5rem;top:33.5rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gpbXb1rcTGUQSuyGMXxPdazfKdlq9Xun { width:8.875rem;height:2.3125rem;top:62.1875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgAC2VL7gt9p7OqD5Fh6KLMCyaB7DZVT { display:block; }
 }@media only screen and (max-width: 763px) { #TFcX7b1nZ6phUO4OxxIkZR12ETCDTahe { width:1.4375rem;height:1.4375rem;top:62.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2CppBniJ0nBXnro1u1xd7RTXVDN2WJX { width:15.8125rem;height:2.875rem;top:57.25rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnlyXhZOPfX8TXivqde6Db40K4JlC1T6 { width:6.3125rem;height:0.875rem;top:62.875rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK0r8CFxTS3qcQrTpUIovm5zmDAO7sv0 { width:15.8125rem;height:1.125rem;top:55.1875rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xubrAqugmQcdtbqofw3kB3LVtyE3FN2p { width:13.0625rem;height:16.6875rem;top:34.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2PEb63uuubJRx8V3GM9M6sOcweUt87 { width:1.875rem;height:1.875rem;top:53.0625rem;left:16.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #S3CufmE3dT11sQtTDXU39RxBq6dHxpw7 { width:18.75rem;height:12.25rem;top:52.1875rem;left:0.625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #urhx2hCpsrILbMe2xAuRwAnzLAz7Z4N5 { width:16.125rem;height:9.1875rem;top:55rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #xrxXMvUhJcl1l6AEG8rxcTt5C7JRRzuR { width:16.625rem;height:4.3125rem;top:50.71249961853rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD5lip00si8fTHhlVPKGxR13KEhPD8Ic { display:block; }#qD5lip00si8fTHhlVPKGxR13KEhPD8Ic > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngw3UNyf72JwfkBUBzuGUTiPCXgJg7Pp { width:18.75rem;height:31.25rem;top:0.9375rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RNSavalIFDaTR9nxTidPlU1F17bU292a { width:9.5rem;height:11.0625rem;top:3.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwTZEdPub92PR9HO6BkWZ1mNHlQeOSvs { width:17.1875rem;height:2.875rem;top:17.0625rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMKbunz4LaN1CmK11wQJaPIevVzwTxnS { width:15.8125rem;height:1.125rem;top:20.1875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnOiae7BiWfSHooXogdZFu7TkvGxQLU7 { width:15.8125rem;height:4.3125rem;top:22.8125rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3zLTVsWX7hOTTGVVq2xhchutLMbWv7a { width:1.4375rem;height:1.4375rem;top:30.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEfKEhcsUyiVlgEiUfDVECi01UHD9tg { width:8.875rem;height:2.3125rem;top:30.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM3xbB3yPuzVUct6lLA5RTa0kP8N54TI { display:block; }
 }@media only screen and (max-width: 763px) { #zJ4m2SE5xNAZsAaIcoCrNr3fWLyPF13Z { width:6.3125rem;height:0.875rem;top:30.9375rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMr8qnkKDlU2BnVkivaQSev1NrhiviXJ { width:18.75rem;height:11.0625rem;top:21.625rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #NJqRs3rDGwlqAfIMgT08lANgsdrO3RMN { width:1.875rem;height:1.875rem;top:22.356246948243rem;left:16.90625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #AITmlGbDOFDp5UutGiT7Co9KIbuuJln4 { width:14.4375rem;height:3.9375rem;top:24.3125rem;left:1.1875rem;font-size:0.9375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #kTMeafTR4uunt8kLccqKVWhCCzabBfIg { width:18.75rem;height:24.25rem;top:33.5rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UB3T5kTi5EyrTUIIM3lc0MnLhaAehzO0 { width:15.8125rem;height:1.125rem;top:53.9375rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABgfXF2TU0Ao1ka83tXOO2tdsZfo4wMq { width:16.625rem;height:2.875rem;top:50.71249961853rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOw8FUTyEsWlMkLPAiLOSJVezwJXOxPu { width:13.0625rem;height:13.75rem;top:34.8125rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM9b80B8UTQA8QQX3MzLnqG10Ag0Tnin { width:7.6875rem;height:1.6875rem;top:47.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfme8SKfzXD3eKWfGBrzZnoAZpviZn06 { width:6.6875rem;height:1.125rem;top:48.4375rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpVKAqWPM3z7HhVSXCboB2l9AGwd81xT { width:18.75rem;height:12.1875rem;top:46rem;left:0.625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #THN0SiNUGPUd2aOFVhlsBBfebKhFoyiX { width:16.125rem;height:5.25rem;top:48.75rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #AKWNweCaywguqVpm1DdRXzCQoVmkOOlc { width:1.875rem;height:1.875rem;top:46.8125rem;left:16.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #tTrcpJ9wrwgDdWaS5TTEZcThnSHl7TlG { width:1.4375rem;height:1.4375rem;top:56.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHmpA6ls3BlEK7kfTO0bs0Be5C1787Gc { width:8.875rem;height:2.3125rem;top:55.875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV67CbRt3n2d9R14mQzVNktV9CruNTkW { display:block; }
 }@media only screen and (max-width: 763px) { #S9ubC9cUa5VnxPAbtPWgxSNX3yz9iCuZ { width:6.3125rem;height:0.875rem;top:56.5rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlMPirT4hwrzppt2CydJBRX7A9wmpWum { display:block; }#JlMPirT4hwrzppt2CydJBRX7A9wmpWum > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMS9TQydQxQGQpTn00APrcqNZFVqWZxM { width:18.75rem;height:21.125rem;top:0.875rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cRaQE4yTibdv1Tw7uBZ0yqhsTcGTiPDN { width:12.625rem;height:12.375rem;top:2.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuO94xFZRQAoNSKHxTUvQ7OWXAkyiTWT { width:17.1875rem;height:2.875rem;top:17.0625rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POcLFUBWxv6GTDftxHFmV16PELhsWg3i { width:15.8125rem;height:1.125rem;top:20.1875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtgMKRTiBn1veyhwccWzTPUW7XNh3RaR { width:6.6875rem;height:1.125rem;top:14.8125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNmVt4i3BJMp3OE7t8LSLOiJMQ9np072 { width:7.6875rem;height:1.6875rem;top:14.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q { display:block; }#SlZcpUzwbs1NNetxQsn9zsp7AIg4oE5Q > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e66T1b4gONdBTtBfmXqPkfUC4irhLQKg { width:18.75rem;height:33.375rem;top:31.75rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #VMbwQEVmnQI747Sh5vTf8seK9Fqs1aSz { width:15.75rem;height:7.1875rem;top:54.875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaFrbT41hOspOBu3LPNEOui3BvpQ7lFH { width:1.4375rem;height:1.4375rem;top:63.625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7azrT5ypROTTumK9czDoMmswTowpyd { width:8.875rem;height:2.3125rem;top:63.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpbfQiqHrPJycAOpsfT7S7uOfCffIzk6 { display:block; }
 }@media only screen and (max-width: 763px) { #BR1N6OuBdWKGpf6kdwboTAX0xER2hueE { width:6.3125rem;height:0.875rem;top:63.896881103512rem;left:10.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaXgiXP0a6EuhxWomIRzOpPChoFNOqZr { width:14.9375rem;height:3rem;top:49.625rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO2r0ONsAViqTPsz33TcT1UM1S3feJWh { width:15.8125rem;height:1.125rem;top:52.831237792969rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0i4ZGRzLTCwgggX7NbV7GQ6BbmNTxWM { width:3.75rem;height:13.375rem;top:33.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdbDX50ChAodS6vmIETkKbRFN0sZ057D { width:1.875rem;height:1.875rem;top:56rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3UqtPFv6SCoAall911RXCCK8ayVZGXa { width:18.75rem;height:10.25rem;top:55.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk6TN702mV6B9cQT6WRQfad2JGMz2HAQ { width:16.75rem;height:6.5625rem;top:58.6875rem;left:1.21875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gFyxT8AXbEHcrZe60Q9alos5BOWbaoCx { width:3.75rem;height:13.125rem;top:33.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiSBaRautllrwWe2wznOsldqBLu4BBKS { width:3.75rem;height:13.125rem;top:33.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kShk8CNdORrTAQXlPbQZ6A8nmZ3TnMWt { width:12.75rem;height:1.6875rem;top:47.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #megkeEKB3wOEx6iH9dpKdDJCsCkvB8di { width:13.125rem;height:1.125rem;top:47.8125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3XKeiZFMhb2lLpeLccGQUt3OvUKQRwT { width:18.75rem;height:29.5625rem;top:0.84375rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #wZrnNSDF5uLpwaRzkqonfduLTlL72iKd { width:15.8125rem;height:4.3125rem;top:24.4375rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksQwE8bXsfucbQ410ZI95CGAmzulfT1t { width:3.75rem;height:13.125rem;top:2.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ZNIBAxT56yPJV0Xy0hOnqVCwgz4GuU { width:14.875rem;height:3rem;top:18.78125rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spZVzPAEmK1sHWR7DOpIT8mdyaJB8hOv { width:15.8125rem;height:1.125rem;top:22.006256103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTff4cKBfzFvbI93cLcvudNhZ6b8Psqg { width:3.75rem;height:13.125rem;top:2.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #In14SkSKt9s8RDMC5nD6dMls9iHauaFc { width:3.75rem;height:13.125rem;top:2.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLoDkl1bsCKsZlKoxn6p4FxhzxUANLdz { width:12.75rem;height:1.6875rem;top:16.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFfqmWIAeQSDsboiDRvtL4NLTXorTSBq { width:13.125rem;height:1.125rem;top:16.9375rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr { display:block; }#fspfHnHWRUeS1pTFQgzEIrJViOBDr8gr > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8NywXnSWfPPnfsQxadbUpBXg8wcLreT { width:18.75rem;height:21.9375rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nQSXym3tbwufMLZRg3GVlBeoE1nzFSmk { width:18.75rem;height:9.125rem;top:1.96875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdsZilsrB6LsopOVZ6BrhgQKc0unPWRL { width:16.8125rem;height:4.5rem;top:10.90625rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8C52mWpL4W7laNf2yMAIX5oPIaHdD7R { width:15.8125rem;height:1.125rem;top:15.818359375rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIH1XZJVMfMicWqEbcEPK41PO6yGoiGX { width:15.8125rem;height:2.875rem;top:17.625rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQuF5Hfg0Hhq3FSuIZ1HTVI7eiLyNBcy { width:18.75rem;height:21.9375rem;top:24rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #asCkrXJWLUFNNbCDCVzgRInwuq0sF2F1 { width:15.8125rem;height:2.875rem;top:40.25rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x65NUXL5Ahe7yyOAKxfP2ntLNgnSqsVO { width:18.75rem;height:9.25rem;top:25.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TobQhodfS7hd4l6FWtcowu9vDUdk5QsH { width:16.8125rem;height:4.5rem;top:33.75rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHN2GLmrsHH9mvT4rErwmC1Vpt7GmZfL { width:15.8125rem;height:1.125rem;top:38.8125rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Zs7TgDDJKrmi8vghNev8Bx0BqPAse5 { width:1.4375rem;height:1.4375rem;top:21.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOuV0ez3MatBRfXbeDbL9NLMPrLUNB3 { width:8.875rem;height:2.3125rem;top:20.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftRoZMz0ZMaWhlZ6VZdoVlHuCtPakfOo { display:block; }
 }@media only screen and (max-width: 763px) { #J0BbTphAsTdBdL7Kw8lRtWMeXvNI2K76 { width:6.3125rem;height:0.875rem;top:21.625rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJmBvRoRw1rXmJtXzsSaqLKDRqPF16hz { width:1.4375rem;height:1.4375rem;top:44.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO3w0hSxfGUrGRAdvQzcdUX59sB1t4dU { width:8.875rem;height:2.3125rem;top:44.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkiJf0Z410bXPav8PmWhhfz9q2TWhSrX { display:block; }
 }@media only screen and (max-width: 763px) { #t7bWxTLoSNv1NvVn4MIvBi53dCwD9cJ4 { width:6.3125rem;height:0.875rem;top:44.75rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl1GaRfKkcS9ZlFGTwTrFv8aTWOB0bhS { width:18.75rem;height:15.875rem;top:7.46875rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #V9bBiE0DPTddiqdlcgAB8xCSXwZ0Qa6H { width:1.875rem;height:1.875rem;top:8.0625rem;left:16.9375rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #BAmZtD7kB031VgsQIQSA3c79I3OCD74H { width:17.375rem;height:13.125rem;top:9.8125rem;left:1.25rem;font-size:0.9375rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #UbxUO3Cz3rTIkHoNy6Cy4UFK7MXhdoXb { width:1.875rem;height:1.875rem;top:31.125rem;left:16.90625rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #LOhQugGM6t1bdthDTu2GgiCAGkFFwTqa { width:18.75rem;height:15.875rem;top:30.5rem;left:0.625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #Zt0mRBRXygI9isLI3AfKgAwynuFRHfmO { width:17.375rem;height:13.125rem;top:32.875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #RLfncencl4p1yFg7Pv8WXePKs0hviy2E { display:block; }#RLfncencl4p1yFg7Pv8WXePKs0hviy2E > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGxeF70DAQBcHSgHExt2R383JdTeV032 { width:18.75rem;height:26.875rem;top:0rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EhPrcG2UDzxkgh5GfsD0HZ0vTRCk9qzR { width:18.75rem;height:8.6875rem;top:1.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb5AQxpCC1ulmUJBD7KTJZC41btmhpSG { width:16.8125rem;height:6rem;top:10rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVdvy5QXmmP1cqhDpD9PmeLRf1LZla93 { width:15.8125rem;height:1.125rem;top:16.162506103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Wn6WtswAiQhf2k5U7GQJvm6bESPViM { width:15.8125rem;height:4.3125rem;top:18.71875rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWZzvzAykKJ2XEoTDpxxQlBT2yGI5hhF { width:18.75rem;height:23.75rem;top:28.1875rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ETzH8LsJPRatTriMweggFsd5nomu6KEq { width:16.875rem;height:4.3125rem;top:44.9375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muaMIdVWVWe3ccnPgAJaxLMcxQXuA5t9 { width:18.75rem;height:7.5625rem;top:29.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR1o54NCmqLQaDLLgM5eXeoMNQxfRGie { width:16.8125rem;height:4.5rem;top:37.8125rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs2IfoNuLqmWVqZT5l1WrTgC7atJZtct { width:15.8125rem;height:1.125rem;top:42.4375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNtf4g3t88PCHZnfxQELlf4meSVmJCTl { width:1.4375rem;height:1.4375rem;top:25.40625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsBxG5PrdnP3MdRxHZO9Z95bVisNzs4R { width:8.875rem;height:2.3125rem;top:24.96875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuW0psKNCaCKZPXITN2UoegBvUGQXTmq { display:block; }
 }@media only screen and (max-width: 763px) { #Vsl78aouTxwJr1xhcrIUrOx9TohaD6PT { width:6.3125rem;height:0.875rem;top:25.65625rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmw7DsTspvl138yqv2M7Jgq39v07ytQT { width:1.4375rem;height:1.4375rem;top:50.5rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdqzrid0PVENbmbc2KgSoHuqQiiEmz7f { width:8.875rem;height:2.3125rem;top:50.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiI5DZVVo6st60I0gEokIfwh3kCUT2ZG { display:block; }
 }@media only screen and (max-width: 763px) { #lPfUP70vg4RR3RIE6XQyRVxyJwLTRg8O { width:6.3125rem;height:0.875rem;top:50.75rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8iXSPM2eeeAomZtLKdEU6thi6HhWNZF { width:18.75rem;height:15.1875rem;top:12.1875rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #JyX9JHyAzi14TZhSwuyJBGO14bt99veC { width:1.875rem;height:1.875rem;top:12.84375rem;left:16.90625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #KfVtPUqEHHKkW5JiLSBLxgem1xe5GOa2 { width:17.375rem;height:11.8125rem;top:15.25rem;left:1.25rem;font-size:0.9375rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #OXm9GKz7yXfqiAMpLlHtbSsCsVHuiUiT { width:1.875rem;height:1.875rem;top:41.27187538147rem;left:16.90625rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #Nuwyew3OfGP6AXVN8SBReuy1S6W5b3bh { width:18.75rem;height:11.875rem;top:40.5rem;left:0.625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #nMTxbxq00k7TDwn9vEOnFPC0okouNewV { width:17.375rem;height:9.1875rem;top:42.950000762939rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #sREMVTPouCJIS6z18XSauADTQXCqf6VU { display:block; }#sREMVTPouCJIS6z18XSauADTQXCqf6VU > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0VwTE1eTFTO6vvv0B3FSVw007gSuLFJ { width:18.75rem;height:24.125rem;top:0rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #HQZhuyDpEKFu19C75TtCeeiDQzdytorq { width:18.75rem;height:8.8125rem;top:1.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpAbMhD6a5XwqzkBuVhcfEFsxN16TRVw { width:16.8125rem;height:6rem;top:10rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf5yaMaL2mwdJXaZlx4Mz9V7RmCZwUdb { width:15.8125rem;height:1.125rem;top:16.100006103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpI9OdASimLmUZBJS51ve1wQKbO5agqk { width:15.8125rem;height:2.875rem;top:18.59375rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viPvq8icIAJ5aecIXo0LGh1sFsumF4re { width:1.4375rem;height:1.4375rem;top:22.6875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ6fo33OkA3Eak14To4IVyUUXVB9qVP7 { width:8.875rem;height:2.3125rem;top:22.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDzCPaGgCzmKQE1x3o9HtxWNOfStlDsR { display:block; }
 }@media only screen and (max-width: 763px) { #bfWDllCGyB4ZfftlxCayckBxz4xQavEq { width:6.3125rem;height:0.875rem;top:23rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB6wRdnMpz9GUydmatTe0zN7m5DRcZ0B { width:18.75rem;height:13.25rem;top:11.375rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;z-index:15051;background-color:#93c13d;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) { #DTxofbCzFyVnCAri3J1KEkcoE4GGOpR5 { width:1.875rem;height:1.875rem;top:12.206237792969rem;left:16.90625rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #KF1KXxgox9V3Dne24tEKGkGWpnZsZSch { width:17.4375rem;height:10.5rem;top:13.8125rem;left:1.25rem;font-size:0.9375rem;z-index:15052;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M4PysW6lVPTCLuzKwyWsV5XilwSI3ov0 { width:18.75rem;height:23.75rem;top:28.1875rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #J8pGntOSrCgoy8HME1GlddX3R1KpwIU9 { width:16.875rem;height:5.75rem;top:44.9375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWblBpQp0t5mQT5Vk1ynpp8QFfITu5NL { width:15.8125rem;height:1.125rem;top:42.4375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEtctmXta1CgKy7HrIIT6Zx2L6J2F8OG { width:16.8125rem;height:4.5rem;top:37.8125rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtBH3ZGGP6FMX8DW28rKaSmFl8QXRIPa { width:14.4375rem;height:5.0625rem;top:31rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfsub4PtbRszovgSGIH660OkvRkMeTdw { width:16.625rem;height:6.5625rem;top:40.71875rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #kq9zUGoVJJ2cdzh32tGxoFHN30xswb2p { width:1.875rem;height:1.875rem;top:38.208984375rem;left:16.90625rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #CFPqvF9AU3BpX6NOGoWwV7dsNcwnJVLA { width:18.75rem;height:15rem;top:37.3125rem;left:0.625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #bdeyueEZ6FOarSDgCQaQJv4y79XR6q3u { width:1.4375rem;height:1.4375rem;top:50.5rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th33h6qfKTcf1OXHdCITb5Wt3WCsFiau { width:8.875rem;height:2.3125rem;top:50.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynf13gAcTgVoR2y2BOFSIVMb8JZEew8T { display:block; }
 }@media only screen and (max-width: 763px) { #OblRnPxqJmq2ryAAHTq1FTUNlOdAKNF9 { width:6.3125rem;height:0.875rem;top:50.75rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw { display:block; }#axBHKs0M1qndSzRlHlM6ImuXr9kEFMCw > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voTQDMVrlzTEsamfzgHR9kcLnkO1dqP6 { width:18.75rem;height:26.875rem;top:0rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sho0oOU7iEZx9voJizR9nMQgoI6ofweR { width:14.5625rem;height:4.9375rem;top:2.9375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3tKWGsQ8oR9BQhEFbSHJJRDmLfPJrfE { width:16.8125rem;height:3rem;top:10rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBMoRTh1OnSKtB5qZPLES6uTLl7NEimW { width:15.8125rem;height:1.125rem;top:13.099609375rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJSw1n5cWB7qSwvPDJPxqsSZPuhle7Cs { width:15.8125rem;height:10.0625rem;top:15.40625rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccHy4sd0EMvTFlG2ZR9v2wUTGIG8MzT4 { width:1.4375rem;height:1.4375rem;top:25.40625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGgSkaMiplDiMimtUghTGQAhVpVI71V0 { width:8.875rem;height:2.3125rem;top:24.96875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGyUoCMgMa3dlWsowrJHuW4XyEMt72Ak { display:block; }
 }@media only screen and (max-width: 763px) { #qU4749TwlkWyHdSi4PCEsnK3XruablMg { width:6.3125rem;height:0.875rem;top:25.65625rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7tRkyRnkkiSxsn6Q20aS6vQxDTORwS1 { width:18.75rem;height:12.75rem;top:14.5625rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #TcfmeeGawfeXntF3Q6b7ozuzPs15erlI { width:1.875rem;height:1.875rem;top:15.5625rem;left:16.9375rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #v9CJdDfLLV6e0PwT2SJAKn1gDQhDa2gC { width:17.375rem;height:10.5rem;top:41rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #y1iTyuVFfhukyxTBxw3CQE1BJBT2NowE { width:8.875rem;height:2.3125rem;top:50.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv3vILq20z3287mQTLLynFtP9zScpWVX { display:block; }
 }@media only screen and (max-width: 763px) { #uGw3vN9q0kdLD35XzwiNtrTZhUpeo61k { width:1.4375rem;height:1.4375rem;top:50.875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyG6HZAewfvyzbrEd9VVhTF5H2NLWAwT { width:6.3125rem;height:0.875rem;top:51.1875rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ3ezZBL2EJqdVIpByUT4OMhZzovcsNy { width:15.8125rem;height:5.75rem;top:42.53125rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0LqJ0qwoIqFlKPlvdbWPkIk3TUiiw1X { width:15.8125rem;height:1.125rem;top:39.787109375rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhUlAflT3WPHEKQV5yitZfJbaoWsdvoK { width:14.375rem;height:4.9375rem;top:30.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZpAalLGvNhK9puQy7FEIlSMrQSm5fo { width:16.8125rem;height:3rem;top:36.625rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ANhGVKlDLzkKOlFZLt58AETL6VAQQD { width:1.875rem;height:1.875rem;top:40.4375rem;left:16.9375rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #ML6bIfi9nMXpCXTuJh58OaxytaXE0x9Z { width:16.8125rem;height:6.5625rem;top:18.96875rem;left:1.28125rem;font-size:0.9375rem;z-index:15052;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UvcE49cs2whUsfllCx2TigDIWaOAs8NB { width:18.75rem;height:13.25rem;top:39.625rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;z-index:15051;background-color:#93c13d;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) { #WB2XnSSlUun5SrKzrdyTJX2FZqXHfLN1 { width:18.75rem;height:24.125rem;top:28.3125rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 { display:block; }#JCPvEonvFAZF9yBfpwupMrVxx0BrkmC3 > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTizXESkXW4Z7WDO5fGoC743iw91BRwt { width:18.75rem;height:14.5625rem;top:12.375rem;left:0.625rem;z-index:15059;background-color:#93c13d;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) { #afH195q4rrJGqgoapb4kTXP7tXIHRSa6 { width:16.9375rem;height:11.8125rem;top:14.8125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15060;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NXdVydIwtTXJJl4VlWi09hrof0pUPOrC { width:18.75rem;height:26.4375rem;top:0.0625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #SF5fCL7SgT2pm9LsiBNe1h0sxq9X418h { width:11.1875rem;height:11.1875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTDyIVT5NKgxyZAu2X9166fG6oTougto { width:11.1875rem;height:11.1875rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfsDNGocRUHeSzMb9DV65NDLzxQEkA95 { width:16.25rem;height:2.875rem;top:20.0625rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HErsvkGGUSmTsr61FCUPrciqcpycwywC { width:15.8125rem;height:1.125rem;top:17.875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #keoG3mo0oqRnMTGR0JAZuBRUCI83T6IX { width:16.375rem;height:3rem;top:14.75rem;left:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beShn7sThtugHbmaihoQ0rrU4z3m7Kz2 { width:8.875rem;height:2.3125rem;top:24.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9BmE94tfDVMoixitRrnFXnz1N82TAgu { display:block; }
 }@media only screen and (max-width: 763px) { #U1cuDrTIgA0CA3fKJ2DrA8fTe5s8WRfg { width:6.3125rem;height:0.875rem;top:25.125rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZbOCuxTGuUk0Ku2vGIFI5INq6kowODA { width:1.875rem;height:1.875rem;top:13rem;left:16.9375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #SVAoLsFl3JuZ2xG9wKZVDHMUJaF0BQJP { width:12.75rem;height:1.6875rem;top:12.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTt0Mf83hwF6TmTwkEB5T5fKgpnwOxxg { width:13.125rem;height:1.125rem;top:12.875rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFKKaNQ6CrPgqbigOCQRolHw8e1z8Hh9 { width:1.4375rem;height:1.4375rem;top:24.875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI5irSeZduwRE3kFLBFKHZO9J61pWB6C { display:block; }#hI5irSeZduwRE3kFLBFKHZO9J61pWB6C > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyLhzAc5dvgRdkhLeixcPMtfhMbiLU2T { width:18.75rem;height:29.75rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MATlF1SB5Rt9Tlb5svWgBIZIh5S4AM0s { width:14.5625rem;height:14.75rem;top:1.78125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFwyLneawIsqFuFq0d4LtWg5rvNTTfCA { width:14.875rem;height:3rem;top:17.09375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx9m37qUQJ8D5KcOHfn9rVm9fv7Ziegq { width:15.8125rem;height:1.125rem;top:20.318756103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqoC57LEJNFfJyyHZDsdbZ5mmaBFKc9m { width:15.8125rem;height:4.3125rem;top:22.75rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBA6V2DoZU7K7bRmZtTtK0rmnvC8nDom { width:18.75rem;height:28.4375rem;top:32.125rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #BA0wDX5uichJcvRMw0NMCxN2uUu4O1IV { width:15.8125rem;height:2.875rem;top:54.25rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPlTOCpRvlZpwQJb4shWKf4MDcuZJOOI { width:14.5625rem;height:15.125rem;top:33.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCSKgmFqR4R0865Wg861AqZI1G8mGuLT { width:15rem;height:3rem;top:48.5rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvO6F3bGdfOaz0OIEfRHPUqGlScPaeEz { width:15.8125rem;height:1.125rem;top:51.75rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQB5vuulWM5Hk9t9QKSRFiigCbiJdQ86 { width:1.4375rem;height:1.4375rem;top:29.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiBp2S2VqJmTTPwVfwrIgDa2XeugsBVO { width:6.3125rem;height:0.875rem;top:29.5rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D34M3swQl0p4HZx5rkl1742hKmEo8fbn { width:8.875rem;height:2.3125rem;top:28.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSJx5VX8Qho4oRQJgxPZdHDEDun79Ebb { display:block; }
 }@media only screen and (max-width: 763px) { #Vyuam4qCtzPLlRkoeGHOGBsgoSprT898 { width:18.75rem;height:11.1875rem;top:19.90625rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #rGwyZTmXz0FfP51TPao8q3ecw0SoGmZi { width:16.0625rem;height:7.875rem;top:22.71875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d16yM1EmnIgcuDGOv0av7IEPsiJORtt1 { width:1.875rem;height:1.875rem;top:20.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmy8EhT6qTLMEV5as7yxwD52wq8tfXmo { width:1.4375rem;height:1.4375rem;top:59.125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqg4mtA2AAeBmqNUgmeSSFEUfz1qNzwF { width:8.875rem;height:2.3125rem;top:58.6875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmApwG00lxuDDOQaNUrS5V03FPUBQ27r { display:block; }
 }@media only screen and (max-width: 763px) { #pMuzidu9cD83SBupKWAMIIr8utvvx2Kb { width:6.3125rem;height:0.875rem;top:59.375rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5XHTBTmCpyyAtCOgK6l3orMkUT2a2U9 { width:1.875rem;height:1.875rem;top:50.450012207031rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl7HwSCtC0z15wtWwyC2OwBG2nppdwbO { width:18.75rem;height:11.3125rem;top:49.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwPZrgk2iEr8ayFaLin4JVspQiu2bone { width:16.4375rem;height:7.875rem;top:52.5625rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f6mM725JHwWb6qMcO2gQI3u4NisqFKXM { display:block; }#f6mM725JHwWb6qMcO2gQI3u4NisqFKXM > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz66GLiXrGW6B0fxHyQwhUX5c4NWtMNy { width:18.75rem;height:32.25rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MV4WzhTlMUTBHFlGDg2drVfBVz1uGA39 { width:10.6875rem;height:11.5rem;top:5.09375rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDLg8uey4ZWcBvnPOkfPZwtReT2DNbdN { width:14.875rem;height:3rem;top:18.59375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvwkxATG8bQ0Kf3VDniSdXiMXpX0LyNZ { width:15.8125rem;height:1.125rem;top:21.818725585938rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzd9OJinFz9stzOwfLeM8lLGid6HVpUL { width:16.375rem;height:5.75rem;top:24.25rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPAzcdXb1TNwxxU3EM6skuwmGDcPaBy { width:1.4375rem;height:1.4375rem;top:31.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhdyi6A1C0BuNNrDsdwx2kTEH9kMeDZy { width:6.3125rem;height:0.875rem;top:31.9375rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmgEGDTNNGGVPniUZ5i6QnKnnyl8fDWJ { width:8.875rem;height:2.3125rem;top:31.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCTfHRsTQSfTnS8FGvxBPVs7dctcroJu { display:block; }
 }@media only screen and (max-width: 763px) { #vckMkFX2TLv1ScunBCobUc1cTiGltyd3 { width:18.75rem;height:13.5625rem;top:20.0625rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #pAqsnbW9tLBWXumr0vVZldJNKThhF62x { width:17.625rem;height:13rem;top:19.75rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfrQJseUoii9KCJGx7eZtFQINPKWN0uW { width:1.875rem;height:1.875rem;top:20.75rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8h4SC2bAizzvTitynKkIaVKTnVhe3nh { width:10.5rem;height:11.3125rem;top:1.9250001907349rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr3NnGPw4GChbzIq17b0bvZbKQM6ikRt { width:12.75rem;height:1.6875rem;top:16.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7fFExcdJLS5tPyAf9XgPqp9tNZMrHTH { width:13.125rem;height:1.125rem;top:16.8125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk { display:block; }#wwRXW0LG2QKwTD2OtxMcgTraD83pbgzk > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2TaQbT1KLyDvopzIwrJPNOvVox0TvJT { width:18.75rem;height:27.75rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Pf5wOsPEHZC1GF62DcZPba6AriRWTqxZ { width:14.5625rem;height:13.3125rem;top:1.78125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUB8IWiBrA0hBVVbPplGnxgM4IhmXdl1 { width:16.4375rem;height:4.5rem;top:15.34375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9l0VEMIAOquPZQhAuCL1ihkoFK2XOup { width:15.8125rem;height:1.125rem;top:20.318756103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUXmuW5qq5XLQv1TQtOMVI7OVNeqiJNE { width:13.5625rem;height:2.875rem;top:22.75rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLghsTBXxSyTuOGDDbNGEnpTZRuu4M2s { width:18.75rem;height:28.25rem;top:30.0625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #n32xX17SSBlHBoiw58pHfTSgxaBDOOds { width:13.8125rem;height:2.875rem;top:52.1875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUAAZkvCi9WaAavKOFRILyCZ9Up6gfbI { width:14.5625rem;height:13.3125rem;top:31rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyu10WVcdhvbo8bhWBZEXxRVzlgTmdzk { width:16.6875rem;height:4.5rem;top:44.875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmGeqNLwai1rzH8cBTXIALyJ4eOUvBHA { width:15.8125rem;height:1.125rem;top:49.6875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP3KbUcCXoID6SyyrTAZTOLL0TdMXU4Q { width:1.4375rem;height:1.4375rem;top:27.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuuc54sPyxnHorOJGaZMpcdH5rA5vs9k { width:6.3125rem;height:0.875rem;top:27.5rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8LOl9hQDhv32nfhmfezIe7uVIlq1QBa { width:8.875rem;height:2.3125rem;top:26.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #La67RIy0pgvoqKSSvaTSRVXq66XbI1GZ { display:block; }
 }@media only screen and (max-width: 763px) { #AAQQNrB2Jer2zPesSaH2idJGmMtE9FFF { width:18.75rem;height:13.375rem;top:15.78125rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #BNefzK3qTfyMziIeCXbqbT7oa8a3Qve2 { width:17.625rem;height:10.5rem;top:18.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPxZ8Sso4XxdNPv0JxWtf8MHJJS5aETU { width:1.875rem;height:1.875rem;top:16.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRAWvxumbVwBs2BRG6Vqc65GuEK1OT0T { width:1.4375rem;height:1.4375rem;top:56.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGCkzpgwSMBah0tXSBFtgnR6eFdHUhnE { width:8.875rem;height:2.3125rem;top:56.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAmZdW9J3QaWrv9OycLcPJnFr5SgzPiT { display:block; }
 }@media only screen and (max-width: 763px) { #QxBsiKmyJPG8B2EvpaBR8c3AX93In8dM { width:6.3125rem;height:0.875rem;top:57.125rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyVf1q8iQCkXa9Xw7d2FoZAbMCgppbZ { width:1.875rem;height:1.875rem;top:46.137512207031rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXTKsZXHMvPzSgwD7SsE07l78u44eMMz { width:18.75rem;height:13.375rem;top:45.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpOdTNcACoTrkaPiL6oupTpC39yyOCXm { width:17.625rem;height:10.5rem;top:47.9375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl { display:block; }#XNDrT5gto7xpBZgbf1NpinbBzgvK9OUl > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPUNPGx3qpRGbzPRzEW7Qs07mnFkhTFu { width:18.75rem;height:29.0625rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FW998LVDTQkf6K0UFGAmOIlf9gBnXkSO { width:13.6875rem;height:12.4375rem;top:1.78125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPx07TvmgooTyuyQAXEfpgdSNJKuTWN { width:16.875rem;height:6rem;top:15.34375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdXxiqbtE3w43gibsTpJ70qxAFlkE8cl { width:15.8125rem;height:1.125rem;top:21.506256103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhlGiM4pyrmJQunupDieKvrvAaQ1klIC { width:13.625rem;height:2.875rem;top:23.9375rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMWEA2lUxkFTkMsGUxWKdoogxqSEeN6T { width:18.75rem;height:26.9375rem;top:31.3125rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #CHngF6WCbdWgcLphDxtPVkmf00481FHW { width:15.8125rem;height:2.875rem;top:51.3125rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUbyfw6deaTdHneI7KWW1o0JRZGAbfkB { width:11rem;height:9.75rem;top:33rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8R30axHOJoawAVPFA7aPoOGPduFJvgB { width:16.6875rem;height:3rem;top:45.75rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ooz0J0n2AQbuZ5MBeTgHd8ldT0KcqW { width:15.8125rem;height:1.125rem;top:49rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdU8nxlssi1oTHaWXru3TfNIUGsz4LQ { width:1.4375rem;height:1.4375rem;top:28.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZbKOpaBXUDTw1lkFzH0qUhDxadFHlT2 { width:6.3125rem;height:0.875rem;top:28.8125rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpinLPDDivE8wwosLUpdQmxhdWMzKRqf { width:8.875rem;height:2.3125rem;top:28.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkEWOcszDVGSQngJhmPsDHPDZ8Ft4Tn4 { display:block; }
 }@media only screen and (max-width: 763px) { #VGVT9Zvb1RWQ1ezs59TJ0Vuq9nyMQVTD { width:18.75rem;height:16.3125rem;top:14.09375rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #lvHca6Jr6u9pnQHTXQ5V4NqDRbB7eP9E { width:15.5rem;height:13.125rem;top:16.84375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFIsuhC0VTZGiJu7TVbXO8zIzmD9zZnq { width:1.875rem;height:1.875rem;top:14.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vek3subf64vMJVOsOwwgbA8QDo4OaTO4 { width:1.4375rem;height:1.4375rem;top:56.8125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deUJG2lx47eZquGA9upcGiAwQn5TGCRx { width:8.875rem;height:2.3125rem;top:56.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm3DWaAJKazPKOTOTz47UhL7i8TZPinl { display:block; }
 }@media only screen and (max-width: 763px) { #HHfKEo3botT2RkC2QnSS5kxTDmiBLi53 { width:6.3125rem;height:0.875rem;top:57.0625rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuNCeLTosm6F6frJIabc4TSZoUhTiZQD { width:1.875rem;height:1.875rem;top:44.9375rem;left:16.96875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #RwT8BtqpQCeR1ysx7F4wKEiwuDBsK4TC { width:18.75rem;height:14.375rem;top:44.3125rem;left:0.625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #mwrXkZ3LcNIW0fCQu7yMdLH6MBIUbgE8 { width:15.5625rem;height:10.5rem;top:47.5rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #vXOkxVU9m2wCBo8d6r59Vu8tEKcsvVEH { width:7.6875rem;height:1.6875rem;top:43.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDG0KQhoyFMJZFBCJ5uEK8poCTS2tlro { width:6.6875rem;height:1.125rem;top:43.8125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr { display:block; }#M9J5N19Vux6O8cP1Qb0AXxTBek31Q7kr > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayZHbvIA2qBEO4Fedt9Wx1qz10uFTgTO { width:18.75rem;height:29.0625rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #H9f0Tp5MoEwlNTmeHisES3k85QNTKiTs { width:9.0625rem;height:8.3125rem;top:2.96875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdnXUsb9kT9K7MlVRrzCDGwZct3SZ4A5 { width:16.875rem;height:3rem;top:15.34375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGfD6Naa1gAZ5GScRIrLyCUE3TeFB1q { width:15.8125rem;height:1.125rem;top:21.506256103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFPwEmzJr7QRd2sOyNZHvzK3wBVydgW5 { width:13.625rem;height:2.875rem;top:23.9375rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxI5Ghpacb8QyNcTCPWfoTcWWps0TWPf { width:18.75rem;height:26.9375rem;top:31.3125rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #O0J4uJElDMWnpThawfRJm2mvCPtSGIrn { width:15.8125rem;height:2.875rem;top:52.1875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqeThmTF7yrDAe32cilrL2VPSquUZsNS { width:8.875rem;height:8.125rem;top:33.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muHqdcIcbImyCvvVrvbm82w9nS545HxF { width:16.6875rem;height:4.5rem;top:45rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpe9QpibTnzl6IqpzdMMh9Zg76egGJFT { width:15.8125rem;height:1.125rem;top:49.625rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSDw1ObwZi92JLNMQIVZLWg3uLzTFWp { width:1.4375rem;height:1.4375rem;top:28.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9WRK2Ag2g0bO6TTKTeSUkUBP604DaAW { width:6.3125rem;height:0.875rem;top:28.8125rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITLERT6pZ4CeGhhAQNV7thv5yzz1azz1 { width:8.875rem;height:2.3125rem;top:28.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfCgND3Knts3T2Gt10w1U2MAt4s0LUby { display:block; }
 }@media only screen and (max-width: 763px) { #DXfCdlz13QHv7vayt6UCxBFnaDgvN5qX { width:18.75rem;height:15.375rem;top:15.03125rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #q0swFCpFeQEFqJkdm7p6FoJzALDNkEk6 { width:14.4375rem;height:13.125rem;top:16.90625rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4HbyfAZJyd4v8yb4xUUU8id1mb77TBf { width:1.875rem;height:1.875rem;top:15.625rem;left:16.9375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #BFCMdfAzr9xt9VIBA8LgRdXvwWNn1BPn { width:1.4375rem;height:1.4375rem;top:56.8125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozT1hf808iRGpXFucLMT2IO6iTBt2VWX { width:8.875rem;height:2.3125rem;top:56.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qelPgf0vssWSTi9R1Tt4KCfXFkWlbnWB { display:block; }
 }@media only screen and (max-width: 763px) { #ZEEbGMlnCgn5J2y8zf2T4dnML0CWVANr { width:6.3125rem;height:0.875rem;top:57.0625rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0tqL3an8iIZW6TMNLCGND3twXpN3JHy { width:1.875rem;height:1.875rem;top:42.8125rem;left:17.15625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #tVX5T1Pl5EUVqBhAkgppzW2DNKquc0lm { width:18.75rem;height:16.5625rem;top:42.125rem;left:0.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Qtvm3eORQtfl7o8v4J5B1fxub8m71hkx { width:16.375rem;height:13.125rem;top:44.75rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #emSdf6mIEoCRQofQLTiThTGc7zI6OySJ { width:7.6875rem;height:1.6875rem;top:42.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBKxSrv0Vfqfua1pkK1oqyODCr0IynfK { width:7.6875rem;height:1.6875rem;top:12.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfd8Mwubgty7KCpDtEcd5czTS0emyqF { width:6.6875rem;height:1.125rem;top:13.3125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLEDL44qRWxzCAw0UZxmSfwnzRoGfRGX { width:6.6875rem;height:1.125rem;top:43.0625rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf { display:block; }#OGcmiTtVyUvs8HRK8N31aFEVfteMA2Nf > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwXVzyhztSGGipke93JzkinuqS2E3TKA { width:18.75rem;height:27.875rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cAfluUNJRSzcS1VmCZi8chznsgozWV71 { width:14.5625rem;height:13.25rem;top:1.78125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTlFdiM2EiMpbV7hrx9OrPcnDnbFcin { width:15.5625rem;height:4.5rem;top:15.34375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzvyieS5Q1EeHgQJBHcMM8ZmFauGGAPC { width:15.8125rem;height:1.125rem;top:20.318756103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0zhtRpPv1rtlF92QDoyyxccAlEs8E0h { width:15.8125rem;height:2.875rem;top:22.75rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRRtU5gXhG0KitV7UrPzT8WmTNSM3PTc { width:18.75rem;height:28.25rem;top:30.0625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #u2CNGzdVytpvSzXymM3XLB20wPsnwMuG { width:15.8125rem;height:2.875rem;top:51.9375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQGQtZeeMlprScIbz8QaEXd18eS6ZFZ0 { width:14.5625rem;height:13.25rem;top:31rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP49GPCTg6hvwB4d7NedcKDqcxHRFUPx { width:16.6875rem;height:4.5rem;top:44.875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMMPTZs1pXOdO8wyaKgt4x2MIqUuIT9a { width:15.8125rem;height:1.125rem;top:49.4375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCGX9J190NLnW697UT633SLpS80N1vuC { width:1.4375rem;height:1.4375rem;top:27.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4HTdS7OzyXMgNaB2FmVTnvUGpHI32m { width:6.3125rem;height:0.875rem;top:27.625rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG3brdq9zL4fcv08DSC7UxUhLPRn0WQT { width:8.875rem;height:2.3125rem;top:26.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhsSDMqobQ4yZOKyWEIRUBgmBWu3yiml { display:block; }
 }@media only screen and (max-width: 763px) { #IRVNd3AGEnnHif6QNhvxkCeT3UilI5I7 { width:18.75rem;height:13.5625rem;top:15.65625rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #AqtTISGTcHm5C0hLo9QENmn9VFVl6Kdq { width:17.625rem;height:10.5rem;top:18.4375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGBvqx1L4ZUd8f8BofGkSy7XbI68quat { width:1.875rem;height:1.875rem;top:16.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVUT4GKPGSKiR8b0G5TLdn1l29LC0p3X { width:1.4375rem;height:1.4375rem;top:56.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJr32zQTsm5Ql5bhrD4xWBSV9xRicbUM { width:8.875rem;height:2.3125rem;top:56.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhSIN8hlSahixVv7oh9o2CuF7DT0EHpo { display:block; }
 }@media only screen and (max-width: 763px) { #f002SimNeVtHm5AftxfEWyOmlkNF4HGO { width:6.3125rem;height:0.875rem;top:57.125rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA3IiO628SzwlsAMX4JWD40Gzwl0ny4f { width:1.875rem;height:1.875rem;top:46.075012207031rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG1XKlotQegiemsWCQO6ZcFxtJP1ATOg { width:18.75rem;height:13.5rem;top:45.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtI9EyTc8HpbSMF2HhdwDaVqFsMGSCzF { width:17.625rem;height:10.5rem;top:48rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl { display:block; }#VpiTwG9p9R4qzedaFTyyMILpJ7mlXJwl > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HORbaKTZw7JCUtALU7aEnNNGWRa1P2Zx { width:18.75rem;height:29.0625rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mg3lZ1rkpg02Te1eVU7Dx80is6TIBlEd { width:15.8125rem;height:2.875rem;top:21.3125rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5xnvMIgx1KDoB2NKmLTR1dO9HPcqArs { width:14.5625rem;height:13.25rem;top:1.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISkJxR0b7pwxo5bHUcOsrT8lvfsayTz5 { width:16.6875rem;height:3rem;top:15.4375rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWMJxgQ4nsJTQKUW2LnFZaQLp2c1eIco { width:15.8125rem;height:1.125rem;top:18.8125rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc7vyiXibU4kugAuFoTe0I1LcoKQWFLT { width:1.4375rem;height:1.4375rem;top:28.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKO9NNZWUB1eQ3p0gsffiscSD8VJ2lV { width:6.3125rem;height:0.875rem;top:28.8125rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaQNZLmK37vTQowWCPpe9kr84liKwhZA { width:8.875rem;height:2.3125rem;top:28.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKlNdmDCmxJA3vUECK4IeC4fkcthnlE9 { display:block; }
 }@media only screen and (max-width: 763px) { #TXA7rOvbu794F7kCDbWDcEXqlJPkBEJN { width:17.4375rem;height:10.5rem;top:19.46875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFuQAKfh8mzxvfCSv9dRIVousaQvKAyp { width:1.875rem;height:1.875rem;top:17.38671875rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7lAaOREbS9k2hdHDt6d4dpC7dbtm9rZ { width:18.75rem;height:13.8125rem;top:16.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz { display:block; }#DCH8Qoyh5d19zG4PMRbOGLEhe76lT2vz > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgCIL21mm96LNZiiJlmgnVlbsvNtLlFp { width:18.75rem;height:27.75rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #y0qQvvqcHgLVMM87hyJPf0LKmhAW3QWh { width:5.125rem;height:12.5rem;top:1.96875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPHy0BmPn7WzpGDZETgTMQKA5uIPUli { width:16.4375rem;height:4.5rem;top:15.34375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTwGvEH3g9VEV6Mpt3NCVD4tBn6vP6U { width:15.8125rem;height:1.125rem;top:20.318756103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJHO5BlgUwaEiQ1Of0i3v31oNQasQCXh { width:13.5625rem;height:2.875rem;top:22.75rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub0hQWDVUrXpT0RxXPoO46TTTbmgl9Oz { width:18.75rem;height:28.25rem;top:30.0625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NCfiTC0txohlBcLsbeEL9PGrooNGrPX6 { width:13.8125rem;height:2.875rem;top:52.1875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtdzq4be1oRlGTZCuQU2GxAwu7BAF4LC { width:5.125rem;height:12.375rem;top:31.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux6aPusewMGs2a9Ooa0IeQaRtmAttkwR { width:16.6875rem;height:4.5rem;top:44.875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6SwEyKhGseuQwsvLnUS6SqHba7uaZEe { width:15.8125rem;height:1.125rem;top:49.6875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrxt09wmmdrtwqpErtG7quO8ln2BXzxx { width:1.4375rem;height:1.4375rem;top:27.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5sMlkpkkcwHgfFf8WxUJwNTMqW9ny6R { width:6.3125rem;height:0.875rem;top:27.5rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOHS6mr5C697y3dfGtQgd4POhqeonDyP { width:8.875rem;height:2.3125rem;top:26.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkZQk98lzC1pl3i9la8sUmVMlxHVM6av { display:block; }
 }@media only screen and (max-width: 763px) { #OMrwv1FfUm4M5xH3cZougEOosGxaz07T { width:18.75rem;height:13.375rem;top:15.78125rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #AD10Mm4cOEScLyKmr5lrn9MDI4ShXq1R { width:17.625rem;height:9.1875rem;top:18.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOTcKSc5oXy6xxCPKx4fppernt2cZVvc { width:1.875rem;height:1.875rem;top:16.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trgb2bGZz3vXWtzK2scDcp47UWfZuUx2 { width:1.4375rem;height:1.4375rem;top:56.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9wD8b89BQCFE9XkizwGAZudphdThGU8 { width:8.875rem;height:2.3125rem;top:56.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdsSbn3JFeyQe0vrrRrSk8UT6LVMLQnT { display:block; }
 }@media only screen and (max-width: 763px) { #qWDaWebfWP95nJxqq5J8LHvMcGcUJTNT { width:6.3125rem;height:0.875rem;top:57.125rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV3WEJVBPJTuS0Oupq19JcIA1Da6l7hx { width:1.875rem;height:1.875rem;top:46.137512207031rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfPCvAT3E3T6W7K7wMyhlC2fXx9faghf { width:18.75rem;height:13.375rem;top:45.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3EJybm0N3vw5bfryQU6Sx6cyaCM85LT { width:17.625rem;height:9.1875rem;top:47.9375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #do9bKE14rQb5G5GahaOTh5hwpTOLUCEv { display:block; }#do9bKE14rQb5G5GahaOTh5hwpTOLUCEv > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8xSNrdIPn8oHFaK7Bhe0XUT2FhtmKwt { width:18.75rem;height:27.75rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #CA1EnqEQHWFzJQ3aztCKUcACcQS8WZAp { width:5.125rem;height:12.3125rem;top:1.96875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tws2mCWe62J1ehSZ12hwne3inzFsL0bL { width:16.4375rem;height:4.5rem;top:15.34375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvCk9XWWwKK2mIR4A2dRQU0WcAXIc7K9 { width:15.8125rem;height:1.125rem;top:20.318756103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvGHftAnlaeAgERp1Nv2kuQndkxQhk7n { width:13.5625rem;height:2.875rem;top:22.75rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix4yrEJm0TILr86oiyahcPvJPETXxuhV { width:1.4375rem;height:1.4375rem;top:27.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2LCVlXcb8Wa5F25X10zkRPwGRT4DIdm { width:6.3125rem;height:0.875rem;top:27.5rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN4ZWTSmUnIf6MFpxRIaahANgW52Z5PD { width:8.875rem;height:2.3125rem;top:26.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJJFNEc3GtoEUvOOOvo6dRdIDX3BIFQT { display:block; }
 }@media only screen and (max-width: 763px) { #Tiyu5gPeO8Ie54EPzy4Cmb0PIkoqfKMW { width:18.75rem;height:13.3125rem;top:15.90625rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #TFuNZVlPhe6FhodDlXIA2y8bBWLqFxGv { width:17.625rem;height:9.1875rem;top:18.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1F5gf6QNlWyHax58IVHTDZSTiTCHnfE { width:1.875rem;height:1.875rem;top:16.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpDQGFMd4EMQMMoe9fRwGA4kofQ6MNpb { width:18.75rem;height:27.75rem;top:30.46875rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aaEs1oB9RyuEKgaRnfM8aZoK37ZFv6aq { width:13.5625rem;height:2.875rem;top:53.068359375rem;left:1.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2A81An5qTXvJAW4uTcME6vUBkF6pcfT { width:16.4375rem;height:4.5rem;top:45.46875rem;left:1.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODq7vOawJkkLDl0EzmnDwXrGEHEct7Pk { width:15.8125rem;height:1.125rem;top:50.755859375rem;left:1.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3g0E2op6zlT5MkOnoCSWwTEddbw1qXQ { width:3.8125rem;height:12.3125rem;top:32.09375rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esrzkvxpNWKS7LNHdiDrLuz4vZgRtb3T { width:1.4375rem;height:1.4375rem;top:56.4375rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXdqtITovfskirENC2VqbuuHz4J9wmcS { width:6.3125rem;height:0.875rem;top:56.65625rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnfIJvS1oB2ptTNT7nGtEidiPZtZ0KT8 { width:8.875rem;height:2.3125rem;top:55.78125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3TTpA3IuSJ6URIXaWFTaNwiZOc1MJ4Z { display:block; }
 }@media only screen and (max-width: 763px) { #vsdpa7hGqTEU7JXdzfZly7fBDbeqADn0 { width:18.75rem;height:16.1875rem;top:42.5625rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #nSAlZdw7nDihKA9KoAda3wexUTs4hqki { width:17.625rem;height:13.125rem;top:45.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfoNXk1K3g19CRKPcK6KMBUkiDJ6ZMgQ { width:1.875rem;height:1.875rem;top:43.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMflDv47vZoHTfVZiDeoQls7JhNqswRk { display:block; }#gMflDv47vZoHTfVZiDeoQls7JhNqswRk > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op1hNUrD6pihyVRsytiH6kNRoW7ByphG { width:18.75rem;height:27.75rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TcBFlpwSOvwQXe6Jqhlr4EOSsSOrROCv { width:3.9375rem;height:12.5rem;top:1.96875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsATRMivGmHdRtSfSu12yrt6rDDyfphA { width:16.4375rem;height:4.5rem;top:15.34375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqDZAAxLRzMA4texaJ9V6J8F9prZpTAg { width:15.8125rem;height:1.125rem;top:20.318756103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zAuvCGssFCt8M5altz6J3riypuK9dP { width:13.5625rem;height:2.875rem;top:22.75rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgAu4sFx6iJtO3fHAwmwbtVxzODiwGWq { width:18.75rem;height:28.25rem;top:30.0625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nTEgHdH2myPMQoftN9QQXxyeeaTExTvW { width:13.8125rem;height:2.875rem;top:52.1875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBk3yQSiTZJVx8qvwK45coeo2LLfyv11 { width:3.875rem;height:12.375rem;top:31.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkf7M99WPcsp2xRqN4TgsGFhkSWODd3S { width:16.6875rem;height:3rem;top:44.875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTUBp6saFJnNLUODzACHCg1uID5zfTyV { width:15.8125rem;height:1.125rem;top:49.6875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6o3k985ixlyncbSoiWzhCLMdfZf0TFw { width:1.4375rem;height:1.4375rem;top:27.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unHkHARvFpXDszNt8msQygtJw5W4tTD4 { width:6.3125rem;height:0.875rem;top:27.5rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fglnugzeuV7HRla9S1Zoaa5xp5U9F5Xs { width:8.875rem;height:2.3125rem;top:26.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLs8emSMAGgtTH6QVRbHoF1DOVebrFtb { display:block; }
 }@media only screen and (max-width: 763px) { #sGxz007PiZZPDQBOBga27GevCAmfxDAx { width:1.875rem;height:1.875rem;top:43.51171875rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNgvTXzTwgsBeQZsfqyFFl1NpkwqaARx { width:18.75rem;height:15.6875rem;top:43.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFCDRTRIZNZW2JTZH9hDxEGWlVBNvzGZ { width:17.75rem;height:13.125rem;top:45.3125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo { display:block; }#kFFPJedbnNafHeXdaJsg5ad2fkvOcBlo > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyyIXRTB4Gu28JuwxMs825pgGc7787f7 { width:18.75rem;height:27.75rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uX0afqg6hc6PpACeEERw3iaAbxnDc0mJ { width:16.4375rem;height:4.5rem;top:15.34375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTzT3zahOED7J2iy4zatxMZKPMpC0z8B { width:15.8125rem;height:1.125rem;top:20.318756103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFP4rGiv0IL6xkOEyqbFsLNAkw4hrqsb { width:13.5625rem;height:4.3125rem;top:22.75rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTKs0D0Q4m2UTyf3h4S7frVIOmHFdSGr { width:18.75rem;height:28.25rem;top:30.0625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KoBHiIOq46xMmKc6GDLJQLuisTDo6Pz9 { width:13.8125rem;height:4.3125rem;top:52.1875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0g41eiZWh8GdsZJMGuerbnEaOM6xVS { width:11.125rem;height:10.75rem;top:31.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlvTEgsM5NfoFJDvvQvDD2m5dJoTXrGg { width:16.6875rem;height:6rem;top:44.875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCAW5SJOSuc8IVsyI2mrJuOA0Cm0CH4m { width:15.8125rem;height:1.125rem;top:49.6875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnnTOGBczxxLXrawb8IR11OLUoTikQEo { width:1.4375rem;height:1.4375rem;top:27.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOlP90ssuytsvLTGNTc226pFhux3XdEZ { width:6.3125rem;height:0.875rem;top:27.5rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFXG0KGqDTKtTemDApubB0NSw0TCRvhJ { width:8.875rem;height:2.3125rem;top:26.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwMLMT4nf5Os9qSXlVTvvAsV1Qia7oRT { display:block; }
 }@media only screen and (max-width: 763px) { #QmQGmFwqTOUp6S0xVe2JH0sAOfsZxfSe { width:1.875rem;height:1.875rem;top:43.51171875rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAUSpXTeoTdSam27s8DaalJfHf3vsTSF { width:18.75rem;height:15.9375rem;top:42.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPRK3L5K0xor7zxB4sJRCv2ef9hf5ISy { width:17.625rem;height:13.125rem;top:45.3125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oM03RpnmvSThnVqcCqzyAlKHCUbnuSPc { width:10.9375rem;height:10.75rem;top:3.71875rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsX7f855lZbUGwdTdmIRM7E2cAUpixTm { width:4.3125rem;height:4.3125rem;top:2.09375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJhPEr9ekHJm3iA9cbZqbFbQlX76aEaW { width:8.625rem;height:5.8125rem;top:0.90625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl { display:block; }#SJNogcQbaXPTkhWcMAyDEoaWKTQO9cDl > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jcd9TXG2vQNCH8QxGMqdT53n8VViFDWD { width:18.75rem;height:27.75rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #q6ZhLT9tiscyU0sN0gURWXz88cJqp3nU { width:16.4375rem;height:4.5rem;top:15.34375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq4VqPNfKJWraLDgE51UhCGKG3e7ygZx { width:15.8125rem;height:1.125rem;top:20.318756103516rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvwc2WxoaawwiLGwBGercIEHOTG83Qph { width:13.5625rem;height:4.3125rem;top:22.75rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrQAK0HefZL9UGyWsM5Kap6pbTF9ao0n { width:1.4375rem;height:1.4375rem;top:27.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEx8k2caVefuTk602pa0FItDSaktVCEt { width:6.3125rem;height:0.875rem;top:27.5rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMSh4dcIsgmS2Kw0peWFqy1UTCF3z7Kx { width:8.875rem;height:2.3125rem;top:26.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L11ZlWN5VwTVLyNO8m1uPV7GA09K47xu { display:block; }
 }@media only screen and (max-width: 763px) { #QOtDIAooWiBgl2xRTnUOUUbUAb7XyvkC { width:18.75rem;height:16.0625rem;top:13.09375rem;left:0.625rem;box-shadow: 0.75rem 0rem 0.8125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #BqAQ3bup0kIKZQsGAGxOqld6Tl86h5Cb { width:17.625rem;height:13.125rem;top:15.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvqQ8CNbrXFPGIQ1D4dLbk8U6wgWdhVR { width:1.875rem;height:1.875rem;top:13.875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9aR1kTpBE5KkrudF9KxF1bTET1CFRCT { width:11.4375rem;height:11.625rem;top:2.59375rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc8gTifoR7Ua3QNeiREWl8dGqnP6iVFL { width:18.75rem;height:28.25rem;top:30.0625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NdW8CFk8cZudA9xWWlJlTtQdy9dqNZSl { width:14.4375rem;height:6rem;top:43.505859375rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz4nL7F53ZweqrTWzs3yQzt5w7HULFtV { width:15.8125rem;height:1.125rem;top:49.818359375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQwTCCV4MDZbcTU7nacWBdHcxrIU2hFp { width:13.5625rem;height:4.3125rem;top:52.125rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITRaEDZblfXh530MxNTVoN1611M35qrc { width:11.125rem;height:11.5rem;top:31.28125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8HXRuWblsOFTconQ5r7JltwheE3uNcP { width:1.4375rem;height:1.4375rem;top:56.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imI1J4ET28e2SXTAhA3Ccp6n00OXpJM4 { width:8.875rem;height:2.3125rem;top:56.46875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNEHlAaSaPB3x4WKQeXATEWQ0No29pZW { display:block; }
 }@media only screen and (max-width: 763px) { #mceLK4oiD0TSBZDO1TPscK8gVOiJT9OJ { width:6.3125rem;height:0.875rem;top:57.09375rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwJWEGnFDdQDEg5IhXnTRhtP3J9gXok7 { width:18.75rem;height:16rem;top:42.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQmIQ5xxehQI8FFAM9zhzr7MNOGX1VAQ { width:17.625rem;height:13.125rem;top:45.0625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KwH5kRtebHL8zwl1SlzwTTDPaBf44X7R { width:1.875rem;height:1.875rem;top:43.375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h { display:block; }#wSmLbqKrW7blxOAPuJ7KZtsdgITnW16h > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPmeCMDdTZTKAcUT3iAruLnyZyQJWuAL { width:18.75rem;height:27.75rem;top:0.90625rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lTG8BMTORGTqCHyZblAuziIDxbatDuLC { width:11.75rem;height:11.5625rem;top:1.65625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7GhUOFDDlQLXuzhUZCM6ilOGfVca5Kt { width:16.4375rem;height:6rem;top:14.15625rem;left:2.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm43QUx9EuGrTlrWeea1b81KOGVPKhG2 { width:15.8125rem;height:1.125rem;top:20.318359375rem;left:2.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCTJFSAV3W2R5iTWKVA5etQiTQbBzVi5 { width:13.5625rem;height:4.3125rem;top:22.75rem;left:2.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHTVhZsNgJMDr1hKVT4eQ2NBE3NmuaWW { width:13.8125rem;height:4.3125rem;top:52.9375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUz3fJLIIcLdrOrlqDZsqF5qMGMn4lba { width:11.1875rem;height:11.1875rem;top:31.1875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd5J4q6IlDp71hzaFbmc13DMlAspk6ha { width:16.6875rem;height:6rem;top:44rem;left:1.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anMtKWkpLvE3TxJIeb6MOoStXPOcGiIA { width:15.8125rem;height:1.125rem;top:50.4375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvCA1dJXnua11OTre0upAbACFRgpKWKD { width:1.4375rem;height:1.4375rem;top:27.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvJNpThlHav6BBkK84kBH899iG2X7p1e { width:6.3125rem;height:0.875rem;top:27.5rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOJdwNIf0ICBRJcPkMC0P2yuRkEUpM2J { width:8.875rem;height:2.3125rem;top:26.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThCceKKsw4OPE3Ao67GivwRtUUfRzQx { display:block; }
 }@media only screen and (max-width: 763px) { #aOzQs6PCkuXun1MO4A4s96yu1B8820T4 { width:1.875rem;height:1.875rem;top:14.0625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy8sgz2kDBcPiUXiCwb4CgTmFh1TXR2X { width:18.75rem;height:16rem;top:13.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrUCfTxuzS7tKKLMVfpFhDhRdzyg8zZy { width:15.3125rem;height:13.125rem;top:15.28125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cCf0WNrWb3XG4Fz1SomDckyQopggeDzD { width:18.75rem;height:27.75rem;top:30.34375rem;left:0.625rem;border-top:0.4375rem solid #93c13d;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zW0uAMhGeUEQP8kDUMT73Ca2gyf7cqgC { display:none; }#zW0uAMhGeUEQP8kDUMT73Ca2gyf7cqgC > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { background-color:#1a1b24;background-image:none;display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #MbmX5pLTwt9Ks0a91Laesuz7b18VaHX4 > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt > .row .container { background-color: transparent; background-image: none; }#AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt > .row .container > .video-iframe-container { display: none; }#AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt > .row > .video-iframe-container { display: none; }#AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt > .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); }#AgbnKQ9smu3u09wi6HNwib9S7qnIWiNt > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .row .container { background-color: transparent; background-image: none; }#SB4tmE1JnNKCeN3MopsGQglcef1S3xc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .row .container > .video-iframe-container { display: none; }#SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .row > .video-iframe-container { display: none; }#SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .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); }#SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .row .container { border-width: 0; border-radius: 0; }#SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SB4tmE1JnNKCeN3MopsGQglcef1S3xc1 > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .row .container { background-color: transparent; background-image: none; }#ULlIFl7qAAg277ySIQJNnJTnrWygZsZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .row .container > .video-iframe-container { display: none; }#ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .row > .video-iframe-container { display: none; }#ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .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); }#ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .row .container { border-width: 0; border-radius: 0; }#ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULlIFl7qAAg277ySIQJNnJTnrWygZsZm > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl > .row .container { background-color: transparent; background-image: none; }#Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl > .row .container > .video-iframe-container { display: none; }#Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl > .row > .video-iframe-container { display: none; }#Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl > .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); }#Dtl6nmIfQhvpLe5ypdIDDDgdFHoSUbvl > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .row .container { background-color: transparent; background-image: none; }#qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .row .container > .video-iframe-container { display: none; }#qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .row > .video-iframe-container { display: none; }#qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .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); }#qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .row .container { border-width: 0; border-radius: 0; }#qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qfvWZKqn0ACBBGsyX3wOTGsHobmNfnAr > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .row .container { background-color: transparent; background-image: none; }#vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .row .container > .video-iframe-container { display: none; }#vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .row > .video-iframe-container { display: none; }#vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .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); }#vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .row .container { border-width: 0; border-radius: 0; }#vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vX52k9y9LH5p7DqmvLqfwRqwBgc1n4dt > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #wsn1TRIzPaln7cOA039F6l1oVcnUXNzb > .row .container { background-color: transparent; background-image: none; }#wsn1TRIzPaln7cOA039F6l1oVcnUXNzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsn1TRIzPaln7cOA039F6l1oVcnUXNzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsn1TRIzPaln7cOA039F6l1oVcnUXNzb > .row .container > .video-iframe-container { display: none; }#wsn1TRIzPaln7cOA039F6l1oVcnUXNzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsn1TRIzPaln7cOA039F6l1oVcnUXNzb > .row > .video-iframe-container { display: none; }#wsn1TRIzPaln7cOA039F6l1oVcnUXNzb > .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); }#wsn1TRIzPaln7cOA039F6l1oVcnUXNzb > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #GLXMuhnUcui39hAOTglS4vT1S9t4w5sg > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }