.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WDg7DlQmfhg/unsplash/stil-WDg7DlQmfhg-photo-1554325139-bbd006cd3e5a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a88e;background-image:none;position:relative;display:block; }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS > .row .container { background-color: transparent; background-image: none; }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS > .row .container > .video-iframe-container { display: none; }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS > .row > .video-iframe-container { display: none; }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS > .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); }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS > .row .container { border-width: 0; border-radius: 0; }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#HkzeO6OfcPT7ipR2HuiWgm7WKlb512hS { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0.94375002384188rem;left:8.21875rem;height:4.55rem;text-align:right;text-align-last:right;display:block; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fea858, #ed765e);background-image: -moz-linear-gradient(178deg, #fea858, #ed765e);background-image: -ms-linear-gradient(178deg, #fea858, #ed765e);background-image: -o-linear-gradient(178deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(178deg, #fea858, #ed765e);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 0.3125rem rgba(237,118,94,0.25) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK .widget-text.counter-label { background-color:;background-image:none;color:#ed765e;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.25rem;left:32.937501907349rem;z-index:100002; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #TN3GnGO8W6C8LmC3IvRw9NolxET20XSR { display:flex;position:relative;top:0rem;left:0rem; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #LIOfI3ymAduALaBdM8MEXZaASLQMxFiN { width:auto; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #G37iZqBwNhHmtJl8PTSzQO1TuG6GoMd3 {  }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #BERulKNWdsA84HnAL3C3OBGTuCHt6wMd { display:flex;position:relative;top:0rem;left:0rem; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #xsrT55hdn4dDrNCXugwuy9ECP2JBIIMc {  }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #afBrZhl62uEA39SM4AZ1m710NcDryLAb {  }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #l911KtII80qoOH7yzfbxHHaGNm02LGnX { display:flex;position:relative;top:0rem;left:0rem; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #Epr0tM96olO3IWfbDP5gZ8avURzdm09B {  }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #C6pMpLn2Tr8CGCRrnWS3NRsP1caNnsyy {  }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #ePTK5urdhRQ8ysyBxfJcVRCHiBzaJsoo { display:flex;position:relative;top:0rem;left:0rem; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #ToWiRpHyCLzEX6TkUlQwo6eakuT4dJSQ {  }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #H6HUxk3QXA3sLhD6eJh5Am07SEUQRXX0 {  }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.625rem solid #449928;background-color:transparent;background-image:url("https://images.assets-landingi.com/8Naac6Zpy28/unsplash/alex-shaw-8Naac6Zpy28-photo-1597586594276-456f8c50b82d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#Xg2BZXRHfdMOPCMnp75ADKJF9NVkJK76 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.3125rem;width:36.5625rem;top:3.84375rem;left:19.6875rem;display:block; }
#wsaKwKSuJ3inKPu2lLsGwvOHgMsTh8nG { color:#ff6000;display:block;width:34.125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.0625rem;left:20.90625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zvDt6BZF6Gmvp0f7fK1EGVaG0k0y43X4 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.6875rem;width:16.6875rem;top:12.4375rem;left:29.625001907349rem;overflow:hidden;display:block; }
#PnCa8pTu2HcUr6bllnpOscQMPlBWg0pW { color:#000000;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:29.561717987061rem;left:26.718751907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmVXgz9ntpiwJdE2BJvSg905KmKbIEAA { background-color:#ff6000;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:31.75rem;left:22.843751907349rem;display:block; }
#aDMx0roJeva96H7kFDgJv9aA0hm1srx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BJyWFeoLX06pLkElPdV9bo16PbOkp7wG { box-sizing:content-box;color:#ff6000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:29.249610900879rem;left:27.71249961853rem;display:block; }
#BD6vuAouQxR60kf7VVEtWA7WVfKwQIZb { box-sizing:content-box;color:#ff6000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:29.061328887939rem;left:45.58749961853rem;display:block; }
#WSOzInu1qNs9einnS4tTtBhdMMksPg3q { color:#ff4053;display:block;width:35.5rem;position:absolute;font-family:caveat;font-size:5.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.6875rem;left:20.81210899353rem;height:6.9875rem;font-style:normal;display:block; }
#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH > .row .container { background-color: transparent; background-image: none; }#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH > .row .container > .video-iframe-container { display: none; }#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH > .row > .video-iframe-container { display: none; }#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH > .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); }#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH > .row .container { border-width: 0; border-radius: 0; }#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH > .row .container { font-size:0.875rem;font-family:arial;height:123.5625rem;width:75rem;position:relative;display:block; }#JzFl4d9l5sJ5OVxg5PWKJaliHbNKzPJh { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8375000953674rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QuZNCRynrzUCacEoS4I6aWOUTdN4uu3z { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:13.273832321167rem;left:10.625rem;height:39rem;text-align:left;text-align-last:left;display:block; }
#Cm5dg3DkXLG4eMbDx78TA78b7m1TiGLB { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:55.543750762939rem;left:10.625rem;height:17.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EshJJImoXuTlWKt00ITWGIfnPBgrTafr { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:76.912502288819rem;left:10.625rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#r9355QLgf8rm11A1A5EABcXTsD00ThTy { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.75rem;width:20.8125rem;top:91.693358421325rem;left:45.81210899353rem;overflow:hidden;display:block; }
#ez4cTSsZQMpCQXScRL43HT2zQdo1q98X { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:113.974609375rem;left:9.875rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tw5A9CBSNpRywBxLhUDITWliHzTw9lF9 { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:87.474609375rem;left:10.625rem;height:25.71875rem;display:block; }
#SsQC85gznBfRpq8oMl3nr8NX0W4bJTC5 { color:#000000;display:block;width:55.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:117.42500114441rem;left:9.875rem;height:5.11875rem;display:block; }
#nO12KTCmDtaQFukccqTrTZycLlTlLJ5r { box-sizing:content-box;color:#00a883;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:55.231249809265rem;left:7.5625rem;display:block; }
#frbGK3afW9Pu92CdsMzFXGiO9NPF7KIz { box-sizing:content-box;color:#02aa85;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:57.731249809265rem;left:7.5625rem;display:block; }
#Kyi0JDOcC2CmLaX61FfrIeoSlA1yt9EJ { box-sizing:content-box;color:#16b2a8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:60.106249809265rem;left:7.5625rem;display:block; }
#TothsPoCsO7lHaNXAqcA95PITrFlWy08 { box-sizing:content-box;color:#00a883;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:62.59375rem;left:7.5625rem;display:block; }
#Rg36qLP3prRRDftJNaZGPmTQpyCNTPdV { box-sizing:content-box;color:#00a883;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:65.15625rem;left:7.5625rem;display:block; }
#ciGUTKAt9z90gyPsgE9rIERSAvz3IA4L { box-sizing:content-box;color:#b469ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:69.456249237062rem;left:7.5625rem;display:block; }
#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a88e;background-image:none;position:relative;display:block; }#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 > .row .container { background-color: transparent; background-image: none; }#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 > .row .container > .video-iframe-container { display: none; }#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 > .row > .video-iframe-container { display: none; }#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 > .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); }#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 > .row .container { border-width: 0; border-radius: 0; }#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#y2cXE9EkOnzbNGkvGsKcF10UGEZp4Vq4 { color:#ffffff;display:block;width:63.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.375rem;left:5.625rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a88e;background-image:none;position:relative;display:block; }#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF > .row .container { background-color: transparent; background-image: none; }#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF > .row .container > .video-iframe-container { display: none; }#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF > .row > .video-iframe-container { display: none; }#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF > .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); }#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF > .row .container { border-width: 0; border-radius: 0; }#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#TlbXOTGawEGBr5UgcUlDgET7gqtTpTP0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.0625rem;width:21rem;top:1.2187502384186rem;left:8.25rem;overflow:hidden;display:block; }
#MKGxVfzE5TMVFpowBtGVPPG1oxJRNSbw { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5rem;left:40rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QRieEIceAcpQzP4TS72ObaUtagRWx2Jm { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:6rem;left:40rem;height:24.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a88e;background-image:none;position:relative;display:block; }#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP > .row .container { background-color: transparent; background-image: none; }#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP > .row .container > .video-iframe-container { display: none; }#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP > .row > .video-iframe-container { display: none; }#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP > .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); }#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP > .row .container { border-width: 0; border-radius: 0; }#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#bh9b1qQyuP3wrnyIaL1KX7tcp1pzzSB5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:27.9375rem;width:15.625rem;top:5.9988281726837rem;left:45.906251907349rem;overflow:hidden;display:block; }
#PRIod8LdVRCo75H7o4oho5TP12hPXH8L { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.1492185592651rem;left:0.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kVx1U1g8ZyvsXIKif3NfxNi1VRqFaTvH { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:6.875rem;left:2.125rem;height:27.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a88e;background-image:none;position:relative;display:block; }#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB > .row .container { background-color: transparent; background-image: none; }#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB > .row .container > .video-iframe-container { display: none; }#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB > .row > .video-iframe-container { display: none; }#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB > .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); }#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB > .row .container { border-width: 0; border-radius: 0; }#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#XLTE3E8y5VxOtiffMT4BwlXzOJyTlogZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.4375rem;width:20.4375rem;top:4.3745994567871rem;left:5.53125rem;overflow:hidden;display:block; }
#RTPqEvsSWfrJyMCWRydHSMCoAMR81Ttu { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.0117082595825rem;left:37.500001907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kBv5BsOW9AEEqSkiQRtnaJswHnQLFNlq { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:5.6554584503174rem;left:38.812501907349rem;height:17.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PDoZmwFhGARTadhIkxyET2m1syDw9QaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a88e;background-image:none;position:relative;display:block; }#PDoZmwFhGARTadhIkxyET2m1syDw9QaL > .row .container { background-color: transparent; background-image: none; }#PDoZmwFhGARTadhIkxyET2m1syDw9QaL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PDoZmwFhGARTadhIkxyET2m1syDw9QaL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PDoZmwFhGARTadhIkxyET2m1syDw9QaL > .row .container > .video-iframe-container { display: none; }#PDoZmwFhGARTadhIkxyET2m1syDw9QaL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PDoZmwFhGARTadhIkxyET2m1syDw9QaL > .row > .video-iframe-container { display: none; }#PDoZmwFhGARTadhIkxyET2m1syDw9QaL > .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); }#PDoZmwFhGARTadhIkxyET2m1syDw9QaL > .row .container { border-width: 0; border-radius: 0; }#PDoZmwFhGARTadhIkxyET2m1syDw9QaL > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#x4EvoRCOIBBchrFz7kSqDc4ukuFGTE6C { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.4375rem;width:28.375rem;top:2.7812560945749rem;left:40.562501907349rem;overflow:hidden;display:block; }
#nSVSR8KPFBH6TXo8bTThCyLnSw3Padfq { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.2187694460154rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D4N4QMV214qPOfrO99vDhgWckw5wdBb5 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:7.0625194460156rem;left:1.875rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nzvndAoa8K6IbGZs3WzbCy6DAesRfXhD { box-sizing:content-box;color:#eecd1c;font-size:6.375rem;font-weight:400;line-height:1;height:9.125rem;width:9.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:25.024982452392rem;left:0rem;display:block; }
#P1s8q076l94DX3rVeRHZgyKzqiph4Glv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a88e;background-image:none;position:relative;display:block; }#P1s8q076l94DX3rVeRHZgyKzqiph4Glv > .row .container { background-color: transparent; background-image: none; }#P1s8q076l94DX3rVeRHZgyKzqiph4Glv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1s8q076l94DX3rVeRHZgyKzqiph4Glv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1s8q076l94DX3rVeRHZgyKzqiph4Glv > .row .container > .video-iframe-container { display: none; }#P1s8q076l94DX3rVeRHZgyKzqiph4Glv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1s8q076l94DX3rVeRHZgyKzqiph4Glv > .row > .video-iframe-container { display: none; }#P1s8q076l94DX3rVeRHZgyKzqiph4Glv > .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); }#P1s8q076l94DX3rVeRHZgyKzqiph4Glv > .row .container { border-width: 0; border-radius: 0; }#P1s8q076l94DX3rVeRHZgyKzqiph4Glv > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#bTHs7f5iH6gWSH7WoXFbyF0GTVuz7UPI { background-color:#ff6000;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:19.590233922005rem;left:28.750000953674rem;display:block; }
#xM75PmFyXK6UvEQho82u3qXukrRInP06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CCVBHIQRxzDil27nvd4neykLsCwDvVmK { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:24.418358922005rem;left:28.187500953674rem;height:2.84375rem;display:block; }
#gb0BF5TyoOyyMc7CShaSyTPbJRtaorQd { box-sizing:content-box;color:#f17b07;font-size:5.75rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:26.199621200561rem;left:18.000000953674rem;display:block; }
#lfAtQp4QkoP1pXTQ6CfgQUZ6vJdXVX63 { box-sizing:content-box;color:#f17b07;font-size:5.75rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:26.199621200561rem;left:11.062500953674rem;display:block; }
#RMyMvk1aUXSWRwDUv7NUDSUGdGA6KXo2 { box-sizing:content-box;color:#f17b07;font-size:5.75rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:26.199621200561rem;left:4.1875rem;display:block; }
#Nqdtallan061U1om1KDQtQMf8oorH4Gh { box-sizing:content-box;color:rgba(255,63,95,0.86);font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:22.965233922005rem;left:33.587502479553rem;display:block; }
#ISlTwcgLTFc5tXmUfzxBsLuvukrPHZ7a { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:27.562122344971rem;left:26.062500953674rem;height:5.525rem;display:block; }
#yBul5LlmPi0402XbKQFhlm97CrHhhBuy { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:34.38710975647rem;left:17.218750953674rem;height:3.33125rem;display:block; }
#nwNRGS3QV9hHc4mbfLD8C36xwU2DZqae { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#xLJvitBa33A1mWgeJ4nd0cmSphKeK2Gl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#kUEnmSR0qF3AxXuHLyUSQCrFKe0OzSQw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#thbkUpa2qdTQSQdV4uTDiMUyWemlvKvB { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:42.774620056153rem;left:24.58749961853rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#zlJ3ID17Psd25LBIPsU9i9RIWVTViCrW { color:#000000;display:block;width:57.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:12.375000119209rem;left:9.712109565735rem;height:3.9rem;display:block; }
#yEcOc3BkC7b2LAFyJn5eI2g6EC1Xk8QO { color:#000000;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:37.655853271484rem;left:19.03125rem;height:4.14375rem;display:block; }
#CWDLks6K5hsmb6TxWC0lt5WbEuNTpPFw { color:#eecd1c;display:block;width:65.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:0.99921894073488rem;left:8.3750009536744rem;height:6.5rem;display:block; }
#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 > .row .container { background-color: transparent; background-image: none; }#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 > .row .container > .video-iframe-container { display: none; }#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 > .row > .video-iframe-container { display: none; }#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 > .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); }#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 > .row .container { border-width: 0; border-radius: 0; }#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#c3kiSnS0Bviz1KXC9ksFTKn1U8AeeeMb { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.03125rem;left:5.625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP > .row .container { background-color: transparent; background-image: none; }#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP > .row .container > .video-iframe-container { display: none; }#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP > .row > .video-iframe-container { display: none; }#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP > .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); }#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP > .row .container { border-width: 0; border-radius: 0; }#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#ZCNttEmwaiEDIScsXIC7UBu9rs55gfZv { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:3.2742176055908rem;left:3.8125rem;height:13.89375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OXqw5RQBv8qluyLJC9RMBAmobGZAyzxI { color:#000000;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:3.274621963501rem;left:41.937501907349rem;height:6.2375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mQk0oz3rPvTBgwJpCqnVqVCrqEgoM01r { color:#000000;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:12.987512588501rem;left:41.937501907349rem;height:4.63125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MI88XnUVmXmNgOnEHKIUl9lmZvPOJlZJ { color:#000000;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:20.562513351441rem;left:41.937501907349rem;height:9.325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aeHcPWWBpUVDVfFLG8sEzxNLdWNEKlQp { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:19.262512207031rem;left:3.8125rem;height:6.2375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 { position:relative;display:block; }#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 { background-color: transparent; background-image: none; }#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 > .row .container > .video-iframe-container { display: none; }#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 > .row > .video-iframe-container { display: none; }#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 > .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); }#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 { border-width: 0; border-radius: 0; }#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.48);background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#SmeE6zftGIL29Sfntcc7R53kP8gyGFBx { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.77499961853rem;left:23.14999961853rem;height:6.5rem;display:block; }
#ZTILuCwDweMp68qUs7z5qHdWN1AS1lzQ { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.1492195129394rem;left:15.40625rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#NuqAz9wbDslZVlHflxEFlETK9EzUvN3A { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.48);top:0.53671002388001rem;left:22.96249961853rem;height:4.0625rem;display:block; }
#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP { position:relative;display:block; }#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP { background-color: transparent; background-image: none; }#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP > .row .container > .video-iframe-container { display: none; }#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP > .row > .video-iframe-container { display: none; }#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP > .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); }#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP { border-width: 0; border-radius: 0; }#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP > .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:28rem;width:75rem;position:relative;display:block; }#muazzCVr723upsJubeaMIPKDySrXzoqu { color:#000000;display:block;width:41.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1121094226837rem;left:7.0242195129394rem;height:3.25rem;display:block; }
#TaME7Q5EESNTkfwCikODqTVg0EggxWhp { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19rem;width:33.9375rem;top:8.4246098995206rem;left:20.53125rem;display:block; }
#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs { position:relative;display:block; }#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs { background-color: transparent; background-image: none; }#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs > .row .container > .video-iframe-container { display: none; }#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs > .row > .video-iframe-container { display: none; }#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs > .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); }#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs { border-width: 0; border-radius: 0; }#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#wJbq1dqh8tAbObh1XMtZQn5PesoCT4GJ { color:#000000;display:block;width:61rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.6874878406524rem;left:7.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IlefE3BicXTUCm1uL8r3OKZv0Ox013rF { color:#000000;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.9371092794463rem;left:10.875rem;height:2.4375rem;display:block; }
#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM { position:relative;display:block; }#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM { background-color: transparent; background-image: none; }#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM > .row .container > .video-iframe-container { display: none; }#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM > .row > .video-iframe-container { display: none; }#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM > .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); }#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM { border-width: 0; border-radius: 0; }#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM > .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;position:relative;display:block; }#XO4cThk3TgTzanbf3HCTzugiQnzLdzdE { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:11rem;top:2.625rem;left:3.875rem;overflow:hidden;display:block; }
#pJkTIV25HJ0Re3oCRaoM0sE6KmfAm8Ci { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:11rem;top:2.625rem;left:41.375001907349rem;overflow:hidden;display:block; }
#epqAx1JP2D7QIyMAExrhzfz1WcpmQxCr { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:0.66249990463256rem;left:19.46875rem;height:2.03125rem;display:block; }
#VUc84fHcr4cZIgzc9cuSVkDRxQio81wD { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:0.66249990463256rem;left:59.312498092651rem;height:2.03125rem;display:block; }
#LW2robTrVAi9fpPkzG1HCbM12rUrnriQ { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:3.2996096611023rem;left:19.03125rem;height:5.2rem;display:block; }
#DwzFa5SrXn1qUqiFbw9sLOhtgdsAN48M { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:8.8746094703675rem;left:18.65625rem;height:;display:block; }#DwzFa5SrXn1qUqiFbw9sLOhtgdsAN48M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DwzFa5SrXn1qUqiFbw9sLOhtgdsAN48M li:before{  }
#mUNNQnt6y0uICgMUtceIPZWJFf2PSTCq { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:10.799609184265rem;left:56.249998092651rem;height:6.1375rem;display:block; }#mUNNQnt6y0uICgMUtceIPZWJFf2PSTCq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mUNNQnt6y0uICgMUtceIPZWJFf2PSTCq li:before{  }
#TIapmyUr2v23uAswsiF9ge3TorJWIZHE { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:2.625rem;left:56.249998092651rem;height:7.8rem;display:block; }
#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr { position:relative;display:block; }#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr { background-color: transparent; background-image: none; }#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr > .row .container > .video-iframe-container { display: none; }#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr > .row > .video-iframe-container { display: none; }#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr > .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); }#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr { border-width: 0; border-radius: 0; }#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#BQTqb0SfRQgKqnTTZ98ZKlnfZlo3UoUd { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:10rem;top:2.3124942779541rem;left:3.7941408157349rem;overflow:hidden;display:block; }
#NZUDMilOla8iUEMxyVppOl6Wk5ESkv0s { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:10rem;top:2.3124942779541rem;left:41.875001907349rem;overflow:hidden;display:block; }
#DGkJd9S3Dv87GBwqGZrCHaQyL6QVs8aR { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:0rem;left:22.093751907349rem;height:2.03125rem;display:block; }
#UamWRkqfaMcBaPFDaclsloGn5rlzc3EE { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:2.3117132186889rem;left:18.75rem;height:6.5rem;display:block; }
#XqHZTcvrwqE71ZWyEpKVRbQITs27rBqX { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:8.9499950408938rem;left:18.75rem;height:8.7375rem;display:block; }#XqHZTcvrwqE71ZWyEpKVRbQITs27rBqX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XqHZTcvrwqE71ZWyEpKVRbQITs27rBqX li:before{  }
#gDah1KazZy66ZXKFndW08ku0x3dtEWtu { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:0rem;left:60.374998092651rem;height:2.03125rem;display:block; }
#vUDXW1kxTflntOCBz6IoweemCOXKlVfD { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:2.3117198944092rem;left:56.749998092651rem;height:10.4rem;display:block; }
#Tv8DdpezMmhslRVi8T6n6N78dApQmUNJ { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:12.849609375rem;left:56.312498092651rem;height:6.1375rem;display:block; }#Tv8DdpezMmhslRVi8T6n6N78dApQmUNJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tv8DdpezMmhslRVi8T6n6N78dApQmUNJ li:before{  }
#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU > .row .container { background-color: transparent; background-image: none; }#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU > .row .container > .video-iframe-container { display: none; }#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU > .row > .video-iframe-container { display: none; }#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU > .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); }#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU > .row .container { border-width: 0; border-radius: 0; }#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#mhqZthXgSLcTyd5AMcaAulsJsguqQxwn { background-color:#ff6000;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:29.25rem;left:25.625001907349rem;display:block; }
#bAolJEluwwxbBkWqew6k8rISTGzuT8qH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dkz8gmOrlfealx6vAfJLIIBhnLdSQnWW { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:34.737500190735rem;left:26.000001907349rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#JNeVHWbcRA8s9bo6gE7cssE0TNOgfamq { color:#000000;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:16.424982070923rem;left:0rem;height:3.25rem;display:block; }
#MtkmxUFg3IwcTyJQifDJKMoTmXpDVFQB { color:#000000;display:block;width:64rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:0.92502498626706rem;left:0rem;height:;display:block; }#MtkmxUFg3IwcTyJQifDJKMoTmXpDVFQB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MtkmxUFg3IwcTyJQifDJKMoTmXpDVFQB li:before{  }
#UsfDgE12k8TJ93ilvxvUoR4BRs2cJ7E4 { color:#000000;display:block;width:64rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:21.049988746643rem;left:0rem;height:;display:block; }#UsfDgE12k8TJ93ilvxvUoR4BRs2cJ7E4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UsfDgE12k8TJ93ilvxvUoR4BRs2cJ7E4 li:before{  }
#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO > .row .container { background-color: transparent; background-image: none; }#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO > .row .container > .video-iframe-container { display: none; }#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO > .row > .video-iframe-container { display: none; }#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO > .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); }#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO > .row .container { border-width: 0; border-radius: 0; }#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#A7rb1sVQn5WfJW6z9G0MTTCrNvz3X65w { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:15rem;top:0.16171836853027rem;left:30.000001907349rem;overflow:hidden;display:block; }
#SoIHEDfJzPdyWzblqKMv5VJ13v3aXbPQ { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.1617126464844rem;left:31.250001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BeTxmrmrJhtGXtGcXaFfZn7k8uRhlFh0 { color:#ffffff;display:block;width:61.375rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:11.599219322204rem;left:6.8125rem;height:9.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS { display:block; }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkzeO6OfcPT7ipR2HuiWgm7WKlb512hS { top:0.9375rem;left:0rem;width:22.875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK { width:18rem;height:5.0625rem;display:flex;top:0.0625rem;left:18.39999961853rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #TN3GnGO8W6C8LmC3IvRw9NolxET20XSR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #LIOfI3ymAduALaBdM8MEXZaASLQMxFiN {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #G37iZqBwNhHmtJl8PTSzQO1TuG6GoMd3 {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #BERulKNWdsA84HnAL3C3OBGTuCHt6wMd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #xsrT55hdn4dDrNCXugwuy9ECP2JBIIMc {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #afBrZhl62uEA39SM4AZ1m710NcDryLAb {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #l911KtII80qoOH7yzfbxHHaGNm02LGnX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #Epr0tM96olO3IWfbDP5gZ8avURzdm09B {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #C6pMpLn2Tr8CGCRrnWS3NRsP1caNnsyy {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #ePTK5urdhRQ8ysyBxfJcVRCHiBzaJsoo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #ToWiRpHyCLzEX6TkUlQwo6eakuT4dJSQ {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #H6HUxk3QXA3sLhD6eJh5Am07SEUQRXX0 {  }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg2BZXRHfdMOPCMnp75ADKJF9NVkJK76 { top:3.8125rem;left:6.0625rem;width:36.5625rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsaKwKSuJ3inKPu2lLsGwvOHgMsTh8nG { top:9.0625rem;left:7.28125rem;width:34.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvDt6BZF6Gmvp0f7fK1EGVaG0k0y43X4 { top:12.4375rem;left:16.000001907349rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnCa8pTu2HcUr6bllnpOscQMPlBWg0pW { top:29.5rem;left:13.093751907349rem;width:23.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmVXgz9ntpiwJdE2BJvSg905KmKbIEAA { width:31rem;height:3.4375rem;top:31.75rem;left:9.2187519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDMx0roJeva96H7kFDgJv9aA0hm1srx0 { display:block; }
 }@media only screen and (max-width: 763px) { #BJyWFeoLX06pLkElPdV9bo16PbOkp7wG { top:29.1875rem;left:14.08749961853rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD6vuAouQxR60kf7VVEtWA7WVfKwQIZb { top:29rem;left:31.96249961853rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSOzInu1qNs9einnS4tTtBhdMMksPg3q { top:2.6875rem;left:7.18710899353rem;width:35.5rem;height:6.9375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH { display:block; }#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzFl4d9l5sJ5OVxg5PWKJaliHbNKzPJh { top:1.8125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuZNCRynrzUCacEoS4I6aWOUTdN4uu3z { top:13.25rem;left:0rem;width:47.75rem;height:39rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm5dg3DkXLG4eMbDx78TA78b7m1TiGLB { top:55.5rem;left:0rem;width:47.75rem;height:17rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EshJJImoXuTlWKt00ITWGIfnPBgrTafr { top:76.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9355QLgf8rm11A1A5EABcXTsD00ThTy { top:91.6875rem;left:26.9375rem;width:20.8125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez4cTSsZQMpCQXScRL43HT2zQdo1q98X { top:113.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5A9CBSNpRywBxLhUDITWliHzTw9lF9 { top:87.4375rem;left:0rem;width:31.3125rem;height:25.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsQC85gznBfRpq8oMl3nr8NX0W4bJTC5 { top:117.375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO12KTCmDtaQFukccqTrTZycLlTlLJ5r { top:55.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frbGK3afW9Pu92CdsMzFXGiO9NPF7KIz { top:57.6875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyi0JDOcC2CmLaX61FfrIeoSlA1yt9EJ { top:60.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TothsPoCsO7lHaNXAqcA95PITrFlWy08 { top:62.5625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg36qLP3prRRDftJNaZGPmTQpyCNTPdV { top:65.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciGUTKAt9z90gyPsgE9rIERSAvz3IA4L { top:69.4375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 { display:block; }#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2cXE9EkOnzbNGkvGsKcF10UGEZp4Vq4 { top:3.375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF { display:block; }#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlbXOTGawEGBr5UgcUlDgET7gqtTpTP0 { top:1.1875rem;left:1.4375rem;width:21rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKGxVfzE5TMVFpowBtGVPPG1oxJRNSbw { top:2.5rem;left:15.25rem;width:32.5rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRieEIceAcpQzP4TS72ObaUtagRWx2Jm { top:6rem;left:15.25rem;width:32.5rem;height:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP { display:block; }#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bh9b1qQyuP3wrnyIaL1KX7tcp1pzzSB5 { top:5.9375rem;left:25.468751907349rem;width:15.625rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRIod8LdVRCo75H7o4oho5TP12hPXH8L { top:1.125rem;left:0rem;width:35.875rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVx1U1g8ZyvsXIKif3NfxNi1VRqFaTvH { top:6.875rem;left:0rem;width:34.75rem;height:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye78hrQPzeGEGhWUl5BEGMomkttAnQyB { display:block; }#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLTE3E8y5VxOtiffMT4BwlXzOJyTlogZ { top:4.3125rem;left:0rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPqEvsSWfrJyMCWRydHSMCoAMR81Ttu { top:2rem;left:15.25rem;width:32.5rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBv5BsOW9AEEqSkiQRtnaJswHnQLFNlq { top:5.625rem;left:15.25rem;width:32.5rem;height:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDoZmwFhGARTadhIkxyET2m1syDw9QaL { display:block; }#PDoZmwFhGARTadhIkxyET2m1syDw9QaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4EvoRCOIBBchrFz7kSqDc4ukuFGTE6C { top:2.75rem;left:19.375rem;width:28.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSVSR8KPFBH6TXo8bTThCyLnSw3Padfq { top:1.1875rem;left:0rem;width:32.5rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4N4QMV214qPOfrO99vDhgWckw5wdBb5 { top:7.0625rem;left:0rem;width:32.5rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzvndAoa8K6IbGZs3WzbCy6DAesRfXhD { top:25rem;left:0rem;width:9.125rem;height:9.125rem;font-size:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1s8q076l94DX3rVeRHZgyKzqiph4Glv { display:block; }#P1s8q076l94DX3rVeRHZgyKzqiph4Glv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTHs7f5iH6gWSH7WoXFbyF0GTVuz7UPI { width:17.5rem;height:3.4375rem;top:19.5625rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM75PmFyXK6UvEQho82u3qXukrRInP06 { display:block; }
 }@media only screen and (max-width: 763px) { #CCVBHIQRxzDil27nvd4neykLsCwDvVmK { top:24.375rem;left:14.562501907349rem;width:18.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb0BF5TyoOyyMc7CShaSyTPbJRtaorQd { top:26.1875rem;left:4.3750009536743rem;width:8.25rem;height:8.25rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfAtQp4QkoP1pXTQ6CfgQUZ6vJdXVX63 { top:26.1875rem;left:0rem;width:8.25rem;height:8.25rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMyMvk1aUXSWRwDUv7NUDSUGdGA6KXo2 { top:26.1875rem;left:0rem;width:8.25rem;height:8.25rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqdtallan061U1om1KDQtQMf8oorH4Gh { top:22.9375rem;left:19.962502479553rem;width:5.75rem;height:5.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISlTwcgLTFc5tXmUfzxBsLuvukrPHZ7a { top:27.5rem;left:12.437501907349rem;width:22.875rem;height:5.5rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBul5LlmPi0402XbKQFhlm97CrHhhBuy { top:34.375rem;left:3.5937509536743rem;width:40.5625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwNRGS3QV9hHc4mbfLD8C36xwU2DZqae { display:none; }
 }@media only screen and (max-width: 763px) { #xLJvitBa33A1mWgeJ4nd0cmSphKeK2Gl { display:none; }
 }@media only screen and (max-width: 763px) { #kUEnmSR0qF3AxXuHLyUSQCrFKe0OzSQw { display:none; }
 }@media only screen and (max-width: 763px) { #thbkUpa2qdTQSQdV4uTDiMUyWemlvKvB { top:42.75rem;left:10.96249961853rem;width:22.1875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlJ3ID17Psd25LBIPsU9i9RIWVTViCrW { top:12.375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEcOc3BkC7b2LAFyJn5eI2g6EC1Xk8QO { top:37.625rem;left:5.40625rem;width:38.9375rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWDLks6K5hsmb6TxWC0lt5WbEuNTpPFw { top:0.9375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 { display:block; }#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3kiSnS0Bviz1KXC9ksFTKn1U8AeeeMb { top:3rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqAAHwbIn7JTxvT2ACganPCMQvneVCrP { display:block; }#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCNttEmwaiEDIScsXIC7UBu9rs55gfZv { top:3.25rem;left:0rem;width:32.6875rem;height:13.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXqw5RQBv8qluyLJC9RMBAmobGZAyzxI { top:3.25rem;left:19.125rem;width:28.625rem;height:6.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQk0oz3rPvTBgwJpCqnVqVCrqEgoM01r { top:12.9375rem;left:19.125rem;width:28.625rem;height:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI88XnUVmXmNgOnEHKIUl9lmZvPOJlZJ { top:20.5625rem;left:19.125rem;width:28.625rem;height:9.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeHcPWWBpUVDVfFLG8sEzxNLdWNEKlQp { top:19.25rem;left:0rem;width:32.6875rem;height:6.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 { display:block; }#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmeE6zftGIL29Sfntcc7R53kP8gyGFBx { top:7.75rem;left:9.52499961853rem;width:30.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTILuCwDweMp68qUs7z5qHdWN1AS1lzQ { top:5.125rem;left:1.78125rem;width:44.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuqAz9wbDslZVlHflxEFlETK9EzUvN3A { top:0.5rem;left:9.33749961853rem;width:30.875rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP { display:block; }#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muazzCVr723upsJubeaMIPKDySrXzoqu { top:3.0625rem;left:0rem;width:41.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaME7Q5EESNTkfwCikODqTVg0EggxWhp { top:8.375rem;left:6.90625rem;width:33.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs { display:block; }#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJbq1dqh8tAbObh1XMtZQn5PesoCT4GJ { top:1.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlefE3BicXTUCm1uL8r3OKZv0Ox013rF { top:4.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM { display:block; }#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XO4cThk3TgTzanbf3HCTzugiQnzLdzdE { top:2.625rem;left:0.46875rem;width:11rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJkTIV25HJ0Re3oCRaoM0sE6KmfAm8Ci { top:2.625rem;left:24.343751907349rem;width:11rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #epqAx1JP2D7QIyMAExrhzfz1WcpmQxCr { top:0.625rem;left:9.25rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUc84fHcr4cZIgzc9cuSVkDRxQio81wD { top:0.625rem;left:33.125rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW2robTrVAi9fpPkzG1HCbM12rUrnriQ { top:3.25rem;left:8.375rem;width:15.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwzFa5SrXn1qUqiFbw9sLOhtgdsAN48M { top:8.8125rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:block; }#DwzFa5SrXn1qUqiFbw9sLOhtgdsAN48M li:before{  }
 }@media only screen and (max-width: 763px) { #mUNNQnt6y0uICgMUtceIPZWJFf2PSTCq { top:10.75rem;left:18.3125rem;width:17.5rem;height:6.125rem;font-size:1rem;display:block; }#mUNNQnt6y0uICgMUtceIPZWJFf2PSTCq li:before{  }
 }@media only screen and (max-width: 763px) { #TIapmyUr2v23uAswsiF9ge3TorJWIZHE { top:2.625rem;left:20.3125rem;width:15.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIQ4zZACP40HnchVvqc3euLMfv0RH3fr { display:block; }#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQTqb0SfRQgKqnTTZ98ZKlnfZlo3UoUd { top:2.25rem;left:0.38789081573486rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZUDMilOla8iUEMxyVppOl6Wk5ESkv0s { top:2.25rem;left:24.843751907349rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGkJd9S3Dv87GBwqGZrCHaQyL6QVs8aR { top:0rem;left:9.25rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UamWRkqfaMcBaPFDaclsloGn5rlzc3EE { top:2.25rem;left:6.125rem;width:17.75rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqHZTcvrwqE71ZWyEpKVRbQITs27rBqX { top:8.9375rem;left:4.8125rem;width:19.0625rem;height:8.6875rem;font-size:1rem;display:block; }#XqHZTcvrwqE71ZWyEpKVRbQITs27rBqX li:before{  }
 }@media only screen and (max-width: 763px) { #gDah1KazZy66ZXKFndW08ku0x3dtEWtu { top:0rem;left:33.125rem;width:14.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUDXW1kxTflntOCBz6IoweemCOXKlVfD { top:2.25rem;left:30rem;width:17.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv8DdpezMmhslRVi8T6n6N78dApQmUNJ { top:12.8125rem;left:29.6875rem;width:18.0625rem;height:6.125rem;font-size:1rem;display:block; }#Tv8DdpezMmhslRVi8T6n6N78dApQmUNJ li:before{  }
 }@media only screen and (max-width: 763px) { #pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU { display:block; }#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhqZthXgSLcTyd5AMcaAulsJsguqQxwn { width:23.75rem;height:4.625rem;top:29.25rem;left:12.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAolJEluwwxbBkWqew6k8rISTGzuT8qH { display:block; }
 }@media only screen and (max-width: 763px) { #dkz8gmOrlfealx6vAfJLIIBhnLdSQnWW { top:34.6875rem;left:12.375001907349rem;width:23.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNeVHWbcRA8s9bo6gE7cssE0TNOgfamq { top:16.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtkmxUFg3IwcTyJQifDJKMoTmXpDVFQB { top:0.875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#MtkmxUFg3IwcTyJQifDJKMoTmXpDVFQB li:before{  }
 }@media only screen and (max-width: 763px) { #UsfDgE12k8TJ93ilvxvUoR4BRs2cJ7E4 { top:21rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#UsfDgE12k8TJ93ilvxvUoR4BRs2cJ7E4 li:before{  }
 }@media only screen and (max-width: 763px) { #C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO { display:block; }#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7rb1sVQn5WfJW6z9G0MTTCrNvz3X65w { top:0.125rem;left:16.375001907349rem;width:15rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoIHEDfJzPdyWzblqKMv5VJ13v3aXbPQ { top:8.125rem;left:17.625001907349rem;width:13.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeTxmrmrJhtGXtGcXaFfZn7k8uRhlFh0 { top:11.5625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS { display:block; }#If0mXO3sqNz4sbHPzh0E6rsiJmMpx1KS > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkzeO6OfcPT7ipR2HuiWgm7WKlb512hS { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK { width:18rem;height:5.0625rem;display:flex;top:7.375rem;left:0.9375rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #TN3GnGO8W6C8LmC3IvRw9NolxET20XSR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #LIOfI3ymAduALaBdM8MEXZaASLQMxFiN {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #G37iZqBwNhHmtJl8PTSzQO1TuG6GoMd3 {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #BERulKNWdsA84HnAL3C3OBGTuCHt6wMd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #xsrT55hdn4dDrNCXugwuy9ECP2JBIIMc {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #afBrZhl62uEA39SM4AZ1m710NcDryLAb {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #l911KtII80qoOH7yzfbxHHaGNm02LGnX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #Epr0tM96olO3IWfbDP5gZ8avURzdm09B {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #C6pMpLn2Tr8CGCRrnWS3NRsP1caNnsyy {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #ePTK5urdhRQ8ysyBxfJcVRCHiBzaJsoo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #ToWiRpHyCLzEX6TkUlQwo6eakuT4dJSQ {  }
 }@media only screen and (max-width: 763px) { #B1tgJ6vrSfNcVInRsvlFWiWFZotQIcFK #H6HUxk3QXA3sLhD6eJh5Am07SEUQRXX0 {  }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg2BZXRHfdMOPCMnp75ADKJF9NVkJK76 { width:20rem;height:25.3125rem;top:1.25rem;left:0rem;background-color:#ffffff;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) { #wsaKwKSuJ3inKPu2lLsGwvOHgMsTh8nG { width:18.75rem;height:2.03125rem;top:3.34375rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvDt6BZF6Gmvp0f7fK1EGVaG0k0y43X4 { width:11.625rem;height:11.625rem;top:6.2562501430512rem;left:4.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnCa8pTu2HcUr6bllnpOscQMPlBWg0pW { width:18.75rem;height:1.525rem;top:19.15625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmVXgz9ntpiwJdE2BJvSg905KmKbIEAA { width:17.5rem;height:3.4375rem;top:21.78085899353rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDMx0roJeva96H7kFDgJv9aA0hm1srx0 { display:block; }
 }@media only screen and (max-width: 763px) { #BJyWFeoLX06pLkElPdV9bo16PbOkp7wG { width:3.125rem;height:3.125rem;top:18.63125038147rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD6vuAouQxR60kf7VVEtWA7WVfKwQIZb { width:3.125rem;height:3.125rem;top:18.63125038147rem;left:15.687500357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSOzInu1qNs9einnS4tTtBhdMMksPg3q { width:20rem;height:2.6rem;top:0.806250333786rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH { display:block; }#Okc33AZUiCVK4nVWNqqsEBQnxVmVfrkH > .row .container { width:20rem;height:191.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzFl4d9l5sJ5OVxg5PWKJaliHbNKzPJh { width:20rem;height:16.9rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuZNCRynrzUCacEoS4I6aWOUTdN4uu3z { width:20rem;height:61.6125rem;top:19.3rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm5dg3DkXLG4eMbDx78TA78b7m1TiGLB { width:17.3125rem;height:19.0125rem;top:81.5121049881rem;left:2.6875001192093rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EshJJImoXuTlWKt00ITWGIfnPBgrTafr { width:19.625rem;height:17.6125rem;top:101.3750038147rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9355QLgf8rm11A1A5EABcXTsD00ThTy { width:13.25rem;height:13.25rem;top:120.46249961853rem;left:2.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez4cTSsZQMpCQXScRL43HT2zQdo1q98X { width:20rem;height:1.95rem;top:171.71250629425rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5A9CBSNpRywBxLhUDITWliHzTw9lF9 { width:20rem;height:34.25rem;top:135.58750343323rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsQC85gznBfRpq8oMl3nr8NX0W4bJTC5 { width:20rem;height:13.65rem;top:175.03750610351rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO12KTCmDtaQFukccqTrTZycLlTlLJ5r { width:3.125rem;height:3.125rem;top:81.011322021488rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frbGK3afW9Pu92CdsMzFXGiO9NPF7KIz { width:3.125rem;height:3.125rem;top:83.13748168945rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyi0JDOcC2CmLaX61FfrIeoSlA1yt9EJ { width:3.125rem;height:3.125rem;top:85.32498168945rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TothsPoCsO7lHaNXAqcA95PITrFlWy08 { width:3.125rem;height:3.125rem;top:87.51248168945rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg36qLP3prRRDftJNaZGPmTQpyCNTPdV { width:3.125rem;height:3.125rem;top:91.44998168945rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciGUTKAt9z90gyPsgE9rIERSAvz3IA4L { width:3.125rem;height:3.125rem;top:95.699996948244rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 { display:block; }#Nt0zdmnnJ0sRcAIll7cfl0BZf1VRSLt6 > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2cXE9EkOnzbNGkvGsKcF10UGEZp4Vq4 { width:19.625rem;height:13.65rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF { display:block; }#TRhdN3yaAEy9yTJ0KOV6QSJnUhGy6hsF > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlbXOTGawEGBr5UgcUlDgET7gqtTpTP0 { width:9.9375rem;height:13.3125rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKGxVfzE5TMVFpowBtGVPPG1oxJRNSbw { width:20rem;height:4.225rem;top:15.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRieEIceAcpQzP4TS72ObaUtagRWx2Jm { width:20rem;height:29.375rem;top:21.2625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP { display:block; }#OAmWlFwnaNZn1VG08lDE2Cg7OVZVuMIP > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bh9b1qQyuP3wrnyIaL1KX7tcp1pzzSB5 { width:7.0625rem;height:12.6875rem;top:0.93710947036744rem;left:6.4687498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRIod8LdVRCo75H7o4oho5TP12hPXH8L { width:20rem;height:4.225rem;top:14.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVx1U1g8ZyvsXIKif3NfxNi1VRqFaTvH { width:20rem;height:35.2875rem;top:18.887489318847rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye78hrQPzeGEGhWUl5BEGMomkttAnQyB { display:block; }#ye78hrQPzeGEGhWUl5BEGMomkttAnQyB > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLTE3E8y5VxOtiffMT4BwlXzOJyTlogZ { width:10.75rem;height:10.75rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPqEvsSWfrJyMCWRydHSMCoAMR81Ttu { width:20rem;height:4.225rem;top:13.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBv5BsOW9AEEqSkiQRtnaJswHnQLFNlq { width:20rem;height:21.9375rem;top:18.7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDoZmwFhGARTadhIkxyET2m1syDw9QaL { display:block; }#PDoZmwFhGARTadhIkxyET2m1syDw9QaL > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4EvoRCOIBBchrFz7kSqDc4ukuFGTE6C { width:20rem;height:14.4293125rem;top:1.215934753418E-5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSVSR8KPFBH6TXo8bTThCyLnSw3Padfq { width:20rem;height:4.225rem;top:15.437501192093rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4N4QMV214qPOfrO99vDhgWckw5wdBb5 { width:20rem;height:19.075rem;top:20.574987649917rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzvndAoa8K6IbGZs3WzbCy6DAesRfXhD { width:9.125rem;height:9.125rem;top:42.124984025955rem;left:4.5624998807907rem;font-size:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1s8q076l94DX3rVeRHZgyKzqiph4Glv { display:block; }#P1s8q076l94DX3rVeRHZgyKzqiph4Glv > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTHs7f5iH6gWSH7WoXFbyF0GTVuz7UPI { width:17.5rem;height:3.4375rem;top:60.749597549439rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM75PmFyXK6UvEQho82u3qXukrRInP06 { display:block; }
 }@media only screen and (max-width: 763px) { #CCVBHIQRxzDil27nvd4neykLsCwDvVmK { width:16.125rem;height:2.6rem;top:32.012127280235rem;left:1.9375001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb0BF5TyoOyyMc7CShaSyTPbJRtaorQd { width:8.25rem;height:8.25rem;top:26.1875rem;left:5.875rem;font-size:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfAtQp4QkoP1pXTQ6CfgQUZ6vJdXVX63 { width:8.25rem;height:8.25rem;top:26.1875rem;left:5.875rem;font-size:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMyMvk1aUXSWRwDUv7NUDSUGdGA6KXo2 { width:8.25rem;height:8.25rem;top:26.1875rem;left:5.875rem;font-size:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nqdtallan061U1om1KDQtQMf8oorH4Gh { width:5.75rem;height:5.75rem;top:30.437109947204rem;left:6.9374998807906rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISlTwcgLTFc5tXmUfzxBsLuvukrPHZ7a { width:19.625rem;height:4.79375rem;top:41.362103653141rem;left:0.37460935115814rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBul5LlmPi0402XbKQFhlm97CrHhhBuy { width:20rem;height:5.2rem;top:47.455078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwNRGS3QV9hHc4mbfLD8C36xwU2DZqae { top:35.174609184265rem;left:12.625000357628rem;width:6.1875rem;height:6.1875rem;z-index:100014;color:#dc702a;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLJvitBa33A1mWgeJ4nd0cmSphKeK2Gl { top:35.174609184265rem;left:6.9062498807906rem;width:6.1875rem;height:6.1875rem;z-index:100015;color:#dc702a;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUEnmSR0qF3AxXuHLyUSQCrFKe0OzSQw { top:35.174609184265rem;left:0.81210935115812rem;width:6.1875rem;height:6.1875rem;z-index:100016;color:#dc702a;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thbkUpa2qdTQSQdV4uTDiMUyWemlvKvB { width:17.75rem;height:3.9rem;top:65.549221038819rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlJ3ID17Psd25LBIPsU9i9RIWVTViCrW { width:17.125rem;height:8.9375rem;top:20.187494277954rem;left:1.4375001192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEcOc3BkC7b2LAFyJn5eI2g6EC1Xk8QO { width:19.4375rem;height:5.2rem;top:54.280469894409rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWDLks6K5hsmb6TxWC0lt5WbEuNTpPFw { width:19.8125rem;height:15.6rem;top:1.9496288299561rem;left:0.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 { display:block; }#DQdTTP1oqA6IJ04P4CrDcOZ02E9g6nc1 > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3kiSnS0Bviz1KXC9ksFTKn1U8AeeeMb { width:20rem;height:8.45rem;top:3.1874980926514rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqAAHwbIn7JTxvT2ACganPCMQvneVCrP { display:block; }#HqAAHwbIn7JTxvT2ACganPCMQvneVCrP > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCNttEmwaiEDIScsXIC7UBu9rs55gfZv { width:16.4375rem;height:13.65rem;top:1.25rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXqw5RQBv8qluyLJC9RMBAmobGZAyzxI { width:16.4375rem;height:4.55rem;top:21.75rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQk0oz3rPvTBgwJpCqnVqVCrqEgoM01r { width:17rem;height:3.4125rem;top:27.5rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI88XnUVmXmNgOnEHKIUl9lmZvPOJlZJ { width:17.0625rem;height:7.9625rem;top:32.125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeHcPWWBpUVDVfFLG8sEzxNLdWNEKlQp { width:20rem;height:4.55rem;top:16rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 { display:block; }#Gg2IvPW2nlCJbEHhcJ43XxodAX5a2Dq4 > .row .container { width:20rem;height:17.512512207031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmeE6zftGIL29Sfntcc7R53kP8gyGFBx { width:19.625rem;height:9.1rem;top:8.45rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTILuCwDweMp68qUs7z5qHdWN1AS1lzQ { width:20rem;height:2.1125rem;top:5.1rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuqAz9wbDslZVlHflxEFlETK9EzUvN3A { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP { display:block; }#whJzX0qbdPbb5DZ6VscczoeR4cx8nrgP > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muazzCVr723upsJubeaMIPKDySrXzoqu { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaME7Q5EESNTkfwCikODqTVg0EggxWhp { height:11.197053406998rem;width:20rem;top:7.7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs { display:block; }#T3XEuGQ6frHc4TiLAreX984oJcSUl8Bs > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJbq1dqh8tAbObh1XMtZQn5PesoCT4GJ { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlefE3BicXTUCm1uL8r3OKZv0Ox013rF { width:18.8125rem;height:4.875rem;top:10.237503051757rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM { display:block; }#yXU82D5Gvz8yIP6UZyXb0que8Vtvn8zM > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XO4cThk3TgTzanbf3HCTzugiQnzLdzdE { width:11rem;height:15rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJkTIV25HJ0Re3oCRaoM0sE6KmfAm8Ci { width:11rem;height:15rem;top:36.225rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epqAx1JP2D7QIyMAExrhzfz1WcpmQxCr { width:14.625rem;height:2.03125rem;top:16.249988555908rem;left:2.6875001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUc84fHcr4cZIgzc9cuSVkDRxQio81wD { width:14.625rem;height:2.03125rem;top:52.16250038147rem;left:4.4999998807907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW2robTrVAi9fpPkzG1HCbM12rUrnriQ { width:15.5rem;height:5.2rem;top:18.274610519409rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwzFa5SrXn1qUqiFbw9sLOhtgdsAN48M { width:19.0625rem;height:7.75rem;top:24.024597167969rem;left:0rem;font-size:1rem;display:block; }#DwzFa5SrXn1qUqiFbw9sLOhtgdsAN48M li:before{  }
 }@media only screen and (max-width: 763px) { #mUNNQnt6y0uICgMUtceIPZWJFf2PSTCq { width:17.5rem;height:6.1375rem;top:63.650003433225rem;left:0.46875rem;font-size:1rem;display:block; }#mUNNQnt6y0uICgMUtceIPZWJFf2PSTCq li:before{  }
 }@media only screen and (max-width: 763px) { #TIapmyUr2v23uAswsiF9ge3TorJWIZHE { width:15.5rem;height:7.8rem;top:55.287537574768rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIQ4zZACP40HnchVvqc3euLMfv0RH3fr { display:block; }#IIQ4zZACP40HnchVvqc3euLMfv0RH3fr > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQTqb0SfRQgKqnTTZ98ZKlnfZlo3UoUd { width:10rem;height:15rem;top:1.312488168478rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZUDMilOla8iUEMxyVppOl6Wk5ESkv0s { width:10rem;height:15rem;top:38.387491226196rem;left:4.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGkJd9S3Dv87GBwqGZrCHaQyL6QVs8aR { width:14.625rem;height:2.03125rem;top:17.750000357628rem;left:4.9999998807907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UamWRkqfaMcBaPFDaclsloGn5rlzc3EE { width:17.75rem;height:6.5rem;top:20.775000572204rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqHZTcvrwqE71ZWyEpKVRbQITs27rBqX { width:19.0625rem;height:8.7375rem;top:27.274975776672rem;left:0rem;font-size:1rem;display:block; }#XqHZTcvrwqE71ZWyEpKVRbQITs27rBqX li:before{  }
 }@media only screen and (max-width: 763px) { #gDah1KazZy66ZXKFndW08ku0x3dtEWtu { width:14.625rem;height:2.03125rem;top:54.762488365173rem;left:4.9999998807907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUDXW1kxTflntOCBz6IoweemCOXKlVfD { width:17.75rem;height:10.4rem;top:58.037512779236rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv8DdpezMmhslRVi8T6n6N78dApQmUNJ { width:18.0625rem;height:6.1375rem;top:69.12500190735rem;left:0.96875rem;font-size:1rem;display:block; }#Tv8DdpezMmhslRVi8T6n6N78dApQmUNJ li:before{  }
 }@media only screen and (max-width: 763px) { #pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU { display:block; }#pasZWvbHym4yTHdwdAT3xbtNMQPFC8JU > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhqZthXgSLcTyd5AMcaAulsJsguqQxwn { width:19.4375rem;height:3.4375rem;top:58.012502670288rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAolJEluwwxbBkWqew6k8rISTGzuT8qH { display:block; }
 }@media only screen and (max-width: 763px) { #dkz8gmOrlfealx6vAfJLIIBhnLdSQnWW { width:17.8125rem;height:3.9rem;top:62.049608230591rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNeVHWbcRA8s9bo6gE7cssE0TNOgfamq { width:20rem;height:5.2rem;top:33.562501430511rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtkmxUFg3IwcTyJQifDJKMoTmXpDVFQB { width:20rem;height:28.5rem;top:3.4984254837036rem;left:0rem;font-size:1rem;display:block; }#MtkmxUFg3IwcTyJQifDJKMoTmXpDVFQB li:before{  }
 }@media only screen and (max-width: 763px) { #UsfDgE12k8TJ93ilvxvUoR4BRs2cJ7E4 { width:20rem;height:13.625rem;top:41.737501144409rem;left:0rem;font-size:1rem;display:block; }#UsfDgE12k8TJ93ilvxvUoR4BRs2cJ7E4 li:before{  }
 }@media only screen and (max-width: 763px) { #C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO { display:block; }#C3KxfIhqzsoZQCqHAdhkTxJMeELePhpO > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7rb1sVQn5WfJW6z9G0MTTCrNvz3X65w { width:12rem;height:6.25rem;top:1.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoIHEDfJzPdyWzblqKMv5VJ13v3aXbPQ { width:12.5rem;height:2.6rem;top:8.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeTxmrmrJhtGXtGcXaFfZn7k8uRhlFh0 { width:20rem;height:20.475rem;top:11.3rem;left:0rem;font-size:0.875rem;display:block; }
 }