.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/eU90ia5I/sekcja8_foto_tlo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { background-color: transparent; background-image: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .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); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { border-width: 0; border-radius: 0; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:75rem;height:5.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ho9SPsUiqduXE4W1QikQELTsUExUMGGs { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:12.5625rem;top:0.44813369214535rem;left:0.49913215637207rem;overflow:hidden;display:block; }
#Zf68zTGC8DcLnfCT7P9ShzqBBDZ9Sxvn { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1868491172791rem;left:65.948139190675rem;height:1.2999125rem;font-style:normal;display:block; }
#cG6k2TUTA3mlD944nTP2raZocTwcL1zw { box-sizing:content-box;color:#323232;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:2.8802084922791rem;left:63.81229019165rem;display:block; }
#uuTkwfVcuOlCiHyVNSq1HNKrxXiepRzQ { position:absolute;display:block;z-index:14999;background-color:#f7d774;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:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;height:2.1875rem;width:11.1875rem;top:2.7463109493256rem;left:63.875rem;display:block; }
#EAm1iWkoXCdxfXbraXUzl9zyKFSsbBKM { color:#433c3f;display:block;width:4.31206875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.0657553672791rem;left:24.605037689209rem;height:1.2999125rem;font-style:normal;display:block; }
#QGd6toirmrIpfHpsDPnSuimTIKJKupr5 { color:#433c3f;display:block;width:8.2498125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1232640743256rem;left:36.417102813721rem;height:1.2999125rem;font-style:normal;display:block; }
#k4mOi09GEhTNATZH6Rf6FCM2obZnFOLs { color:#433c3f;display:block;width:4.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.1232640743256rem;left:54.495659828186rem;height:1.2999125rem;font-style:normal;display:block; }
#AXA9LBkn2bhyWf2f5CQnh3Rpy0t5LE2K { color:#433c3f;display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0670471191406rem;left:19.355903625488rem;height:1.2999125rem;font-style:normal;display:block; }
#eywyTRHDb6lyAanP6ccB2FHtxKwRzTmN { color:#433c3f;display:block;width:6.624375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.1232640743256rem;left:46.244793891907rem;height:1.2999125rem;font-style:normal;display:block; }
#LlQTco4Jxhq8vZI0JI3afJUWQeTl9EXf { color:#433c3f;display:block;width:3.81185rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.0598959922791rem;left:30.855037689209rem;height:1.2999125rem;font-style:normal;display:block; }
#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5767e90d-6b7f-46a8-8929-8e6020b69426/586493dbca33474c85aef203160d445e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.adaptive-delivery-prevent-bg, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyload, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyloading { background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.46); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.46); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .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); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { border-width: 0; border-radius: 0; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#XARW3W63fC8kidOJ3dewgrQdGITGkAOE { color:#282828;display:block;width:41.3748125rem;position:absolute;font-family:bitter;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:17.75rem;left:16.8125rem;height:4.12435rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbmtEcrNbdvRTdBPPAbZr6ab8WTguoCC { position:absolute;display:block;z-index:14998;background-color:#ffe8e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:43rem;top:15.5625rem;left:16rem;display:block; }
#mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { background-color:#f7d774;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.75rem;left:17.4375rem;display:block; }
#HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alvqCPSryXz0SeBhV6eHnqgIQBxfGSse { color:#282828;display:block;width:35.8745625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:41.1875rem;left:19.5625rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#wwwC66iZyFqF37Q0QbVP64KrZxPMcOwn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#OCJ4GRQLdr0tNMpLfTr189rfNONzrAQv { color:#282828;display:block;width:9.124375rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:24.786677360534rem;left:22.341583251953rem;height:11.549475rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iirvyQZ5tMbFLpNDUvn5g6vaTsmKUpOg { color:#282828;display:block;width:17.561875rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:24.899958610534rem;left:39.442279815674rem;height:11.197925rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zSeimMzDDnyPkdKJ3cGbfelRSaqTGsDK { color:#282828;display:block;width:38.9985rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:47.225479125976rem;left:18.000217437744rem;height:1.923825rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qsymkeMTgllc5EsPKkDRpopdrJHbMCQ2 { background-color:#1fab90;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.00043375rem;height:4.062715rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.157119750976rem;left:23.498264312744rem;display:none; }
#K5wtbU7FwksFzEXUfvMvWi0y4b93oJGv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOoE0RxBkCgThQlOMKBoglgn0w3Uvvyl { color:#282828;display:block;width:40.1855625rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:28.8125rem;left:17.4375rem;height:2.9069rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ODCSlrTeqzcHpMP0GJwprgqTUMgf7QFN { color:#f7d774;display:block;width:40.1855625rem;position:absolute;font-family:bitter;font-size:4.625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:21.875rem;left:17.4375rem;height:6.936875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mpOn10X4b9VHdMlWCqkr9SLgXIpG9fOM { background-color:#4bca8b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.750215rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.75rem;left:38.1875rem;display:block; }
#sA70s5tLGhIrEmEkERncZ8c4SNPhhZB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wSwt4gJ69W3z06rB4as0zSmk3yTQQX1t { color:#282828;display:block;width:35.8745625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:41.1875rem;left:19.5625rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#x6iHlQTS5LTGx99lJT9F2qzb2RkzZshH { color:#282828;display:block;width:35.8745625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:41.1875rem;left:19.5625rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#piMzKLBTRbLq8LZdgXLTg27WfKxvDaqG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#nHc2FDm3gt4MfQUdqt3QNuGMSPrXlxCR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#tydvVzVwaily68D6khD0WylXgyl5TpQJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:31.3125rem;display:none; }
#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { background-color: transparent; background-image: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .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); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { border-width: 0; border-radius: 0; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { color:#323232;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.2578163146972rem;left:7.5rem;height:3.9800375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv { position:relative;display:block; }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv { background-color: transparent; background-image: none; }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv > .row .container > .video-iframe-container { display: none; }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv > .row > .video-iframe-container { display: none; }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv > .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); }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv { border-width: 0; border-radius: 0; }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tX349ofptHm2bq8byD9Hop8dQTJweATk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.0937442779541rem;left:1.8750019073486rem;overflow:hidden;display:block; }
#ErwCDPaIbW1ld6VwHelDKTqoO9zsD4d8 { color:#686868;display:block;width:15.7486875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.934028744697rem;left:4.6256523132324rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGzXuSQ4p4BluG8sFSVByktRRF6Kec7A { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.0904884338379rem;left:26.875003814698rem;overflow:hidden;display:block; }
#F0u2EqefO6OqpmPV6Nu9e7N4aveNBAJG { color:#686868;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.154954910278rem;left:28.750003814698rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbOsHo2cgpyy1htAzKJNNV4vQAHK9iS2 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.0937480926514rem;left:51.875003814698rem;overflow:hidden;display:block; }
#AWQNllEzr79KGkUH8GFcFIAWhFsTEPrN { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.745226681232rem;left:54.625652313233rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwJOVNcOLd3Ds9LGHaAGkwIqbRH725BD { position:absolute;display:block;z-index:15001;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.592445373535rem;left:1.8750019073486rem;display:block; }
#bIFPVbnXZcAx9oI8X6ntDtethOMmhcmW { position:absolute;display:block;z-index:15002;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.593528747559rem;left:26.875003814698rem;display:block; }
#zEiZhnyU0VlkCnd5zS91qHczQsFccGqr { position:absolute;display:block;z-index:15003;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.593534469604rem;left:51.875003814698rem;display:block; }
#OucNxoCTWxKTfPriy8tNvmFTWEppfi4c { position:absolute;display:block;z-index:15001;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.593530654908rem;left:1.8750019073486rem;display:none; }
#E4bzQ3gBlgrwuaovZg7PHAMrAEyShU2L { position:absolute;display:block;z-index:15002;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.593534469604rem;left:26.875003814698rem;display:none; }
#NcgetfRFgyTePWiQPTRm6kl0XNdWsThS { position:absolute;display:block;z-index:15003;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.593534469604rem;left:51.875003814698rem;display:none; }
#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD { position:relative;display:block; }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD { background-color: transparent; background-image: none; }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD > .row .container > .video-iframe-container { display: none; }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD > .row > .video-iframe-container { display: none; }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD > .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); }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD { border-width: 0; border-radius: 0; }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FoT1CWkF1lFV9WySm2QdHmgqUIhpffZT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4998125rem;width:18.75rem;top:1.4572486877441rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#GNXSDE7nXSEliOCJA8tsLTqWDUowShN8 { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.38910651207rem;left:4.4769973754883rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQGwtBCnkH2UTN48mBeK7lFiHTpd7QCu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.4583320617676rem;left:26.875003814698rem;overflow:hidden;display:block; }
#Tg9MddVMKAfPSIInlBTbm8oLN5eA1ZlH { color:#686868;display:block;width:16.8120625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.38910651207rem;left:29.092884063721rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S52TDcvJGyxFcOu7D3fa0aW3F7AwO6bO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.4583320617676rem;left:51.875003814698rem;overflow:hidden;display:block; }
#DP9vNEkeUz8rLrDiWwG6ClbC53Jf6qPT { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.45160651207rem;left:54.625652313233rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6454F1RgZ39SxR3ZP93WIHxlV227TJe { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:block; }
#RywxTUGD1Cilni0xstlVyxs73tn9eJS7 { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:block; }
#u46AXrwHT1BysqDyFq9lBAySHMD3Rrsl { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:block; }
#ibiXEv7mrprOZAE3k53gNEC1aOkcDTx0 { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:none; }
#azEkJAxyG0El01Ilnpr1Fd49LN0MJ8hd { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:none; }
#bi9QbClty5mI0HL1VWGmaE71bUhPkdct { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:none; }
#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t { position:relative;display:block; }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t { background-color: transparent; background-image: none; }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t > .row .container > .video-iframe-container { display: none; }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t > .row > .video-iframe-container { display: none; }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t > .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); }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t { border-width: 0; border-radius: 0; }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#krl4fpzCLIQTXgXbht18oRF74iKV1okp { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.4615879058838rem;left:1.8750019073486rem;overflow:hidden;display:block; }
#DVh7hEeaN15kHaNtNhh40Xq4I0fChT5O { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.890188217163rem;left:4.4769973754883rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nC8PGUvhdR5DLKwcENRQvxwiRJ9dVIGg { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.4605035781861rem;left:26.875003814698rem;overflow:hidden;display:block; }
#ZchqsGTh43aKQZdfXesvqDsO33H2CMfk { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.888021469116rem;left:29.625652313233rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AfXwQhXcQBKnUbxxevI22KtAXM3LNZ83 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.4605007171631rem;left:51.875003814698rem;overflow:hidden;display:block; }
#MAUyKrA4o73kkmwQ5bKQNEcM9hS1g6T1 { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.889102935791rem;left:54.625652313233rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NPrO60px29e4hENuxtec0bagND7NTyGM { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:block; }
#cDCyLJMs80sPSm0a48oCQfNI6gunXqSw { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:block; }
#JSK4KWINui1QiNVq8osp31IDepQZnK7K { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:block; }
#J3wPSe2w4qFEJo9NeMQzF1mLmEmJRZiS { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:none; }
#itB2HvMTrs9G5R7OpTZA5b5buCsinqcZ { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:none; }
#uSOGHxBF5LcAx4TiLOTF5iOsM6AT1wAC { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:none; }
#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v { position:relative;display:block; }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v { background-color: transparent; background-image: none; }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v > .row .container > .video-iframe-container { display: none; }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v > .row > .video-iframe-container { display: none; }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v > .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); }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v { border-width: 0; border-radius: 0; }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IBJ7GzWp7EweWwdJee5CCkhPPKl6QAKo { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.4572486877441rem;left:1.8750019073486rem;overflow:hidden;display:block; }
#y7e0mOMTUnSQv0hlMCSPA6u4szo7H7Tu { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.890188217163rem;left:4.4769973754883rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ua8Z4Wdwxfy6fBql0dc07TUlPVqC5fJ1 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:21.25rem;top:1.4887142181396rem;left:26.875003814698rem;overflow:hidden;display:block; }
#vhiIFUP6Pb7BH5bSnCzGArT6x6JxJ6Xh { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.889115333557rem;left:29.625652313233rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IDXItmS870Tmy0PBeVIK7deLgP7Ev8Jb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.4572486877441rem;left:51.875003814698rem;overflow:hidden;display:block; }
#KqTfHMggHmsdHzsSLAnPpQZZLy7FTrX3 { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.889102935791rem;left:54.625652313233rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IEvdGTEqrkTEpCVAIHFXpG3eGcJzurCQ { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:block; }
#WtXBZdzOzWaHh1V8bQNSGgl2zwTXwCWU { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:block; }
#TbSZd4RkR1IutQQNvXHcNEdZgdS4msA6 { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:block; }
#IzTRARi4CozsULyMAvt35sya2BNVruZi { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:none; }
#ofC8aeIVlhR54KNSNqQz7TtToDiqH4mH { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:none; }
#iD8aUdqrKIKkal3yV1OfO2fft3WTFvw2 { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:none; }
#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 { position:relative;display:block; }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 { background-color: transparent; background-image: none; }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 > .row .container > .video-iframe-container { display: none; }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 > .row > .video-iframe-container { display: none; }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 > .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); }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 { border-width: 0; border-radius: 0; }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RuGRNECVnz35TrCO2R4ZlOSwCcZg3a6w { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4998125rem;width:19.561625rem;top:1.4561634063721rem;left:2.7180995941162rem;overflow:hidden;display:block; }
#hs8p5v4bdIvzAkf1G6QEPL839zRzI54Z { color:#686868;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.637371063233rem;left:3.0620670318604rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KNG5RZZIl5W6dwQwMldTfT80ZJ1DeOVU { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4998125rem;width:21.25rem;top:1.4561634063721rem;left:51.875003814698rem;overflow:hidden;display:block; }
#MbST8H5uI2BEGRDThMcMnVILbvSzX6QT { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.889102935791rem;left:54.625652313233rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zUVDcnmJxisR2vzwr1GNtWTEzTS3LJTG { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:block; }
#dzPxdzkTAk8doRpFo1lZZ9gzGJcm6LfL { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:block; }
#TZiB9V1pVLUg66cEqv5iKZ8lFQEPbHPV { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:block; }
#IbAxPN6sFJerTETtngvNV7hNE4BsQEOd { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:none; }
#BHnWA3Hn6lIQ3OG1sw6Pt9ERubzOFDgt { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:none; }
#cfSW6tWsNnEHBS1V892XDrcFV352a8FD { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.455078125rem;left:26.944446563721rem;overflow:hidden;display:block; }
#MisKhBBn0NH24MFWotLSa6ClZwr4mrAy { color:#686868;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.638454437256rem;left:28.062068939209rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihQgCoEXEffurx77szF8yFxa44H3bTt6 { position:absolute;display:block;z-index:15007;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:16.587448120118rem;left:52.500003814698rem;display:none; }
#JkCmSpHm939ykeBa6sSGemt2Wm8kSqgF { position:absolute;display:block;z-index:15007;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:16.587448120118rem;left:52.500003814698rem;display:none; }
#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM { position:relative;display:block; }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM { background-color: transparent; background-image: none; }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM > .row .container > .video-iframe-container { display: none; }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM > .row > .video-iframe-container { display: none; }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM > .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); }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM { border-width: 0; border-radius: 0; }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XyD7E32z8QH9KKwfDJbKUBlTIGkFwFDC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.25rem;top:1.4583263397217rem;left:26.875003814698rem;overflow:hidden;display:block; }
#IzoTOl1dQ6dEzwsauxkmumK2gAzpHbeT { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.638031005859rem;left:29.625652313233rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CIPRg7ogPsN7DIta19KKE2r2MVqCq42Q { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:block; }
#ETkH5XT4JNMyxmC2EBpTGPNTDs5QMys0 { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:block; }
#i3zOu03ZQ5O6XHFHScdLSNBbQW2NKS9N { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:none; }
#RN27l4DcCvalrDPgnAEmdJci1RaEJUvm { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:none; }
#UF5pTu72mICO0pXUnX3NEU3QyK3TGzW1 { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:none; }
#SvnCO27kKyvHOBLNTyqfRr732DrIvASr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4998125rem;width:21.25rem;top:1.4572486877441rem;left:1.8750019073486rem;overflow:hidden;display:block; }
#LqxUolicpq8lkFzaGk2sdbzmoUTctr9u { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.57487487793rem;left:4.6256523132324rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BgHRTAETNhlyTnEunyqAzUhLlTGyTWOr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4998125rem;width:21.25rem;top:1.5266933441162rem;left:51.875003814698rem;overflow:hidden;display:block; }
#ixa3TJ8oJ98X8LBvp1aSAA6BUcT3hMz3 { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.637371063233rem;left:54.625652313233rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fhCL01UaslitO9VUDERqlkTkznLAkZJc { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.957032203674rem;left:51.875003814698rem;display:block; }
#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr { position:relative;display:block; }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr { background-color: transparent; background-image: none; }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr > .row .container > .video-iframe-container { display: none; }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr > .row > .video-iframe-container { display: none; }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr > .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); }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr { border-width: 0; border-radius: 0; }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JTGf0VbcOdz80gDoxs83XwsXMFAJDhc8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4998125rem;width:21.25rem;top:1.4561634063721rem;left:1.8750019073486rem;overflow:hidden;display:block; }
#vbAx4C3rMw6MOJOGGKw7nOUFhDAlc0pu { color:#686868;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.949871063233rem;left:3.0620670318604rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GJA9OTbANyqGe44sJ5k2e0zJACRM6XVo { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:21.25rem;top:1.4572448730469rem;left:26.875003814698rem;overflow:hidden;display:block; }
#TivUgkxHZfEbw2luSANua6ia6QTXuTJe { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.638031005859rem;left:29.625652313233rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHDUx6hH3SIT1lX6tPE8kGbcZaMiqBTl { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:block; }
#cP9vXfgrhtrggpUJQfd5yJSJq7IklZPD { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:block; }
#N091WCh1kEG3x097kxXNRtItZSzha76C { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:none; }
#Ui1GnSMgwDnmmTIZWWneuqIRGG6eZZrP { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:none; }
#pTmqUiyUM6LqJbB5Pg39CfzQyALGfGT3 { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:none; }
#ddDUCNo1QVCvCcKxF7vVCoky0TzOQQA4 { color:#686868;display:block;width:15.747625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.5625rem;left:54.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WtrbGP9Ztu1Pwi66VgxLiBFL59Zwmu4T { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:16rem;left:51.875rem;display:block; }
#kqISW2A2xgwFx3UvpxcF352RKNIyhdyT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:21.25rem;top:1.3932304382324rem;left:51.875003814698rem;overflow:hidden;display:block; }
#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ { position:relative;display:block; }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ { background-color: transparent; background-image: none; }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ > .row .container > .video-iframe-container { display: none; }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ > .row > .video-iframe-container { display: none; }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ > .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); }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ { border-width: 0; border-radius: 0; }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vDGesVHFBvkcTqWRU8ZA1782eQmW9WGi { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.561625rem;width:12.999125rem;top:1.2575960159302rem;left:5.9993495941162rem;overflow:hidden;display:block; }
#xptyW4MFLhPPTaJFmUBvSTcRo6vNnshT { color:#686868;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.887369155884rem;left:3.0620670318604rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h6bSZ40RZZUSWoabmitoS6WT4QMHiIhB { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:block; }
#lWouA3EykWP2QTEZb5vbFe6ZLVcdsSCO { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:none; }
#OsHwiNCrFqgOX5ohlFINauAiFAVnDwlv { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:none; }
#ci8Tm3UyrGEORkPcQB04pdVh1X0N9c4P { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:none; }
#AW9bi2a7xBwBr70uZl9nA96LW1L0Sr77 { position:absolute;display:block;z-index:15007;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.75rem;left:26.875rem;display:block; }
#Q9L1KdN672GRmu3ruDyyxKHkK5x1NUJq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3120625rem;width:19.375rem;top:1.3802070617676rem;left:27.812501907349rem;overflow:hidden;display:block; }
#sXCRr83JkigQ5bZiAGdPaTp6PTUIw33P { position:absolute;display:block;z-index:15010;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.6875rem;left:51.875rem;display:block; }
#S3kLXtApWtHM0Dd4J8I8K9KGIBzbaczA { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5605625rem;width:12.436rem;top:1.2554244995118rem;left:56.28147315979rem;overflow:hidden;display:block; }
#nz5OnkXLkTGPa8u93LITxITXaWGrf394 { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:none; }
#yHh2y5sODTZk9PyxTv4g9Sz2XHn91gVE { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:none; }
#bE8RJE181OtbCHx3y3H82Tdk2CFuPAfk { color:#686868;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.886938095092rem;left:28.062067031861rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c1PphbKXZ5NUeVU2ilvBVJ7Csih4TKda { color:#686868;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.886935710907rem;left:53.062067031861rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 { position:relative;display:block; }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 { background-color: transparent; background-image: none; }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 > .row .container > .video-iframe-container { display: none; }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 > .row > .video-iframe-container { display: none; }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 > .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); }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 { border-width: 0; border-radius: 0; }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BF3sdNUfkRhuk77u4MMfaQigu7Id9XJP { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.249125rem;width:21.25rem;top:1.7816848754882rem;left:1.7491321563721rem;overflow:hidden;display:block; }
#V8kDV4bPWvFg0r6MAsTxMweVMrxq6a84 { color:#686868;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.887369155884rem;left:3.0620670318604rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h0WCRxnLZbUac5J2oRmVocoVcS4nv7yO { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:block; }
#D5q52KPeBTGteWtk0Mu0P5Sxi1FSbCgP { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:none; }
#uAXrsXHFDsRsNOFxyKaZxDqeBbXJc4kh { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:none; }
#piPuMHvnfv91UTxllbLOEE9SIy8yzVV0 { position:absolute;display:block;z-index:15006;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:51.875003814698rem;display:none; }
#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN { position:relative;display:block; }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN { background-color: transparent; background-image: none; }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN > .row .container > .video-iframe-container { display: none; }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN > .row > .video-iframe-container { display: none; }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN > .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); }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN { border-width: 0; border-radius: 0; }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BPaFlsQ0acU1KCuCPegyvyXDSJ5BaT25 { position:absolute;display:block;z-index:15004;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.961372375488rem;left:1.8750019073486rem;display:none; }
#fKi7kd5y7a5woAN5iHPgX9G8FWxuS4g5 { position:absolute;display:block;z-index:15005;background-color:#f5fbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:15.962459564209rem;left:26.875003814698rem;display:none; }
#IzPsJtEFXs0Fhi1LxI6JEoDrru6w8cJv { background-color:#f7d774;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.73592375rem;height:3.67426125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.5681552886963rem;left:22.131076812744rem;display:block; }
#gasimtM3b2RcEVvthLB1rUhBsCl3puzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdee1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B > .row .container { background-color: transparent; background-image: none; }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B > .row .container > .video-iframe-container { display: none; }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B > .row > .video-iframe-container { display: none; }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B > .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); }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B > .row .container { border-width: 0; border-radius: 0; }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B > .row .container { font-size:0.875rem;font-family:arial;height:65.6875rem;width:75rem;position:relative;display:block; }#gkGVK7FdSIgkrgCyMnTl5iUslfUhXLzA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.624375rem;width:21.6873125rem;top:20.372179985046rem;left:0rem;overflow:hidden;display:block; }
#RKifASWgGvrv5Towvb7lX1onk0bidiTs { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.7498125rem;width:17.061625rem;top:18.309462547302rem;left:53.930126190186rem;overflow:hidden;display:block; }
#h9WKqssuiH5gXMTivVo5asvnuGqqJbUH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.124375rem;width:22.874375rem;top:15.378678798676rem;left:26.062286376953rem;overflow:hidden;display:block; }
#yFKkz6NByfVUSw8RehZzsiIKDeuRRMrZ { color:#323232;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:7.5rem;height:3.9800375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wElZVDFPr7XrTbor1yDUWQG47XpHHyp8 { position:absolute;display:block;z-index:15000;background-color:#fae7ec;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:4.93706875rem;width:27.8125rem;top:5.146484375rem;left:23.593753814698rem;display:block; }
#oPx43MGcT3N94g4n98rRZEpm6tsw9eIt { background-color:#f7d774;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.72179875rem;height:3.660155rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:55.185565948486rem;left:22.131076812744rem;display:block; }
#TcxX5lgvaH1NfvqP3KPTdAZL7T848IN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EAEfB2oobRST6C1neATAlWU5DhAe8pJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff847879-66fc-4b03-91e0-32e8c33c6e72/9869f4dcc84e422c913c0f11c5114eaa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy.adaptive-delivery-prevent-bg, #EAEfB2oobRST6C1neATAlWU5DhAe8pJy.lazyload, #EAEfB2oobRST6C1neATAlWU5DhAe8pJy.lazyloading { background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { border-width: 0; border-radius: 0; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:none; }#sF8nenMGO1JDuPsc6JXwATN5rHP4if9b { position:absolute;display:block;z-index:15000;background-color:rgba(255,232,229,0.84);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.999375rem;width:57.6248125rem;top:4.8383378982544rem;left:8.6870689392087rem;display:block; }
#pAoeH80J97tu4B7nAkvtoXf6eGSk85XU { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.86);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.187rem;width:57.6245rem;top:17.9345703125rem;left:8.65478515625rem;display:none; }
#vkAfr8y7O3bfqu1DMm2x148TMN0dV85T { background-color:#1fab90;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.87572625rem;height:3.500245rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.165771484375rem;left:21.9970703125rem;display:none; }
#d48iaTHOZrMJyJfPzg8m5ln0aaAXTIF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tkInSwSg2qxgZnWLbFL1xhB5JuTmW1BF { color:#282828;display:block;width:30.374375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:15.437297821045rem;left:12.873264312744rem;height:12.49675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#tkInSwSg2qxgZnWLbFL1xhB5JuTmW1BF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tkInSwSg2qxgZnWLbFL1xhB5JuTmW1BF li:before{  }
#gAOO9PQNmIZeKALA93FTa9eJ9iOfaMcU { color:#282828;display:block;width:45.1248125rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:16.592872619629rem;left:14.937068939209rem;height:26.9922125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WrXdb7WkqTcGTDXEk2BI6NFVTPGWIAyl { color:#282828;display:block;width:18.4375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:15.437297821045rem;left:46.123050689698rem;height:12.49675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WrXdb7WkqTcGTDXEk2BI6NFVTPGWIAyl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WrXdb7WkqTcGTDXEk2BI6NFVTPGWIAyl li:before{  }
#GbfGaxM2ieuvErcvXz9xx8v43hb9aUwC { color:#323232;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9737415313719rem;left:7.5rem;height:3.9800375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTPvTmKkkS6FbSunXOoyIITc247P8r53 { background-color:#dd3a3a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.99955875rem;height:3.93793375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.001317977905rem;left:21.999786376953rem;display:block; }
#hqxRH1spmdoi95h3hwX7TzL7NifuNv80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIhMSuRxsImGgrvQepW8a93vIvdQnGi2 { color:#282828;display:block;width:30.374375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:15.437297821045rem;left:12.873264312744rem;height:12.49675rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#bIhMSuRxsImGgrvQepW8a93vIvdQnGi2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bIhMSuRxsImGgrvQepW8a93vIvdQnGi2 li:before{  }
#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff6fb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 > .row .container { background-color: transparent; background-image: none; }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 > .row .container > .video-iframe-container { display: none; }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 > .row > .video-iframe-container { display: none; }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 > .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); }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 > .row .container { border-width: 0; border-radius: 0; }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#ycnTmwzX9bIgZgBMcL52abEFv6kmmeor { color:#323232;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5388412475586rem;left:7.5rem;height:3.9800375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTTeCl86wovSdllUEua6Nz8178NTrS8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff6fb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BTTeCl86wovSdllUEua6Nz8178NTrS8M > .row .container { background-color: transparent; background-image: none; }#BTTeCl86wovSdllUEua6Nz8178NTrS8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTTeCl86wovSdllUEua6Nz8178NTrS8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTTeCl86wovSdllUEua6Nz8178NTrS8M > .row .container > .video-iframe-container { display: none; }#BTTeCl86wovSdllUEua6Nz8178NTrS8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTTeCl86wovSdllUEua6Nz8178NTrS8M > .row > .video-iframe-container { display: none; }#BTTeCl86wovSdllUEua6Nz8178NTrS8M > .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); }#BTTeCl86wovSdllUEua6Nz8178NTrS8M > .row .container { border-width: 0; border-radius: 0; }#BTTeCl86wovSdllUEua6Nz8178NTrS8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTTeCl86wovSdllUEua6Nz8178NTrS8M > .row .container { font-size:0.875rem;font-family:arial;height:90.6875rem;width:75rem;position:relative;display:block; }#wulQy97BkZevLlldtzrLEnoTcr0y581y { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.124375rem;width:13.3745625rem;top:1.8022828102112rem;left:3.4678840637207rem;overflow:hidden;display:block; }
#LcH4QQ6xg1GvABuvs9050TNktr6pcCwU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:16.3125rem;top:55.0625rem;left:3rem;overflow:hidden;display:block; }
#d6helVbi0cy9ttsTXrim1fXRTq1pG0eO { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.624125rem;width:11.3748125rem;top:3.0577259063721rem;left:56.813152313233rem;overflow:hidden;display:block; }
#tAfgeZ7Atre8ArriWMHclXVmPfCHXakd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.561rem;width:17.7485rem;top:3.5818009376526rem;left:28.625217437744rem;overflow:hidden;display:block; }
#ZiSoKztTBkMfR9fvGk8JGH364PuiMOlo { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:16.3125rem;top:55.0625rem;left:55.75rem;overflow:hidden;display:block; }
#T6VWLpN180gveLHspXoUN1L7qUVXDJ8C { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3748125rem;width:13.186875rem;top:54.875rem;left:31rem;overflow:hidden;display:block; }
#O5IKwu7nlml7c5DzHKHNTzlGZpdLUiNn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:23.75rem;top:25.641290664673rem;left:25.625003814698rem;overflow:hidden;display:block; }
#KtSg1gtWXAbBxdooSnB3idRwaGODTuTD { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.311875rem;width:10.4373125rem;top:26.859810829163rem;left:4.9348983764649rem;overflow:hidden;display:block; }
#FN7gXtuRbZv8zi2VEaaIpT74RHWFv6zo { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.249125rem;width:13.8748125rem;top:27.890626430511rem;left:56.813152313233rem;overflow:hidden;display:block; }
#D6ySqhQXHrt2AWlKe7yVtlGn7FlczBeu { background-color:#dd3a3a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.87480875rem;height:3.8131525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.813831329346rem;left:22.061633110046rem;display:none; }
#vzwzWlDIO4HSqpStMmr7mkf9BzXhRQ1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUD275PekWZ2MplFwvGTROdzVtzv7IxV { background-color:#f7d774;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.62524625rem;height:3.56358375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:82.747409820556rem;left:22.187503814698rem;display:block; }
#Btp3R6UvQurEIS4R9bDPTQcivQm3F3gM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f9dc79b-90fc-4513-aa28-8f3e0ec75139/05ec998a651644c5873d08207e701bc9.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK.adaptive-delivery-prevent-bg, #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK.lazyload, #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK.lazyloading { background-image: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { background-color: transparent; background-image: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.61); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.61); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .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); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { border-width: 0; border-radius: 0; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#kK9yXTdJlx7siCLxMOh0PEFHe6RTLKxW { position:absolute;display:block;z-index:15004;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:3.2495125rem;top:34.373779296875rem;left:10.84228515625rem;display:block; }
#eIn4ebWAK7QhtrOHJv240hsqiKz5unpA { position:absolute;display:block;z-index:15011;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:3.2495125rem;top:34.373779296875rem;left:35.84228515625rem;display:block; }
#xNT0GyA7C1BS1wtUQu5xO3bzBfhCHd6C { color:#433c3f;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:3.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.2491359710693rem;left:0rem;height:3.9800375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X446QnfCqNKATeLTKn6cuV3PqbFHSkNA { background-color:#dd3a3a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:3.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.500219345093rem;left:22.124566078186rem;display:none; }
#nhd7a0LDkFMtvpIPQoUtFos54Q6yiPDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n3axvvxflRN2Kua1ULSifiLTk8UC4rQQ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1870625rem;width:17.7495625rem;top:13.180338978767rem;left:3.6241340637207rem;overflow:hidden;display:block; }
#g9lyl5ikIIDPIZcvMtdZPG3RG6VonFtF { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:18.4375rem;top:13.616537213326rem;left:28.281253814698rem;overflow:hidden;display:block; }
#ycD1h0qKKoGhrrBholI8mraBSohCOq8C { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.124125rem;width:16.875rem;top:13.209635853767rem;left:54.062503814698rem;overflow:hidden;display:block; }
#aVCkMklef4IA3vTuPevPJqksmapl9zvK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f9dc79b-90fc-4513-aa28-8f3e0ec75139/05ec998a651644c5873d08207e701bc9.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK.adaptive-delivery-prevent-bg, #aVCkMklef4IA3vTuPevPJqksmapl9zvK.lazyload, #aVCkMklef4IA3vTuPevPJqksmapl9zvK.lazyloading { background-image: none; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row .container { background-color: transparent; background-image: none; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.61); }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row .container > .video-iframe-container { display: none; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.61); }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row > .video-iframe-container { display: none; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .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); }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row .container { border-width: 0; border-radius: 0; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#cTNvA87ALiGwHakxQW9NXIpTUa095Btn { background-color:#dd3a3a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:3.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.500219345093rem;left:22.124566078186rem;display:none; }
#GPLCCSvmTyxX6PRAAneGNs8x5twKHyT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSQlql7vMJJWyDJaob7AtCK20rcSDVkn { background-color:#dd3a3a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.87480875rem;height:3.8131525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.813831329346rem;left:22.061633110046rem;display:none; }
#L8y7zCTH8czb64o7quTSi7TxONZK8TMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w0hZhlNIQTSaSTVhnJnvLEd9ABZQJgqb { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:19.8125rem;top:2.6833801269531rem;left:27.593318939209rem;overflow:hidden;display:block; }
#nRNq4TfX2DlfG3epnNK21BVIQF7oCmVm { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:17.3125rem;top:1.9639797210693rem;left:3.8096809387207rem;overflow:hidden;display:block; }
#PscbLcD5MQCS8u3JHv7zMQPwoyO5vkr9 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:17.3125rem;top:1.9661502838135rem;left:53.843318939209rem;overflow:hidden;display:block; }
#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { background-color: transparent; background-image: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container > .video-iframe-container { display: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container { display: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .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); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { border-width: 0; border-radius: 0; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x { position:absolute;display:block;z-index:15017;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:15rem;top:15.3125rem;left:2.8125rem;display:block; }#BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x.adaptive-delivery-prevent-bg, #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x.lazyload, #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x.lazyloading { background-image: none; }
#IStLxnXEPLER510PlrQtSDkqpO9W8Lqf { position:absolute;display:block;z-index:15012;background-color:#f7d774;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.999rem;width:19.24925rem;top:10.875rem;left:0.75rem;display:block; }
#CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { position:absolute;display:block;z-index:15000;background-color:#3bade1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9355625rem;width:19.2480625rem;top:10.9375rem;left:55.0625rem;display:block; }
#WmEBqdRrMUDiRIKEhDpkU5T2DI9nKxvu { color:#ffffff;display:block;width:15.1855625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:17.8125rem;left:57.1875rem;height:2.0247375rem;text-align:center;text-align-last:center;display:block; }
#PWAThBleg1eUzyT9gPQDn1v6NorqxoWL { color:#ffffff;display:block;width:17.6248125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:15.857206463814rem;left:55.872399330139rem;height:2.0247375rem;text-align:center;text-align-last:center;display:block; }
#uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:15rem;top:15.3125rem;left:57.1875rem;display:block; }#uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.adaptive-delivery-prevent-bg, #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.lazyload, #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.lazyloading { background-image: none; }
#mLhiQLJctaJyI3r2TTcaa6cVV5oh8cot { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.5625rem;left:59.25rem;height:2.24935rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xcv4IVMy9FnGAB6gNAXUmtetxTN1ll5M { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.811525rem;width:1.31225625rem;top:12.75rem;left:58.25rem;overflow:hidden;display:block; }
#cKSkM1WcB7Qol6lrr5eAecmmIXqC1JFe { color:#433c3f;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9318561553955rem;left:7.5000009536744rem;height:3.9800375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lpRTonJKL0yBfhUKmZ2GANno0FUi6f0T { box-sizing:content-box;color:#ffffff;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:15023;top:20.125rem;left:57.5rem;display:block; }
#MtN5RKmAKI8cIcOkJ5tXv0SMRAw94Ftb { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:20.6875rem;left:60.625rem;height:2.24935rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uC4bQhTQHkQbzFceOTD5y9WInOnHQpva { position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:15rem;top:23.5625rem;left:57.375rem;display:block; }#uC4bQhTQHkQbzFceOTD5y9WInOnHQpva.adaptive-delivery-prevent-bg, #uC4bQhTQHkQbzFceOTD5y9WInOnHQpva.lazyload, #uC4bQhTQHkQbzFceOTD5y9WInOnHQpva.lazyloading { background-image: none; }
#w2TQqyaREktqMlUtiJn1KPz1pRKW2sH0 { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.249133586884rem;left:59.561634063721rem;height:1.54296875rem;display:block; }
#XIzdTrsbQ9haGv9DwBVqFz9A4ZymaU5t { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:15rem;top:25.8125rem;left:2.9375rem;display:block; }
#yWSxEqx8sGSeW0FfRN7TTfg8o3k49b4W { color:#ffffff;display:block;width:10.37475rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:12.5rem;left:5.125rem;height:2.24935rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qw13wwMNzvAT9lbArKRJT7U2fTVnwtQs { color:#ffffff;display:block;width:15.1855625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:17.3125rem;left:2.8125rem;height:2.1365rem;text-align:center;text-align-last:center;display:block; }
#xmxlshRDWGrBmrMXPAy8JDwbbGmmMMPf { color:#ffffff;display:block;width:15.1855625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:19.3125rem;left:2.6875rem;height:2.5878875rem;text-align:center;text-align-last:center;display:block; }
#kgZkuxaAT1ze90emkqWIXUB8ZXU91d0N { color:#ffffff;display:block;width:14.936rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.8;letter-spacing:0;top:23.25rem;left:2.9375rem;height:2.1365rem;text-align:center;text-align-last:center;display:block; }
#R1A990ZCoGfQvQodnPXk5Geb8KCouiTG { position:absolute;display:block;z-index:15017;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:15rem;top:20.201416015625rem;left:13.619384765625rem;display:none; }#R1A990ZCoGfQvQodnPXk5Geb8KCouiTG.adaptive-delivery-prevent-bg, #R1A990ZCoGfQvQodnPXk5Geb8KCouiTG.lazyload, #R1A990ZCoGfQvQodnPXk5Geb8KCouiTG.lazyloading { background-image: none; }
#mVOfFvgtXJ6KE3SkVwU1peNB99Xskbxb { color:#ffffff;display:block;width:10.37475rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:34.434814453125rem;left:53.341064453125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uWiPJOgn0b1syEDGpgLg6dkZvi0TV04O { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.811525rem;width:1.31225625rem;top:36.68701171875rem;left:48.24951171875rem;overflow:hidden;display:none; }
#Rov4wV0hxNMgsgstTxp0ecVQwiTGrFT6 { color:#ffffff;display:block;width:15.1855625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:42.154541015625rem;left:48.466796875rem;height:0;text-align:center;text-align-last:center;display:none; }
#cZTmQEn8435y9uBnxB0hcadcplMIsvG9 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:67.4375rem;left:1.75rem;display:none; }
#I25D0gC4uSF5MpzobTyCTS5hWp10T2Fy { color:#000000;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:67.4375rem;left:1.75rem;display:none; }
#ZZByKZk5SF8COs6Umv4o0F3cAm0Xph5X { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3818359375rem;left:30.15625rem;height:1.484375rem;display:none; }
#Rpk3imWbs0TXo9vQlsVsnQqI3SaxsVwK { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3818359375rem;left:30.15625rem;height:1.484375rem;display:none; }
#ZE2QnNAkE7o4UNi9GaFCcoWiLwaLNLkv { background-color:#5d92ff;background-image:none;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;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:15000;text-align:center;text-align-last:center;display:none; }
#EEiQpO0RFKqKEwMrd5gq1EfhiDdZyQ1i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDgLwDB9WKMKC5C20f4Xy4SZRiy7aAaU { position:absolute;display:block;z-index:14999;height:19.311rem;width:34.8730625rem;top:10.842882156372rem;left:24.944661140442rem;display:block; }
#atxl1gF13x2Q0TXoJZ8KfWKnZFPZ1uDq { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.791017055511rem;left:59.527782440186rem;height:1.54296875rem;display:block; }
#sKeA760yETXl7wwckTTm4Kftk8HzDNtv { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:40.43620300293rem;left:56.623699188233rem;height:4.049475rem;text-align:center;text-align-last:center;display:none; }
#oTKcT0hLqR0JUpueQlL1moALMoLmM5vK { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.61328125rem;left:30.15625rem;height:1.54296875rem;display:none; }
#M4DoZzNUA5SUTyLPsSMtHCUNcKLzqqrG { color:#ffffff;display:block;width:10.2495625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:48.963111042976rem;left:59.560550689698rem;height:1.54296875rem;display:none; }
#czH76JyggiiIs66qdsBbEEfhKcGtevGh { position:absolute;display:block;z-index:15027;height:19.3120625rem;width:34.874125rem;top:35.560980916023rem;left:24.756946563721rem;display:none; }
#tWo6QAyVvDWKZJJk96HKKS3zRATCGCe2 { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:40.43620300293rem;left:56.623699188233rem;height:4.049475rem;text-align:center;text-align-last:center;display:none; }
#Oz160be8zEGoZmzPFJn0P7Ecz1eLxIx2 { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:40.43620300293rem;left:56.623699188233rem;height:4.049475rem;text-align:center;text-align-last:center;display:none; }
#kQUZdqaRdOkMmbVMS4HhLlACurHK0rBS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.467448234558rem;left:4.630859375rem; }
#rP9aBMGEuCOfT7TuMZxh9mGspTs3Ol8B { background-color:#4bca8b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.72179875rem;height:3.660155rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.435123443604rem;left:22.131076812744rem;display:block; }
#B4KWP6MM8WH22ceTQPQuruE0mAmBI3HN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kOebEVhPAocleJgesdZ35SRiQFZ06kT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6e7e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { background-color: transparent; background-image: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container > .video-iframe-container { display: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container { display: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .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); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { border-width: 0; border-radius: 0; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#z4m8hL2He7v080RHmznJ6WvbN0dToKOV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#tpJeUUg0gIQIv71WtnACVxRm5twO1Xcl { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.61328125rem;left:30.15625rem;height:1.54296875rem;display:block; }
#oOIemZiaVA5zUneFeA1tUHVlHv5TuqZR { background-color:#1fab90;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #007d64;border-left:0.125rem solid #007d64;border-right:0.125rem solid #007d64;border-bottom:0.125rem solid #007d64;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.81272625rem;height:2.37597625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.12451171875rem;left:61.063232421875rem;display:none; }
#TphOANdTtudC16n8Sk0b8PKWHuVOvZrt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bco7zIGO55e9FTtRIgJ5TOwTU3AkKV2X { color:#000000;display:block;width:16.499rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.841796875rem;left:29.249267578125rem;height:1.38020625rem;display:block; }
#PXKF1vND7IIgAaXuCJmC6wkSJkQrpFgq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.93725rem;height:1.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.685546875rem;left:28.905029296875rem;display:block; }
#qkJMMtZXehg0KA6hEhkCwmACaFoT2txi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZloAJU7Na2PuRGSfxcEuiFOz956hxBh1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#cKNnLnLpyTVZg34r4rNcPPL1OlFwI95G { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:0.75rem;left:11.3125rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:12.5625rem;height:4.5000051308522rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf68zTGC8DcLnfCT7P9ShzqBBDZ9Sxvn { top:3.125rem;left:39.9375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG6k2TUTA3mlD944nTP2raZocTwcL1zw { top:2.875rem;left:45.4375rem;width:2.3125rem;height:2.1247697417323rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTkwfVcuOlCiHyVNSq1HNKrxXiepRzQ { top:2.6875rem;left:36.5625rem;width:11.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAm1iWkoXCdxfXbraXUzl9zyKFSsbBKM { top:3.0625rem;left:10.980037689209rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGd6toirmrIpfHpsDPnSuimTIKJKupr5 { top:3.0625rem;left:22.792102813721rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4mOi09GEhTNATZH6Rf6FCM2obZnFOLs { top:3.0625rem;left:40.870659828186rem;width:4.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXA9LBkn2bhyWf2f5CQnh3Rpy0t5LE2K { top:3.0625rem;left:5.7309036254883rem;width:3.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eywyTRHDb6lyAanP6ccB2FHtxKwRzTmN { top:3.0625rem;left:32.619793891907rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlQTco4Jxhq8vZI0JI3afJUWQeTl9EXf { top:3rem;left:17.230037689209rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:41.3125rem;height:4.0625rem;top:17.75rem;left:3.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbmtEcrNbdvRTdBPPAbZr6ab8WTguoCC { width:42.9375rem;height:27.9375rem;top:15.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { width:19.25rem;height:3.625rem;top:34.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block; }
 }@media only screen and (max-width: 763px) { #alvqCPSryXz0SeBhV6eHnqgIQBxfGSse { width:35.8125rem;height:1.875rem;top:41.1875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwwC66iZyFqF37Q0QbVP64KrZxPMcOwn { width:8.5625rem;height:5.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCJ4GRQLdr0tNMpLfTr189rfNONzrAQv { width:9.0625rem;height:6.875rem;top:26.1875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iirvyQZ5tMbFLpNDUvn5g6vaTsmKUpOg { width:12.5rem;height:5.5625rem;top:34.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSeimMzDDnyPkdKJ3cGbfelRSaqTGsDK { width:20rem;height:2.875rem;top:38.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsymkeMTgllc5EsPKkDRpopdrJHbMCQ2 { width:28rem;height:4.0625rem;top:37.125rem;left:9.8732643127444rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5wtbU7FwksFzEXUfvMvWi0y4b93oJGv { display:block; }
 }@media only screen and (max-width: 763px) { #rOoE0RxBkCgThQlOMKBoglgn0w3Uvvyl { width:40.125rem;height:2.875rem;top:28.8125rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODCSlrTeqzcHpMP0GJwprgqTUMgf7QFN { width:40.125rem;height:6.875rem;top:21.875rem;left:3.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpOn10X4b9VHdMlWCqkr9SLgXIpG9fOM { width:19.25rem;height:3.625rem;top:34.75rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA70s5tLGhIrEmEkERncZ8c4SNPhhZB1 { display:block; }
 }@media only screen and (max-width: 763px) { #wSwt4gJ69W3z06rB4as0zSmk3yTQQX1t { width:35.8125rem;height:1.875rem;top:41.1875rem;left:5.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6iHlQTS5LTGx99lJT9F2qzb2RkzZshH { width:20rem;height:3.1875rem;top:18rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #piMzKLBTRbLq8LZdgXLTg27WfKxvDaqG { display:none; }
 }@media only screen and (max-width: 763px) { #nHc2FDm3gt4MfQUdqt3QNuGMSPrXlxCR { display:none; }
 }@media only screen and (max-width: 763px) { #tydvVzVwaily68D6khD0WylXgyl5TpQJ { width:19.9375rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:47.75rem;height:3.9375rem;top:4.25rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv { display:block; }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tX349ofptHm2bq8byD9Hop8dQTJweATk { width:21.25rem;height:14.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErwCDPaIbW1ld6VwHelDKTqoO9zsD4d8 { width:15.6875rem;height:1.75rem;top:16.875rem;left:0.063152313232425rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzXuSQ4p4BluG8sFSVByktRRF6Kec7A { width:21.25rem;height:14.5rem;top:1.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0u2EqefO6OqpmPV6Nu9e7N4aveNBAJG { width:17.5rem;height:4.0625rem;top:16.125rem;left:14.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbOsHo2cgpyy1htAzKJNNV4vQAHK9iS2 { width:21.25rem;height:14.5rem;top:1.0625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWQNllEzr79KGkUH8GFcFIAWhFsTEPrN { width:15.6875rem;height:2rem;top:16.6875rem;left:31.813152313233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwJOVNcOLd3Ds9LGHaAGkwIqbRH725BD { top:15.5625rem;left:0rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIFPVbnXZcAx9oI8X6ntDtethOMmhcmW { top:15.5625rem;left:10.5rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEiZhnyU0VlkCnd5zS91qHczQsFccGqr { top:15.5625rem;left:26.375rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OucNxoCTWxKTfPriy8tNvmFTWEppfi4c { top:15.5625rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4bzQ3gBlgrwuaovZg7PHAMrAEyShU2L { top:15.5625rem;left:10.5rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcgetfRFgyTePWiQPTRm6kl0XNdWsThS { top:15.5625rem;left:26.375rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD { display:block; }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoT1CWkF1lFV9WySm2QdHmgqUIhpffZT { width:18.75rem;height:14.4998125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNXSDE7nXSEliOCJA8tsLTqWDUowShN8 { width:15.6875rem;height:2rem;top:17.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQGwtBCnkH2UTN48mBeK7lFiHTpd7QCu { width:21.25rem;height:14.5rem;top:1.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9MddVMKAfPSIInlBTbm8oLN5eA1ZlH { width:16.75rem;height:2rem;top:17.375rem;left:15rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S52TDcvJGyxFcOu7D3fa0aW3F7AwO6bO { width:21.25rem;height:14.5rem;top:1.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP9vNEkeUz8rLrDiWwG6ClbC53Jf6qPT { width:15.6875rem;height:4.0625rem;top:16.4375rem;left:31.813152313233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6454F1RgZ39SxR3ZP93WIHxlV227TJe { top:15.9375rem;left:0rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RywxTUGD1Cilni0xstlVyxs73tn9eJS7 { top:15.9375rem;left:10.5rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u46AXrwHT1BysqDyFq9lBAySHMD3Rrsl { top:15.9375rem;left:26.375rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibiXEv7mrprOZAE3k53gNEC1aOkcDTx0 { top:15.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #azEkJAxyG0El01Ilnpr1Fd49LN0MJ8hd { top:15.9375rem;left:10.5rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bi9QbClty5mI0HL1VWGmaE71bUhPkdct { top:15.9375rem;left:26.375rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbdgDTavD5A6gu13IFK2fc0CCShf7I2t { display:block; }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krl4fpzCLIQTXgXbht18oRF74iKV1okp { width:21.25rem;height:14.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVh7hEeaN15kHaNtNhh40Xq4I0fChT5O { width:15.6875rem;height:2rem;top:16.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC8PGUvhdR5DLKwcENRQvxwiRJ9dVIGg { width:21.25rem;height:14.5rem;top:1.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZchqsGTh43aKQZdfXesvqDsO33H2CMfk { width:15.6875rem;height:2rem;top:16.875rem;left:15.938152313233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfXwQhXcQBKnUbxxevI22KtAXM3LNZ83 { width:21.25rem;height:14.5rem;top:1.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAUyKrA4o73kkmwQ5bKQNEcM9hS1g6T1 { width:15.6875rem;height:2rem;top:16.875rem;left:31.813152313233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPrO60px29e4hENuxtec0bagND7NTyGM { top:15.9375rem;left:0rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDCyLJMs80sPSm0a48oCQfNI6gunXqSw { top:15.9375rem;left:10.5rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSK4KWINui1QiNVq8osp31IDepQZnK7K { top:15.9375rem;left:26.375rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3wPSe2w4qFEJo9NeMQzF1mLmEmJRZiS { top:15.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #itB2HvMTrs9G5R7OpTZA5b5buCsinqcZ { top:15.9375rem;left:10.5rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSOGHxBF5LcAx4TiLOTF5iOsM6AT1wAC { top:15.9375rem;left:26.375rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v { display:block; }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBJ7GzWp7EweWwdJee5CCkhPPKl6QAKo { width:21.25rem;height:14.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7e0mOMTUnSQv0hlMCSPA6u4szo7H7Tu { width:15.6875rem;height:2rem;top:16.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua8Z4Wdwxfy6fBql0dc07TUlPVqC5fJ1 { width:21.25rem;height:14.4375rem;top:1.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhiIFUP6Pb7BH5bSnCzGArT6x6JxJ6Xh { width:15.6875rem;height:2rem;top:16.875rem;left:15.938152313233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDXItmS870Tmy0PBeVIK7deLgP7Ev8Jb { width:21.25rem;height:14.5rem;top:1.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTfHMggHmsdHzsSLAnPpQZZLy7FTrX3 { width:15.6875rem;height:2rem;top:16.875rem;left:31.813152313233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEvdGTEqrkTEpCVAIHFXpG3eGcJzurCQ { top:15.9375rem;left:0rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtXBZdzOzWaHh1V8bQNSGgl2zwTXwCWU { top:15.9375rem;left:10.5rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbSZd4RkR1IutQQNvXHcNEdZgdS4msA6 { top:15.9375rem;left:26.375rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzTRARi4CozsULyMAvt35sya2BNVruZi { top:15.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofC8aeIVlhR54KNSNqQz7TtToDiqH4mH { top:15.9375rem;left:10.5rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iD8aUdqrKIKkal3yV1OfO2fft3WTFvw2 { top:15.9375rem;left:26.375rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 { display:block; }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuGRNECVnz35TrCO2R4ZlOSwCcZg3a6w { width:19.5rem;height:14.454133731221rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs8p5v4bdIvzAkf1G6QEPL839zRzI54Z { width:18.8125rem;height:4.0625rem;top:16.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNG5RZZIl5W6dwQwMldTfT80ZJ1DeOVU { width:21.25rem;height:14.4998125rem;top:1.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbST8H5uI2BEGRDThMcMnVILbvSzX6QT { width:15.6875rem;height:2rem;top:16.875rem;left:31.813152313233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUVDcnmJxisR2vzwr1GNtWTEzTS3LJTG { top:15.9375rem;left:0rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzPxdzkTAk8doRpFo1lZZ9gzGJcm6LfL { top:15.9375rem;left:10.5rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZiB9V1pVLUg66cEqv5iKZ8lFQEPbHPV { top:15.9375rem;left:26.375rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbAxPN6sFJerTETtngvNV7hNE4BsQEOd { top:15.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHnWA3Hn6lIQ3OG1sw6Pt9ERubzOFDgt { top:15.9375rem;left:26.375rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfSW6tWsNnEHBS1V892XDrcFV352a8FD { width:21.25rem;height:14.5rem;top:1.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MisKhBBn0NH24MFWotLSa6ClZwr4mrAy { width:18.8125rem;height:2rem;top:16.625rem;left:12.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihQgCoEXEffurx77szF8yFxa44H3bTt6 { top:16.5625rem;left:26.375rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkCmSpHm939ykeBa6sSGemt2Wm8kSqgF { top:16.5625rem;left:26.375rem;width:21.25rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM { display:block; }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XyD7E32z8QH9KKwfDJbKUBlTIGkFwFDC { width:21.25rem;height:14.5rem;top:1.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzoTOl1dQ6dEzwsauxkmumK2gAzpHbeT { width:15.6875rem;height:2rem;top:16.625rem;left:15.938152313233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIPRg7ogPsN7DIta19KKE2r2MVqCq42Q { top:15.9375rem;left:0rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkH5XT4JNMyxmC2EBpTGPNTDs5QMys0 { top:15.9375rem;left:10.5rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3zOu03ZQ5O6XHFHScdLSNBbQW2NKS9N { top:15.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RN27l4DcCvalrDPgnAEmdJci1RaEJUvm { top:15.9375rem;left:10.5rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UF5pTu72mICO0pXUnX3NEU3QyK3TGzW1 { top:15.9375rem;left:26.375rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvnCO27kKyvHOBLNTyqfRr732DrIvASr { width:21.25rem;height:14.4998125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqxUolicpq8lkFzaGk2sdbzmoUTctr9u { width:15.6875rem;height:4.0625rem;top:16.5625rem;left:0.063152313232425rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHRTAETNhlyTnEunyqAzUhLlTGyTWOr { width:21.25rem;height:14.4998125rem;top:1.5rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixa3TJ8oJ98X8LBvp1aSAA6BUcT3hMz3 { width:15.6875rem;height:2rem;top:16.625rem;left:31.813152313233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhCL01UaslitO9VUDERqlkTkznLAkZJc { top:15.9375rem;left:26.375rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr { display:block; }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTGf0VbcOdz80gDoxs83XwsXMFAJDhc8 { width:21.25rem;height:14.4998125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbAx4C3rMw6MOJOGGKw7nOUFhDAlc0pu { width:18.8125rem;height:2rem;top:16.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJA9OTbANyqGe44sJ5k2e0zJACRM6XVo { width:21.25rem;height:14.625rem;top:1.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivUgkxHZfEbw2luSANua6ia6QTXuTJe { width:15.6875rem;height:4.0625rem;top:16.625rem;left:15.938152313233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHDUx6hH3SIT1lX6tPE8kGbcZaMiqBTl { top:15.9375rem;left:0rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP9vXfgrhtrggpUJQfd5yJSJq7IklZPD { top:15.9375rem;left:10.5rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N091WCh1kEG3x097kxXNRtItZSzha76C { top:15.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ui1GnSMgwDnmmTIZWWneuqIRGG6eZZrP { top:15.9375rem;left:10.5rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTmqUiyUM6LqJbB5Pg39CfzQyALGfGT3 { top:15.9375rem;left:26.375rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddDUCNo1QVCvCcKxF7vVCoky0TzOQQA4 { width:15.6875rem;height:4.0625rem;top:16.5625rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtrbGP9Ztu1Pwi66VgxLiBFL59Zwmu4T { top:16rem;left:26.375rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqISW2A2xgwFx3UvpxcF352RKNIyhdyT { width:21.25rem;height:14.625rem;top:1.375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ { display:block; }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDGesVHFBvkcTqWRU8ZA1782eQmW9WGi { width:12.9375rem;height:14.492592650467rem;top:1.25rem;left:1.4368495941162rem;display:block; }
 }@media only screen and (max-width: 763px) { #xptyW4MFLhPPTaJFmUBvSTcRo6vNnshT { width:18.8125rem;height:2rem;top:16.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6bSZ40RZZUSWoabmitoS6WT4QMHiIhB { top:15.9375rem;left:0rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWouA3EykWP2QTEZb5vbFe6ZLVcdsSCO { top:15.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsHwiNCrFqgOX5ohlFINauAiFAVnDwlv { top:15.9375rem;left:10.5rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ci8Tm3UyrGEORkPcQB04pdVh1X0N9c4P { top:15.9375rem;left:26.375rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AW9bi2a7xBwBr70uZl9nA96LW1L0Sr77 { top:15.75rem;left:10.5rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9L1KdN672GRmu3ruDyyxKHkK5x1NUJq { width:19.375rem;height:14.3120625rem;top:1.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXCRr83JkigQ5bZiAGdPaTp6PTUIw33P { top:15.6875rem;left:26.375rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3kLXtApWtHM0Dd4J8I8K9KGIBzbaczA { width:12.375rem;height:14.489141278345rem;top:1.25rem;left:33.46897315979rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz5OnkXLkTGPa8u93LITxITXaWGrf394 { top:15.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHh2y5sODTZk9PyxTv4g9Sz2XHn91gVE { top:15.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bE8RJE181OtbCHx3y3H82Tdk2CFuPAfk { width:18.8125rem;height:2rem;top:16.875rem;left:12.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PphbKXZ5NUeVU2ilvBVJ7Csih4TKda { width:18.8125rem;height:2rem;top:16.875rem;left:28.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 { display:block; }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BF3sdNUfkRhuk77u4MMfaQigu7Id9XJP { width:21.25rem;height:14.249125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8kDV4bPWvFg0r6MAsTxMweVMrxq6a84 { width:18.8125rem;height:2rem;top:16.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0WCRxnLZbUac5J2oRmVocoVcS4nv7yO { top:15.9375rem;left:0rem;width:21.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5q52KPeBTGteWtk0Mu0P5Sxi1FSbCgP { top:15.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAXrsXHFDsRsNOFxyKaZxDqeBbXJc4kh { top:15.9375rem;left:10.5rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #piPuMHvnfv91UTxllbLOEE9SIy8yzVV0 { top:15.9375rem;left:26.375rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN { display:block; }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPaFlsQ0acU1KCuCPegyvyXDSJ5BaT25 { top:15.9375rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKi7kd5y7a5woAN5iHPgX9G8FWxuS4g5 { top:15.9375rem;left:10.5rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzPsJtEFXs0Fhi1LxI6JEoDrru6w8cJv { width:30.6875rem;height:3.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gasimtM3b2RcEVvthLB1rUhBsCl3puzw { display:block; }
 }@media only screen and (max-width: 763px) { #IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B { display:block; }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkGVK7FdSIgkrgCyMnTl5iUslfUhXLzA { width:21.625rem;height:26.547877215077rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKifASWgGvrv5Towvb7lX1onk0bidiTs { width:17rem;height:30.638747041973rem;top:18.25rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9WKqssuiH5gXMTivVo5asvnuGqqJbUH { width:22.8125rem;height:29.045593800377rem;top:15.375rem;left:12.437286376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFKkz6NByfVUSw8RehZzsiIKDeuRRMrZ { width:47.75rem;height:3.9375rem;top:5.625rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wElZVDFPr7XrTbor1yDUWQG47XpHHyp8 { top:5.125rem;left:9.9687538146975rem;width:27.8125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPx43MGcT3N94g4n98rRZEpm6tsw9eIt { width:30.6875rem;height:3.625rem;top:55.125rem;left:8.5060768127444rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcxX5lgvaH1NfvqP3KPTdAZL7T848IN3 { display:block; }
 }@media only screen and (max-width: 763px) { #EAEfB2oobRST6C1neATAlWU5DhAe8pJy { display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sF8nenMGO1JDuPsc6JXwATN5rHP4if9b { width:47.75rem;height:35.9375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAoeH80J97tu4B7nAkvtoXf6eGSk85XU { width:47.75rem;height:19.125rem;top:17.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkAfr8y7O3bfqu1DMm2x148TMN0dV85T { width:30.875rem;height:3.5rem;top:41.125rem;left:8.3720703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d48iaTHOZrMJyJfPzg8m5ln0aaAXTIF0 { display:block; }
 }@media only screen and (max-width: 763px) { #tkInSwSg2qxgZnWLbFL1xhB5JuTmW1BF { width:30.3125rem;height:12.4375rem;top:15.375rem;left:0rem;font-size:1.375rem;display:block; }#tkInSwSg2qxgZnWLbFL1xhB5JuTmW1BF li:before{  }
 }@media only screen and (max-width: 763px) { #gAOO9PQNmIZeKALA93FTa9eJ9iOfaMcU { width:20rem;height:28.75rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WrXdb7WkqTcGTDXEk2BI6NFVTPGWIAyl { width:18.4375rem;height:12.4375rem;top:15.375rem;left:29.3125rem;font-size:1.375rem;display:block; }#WrXdb7WkqTcGTDXEk2BI6NFVTPGWIAyl li:before{  }
 }@media only screen and (max-width: 763px) { #GbfGaxM2ieuvErcvXz9xx8v43hb9aUwC { width:47.75rem;height:3.9375rem;top:6.9375rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPvTmKkkS6FbSunXOoyIITc247P8r53 { width:30.9375rem;height:3.9375rem;top:33rem;left:8.3747863769531rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqxRH1spmdoi95h3hwX7TzL7NifuNv80 { display:block; }
 }@media only screen and (max-width: 763px) { #bIhMSuRxsImGgrvQepW8a93vIvdQnGi2 { width:20rem;height:;top:5.375rem;left:0rem;font-size:1.375rem;display:none; }#bIhMSuRxsImGgrvQepW8a93vIvdQnGi2 li:before{  }
 }@media only screen and (max-width: 763px) { #ICyJRPTTxoqTww1EzxefEAvZRgACONC6 { display:block; }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycnTmwzX9bIgZgBMcL52abEFv6kmmeor { width:47.75rem;height:3.9375rem;top:4.5rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTeCl86wovSdllUEua6Nz8178NTrS8M { display:block; }#BTTeCl86wovSdllUEua6Nz8178NTrS8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wulQy97BkZevLlldtzrLEnoTcr0y581y { width:13.3125rem;height:19.035631422523rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcH4QQ6xg1GvABuvs9050TNktr6pcCwU { width:16.25rem;height:20.982417908732rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6helVbi0cy9ttsTXrim1fXRTq1pG0eO { width:11.3125rem;height:18.522099952197rem;top:3rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAfgeZ7Atre8ArriWMHclXVmPfCHXakd { width:17.6875rem;height:15.507518240978rem;top:3.5625rem;left:15.000217437744rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiSoKztTBkMfR9fvGk8JGH364PuiMOlo { width:16.3125rem;height:21.0625rem;top:55.0625rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VWLpN180gveLHspXoUN1L7qUVXDJ8C { width:13.125rem;height:21.274518342101rem;top:54.875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5IKwu7nlml7c5DzHKHNTzlGZpdLUiNn { top:25.625rem;left:12.000003814698rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtSg1gtWXAbBxdooSnB3idRwaGODTuTD { width:10.375rem;height:21.184639544423rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN7gXtuRbZv8zi2VEaaIpT74RHWFv6zo { width:13.8125rem;height:19.162676184813rem;top:27.875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ySqhQXHrt2AWlKe7yVtlGn7FlczBeu { width:30.8125rem;height:3.8125rem;top:25.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzwzWlDIO4HSqpStMmr7mkf9BzXhRQ1L { display:block; }
 }@media only screen and (max-width: 763px) { #HUD275PekWZ2MplFwvGTROdzVtzv7IxV { width:30.625rem;height:3.5625rem;top:82.6875rem;left:8.5625038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btp3R6UvQurEIS4R9bDPTQcivQm3F3gM { display:block; }
 }@media only screen and (max-width: 763px) { #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK { display:block; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kK9yXTdJlx7siCLxMOh0PEFHe6RTLKxW { width:3.1875rem;height:0;top:34.3125rem;left:6.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIn4ebWAK7QhtrOHJv240hsqiKz5unpA { width:3.1875rem;height:0;top:34.3125rem;left:22.15478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNT0GyA7C1BS1wtUQu5xO3bzBfhCHd6C { width:47.75rem;height:3.9375rem;top:4.1875rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X446QnfCqNKATeLTKn6cuV3PqbFHSkNA { width:30.875rem;height:3.8125rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhd7a0LDkFMtvpIPQoUtFos54Q6yiPDI { display:block; }
 }@media only screen and (max-width: 763px) { #n3axvvxflRN2Kua1ULSifiLTk8UC4rQQ { top:13.125rem;left:0rem;width:17.6875rem;height:16.1304633829rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lyl5ikIIDPIZcvMtdZPG3RG6VonFtF { top:13.5625rem;left:13.3125rem;width:18.4375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycD1h0qKKoGhrrBholI8mraBSohCOq8C { top:13.1875rem;left:30.75rem;width:16.875rem;height:16.124125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVCkMklef4IA3vTuPevPJqksmapl9zvK { display:block; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTNvA87ALiGwHakxQW9NXIpTUa095Btn { width:30.875rem;height:3.8125rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPLCCSvmTyxX6PRAAneGNs8x5twKHyT4 { display:block; }
 }@media only screen and (max-width: 763px) { #SSQlql7vMJJWyDJaob7AtCK20rcSDVkn { width:30.8125rem;height:3.8125rem;top:25.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8y7zCTH8czb64o7quTSi7TxONZK8TMD { display:block; }
 }@media only screen and (max-width: 763px) { #w0hZhlNIQTSaSTVhnJnvLEd9ABZQJgqb { top:2.625rem;left:11.9375rem;width:19.8125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRNq4TfX2DlfG3epnNK21BVIQF7oCmVm { top:1.9375rem;left:0rem;width:17.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PscbLcD5MQCS8u3JHv7zMQPwoyO5vkr9 { top:1.9375rem;left:30.3125rem;width:17.3125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x { width:15rem;height:0;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IStLxnXEPLER510PlrQtSDkqpO9W8Lqf { width:19.1875rem;height:18.9375rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { width:19.1875rem;height:18.875rem;top:10.9375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmEBqdRrMUDiRIKEhDpkU5T2DI9nKxvu { width:15.125rem;height:2rem;top:17.8125rem;left:32.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWAThBleg1eUzyT9gPQDn1v6NorqxoWL { width:17.5625rem;height:2rem;top:15.8125rem;left:30.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { width:15rem;height:0;top:15.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLhiQLJctaJyI3r2TTcaa6cVV5oh8cot { width:10.3125rem;height:2.1875rem;top:12.5625rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcv4IVMy9FnGAB6gNAXUmtetxTN1ll5M { width:1.25rem;height:1.7255986297976rem;top:12.75rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKSkM1WcB7Qol6lrr5eAecmmIXqC1JFe { width:47.75rem;height:3.9375rem;top:2.875rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpRTonJKL0yBfhUKmZ2GANno0FUi6f0T { top:20.125rem;left:43.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtN5RKmAKI8cIcOkJ5tXv0SMRAw94Ftb { width:9.6875rem;height:2.1875rem;top:20.6875rem;left:38.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC4bQhTQHkQbzFceOTD5y9WInOnHQpva { width:15rem;height:0;top:23.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2TQqyaREktqMlUtiJn1KPz1pRKW2sH0 { top:24.1875rem;left:37.1875rem;width:10.5625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIzdTrsbQ9haGv9DwBVqFz9A4ZymaU5t { width:15rem;height:0;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWSxEqx8sGSeW0FfRN7TTfg8o3k49b4W { width:10.3125rem;height:2.1875rem;top:12.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw13wwMNzvAT9lbArKRJT7U2fTVnwtQs { width:15.125rem;height:2.125rem;top:17.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmxlshRDWGrBmrMXPAy8JDwbbGmmMMPf { width:15.125rem;height:2.5625rem;top:19.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgZkuxaAT1ze90emkqWIXUB8ZXU91d0N { width:14.875rem;height:2.125rem;top:23.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1A990ZCoGfQvQodnPXk5Geb8KCouiTG { width:15rem;height:0;top:20.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVOfFvgtXJ6KE3SkVwU1peNB99Xskbxb { width:10.3125rem;height:2.1875rem;top:34.375rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWiPJOgn0b1syEDGpgLg6dkZvi0TV04O { width:1.25rem;height:1.7255823700592rem;top:36.625rem;left:34.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rov4wV0hxNMgsgstTxp0ecVQwiTGrFT6 { width:15.0625rem;height:1.9375rem;top:54.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTmQEn8435y9uBnxB0hcadcplMIsvG9 { top:67.4375rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I25D0gC4uSF5MpzobTyCTS5hWp10T2Fy { top:67.4375rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZByKZk5SF8COs6Umv4o0F3cAm0Xph5X { top:1.375rem;left:16.53125rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rpk3imWbs0TXo9vQlsVsnQqI3SaxsVwK { top:107.4375rem;left:0rem;width:13rem;height:2.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZE2QnNAkE7o4UNi9GaFCcoWiLwaLNLkv { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #EEiQpO0RFKqKEwMrd5gq1EfhiDdZyQ1i { display:block; }
 }@media only screen and (max-width: 763px) { #TDgLwDB9WKMKC5C20f4Xy4SZRiy7aAaU { top:10.8125rem;left:11.319661140442rem;width:34.8125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atxl1gF13x2Q0TXoJZ8KfWKnZFPZ1uDq { top:25.75rem;left:35.4375rem;width:12.3125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKeA760yETXl7wwckTTm4Kftk8HzDNtv { width:16.25rem;height:4rem;top:40.375rem;left:31.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTKcT0hLqR0JUpueQlL1moALMoLmM5vK { top:102.5rem;left:0rem;width:11.875rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4DoZzNUA5SUTyLPsSMtHCUNcKLzqqrG { top:24.5rem;left:0rem;width:10.5rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #czH76JyggiiIs66qdsBbEEfhKcGtevGh { top:35.5rem;left:11.131946563721rem;width:34.8125rem;height:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWo6QAyVvDWKZJJk96HKKS3zRATCGCe2 { width:20rem;height:2rem;top:55rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oz160be8zEGoZmzPFJn0P7Ecz1eLxIx2 { width:20rem;height:2rem;top:52.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQUZdqaRdOkMmbVMS4HhLlACurHK0rBS { top:12.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP9aBMGEuCOfT7TuMZxh9mGspTs3Ol8B { width:30.6875rem;height:3.625rem;top:35.375rem;left:8.5060768127444rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4KWP6MM8WH22ceTQPQuruE0mAmBI3HN { display:block; }
 }@media only screen and (max-width: 763px) { #kOebEVhPAocleJgesdZ35SRiQFZ06kT0 { display:none; }
 }@media only screen and (max-width: 763px) { #vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { display:block; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4m8hL2He7v080RHmznJ6WvbN0dToKOV { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpJeUUg0gIQIv71WtnACVxRm5twO1Xcl { top:0.5625rem;left:16.531250953674rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOIemZiaVA5zUneFeA1tUHVlHv5TuqZR { width:13.8125rem;height:2.375rem;top:0.0625rem;left:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TphOANdTtudC16n8Sk0b8PKWHuVOvZrt { display:block; }
 }@media only screen and (max-width: 763px) { #bco7zIGO55e9FTtRIgJ5TOwTU3AkKV2X { top:2.8125rem;left:15.624267578125rem;width:16.4375rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXKF1vND7IIgAaXuCJmC6wkSJkQrpFgq { width:16.875rem;height:1.5625rem;top:2.625rem;left:15.280029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkJMMtZXehg0KA6hEhkCwmACaFoT2txi { display:block; }
 }@media only screen and (max-width: 763px) { #ZloAJU7Na2PuRGSfxcEuiFOz956hxBh1 { display:none; }
 }@media only screen and (max-width: 763px) { #cKNnLnLpyTVZg34r4rNcPPL1OlFwI95G { top:0.75rem;left:0rem;width:7.1875rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { position:relative;z-index:auto;display:none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:3.5625rem;height:1.25rem;top:0.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zf68zTGC8DcLnfCT7P9ShzqBBDZ9Sxvn { width:11.31225rem;height:0;top:17.43969921875rem;left:4.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cG6k2TUTA3mlD944nTP2raZocTwcL1zw { width:3.1875rem;height:3.0653636507014rem;top:9.49951171875rem;left:8.375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuTkwfVcuOlCiHyVNSq1HNKrxXiepRzQ { width:15.625rem;height:2.25rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAm1iWkoXCdxfXbraXUzl9zyKFSsbBKM { width:4.875rem;height:1.2999125rem;top:4.75rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGd6toirmrIpfHpsDPnSuimTIKJKupr5 { width:6.9375rem;height:2.599825rem;top:7.25rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4mOi09GEhTNATZH6Rf6FCM2obZnFOLs { width:4.5625rem;height:0;top:14.75rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXA9LBkn2bhyWf2f5CQnh3Rpy0t5LE2K { width:3.125rem;height:0;top:17.3125rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eywyTRHDb6lyAanP6ccB2FHtxKwRzTmN { width:6.5625rem;height:0;top:22.4375rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlQTco4Jxhq8vZI0JI3afJUWQeTl9EXf { width:3.8125rem;height:0;top:19.875rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5767e90d-6b7f-46a8-8929-8e6020b69426/586493dbca33474c85aef203160d445e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.adaptive-delivery-prevent-bg, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyload, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyloading { background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.13); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.13); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .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); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:20rem;height:0;top:7.09201335907rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #AbmtEcrNbdvRTdBPPAbZr6ab8WTguoCC { width:20rem;height:7.1875rem;top:0.031465053558349rem;left:0rem;background-color:rgba(255,255,255,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { width:20rem;height:3.37478375rem;top:39.25rem;left:0rem;font-size:1.5rem;border-top:0.0625rem solid #007d64;border-left:0.0625rem solid #007d64;border-right:0.0625rem solid #007d64;border-bottom:0.0625rem solid #007d64;display:block; }
 }@media only screen and (max-width: 763px) { #HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block; }
 }@media only screen and (max-width: 763px) { #alvqCPSryXz0SeBhV6eHnqgIQBxfGSse { width:20rem;height:0;top:22.928820848465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.6;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wwwC66iZyFqF37Q0QbVP64KrZxPMcOwn { width:9.749375rem;height:5.81163125rem;top:0.21961784362793rem;left:5.1247830986977rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OCJ4GRQLdr0tNMpLfTr189rfNONzrAQv { width:9.0625rem;height:0;top:26.0625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.4375rem;line-height:1.3;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #iirvyQZ5tMbFLpNDUvn5g6vaTsmKUpOg { width:12.5rem;height:0;top:31.5625rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.4375rem;line-height:1.3;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #zSeimMzDDnyPkdKJ3cGbfelRSaqTGsDK { width:20rem;height:0;top:39.299048423767rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #qsymkeMTgllc5EsPKkDRpopdrJHbMCQ2 { width:19.87543375rem;height:3.187065rem;top:44.842670440674rem;left:0rem;z-index:15005;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5wtbU7FwksFzEXUfvMvWi0y4b93oJGv { display:block; }
 }@media only screen and (max-width: 763px) { #rOoE0RxBkCgThQlOMKBoglgn0w3Uvvyl { width:20rem;height:0;top:49.185113906861rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ODCSlrTeqzcHpMP0GJwprgqTUMgf7QFN { width:19.1873125rem;height:3.7999125rem;top:34.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #mpOn10X4b9VHdMlWCqkr9SLgXIpG9fOM { width:19.25rem;height:3.625rem;top:34.75rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sA70s5tLGhIrEmEkERncZ8c4SNPhhZB1 { display:block; }
 }@media only screen and (max-width: 763px) { #wSwt4gJ69W3z06rB4as0zSmk3yTQQX1t { width:20rem;height:1.80013125rem;top:49.383681416511rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;color:#323232;z-index:15004;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #x6iHlQTS5LTGx99lJT9F2qzb2RkzZshH { width:20rem;height:2.3990875rem;top:32.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.6;color:#323232;z-index:15005;font-family:bitter;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #piMzKLBTRbLq8LZdgXLTg27WfKxvDaqG { top:50.4375rem;left:0rem;width:20rem;height:3rem;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nHc2FDm3gt4MfQUdqt3QNuGMSPrXlxCR { top:32.375rem;left:0rem;width:20rem;height:5.875rem;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;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) { #tydvVzVwaily68D6khD0WylXgyl5TpQJ { top:0.24891471862793rem;left:3.3116319775581rem;width:13.3745625rem;height:4.87413125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:20rem;height:2.3990875rem;top:0.26540756225586rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv { display:block; }#rR8lAicKCw7DRDyFQVNXttiXnlzsXUsv > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tX349ofptHm2bq8byD9Hop8dQTJweATk { width:20rem;height:14.249125rem;top:1.9357624053955rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErwCDPaIbW1ld6VwHelDKTqoO9zsD4d8 { width:15.747625rem;height:1.7871125rem;top:17.565103530884rem;left:2.1256511807442rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGzXuSQ4p4BluG8sFSVByktRRF6Kec7A { width:20rem;height:13.9995625rem;top:23.759759426117rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0u2EqefO6OqpmPV6Nu9e7N4aveNBAJG { width:17.5rem;height:3.57421875rem;top:38.246529459953rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbOsHo2cgpyy1htAzKJNNV4vQAHK9iS2 { width:20rem;height:14.375rem;top:44.992406845093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWQNllEzr79KGkUH8GFcFIAWhFsTEPrN { width:15.6846875rem;height:1.7871125rem;top:60.809458732605rem;left:2.1571181416511rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwJOVNcOLd3Ds9LGHaAGkwIqbRH725BD { width:20rem;height:21.25rem;top:16.778429687023rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIFPVbnXZcAx9oI8X6ntDtethOMmhcmW { width:20rem;height:21.25rem;top:86.846790313719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEiZhnyU0VlkCnd5zS91qHczQsFccGqr { width:20rem;height:21.25rem;top:121.78494575196rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OucNxoCTWxKTfPriy8tNvmFTWEppfi4c { width:20rem;height:4.6875rem;top:16.116536140442rem;left:0rem;z-index:15001;background-color:#ffe8e5;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) { #E4bzQ3gBlgrwuaovZg7PHAMrAEyShU2L { width:20rem;height:4.6875rem;top:37.689888954162rem;left:0rem;z-index:15003;background-color:#ffe8e5;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) { #NcgetfRFgyTePWiQPTRm6kl0XNdWsThS { width:20rem;height:4.6875rem;top:59.366308689118rem;left:0rem;z-index:15004;background-color:#ffe8e5;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) { #zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD { display:block; }#zroBnt0A6hpFUqXFuhGtkImnrKX2GCWD > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoT1CWkF1lFV9WySm2QdHmgqUIhpffZT { width:20rem;height:16.1875rem;top:0.81705665588381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNXSDE7nXSEliOCJA8tsLTqWDUowShN8 { width:15.6846875rem;height:1.7871125rem;top:18.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQGwtBCnkH2UTN48mBeK7lFiHTpd7QCu { width:20rem;height:14.375rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9MddVMKAfPSIInlBTbm8oLN5eA1ZlH { width:17.8125rem;height:2.03125rem;top:40.3125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S52TDcvJGyxFcOu7D3fa0aW3F7AwO6bO { width:20rem;height:14.375rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP9vNEkeUz8rLrDiWwG6ClbC53Jf6qPT { width:15.686875rem;height:4.0625rem;top:61.125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6454F1RgZ39SxR3ZP93WIHxlV227TJe { width:20rem;height:21.25rem;top:114.99242758751rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RywxTUGD1Cilni0xstlVyxs73tn9eJS7 { width:20rem;height:21.25rem;top:77.061635971069rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u46AXrwHT1BysqDyFq9lBAySHMD3Rrsl { width:20rem;height:21.25rem;top:194.47485424805rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibiXEv7mrprOZAE3k53gNEC1aOkcDTx0 { width:20rem;height:4.6875rem;top:16.875rem;left:0rem;z-index:15005;background-color:#ffe8e5;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) { #azEkJAxyG0El01Ilnpr1Fd49LN0MJ8hd { width:20rem;height:4.6875rem;top:39rem;left:0rem;z-index:15006;background-color:#ffe8e5;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) { #bi9QbClty5mI0HL1VWGmaE71bUhPkdct { width:20rem;height:4.6875rem;top:61rem;left:0rem;z-index:15007;background-color:#ffe8e5;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) { #zbdgDTavD5A6gu13IFK2fc0CCShf7I2t { display:block; }#zbdgDTavD5A6gu13IFK2fc0CCShf7I2t > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krl4fpzCLIQTXgXbht18oRF74iKV1okp { width:20rem;height:14.375rem;top:2.0572824478149rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVh7hEeaN15kHaNtNhh40Xq4I0fChT5O { width:15.6846875rem;height:1.7871125rem;top:17.879775285721rem;left:2.1571181416511rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC8PGUvhdR5DLKwcENRQvxwiRJ9dVIGg { width:20rem;height:14.375rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZchqsGTh43aKQZdfXesvqDsO33H2CMfk { width:15.4980625rem;height:2.03125rem;top:39.3125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfXwQhXcQBKnUbxxevI22KtAXM3LNZ83 { width:20rem;height:14.375rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAUyKrA4o73kkmwQ5bKQNEcM9hS1g6T1 { width:15.686875rem;height:2.03125rem;top:61.452931404114rem;left:2.1560330986977rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPrO60px29e4hENuxtec0bagND7NTyGM { width:20rem;height:21.25rem;top:114.99242758751rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDCyLJMs80sPSm0a48oCQfNI6gunXqSw { width:20rem;height:21.25rem;top:77.061635971069rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSK4KWINui1QiNVq8osp31IDepQZnK7K { width:20rem;height:21.25rem;top:194.47485424805rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3wPSe2w4qFEJo9NeMQzF1mLmEmJRZiS { width:20rem;height:4.6875rem;top:16.431201219559rem;left:0rem;z-index:15005;background-color:#ffe8e5;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) { #itB2HvMTrs9G5R7OpTZA5b5buCsinqcZ { width:20rem;height:4.6875rem;top:38.3125rem;left:0rem;z-index:15006;background-color:#ffe8e5;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) { #uSOGHxBF5LcAx4TiLOTF5iOsM6AT1wAC { width:20rem;height:4.6875rem;top:60.125rem;left:0rem;z-index:15007;background-color:#ffe8e5;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) { #WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v { display:block; }#WcfA8giaAwBSV7GGpql9xLSSxM6J3G9v > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBJ7GzWp7EweWwdJee5CCkhPPKl6QAKo { width:20rem;height:14.375rem;top:2.0572824478149rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7e0mOMTUnSQv0hlMCSPA6u4szo7H7Tu { width:15.6846875rem;height:1.7871125rem;top:17.87868976593rem;left:2.1571181416511rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua8Z4Wdwxfy6fBql0dc07TUlPVqC5fJ1 { width:20rem;height:14.375rem;top:23.744575500488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhiIFUP6Pb7BH5bSnCzGArT6x6JxJ6Xh { width:15.4980625rem;height:2.03125rem;top:39.0625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDXItmS870Tmy0PBeVIK7deLgP7Ev8Jb { width:20rem;height:14.375rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTfHMggHmsdHzsSLAnPpQZZLy7FTrX3 { width:15.686875rem;height:2.03125rem;top:61.125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEvdGTEqrkTEpCVAIHFXpG3eGcJzurCQ { width:20rem;height:21.25rem;top:114.99242758751rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtXBZdzOzWaHh1V8bQNSGgl2zwTXwCWU { width:20rem;height:21.25rem;top:77.061635971069rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbSZd4RkR1IutQQNvXHcNEdZgdS4msA6 { width:20rem;height:21.25rem;top:194.47485424805rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzTRARi4CozsULyMAvt35sya2BNVruZi { width:20rem;height:4.6875rem;top:16.430100917816rem;left:0rem;z-index:15005;background-color:#ffe8e5;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) { #ofC8aeIVlhR54KNSNqQz7TtToDiqH4mH { width:20rem;height:4.6875rem;top:38.125rem;left:0rem;z-index:15006;background-color:#ffe8e5;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) { #iD8aUdqrKIKkal3yV1OfO2fft3WTFvw2 { width:20rem;height:4.6875rem;top:60.125rem;left:0rem;z-index:15007;background-color:#ffe8e5;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) { #kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 { display:block; }#kbMDgVokc4maA0lH7FtxfEbdDaVgwii5 > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuGRNECVnz35TrCO2R4ZlOSwCcZg3a6w { width:20rem;height:16.25rem;top:2.5694446563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs8p5v4bdIvzAkf1G6QEPL839zRzI54Z { width:15.6846875rem;height:1.7871125rem;top:19.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNG5RZZIl5W6dwQwMldTfT80ZJ1DeOVU { width:20rem;height:14.375rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbST8H5uI2BEGRDThMcMnVILbvSzX6QT { width:15.686875rem;height:2.03125rem;top:64.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUVDcnmJxisR2vzwr1GNtWTEzTS3LJTG { width:20rem;height:21.25rem;top:114.99242758751rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzPxdzkTAk8doRpFo1lZZ9gzGJcm6LfL { width:20rem;height:21.25rem;top:82.248268127444rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZiB9V1pVLUg66cEqv5iKZ8lFQEPbHPV { width:20rem;height:4.56163125rem;top:61.280367851258rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbAxPN6sFJerTETtngvNV7hNE4BsQEOd { width:20rem;height:4.6875rem;top:18.75rem;left:0rem;z-index:15005;background-color:#ffe8e5;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) { #BHnWA3Hn6lIQ3OG1sw6Pt9ERubzOFDgt { width:20rem;height:4.6875rem;top:41.125rem;left:0rem;z-index:15007;background-color:#ffe8e5;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) { #cfSW6tWsNnEHBS1V892XDrcFV352a8FD { width:20rem;height:15.1248125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MisKhBBn0NH24MFWotLSa6ClZwr4mrAy { width:15.6846875rem;height:1.7871125rem;top:42.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihQgCoEXEffurx77szF8yFxa44H3bTt6 { width:20rem;height:5rem;top:61.280382156372rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkCmSpHm939ykeBa6sSGemt2Wm8kSqgF { width:20rem;height:5rem;top:63.0625rem;left:0rem;z-index:15008;background-color:#ffe8e5;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) { #TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM { display:block; }#TSsfybdHRpuDm6vc96lZJrK5lSA3y5EM > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XyD7E32z8QH9KKwfDJbKUBlTIGkFwFDC { width:20rem;height:14.249125rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzoTOl1dQ6dEzwsauxkmumK2gAzpHbeT { width:15.4980625rem;height:2.03125rem;top:59.75rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIPRg7ogPsN7DIta19KKE2r2MVqCq42Q { width:20rem;height:21.25rem;top:114.99242758751rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETkH5XT4JNMyxmC2EBpTGPNTDs5QMys0 { width:20rem;height:4.5rem;top:58.6875rem;left:0rem;background-color:#ffe8e5;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) { #i3zOu03ZQ5O6XHFHScdLSNBbQW2NKS9N { width:20rem;height:4.6875rem;top:16.555969238281rem;left:0rem;z-index:15005;background-color:#ffe8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #RN27l4DcCvalrDPgnAEmdJci1RaEJUvm { width:20rem;height:4.6875rem;top:15.8125rem;left:0rem;z-index:15006;background-color:#ffe8e5;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) { #UF5pTu72mICO0pXUnX3NEU3QyK3TGzW1 { width:20rem;height:4.6875rem;top:37.25rem;left:0rem;z-index:15007;background-color:#ffe8e5;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) { #SvnCO27kKyvHOBLNTyqfRr732DrIvASr { width:20rem;height:14.375rem;top:1.5299479961395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqxUolicpq8lkFzaGk2sdbzmoUTctr9u { width:15.4980625rem;height:4.0625rem;top:16.125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHRTAETNhlyTnEunyqAzUhLlTGyTWOr { width:20rem;height:14.375rem;top:22.943794250488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixa3TJ8oJ98X8LBvp1aSAA6BUcT3hMz3 { width:15.4980625rem;height:2.03125rem;top:38.202484130859rem;left:2.2504342198372rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhCL01UaslitO9VUDERqlkTkznLAkZJc { width:20rem;height:21.25rem;top:77.061635971069rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr { display:block; }#qLAJeXn2XEz1H2rT0FLLxnM3A65S5Ctr > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTGf0VbcOdz80gDoxs83XwsXMFAJDhc8 { width:20rem;height:13.125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbAx4C3rMw6MOJOGGKw7nOUFhDAlc0pu { width:15.6846875rem;height:1.7871125rem;top:16.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJA9OTbANyqGe44sJ5k2e0zJACRM6XVo { width:20rem;height:13.125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivUgkxHZfEbw2luSANua6ia6QTXuTJe { width:15.4980625rem;height:4.0625rem;top:35.5625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHDUx6hH3SIT1lX6tPE8kGbcZaMiqBTl { width:20rem;height:21.25rem;top:114.99242758751rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cP9vXfgrhtrggpUJQfd5yJSJq7IklZPD { width:20rem;height:21.25rem;top:77.061635971069rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N091WCh1kEG3x097kxXNRtItZSzha76C { width:20rem;height:4.6875rem;top:15.125rem;left:0rem;z-index:15005;background-color:#ffe8e5;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) { #Ui1GnSMgwDnmmTIZWWneuqIRGG6eZZrP { width:20rem;height:4.6875rem;top:35.25rem;left:0rem;z-index:15006;background-color:#ffe8e5;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) { #pTmqUiyUM6LqJbB5Pg39CfzQyALGfGT3 { width:20rem;height:4.6875rem;top:56.5rem;left:0rem;z-index:15007;background-color:#ffe8e5;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) { #ddDUCNo1QVCvCcKxF7vVCoky0TzOQQA4 { width:15.6846875rem;height:3.574225rem;top:57.0625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtrbGP9Ztu1Pwi66VgxLiBFL59Zwmu4T { width:20rem;height:21.25rem;top:114.99242758751rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqISW2A2xgwFx3UvpxcF352RKNIyhdyT { width:20rem;height:13.5625rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ { display:block; }#mkkzUDg7HJyxcLcdE4TLSh6oQVJfu3fQ > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDGesVHFBvkcTqWRU8ZA1782eQmW9WGi { width:14.6875rem;height:14.749375rem;top:2.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xptyW4MFLhPPTaJFmUBvSTcRo6vNnshT { width:15.6846875rem;height:1.7871125rem;top:18.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6bSZ40RZZUSWoabmitoS6WT4QMHiIhB { width:20rem;height:21.25rem;top:114.99242758751rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWouA3EykWP2QTEZb5vbFe6ZLVcdsSCO { width:20rem;height:4.6875rem;top:16.875rem;left:0rem;z-index:15005;background-color:#ffe8e5;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) { #OsHwiNCrFqgOX5ohlFINauAiFAVnDwlv { width:20rem;height:4.6875rem;top:35.25rem;left:0rem;z-index:15006;background-color:#ffe8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ci8Tm3UyrGEORkPcQB04pdVh1X0N9c4P { width:20rem;height:4.6875rem;top:56.8125rem;left:0rem;z-index:15007;background-color:#ffe8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #AW9bi2a7xBwBr70uZl9nA96LW1L0Sr77 { width:20rem;height:5rem;top:15.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9L1KdN672GRmu3ruDyyxKHkK5x1NUJq { width:20rem;height:15.8745625rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXCRr83JkigQ5bZiAGdPaTp6PTUIw33P { width:20rem;height:5rem;top:15.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3kLXtApWtHM0Dd4J8I8K9KGIBzbaczA { width:14.375rem;height:17.4370625rem;top:23.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz5OnkXLkTGPa8u93LITxITXaWGrf394 { width:20rem;height:4.6875rem;top:41.3125rem;left:0rem;z-index:15006;background-color:#ffe8e5;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) { #yHh2y5sODTZk9PyxTv4g9Sz2XHn91gVE { width:20rem;height:4.6875rem;top:64.375rem;left:0rem;z-index:15007;background-color:#ffe8e5;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) { #bE8RJE181OtbCHx3y3H82Tdk2CFuPAfk { width:18.811875rem;height:1.7871125rem;top:65.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PphbKXZ5NUeVU2ilvBVJ7Csih4TKda { width:18.811875rem;height:1.7871125rem;top:42.75rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 { display:block; }#R2pkiMx52JzsvH8QyrUbeIEzSUJtNZq7 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BF3sdNUfkRhuk77u4MMfaQigu7Id9XJP { width:20rem;height:13.2498125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8kDV4bPWvFg0r6MAsTxMweVMrxq6a84 { width:15.6846875rem;height:1.7871125rem;top:15.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0WCRxnLZbUac5J2oRmVocoVcS4nv7yO { width:20rem;height:21.25rem;top:114.99242758751rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5q52KPeBTGteWtk0Mu0P5Sxi1FSbCgP { width:20rem;height:4.6875rem;top:14.1875rem;left:0rem;z-index:15005;background-color:#ffe8e5;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) { #uAXrsXHFDsRsNOFxyKaZxDqeBbXJc4kh { width:20rem;height:4.6875rem;top:35.25rem;left:0rem;z-index:15006;background-color:#ffe8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #piPuMHvnfv91UTxllbLOEE9SIy8yzVV0 { width:20rem;height:4.6875rem;top:56.8125rem;left:0rem;z-index:15007;background-color:#ffe8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN { display:block; }#Qrw3LrQhGlZr16VnCpyG7OuO2MCvFtEN > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPaFlsQ0acU1KCuCPegyvyXDSJ5BaT25 { width:20rem;height:4.6875rem;top:14.805772781372rem;left:0rem;z-index:15005;background-color:#ffe8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fKi7kd5y7a5woAN5iHPgX9G8FWxuS4g5 { width:20rem;height:4.6875rem;top:36.625rem;left:0rem;z-index:15006;background-color:#ffe8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #IzPsJtEFXs0Fhi1LxI6JEoDrru6w8cJv { width:19.94379875rem;height:3.31836125rem;top:3.3322467803955rem;left:0rem;border-top:0.0625rem solid #007d64;border-left:0.0625rem solid #007d64;border-right:0.0625rem solid #007d64;border-bottom:0.0625rem solid #007d64;display:block; }
 }@media only screen and (max-width: 763px) { #gasimtM3b2RcEVvthLB1rUhBsCl3puzw { display:block; }
 }@media only screen and (max-width: 763px) { #IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B { display:block; }#IMlWEr4zGbN8gi5AcXkbSxpLJybu2w4B > .row .container { width:20rem;height:105.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkGVK7FdSIgkrgCyMnTl5iUslfUhXLzA { width:20rem;height:24.552950025504rem;top:36.86306142807rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKifASWgGvrv5Towvb7lX1onk0bidiTs { width:17rem;height:30.638747041973rem;top:63.727195739744rem;left:1.4995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9WKqssuiH5gXMTivVo5asvnuGqqJbUH { width:20rem;height:25.464630181153rem;top:9.0711727142331rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFKkz6NByfVUSw8RehZzsiIKDeuRRMrZ { width:20rem;height:2.3990875rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wElZVDFPr7XrTbor1yDUWQG47XpHHyp8 { width:20rem;height:4.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPx43MGcT3N94g4n98rRZEpm6tsw9eIt { width:18.875rem;height:3.625rem;top:97.800554275512rem;left:0.56206601858139rem;border-top:0.0625rem solid #007d64;border-left:0.0625rem solid #007d64;border-right:0.0625rem solid #007d64;border-bottom:0.0625rem solid #007d64;display:block; }
 }@media only screen and (max-width: 763px) { #TcxX5lgvaH1NfvqP3KPTdAZL7T848IN3 { display:block; }
 }@media only screen and (max-width: 763px) { #EAEfB2oobRST6C1neATAlWU5DhAe8pJy { background-color:#d3d3e1;background-image:none;display:none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sF8nenMGO1JDuPsc6JXwATN5rHP4if9b { width:19.6875rem;height:33.375rem;top:1.3125rem;left:0.0625rem;background-color:rgba(255,255,255,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pAoeH80J97tu4B7nAkvtoXf6eGSk85XU { width:20rem;height:20.8125rem;top:42.528076171875rem;left:0rem;background-color:rgba(255,255,255,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #vkAfr8y7O3bfqu1DMm2x148TMN0dV85T { width:19.87543375rem;height:3.1875rem;top:34.004984378815rem;left:0rem;z-index:15026;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d48iaTHOZrMJyJfPzg8m5ln0aaAXTIF0 { display:block; }
 }@media only screen and (max-width: 763px) { #tkInSwSg2qxgZnWLbFL1xhB5JuTmW1BF { width:20rem;height:0;top:5.6857376098633rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.6;display:none; }#tkInSwSg2qxgZnWLbFL1xhB5JuTmW1BF li:before{  }
 }@media only screen and (max-width: 763px) { #gAOO9PQNmIZeKALA93FTa9eJ9iOfaMcU { width:20rem;height:0;top:6.3292112350462rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #WrXdb7WkqTcGTDXEk2BI6NFVTPGWIAyl { width:18.4375rem;height:12.2471875rem;top:21.5625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.6;display:block; }#WrXdb7WkqTcGTDXEk2BI6NFVTPGWIAyl li:before{  }
 }@media only screen and (max-width: 763px) { #GbfGaxM2ieuvErcvXz9xx8v43hb9aUwC { width:20rem;height:2.3990875rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HTPvTmKkkS6FbSunXOoyIITc247P8r53 { width:19.98611125rem;height:3.36068rem;top:37.535810947418rem;left:0rem;border-top:0.0625rem solid #007d64;border-left:0.0625rem solid #007d64;border-right:0.0625rem solid #007d64;border-bottom:0.0625rem solid #007d64;display:block; }
 }@media only screen and (max-width: 763px) { #hqxRH1spmdoi95h3hwX7TzL7NifuNv80 { display:block; }
 }@media only screen and (max-width: 763px) { #bIhMSuRxsImGgrvQepW8a93vIvdQnGi2 { width:19.75rem;height:14.446625rem;top:6.6875rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.6;z-index:15007;display:block; }#bIhMSuRxsImGgrvQepW8a93vIvdQnGi2 li:before{  }
 }@media only screen and (max-width: 763px) { #ICyJRPTTxoqTww1EzxefEAvZRgACONC6 { display:block; }#ICyJRPTTxoqTww1EzxefEAvZRgACONC6 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycnTmwzX9bIgZgBMcL52abEFv6kmmeor { width:20rem;height:2.3990875rem;top:1.3921432495118rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BTTeCl86wovSdllUEua6Nz8178NTrS8M { display:block; }#BTTeCl86wovSdllUEua6Nz8178NTrS8M > .row .container { width:20rem;height:186.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wulQy97BkZevLlldtzrLEnoTcr0y581y { width:13.3125rem;height:19.03714376846rem;top:0.25rem;left:3.3116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcH4QQ6xg1GvABuvs9050TNktr6pcCwU { width:16.25rem;height:20.982rem;top:111.96354103088rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6helVbi0cy9ttsTXrim1fXRTq1pG0eO { width:11.311875rem;height:18.5199375rem;top:35.854385375976rem;left:4.3435330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAfgeZ7Atre8ArriWMHclXVmPfCHXakd { width:17.686625rem;height:15.50675rem;top:19.847460746765rem;left:1.1566841006279rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiSoKztTBkMfR9fvGk8JGH364PuiMOlo { width:16.311875rem;height:21.0623125rem;top:155.10153961182rem;left:1.8435330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VWLpN180gveLHspXoUN1L7qUVXDJ8C { width:13.125rem;height:21.273875rem;top:133.38937091828rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5IKwu7nlml7c5DzHKHNTzlGZpdLUiNn { width:15.8745625rem;height:15.8745625rem;top:76.243955612181rem;left:2.0627170205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtSg1gtWXAbBxdooSnB3idRwaGODTuTD { width:10.374375rem;height:21.1838125rem;top:54.811161994934rem;left:4.8122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN7gXtuRbZv8zi2VEaaIpT74RHWFv6zo { width:13.811875rem;height:19.16125rem;top:92.428802490238rem;left:3.0935330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ySqhQXHrt2AWlKe7yVtlGn7FlczBeu { width:20rem;height:3.375rem;top:179.29366111756rem;left:0rem;z-index:15008;border-top:0.0625rem solid #007d64;border-left:0.0625rem solid #007d64;border-right:0.0625rem solid #007d64;border-bottom:0.0625rem solid #007d64;background-color:#f7d774;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vzwzWlDIO4HSqpStMmr7mkf9BzXhRQ1L { display:block; }
 }@media only screen and (max-width: 763px) { #HUD275PekWZ2MplFwvGTROdzVtzv7IxV { width:18.875rem;height:3.5625rem;top:183.91820888672rem;left:0.5625rem;border-top:0.0625rem solid #007d64;border-left:0.0625rem solid #007d64;border-right:0.0625rem solid #007d64;border-bottom:0.0625rem solid #007d64;display:none; }
 }@media only screen and (max-width: 763px) { #Btp3R6UvQurEIS4R9bDPTQcivQm3F3gM { display:block; }
 }@media only screen and (max-width: 763px) { #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f9dc79b-90fc-4513-aa28-8f3e0ec75139/05ec998a651644c5873d08207e701bc9.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK.adaptive-delivery-prevent-bg, #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK.lazyload, #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK.lazyloading { background-image: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { background-color: transparent; background-image: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.66); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.66); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .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); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kK9yXTdJlx7siCLxMOh0PEFHe6RTLKxW { width:3.2495125rem;height:0.062255875rem;top:24.99755859375rem;left:8.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIn4ebWAK7QhtrOHJv240hsqiKz5unpA { width:3.2495125rem;height:0.062255875rem;top:50.760009765625rem;left:8.375244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNT0GyA7C1BS1wtUQu5xO3bzBfhCHd6C { width:20rem;height:5.19748125rem;top:0.945095539093rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X446QnfCqNKATeLTKn6cuV3PqbFHSkNA { width:18.75rem;height:3.8125rem;top:45.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhd7a0LDkFMtvpIPQoUtFos54Q6yiPDI { display:block; }
 }@media only screen and (max-width: 763px) { #n3axvvxflRN2Kua1ULSifiLTk8UC4rQQ { width:17.5rem;height:16rem;top:8.8552517890931rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lyl5ikIIDPIZcvMtdZPG3RG6VonFtF { width:17.5rem;height:14.561625rem;top:26.908855557442rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycD1h0qKKoGhrrBholI8mraBSohCOq8C { width:17.5rem;height:16.749125rem;top:43.353950619697rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVCkMklef4IA3vTuPevPJqksmapl9zvK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f9dc79b-90fc-4513-aa28-8f3e0ec75139/05ec998a651644c5873d08207e701bc9.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK.adaptive-delivery-prevent-bg, #aVCkMklef4IA3vTuPevPJqksmapl9zvK.lazyload, #aVCkMklef4IA3vTuPevPJqksmapl9zvK.lazyloading { background-image: none; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row .container { background-color: transparent; background-image: none; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.66); }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row .container > .video-iframe-container { display: none; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.66); }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row > .video-iframe-container { display: none; }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .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); }#aVCkMklef4IA3vTuPevPJqksmapl9zvK > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTNvA87ALiGwHakxQW9NXIpTUa095Btn { width:18.75rem;height:3.8125rem;top:45.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPLCCSvmTyxX6PRAAneGNs8x5twKHyT4 { display:block; }
 }@media only screen and (max-width: 763px) { #SSQlql7vMJJWyDJaob7AtCK20rcSDVkn { width:19.98611125rem;height:3.36068rem;top:43.970249176026rem;left:0rem;z-index:15009;border-top:0.0625rem solid #007d64;border-left:0.0625rem solid #007d64;border-right:0.0625rem solid #007d64;border-bottom:0.0625rem solid #007d64;background-color:#f7d774;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L8y7zCTH8czb64o7quTSi7TxONZK8TMD { display:block; }
 }@media only screen and (max-width: 763px) { #w0hZhlNIQTSaSTVhnJnvLEd9ABZQJgqb { width:17.5rem;height:9.6245625rem;top:0.85503578186037rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRNq4TfX2DlfG3epnNK21BVIQF7oCmVm { width:17.5rem;height:12.4370625rem;top:12.470702171326rem;left:1.3194444775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #PscbLcD5MQCS8u3JHv7zMQPwoyO5vkr9 { width:17.5rem;height:14.0625rem;top:27.039932250976rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x { width:15rem;height:0.125rem;top:48.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IStLxnXEPLER510PlrQtSDkqpO9W8Lqf { width:20rem;height:18.9963125rem;top:44.1875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { width:20rem;height:19.8108125rem;top:8.4375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WmEBqdRrMUDiRIKEhDpkU5T2DI9nKxvu { width:15.1233125rem;height:0;top:31.060791015625rem;left:2.967529296875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWAThBleg1eUzyT9gPQDn1v6NorqxoWL { width:20rem;height:0;top:53.106554985046rem;left:0rem;text-align:center;text-align-last:center;z-index:15030;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { width:15rem;height:0.0625rem;top:121.6875rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLhiQLJctaJyI3r2TTcaa6cVV5oh8cot { width:12.5rem;height:0;top:45.5625rem;left:3.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xcv4IVMy9FnGAB6gNAXUmtetxTN1ll5M { width:1.3125rem;height:1.8125rem;top:11.75rem;left:9.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKSkM1WcB7Qol6lrr5eAecmmIXqC1JFe { width:20rem;height:2.3990875rem;top:2.5608005523682rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lpRTonJKL0yBfhUKmZ2GANno0FUi6f0T { width:3.125rem;height:3.125rem;top:18.25rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtN5RKmAKI8cIcOkJ5tXv0SMRAw94Ftb { width:9.6875rem;height:2.06163125rem;top:18.8125rem;left:6.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC4bQhTQHkQbzFceOTD5y9WInOnHQpva { width:15rem;height:0;top:22.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2TQqyaREktqMlUtiJn1KPz1pRKW2sH0 { width:12.5rem;height:1.54296875rem;top:22.437072753906rem;left:4.9370661377907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIzdTrsbQ9haGv9DwBVqFz9A4ZymaU5t { width:15rem;height:0;top:59.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWSxEqx8sGSeW0FfRN7TTfg8o3k49b4W { width:7.3730625rem;height:2.06163125rem;top:45.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw13wwMNzvAT9lbArKRJT7U2fTVnwtQs { width:15.122625rem;height:2.1365rem;top:49.75rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmxlshRDWGrBmrMXPAy8JDwbbGmmMMPf { width:15.122625rem;height:2.1365rem;top:51.875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgZkuxaAT1ze90emkqWIXUB8ZXU91d0N { width:14.8730625rem;height:2.1365rem;top:56.4375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1A990ZCoGfQvQodnPXk5Geb8KCouiTG { width:15rem;height:0.0618489375rem;top:59.1875rem;left:2.5rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #mVOfFvgtXJ6KE3SkVwU1peNB99Xskbxb { width:10.3125rem;height:2.06163125rem;top:9.5625rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWiPJOgn0b1syEDGpgLg6dkZvi0TV04O { width:1.25rem;height:1.7255823700592rem;top:9.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rov4wV0hxNMgsgstTxp0ecVQwiTGrFT6 { width:15.1236875rem;height:0;top:56.485462188721rem;left:2.3741319775581rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZTmQEn8435y9uBnxB0hcadcplMIsvG9 { top:11rem;left:2.5rem;width:17.5rem;height:1.2999125rem;z-index:15028;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I25D0gC4uSF5MpzobTyCTS5hWp10T2Fy { top:20.145400047302rem;left:2.4989150166511rem;width:17.5rem;height:1.2999125rem;z-index:15029;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZZByKZk5SF8COs6Umv4o0F3cAm0Xph5X { width:13.059875rem;height:0;top:104.17970657349rem;left:3.4689670205116rem;font-size:1.0625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #Rpk3imWbs0TXo9vQlsVsnQqI3SaxsVwK { width:14.56175rem;height:1.21853125rem;top:65.3125rem;left:2.75rem;font-size:0.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ZE2QnNAkE7o4UNi9GaFCcoWiLwaLNLkv { top:65.1875rem;left:2.8125rem;width:14.4346875rem;height:1.49848125rem;z-index:15031;color:#ffffff;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EEiQpO0RFKqKEwMrd5gq1EfhiDdZyQ1i { display:block; }
 }@media only screen and (max-width: 763px) { #TDgLwDB9WKMKC5C20f4Xy4SZRiy7aAaU { width:11.375rem;height:10.9375rem;top:68.193360805512rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #atxl1gF13x2Q0TXoJZ8KfWKnZFPZ1uDq { width:9.749375rem;height:0;top:113.28776550293rem;left:3.7500000596046rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKeA760yETXl7wwckTTm4Kftk8HzDNtv { width:20rem;height:0;top:54.520401000976rem;left:0rem;text-align:center;text-align-last:center;z-index:15031;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #oTKcT0hLqR0JUpueQlL1moALMoLmM5vK { width:14.749375rem;height:1.38020625rem;top:63.8125rem;left:2.75rem;font-size:1.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #M4DoZzNUA5SUTyLPsSMtHCUNcKLzqqrG { width:11.5625rem;height:1.54296875rem;top:24.311645507812rem;left:4.9375000596046rem;font-size:1.1875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #czH76JyggiiIs66qdsBbEEfhKcGtevGh { width:9.875rem;height:9.5rem;top:29rem;left:0.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #tWo6QAyVvDWKZJJk96HKKS3zRATCGCe2 { width:20rem;height:2.0247375rem;top:14.8125rem;left:0rem;text-align:center;text-align-last:center;z-index:15031;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Oz160be8zEGoZmzPFJn0P7Ecz1eLxIx2 { width:20rem;height:2.0247375rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;z-index:15031;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kQUZdqaRdOkMmbVMS4HhLlACurHK0rBS { width:2.1875rem;height:2.1875rem;top:106.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rP9aBMGEuCOfT7TuMZxh9mGspTs3Ol8B { width:18.75rem;height:3.625rem;top:35.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4KWP6MM8WH22ceTQPQuruE0mAmBI3HN { display:block; }
 }@media only screen and (max-width: 763px) { #kOebEVhPAocleJgesdZ35SRiQFZ06kT0 { top:45.749755859375rem;left:4.8122830986977rem;width:1.6875rem;height:1.6875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:block; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { background-color: transparent; background-image: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container > .video-iframe-container { display: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container { display: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .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); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4m8hL2He7v080RHmznJ6WvbN0dToKOV { top:10.204723358154rem;left:-0.11079543828964rem;width:20rem;height:17.25rem;z-index:14999;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #tpJeUUg0gIQIv71WtnACVxRm5twO1Xcl { width:14.6875rem;height:0;top:4.10400390625rem;left:3.748779296875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOIemZiaVA5zUneFeA1tUHVlHv5TuqZR { width:9.8125rem;height:2.5625rem;top:0.310546875rem;left:0rem;z-index:15006;font-size:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4bca8b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TphOANdTtudC16n8Sk0b8PKWHuVOvZrt { display:block; }
 }@media only screen and (max-width: 763px) { #bco7zIGO55e9FTtRIgJ5TOwTU3AkKV2X { width:16.4375rem;height:auto;top:2.8125rem;left:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXKF1vND7IIgAaXuCJmC6wkSJkQrpFgq { width:16.875rem;height:1.5625rem;top:3.936768359375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkJMMtZXehg0KA6hEhkCwmACaFoT2txi { display:block; }
 }@media only screen and (max-width: 763px) { #ZloAJU7Na2PuRGSfxcEuiFOz956hxBh1 { top:0.27690887451172rem;left:10.249566137791rem;width:9.8125rem;height:2.5625rem;z-index:14997;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;background-color:#f7d774;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;display:block; }
 }@media only screen and (max-width: 763px) { #cKNnLnLpyTVZg34r4rNcPPL1OlFwI95G { top:0.75325393676756rem;left:11.841363012791rem;width:7.5rem;height:1.62435rem;z-index:15007;color:#ffffff;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }