.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/9959fe76-bacd-4e6c-99a5-193955c6c30e/Gwnenawww.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#pXyfxTs7k49RhmhvqqIA0LnSJapTmCPT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35rem;width:41.8125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#t1JOOTGkWVuypS7wRGSD92IwPTfi6q67 { color:#f8ecec;display:block;width:19.5625rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:11.8125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MC8VRt7vOcLlIKZI4dCfNhhTOeWfLmS6 { color:#f8ecec;display:block;width:33.8125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:13.875rem;left:4.6875rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A7ponNUmX3ncv2T1g3VlKUJLAarHBrBm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.375rem;width:6.25rem;position:absolute;display:block;z-index:100023;top:27.833333969116rem;left:17.78125rem;overflow:hidden;display:block; }
#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm > .row .container { background-color: transparent; background-image: none; }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm > .row .container > .video-iframe-container { display: none; }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm > .row > .video-iframe-container { display: none; }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm > .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); }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm > .row .container { border-width: 0; border-radius: 0; }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm > .row > .video-iframe-container {  }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#TnmRkDOskDCT3oewzEdtJLFc72mFRAxI { color:#f8ecec;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kfKkm8LUKrkAHC9cFV7Uifb0VfE3oFHF { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:10.43620300293rem;left:0rem;height:18.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VaHr1rHt5ymRJLXNXygBCarheHpfeGMJ { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:10.852865219116rem;left:0rem;height:16.333332777023rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TJ0KalW3RMCzvKgxy2zAgXUaReHHI9Bq { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:29.18593788147rem;left:0rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fD6tEOTTwPGC6atxBHCw5TAeBuEXnA0u { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:26.76953125rem;left:0rem;height:9.3333330154419rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zHbaSG48eypucLoD3ZUgKARMLtsn470c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#zHbaSG48eypucLoD3ZUgKARMLtsn470c > .row .container { background-color: transparent; background-image: none; }#zHbaSG48eypucLoD3ZUgKARMLtsn470c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHbaSG48eypucLoD3ZUgKARMLtsn470c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHbaSG48eypucLoD3ZUgKARMLtsn470c > .row .container > .video-iframe-container { display: none; }#zHbaSG48eypucLoD3ZUgKARMLtsn470c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHbaSG48eypucLoD3ZUgKARMLtsn470c > .row > .video-iframe-container { display: none; }#zHbaSG48eypucLoD3ZUgKARMLtsn470c > .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); }#zHbaSG48eypucLoD3ZUgKARMLtsn470c > .row .container { border-width: 0; border-radius: 0; }#zHbaSG48eypucLoD3ZUgKARMLtsn470c > .row > .video-iframe-container {  }#zHbaSG48eypucLoD3ZUgKARMLtsn470c > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#x8Aq14qnQ9aGTv8XriqCN3UPvRNuu4Lh { background-color:#4bae16;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-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:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.25rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:2.625rem;left:18.75rem;display:block; }
#qLTNcUyLnUdErGqqqmqAJgyJza98pLgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ > .row .container { background-color: transparent; background-image: none; }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ > .row .container > .video-iframe-container { display: none; }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ > .row > .video-iframe-container { display: none; }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ > .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); }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ > .row .container { border-width: 0; border-radius: 0; }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ > .row > .video-iframe-container {  }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#y7LzBkIuL2fCRrp0uvmT1n7CPVszmsdm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:18.125rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#iGuVPXLTy9Mhlr311QKM4Tgik0qN6VTs { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:18.125rem;top:1.40625rem;left:19.03125rem;overflow:hidden;display:block; }
#NBXNyMTibpbfr8I2UmiV3Oawxx0ZL4oT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:18.125rem;top:1.40625rem;left:37.78125rem;overflow:hidden;display:block; }
#tkyukyorwyasfzV261xkv3TQMWTfi9N6 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:18.125rem;top:1.40625rem;left:56.8125rem;overflow:hidden;display:block; }
#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg > .row .container { background-color: transparent; background-image: none; }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg > .row .container > .video-iframe-container { display: none; }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg > .row > .video-iframe-container { display: none; }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg > .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); }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg > .row .container { border-width: 0; border-radius: 0; }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg > .row > .video-iframe-container {  }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#NiGUNTm8MJuTdCow8yUtWgHvBCNUf8xh { color:#f8ecec;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2831zzPasV5KIbSThywqyepDJWGmN64 { position:absolute;display:block;z-index:100002;background-color:#ba7291;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:75rem;top:0.10416793823242rem;left:0rem;display:block; }
#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 > .row .container { background-color: transparent; background-image: none; }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 > .row .container > .video-iframe-container { display: none; }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 > .row > .video-iframe-container { display: none; }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 > .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); }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 > .row .container { border-width: 0; border-radius: 0; }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 > .row > .video-iframe-container {  }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#bJk7QqTkzDx0DGaykLSPDqi1bg76mz7t { color:#47545a;display:block;width:21.625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:14.875000715256rem;left:39.312501907349rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTneHOhmihSa3lO95pP7KiWXhRQob8o2 { box-sizing:content-box;color:#f39c12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:10.687499761581rem;left:48.562501907349rem;display:block; }
#piSzniMu1DnVKVO44grMQOgTpHhdHHI2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;top:2.3437502384186rem;left:6.3125rem;overflow:hidden;display:block; }
#M9i9KxaquQB4TpRLaT2JmVZe5ADnAfhe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:none; }#M9i9KxaquQB4TpRLaT2JmVZe5ADnAfhe > .row .container { border-width: 0; border-radius: 0; }#M9i9KxaquQB4TpRLaT2JmVZe5ADnAfhe > .row > .video-iframe-container {  }#M9i9KxaquQB4TpRLaT2JmVZe5ADnAfhe > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:none; }#pE6WIssS1mMxz8LT8L2pCT8Grfo4AJhE { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:5.9153671264649rem;left:0rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rvuU6lzBg6VZRaAzSmPk42eXFLTOh1hK { box-sizing:content-box;color:#f39c12;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:100005;top:1.9791717529297rem;left:7.78125rem;display:block; }
#N0eh4RJluA3lVl3q9TPoJkhOqcTdcXmK { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:5.8723983764649rem;left:18.75rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZtBGTugEEMcf1qrT0t9GeeSODv3xO4Xk { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:5.8723983764649rem;left:56.250003814698rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwB9Rl4FKSZD9r5Qu7MLc15c3EO2RwzD { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:5.8723983764649rem;left:37.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c1bI2kozz77aUZxof86d1P0rTiWM0EDd { box-sizing:content-box;color:#f39c12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.9362030029297rem;left:26.53125rem;display:block; }
#Nne6XBT2WfU74gDCfoVBRuIS0hoMxDRZ { box-sizing:content-box;color:#f39c12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:1.9362030029297rem;left:45.281253814698rem;display:block; }
#h1oWnU2COhEyNVezh5FtS1HRHxbKfTez { box-sizing:content-box;color:#f39c12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:1.9362030029297rem;left:64.0312538147rem;display:block; }
#lWkBEHsEcTgDe3XHrg98MB6pJXe8SCN2 { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:5.9153671264649rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#L8QpQpSTCb0sQJxPBTMMr5HdtsIlyNPR { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:5.8723983764649rem;left:37.5rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WWG0CPLs1Vc1APipIqP3zo5DRHH6DGHo { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:5.8723983764649rem;left:56.250003814698rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kM3wlVCA7aTzVcXuVrGqumoEAAUq7XKd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:none; }#kM3wlVCA7aTzVcXuVrGqumoEAAUq7XKd > .row .container { border-width: 0; border-radius: 0; }#kM3wlVCA7aTzVcXuVrGqumoEAAUq7XKd > .row > .video-iframe-container {  }#kM3wlVCA7aTzVcXuVrGqumoEAAUq7XKd > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:none; }#ZOToQs3JoTNs6Rc7L6NFU0uA3O6o7eZT { color:#f8ecec;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:9.04167175293rem;left:6.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ytkc1bXOdKbk5EtaWO58gBJRdnypJoC1 { box-sizing:content-box;color:#f39c12;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.8333358764649rem;left:35.34375rem;display:block; }
#GI5cirzVI5PJrL0z5T4WBUdMaGu6gQGg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:none; }#GI5cirzVI5PJrL0z5T4WBUdMaGu6gQGg > .row .container { border-width: 0; border-radius: 0; }#GI5cirzVI5PJrL0z5T4WBUdMaGu6gQGg > .row > .video-iframe-container {  }#GI5cirzVI5PJrL0z5T4WBUdMaGu6gQGg > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:none; }#JMAdwhoEpbtFBfmTEUHG2xxDg7K3agJF { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:39.5625rem;width:75rem;top:2.3346405029297rem;left:0rem;display:block; }
#mIVQp7vGDcL2IG1VE3HxOM3nnJow0twv { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:4.76953125rem;left:0rem;height:15.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gKl4JwkmQz60i9hU3knNRUmdJTB9Rga6 { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:23.2578125rem;left:31.76953125rem;height:2.8125rem;text-align:center;text-align-last:center;color:#ba7291;font-style:normal;display:block; }
#s0poEftcpZlJvn5TMlFUl33cdDwLyRc3 { color:#47545a;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:27.5rem;left:22.39453125rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vwbKQaHneTcTBTptob5R3Fuo0TxQwxXA { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:23.27995300293rem;left:6.70703125rem;overflow:hidden;display:block; }
#i7zgNSPn4oEnpvd6X1R9rS6i7ttyDTWa { color:#47545a;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:27.5rem;left:22.39453125rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Hc80mScXnpMGyo45cIzptEnD7mzRBGG1 { color:#47545a;display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:27.5rem;left:22.39453125rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HXVJkonJ6eJHZim4Pf7XVrgVyZiJ8aeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:none; }#HXVJkonJ6eJHZim4Pf7XVrgVyZiJ8aeT > .row .container { border-width: 0; border-radius: 0; }#HXVJkonJ6eJHZim4Pf7XVrgVyZiJ8aeT > .row > .video-iframe-container {  }#HXVJkonJ6eJHZim4Pf7XVrgVyZiJ8aeT > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:none; }#KXqCGfSllqnGL61vcOD4b01TdL3RRQcO { color:#f8ecec;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:9.04167175293rem;left:6.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbnmCUoPUNRMG2uTLRB1T9ttSEyxxlNb { box-sizing:content-box;color:#f39c12;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.8333358764649rem;left:35.34375rem;display:block; }
#tfvBEudahCumE0AnOXpLdtAiQsJpdOnW { color:#f8ecec;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:12.70964050293rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPG6lKR7tuu43pJxfAvbyJmxhHchNnCL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:none; }#WPG6lKR7tuu43pJxfAvbyJmxhHchNnCL > .row .container { border-width: 0; border-radius: 0; }#WPG6lKR7tuu43pJxfAvbyJmxhHchNnCL > .row > .video-iframe-container {  }#WPG6lKR7tuu43pJxfAvbyJmxhHchNnCL > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:none; }#d7BUQVoly42hS2rp8bVMGWMB1BAtQA22 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:11.625rem;left:2.6875rem;overflow:hidden;display:block; }
#z3gKzWNLDEJTIsqdQibHWDkZclN36M64 { display:block;width:48.3125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:6.145751953125rem;left:23.0625rem;height:2.8125rem;text-align:center;text-align-last:center;color:#ba7291;font-style:normal;display:block; }
#DI6i2Cg5mU7FAJtwmZzL8Rn5fIVxQX6m { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:40.8125rem;width:75rem;top:3.4375rem;left:0rem;display:block; }
#hacTGa2M2igS5zi6QVBAfhETyhyG5Nv4 { display:block;width:51.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:11.625rem;left:20.59375rem;height:27rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XiwGuQugUwf8XlFAv4CFPtCNi1XccyGb { display:block;width:51.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:11.625rem;left:20.59375rem;height:33.25rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#e70lLJFTPp1VbPhOFIOspgdi5yMctrZi { display:block;width:51.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:11.625rem;left:20.59375rem;height:33.25rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wfrTWr2Jg2WIOpQBeDUGwdD9tSSUSx24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:none; }#wfrTWr2Jg2WIOpQBeDUGwdD9tSSUSx24 > .row .container { border-width: 0; border-radius: 0; }#wfrTWr2Jg2WIOpQBeDUGwdD9tSSUSx24 > .row > .video-iframe-container {  }#wfrTWr2Jg2WIOpQBeDUGwdD9tSSUSx24 > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:none; }#GTetcE0ylNEn7wizh3pX4y1bOqCFKd1A { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:11.6875rem;left:2.8125rem;overflow:hidden;display:block; }
#yZmk1PpH7lyKmyP1r8OP0zUvG6URlulX { display:block;width:48.3125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:6.125rem;left:23.0625rem;height:2.8125rem;text-align:center;text-align-last:center;color:#ba7291;font-style:normal;display:block; }
#ATOFdU7iEmwPmbtWPNrVTZOcT4iIJkEN { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:55.1875rem;width:75rem;top:3.4375rem;left:0rem;display:block; }
#JyqBUiWB1hFcxNkNr0aPbr48g10AXbrP { display:block;width:51.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:11.666748046875rem;left:21.34375rem;height:40.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xz6TVwAgQUATDwSi7WfpLFaSuVdpTEqz { display:block;width:51.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:11.666748046875rem;left:21.34375rem;height:43.75rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oD7MItb4Pa3wHp8zTZbslvdAPrHJsepz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:none; }#oD7MItb4Pa3wHp8zTZbslvdAPrHJsepz > .row .container { border-width: 0; border-radius: 0; }#oD7MItb4Pa3wHp8zTZbslvdAPrHJsepz > .row > .video-iframe-container {  }#oD7MItb4Pa3wHp8zTZbslvdAPrHJsepz > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:none; }#w84qRV7chK3WGxlii2pTBTCTwWr59cAT { color:#f8ecec;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:9.04167175293rem;left:6.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PQJgqOQr5mN5zwZtT1nDDspg1cvTzrri { box-sizing:content-box;color:#f39c12;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.8333358764649rem;left:35.34375rem;display:block; }
#LOhtTzmfwfdeDeKXnnrNxz3VqHy5DlVv { color:#f8ecec;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:12.833343505859rem;left:7.21875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tca7U3sEo7EtNDDaa8mv7yJWT2DGT6XN { color:#f8ecec;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:12.833343505859rem;left:7.21875rem;height:1.5833333730698rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Gx0Qwwcf8z3rdJ8tmG3gGZTFExW2NBTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:none; }#Gx0Qwwcf8z3rdJ8tmG3gGZTFExW2NBTl > .row .container { border-width: 0; border-radius: 0; }#Gx0Qwwcf8z3rdJ8tmG3gGZTFExW2NBTl > .row > .video-iframe-container {  }#Gx0Qwwcf8z3rdJ8tmG3gGZTFExW2NBTl > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:none; }#m4590uZeqnRRbSRGhclB2S9mJvHxoEPT { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:22.9375rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#AU6rLsPK9VrOSPnxZD631ksAC327S40v { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:3.4361877441406rem;left:4.8125rem;overflow:hidden;display:block; }
#w0cTFeFL5QZJJpJw6LRkxqONwkW4FXTT { display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:9.7356872558594rem;left:22.4375rem;height:6.75rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uT55qbSmtoadSsMJHwPnmwF1uuZO7yTz { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:5.6028747558594rem;left:31.8125rem;height:2.8125rem;text-align:center;text-align-last:center;color:#ba7291;font-style:normal;display:block; }
#SmLGhGASJeXRvHiigxMDCqGiyoUxlhdu { display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:9.7356872558594rem;left:22.4375rem;height:7rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KVsS4ORdOEuTL1xB0oI7TlXMXGuRRHL8 { display:block;width:50rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:9.7356872558594rem;left:22.4375rem;height:7rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iyVFKCacdWJ9boii9dyAMkEPpJysVxvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:none; }#iyVFKCacdWJ9boii9dyAMkEPpJysVxvv > .row .container { border-width: 0; border-radius: 0; }#iyVFKCacdWJ9boii9dyAMkEPpJysVxvv > .row > .video-iframe-container {  }#iyVFKCacdWJ9boii9dyAMkEPpJysVxvv > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:none; }#BACuTHAozHL1J8zskwBQifsrOKWi1bgQ { color:#ba7291;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:9.04167175293rem;left:6.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWXeK76VkNuaQX2MQNgGbA9vMvTS3qRA { box-sizing:content-box;color:#f39c12;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.8333358764649rem;left:35.34375rem;display:block; }
#mORqhMVrCnoso2JF30sLdnonwgcHg3wu { color:#f8ecec;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:9.04167175293rem;left:6.25rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs > .row .container { background-color: transparent; background-image: none; }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs > .row .container > .video-iframe-container { display: none; }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs > .row > .video-iframe-container { display: none; }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs > .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); }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs > .row .container { border-width: 0; border-radius: 0; }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs > .row > .video-iframe-container {  }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#JoRdce6LhfuyR6Viw6QFTsi0mQgLTooX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:18.0625rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#QobO22JB9eP8DTJS3KI9plCDJKLsr0NT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:18.0625rem;top:1.40625rem;left:19.03125rem;overflow:hidden;display:block; }
#e6twxk74FmfxGTeVhVKVsC7nhEC7cR76 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:18.0625rem;top:1.40625rem;left:37.78125rem;overflow:hidden;display:block; }
#clyW1CIyXc7D9MuThiiun4CEQG61suUi { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:18.0625rem;top:1.40625rem;left:56.8125rem;overflow:hidden;display:block; }
#zs1nz25clnHTp2gR54PfTqUJx7XWILlW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW > .row .container { background-color: transparent; background-image: none; }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW > .row .container > .video-iframe-container { display: none; }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW > .row > .video-iframe-container { display: none; }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW > .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); }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW > .row .container { border-width: 0; border-radius: 0; }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW > .row > .video-iframe-container {  }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#ghvAAOM5PPicXcNzS1Ka6Te6vhTExNC3 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:0rem;left:6.25rem;height:11.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CPhAXFV9fgSxfWRV2yVsVARO4S6kDTKa { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:0rem;left:6.25rem;height:11.666666269302rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 > .row .container { background-color: transparent; background-image: none; }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 > .row .container > .video-iframe-container { display: none; }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 > .row > .video-iframe-container { display: none; }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 > .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); }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 > .row .container { border-width: 0; border-radius: 0; }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 > .row > .video-iframe-container {  }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#cvUTThvu6rhhl1DSwZs9n1NwIMC8I1QI { background-color:#4bae16;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-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:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:2.625rem;left:18.75rem;display:block; }
#I8TDVvubrqq3Ke8g7SLkTUgi59JbESh8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/4f2fe345-dab0-448b-85ff-96f077a56e05/Gwnenawww1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM.adaptive-delivery-prevent-bg, #chMgLq5WIEGQVqwFhFeizPpUzqwdULAM.lazyload, #chMgLq5WIEGQVqwFhFeizPpUzqwdULAM.lazyloading { background-image: none; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row .container { background-color: transparent; background-image: none; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row .container > .video-iframe-container { display: none; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row > .video-iframe-container { display: none; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .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); }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row .container { border-width: 0; border-radius: 0; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row > .video-iframe-container {  }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#XD3GZITlkLSbad2NeowcSn83AB9iybog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:none;position:relative;display:block; }#XD3GZITlkLSbad2NeowcSn83AB9iybog > .row .container { background-color: transparent; background-image: none; }#XD3GZITlkLSbad2NeowcSn83AB9iybog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD3GZITlkLSbad2NeowcSn83AB9iybog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD3GZITlkLSbad2NeowcSn83AB9iybog > .row .container > .video-iframe-container { display: none; }#XD3GZITlkLSbad2NeowcSn83AB9iybog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD3GZITlkLSbad2NeowcSn83AB9iybog > .row > .video-iframe-container { display: none; }#XD3GZITlkLSbad2NeowcSn83AB9iybog > .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); }#XD3GZITlkLSbad2NeowcSn83AB9iybog > .row .container { border-width: 0; border-radius: 0; }#XD3GZITlkLSbad2NeowcSn83AB9iybog > .row > .video-iframe-container {  }#XD3GZITlkLSbad2NeowcSn83AB9iybog > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#rHwscfveWPPgzEHHxvCBT8Tp0THcW7Wg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:11.25rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pXyfxTs7k49RhmhvqqIA0LnSJapTmCPT { width:27.25rem;height:22.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1JOOTGkWVuypS7wRGSD92IwPTfi6q67 { width:19.5625rem;height:3.65625rem;top:5.75rem;left:4.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MC8VRt7vOcLlIKZI4dCfNhhTOeWfLmS6 { width:18.75rem;height:7.3125rem;top:10.5rem;left:4.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7ponNUmX3ncv2T1g3VlKUJLAarHBrBm { width:4.6875rem;height:4.75rem;top:18.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm { display:block; }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm > .row .container { width:47.75rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TnmRkDOskDCT3oewzEdtJLFc72mFRAxI { width:47.75rem;height:3.65625rem;top:2.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfKkm8LUKrkAHC9cFV7Uifb0VfE3oFHF { width:47.75rem;height:11.8125rem;top:7.1861982345581rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VaHr1rHt5ymRJLXNXygBCarheHpfeGMJ { width:47.75rem;height:12.25rem;top:7.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TJ0KalW3RMCzvKgxy2zAgXUaReHHI9Bq { width:47.75rem;height:6.75rem;top:19.393229484558rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fD6tEOTTwPGC6atxBHCw5TAeBuEXnA0u { width:47.75rem;height:7rem;top:7.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zHbaSG48eypucLoD3ZUgKARMLtsn470c { display:block; }#zHbaSG48eypucLoD3ZUgKARMLtsn470c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x8Aq14qnQ9aGTv8XriqCN3UPvRNuu4Lh { width:37.5rem;height:4.25rem;top:2.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLTNcUyLnUdErGqqqmqAJgyJza98pLgS { display:block; }
 }@media only screen and (max-width: 1199px) { #aG1SLZUDNgymSXF5mKDNqagahQoUaETJ { display:block; }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ > .row .container { width:47.75rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y7LzBkIuL2fCRrp0uvmT1n7CPVszmsdm { width:11.25rem;height:11.25rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGuVPXLTy9Mhlr311QKM4Tgik0qN6VTs { width:11.25rem;height:11.25rem;top:1.4166870117188rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBXNyMTibpbfr8I2UmiV3Oawxx0ZL4oT { width:11.25rem;height:11.25rem;top:1.4166870117188rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkyukyorwyasfzV261xkv3TQMWTfi9N6 { width:11.25rem;height:11.25rem;top:1.4166870117188rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg { display:block; }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NiGUNTm8MJuTdCow8yUtWgHvBCNUf8xh { width:47.75rem;height:3.65625rem;top:1.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2831zzPasV5KIbSThywqyepDJWGmN64 { width:47.75rem;height:7.5rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 { display:block; }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bJk7QqTkzDx0DGaykLSPDqi1bg76mz7t { width:17.875rem;height:5.0625rem;top:9.7500004768369rem;left:5.1249998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTneHOhmihSa3lO95pP7KiWXhRQob8o2 { width:3.125rem;height:3.125rem;top:5.84375rem;left:12.500000357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piSzniMu1DnVKVO44grMQOgTpHhdHHI2 { width:18.75rem;height:18.75rem;top:2.0625rem;left:23.000000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9i9KxaquQB4TpRLaT2JmVZe5ADnAfhe { display:none; }#M9i9KxaquQB4TpRLaT2JmVZe5ADnAfhe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #pE6WIssS1mMxz8LT8L2pCT8Grfo4AJhE { width:11.25rem;height:0;top:5.0833358764649rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rvuU6lzBg6VZRaAzSmPk42eXFLTOh1hK { width:3.125rem;height:3.125rem;top:1.9375rem;left:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N0eh4RJluA3lVl3q9TPoJkhOqcTdcXmK { width:11.25rem;height:8.75rem;top:5.0833358764649rem;left:12.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtBGTugEEMcf1qrT0t9GeeSODv3xO4Xk { width:11.25rem;height:0;top:5.0833358764649rem;left:36.15625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JwB9Rl4FKSZD9r5Qu7MLc15c3EO2RwzD { width:11.25rem;height:0;top:5.0833358764649rem;left:24.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c1bI2kozz77aUZxof86d1P0rTiWM0EDd { width:3.125rem;height:3.125rem;top:1.875rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nne6XBT2WfU74gDCfoVBRuIS0hoMxDRZ { width:3.125rem;height:3.125rem;top:1.875rem;left:28.250003814698rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h1oWnU2COhEyNVezh5FtS1HRHxbKfTez { width:3.125rem;height:3.125rem;top:1.875rem;left:40.187503814698rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWkBEHsEcTgDe3XHrg98MB6pJXe8SCN2 { width:12.5rem;height:7.9166668653488rem;top:5.0833358764649rem;left:0rem;font-size:1.0625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 1199px) { #L8QpQpSTCb0sQJxPBTMMr5HdtsIlyNPR { width:11.25rem;height:7rem;top:5.0833358764649rem;left:23.875rem;font-size:1.125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 1199px) { #WWG0CPLs1Vc1APipIqP3zo5DRHH6DGHo { width:12.5rem;height:7rem;top:5.0833358764649rem;left:35.25rem;font-size:1.125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 1199px) { #kM3wlVCA7aTzVcXuVrGqumoEAAUq7XKd { display:none; }#kM3wlVCA7aTzVcXuVrGqumoEAAUq7XKd > .row .container { width:47.75rem;height:12.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZOToQs3JoTNs6Rc7L6NFU0uA3O6o7eZT { width:31.25rem;height:4.8333334922791rem;top:6.1458396911621rem;left:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytkc1bXOdKbk5EtaWO58gBJRdnypJoC1 { width:4.6875rem;height:4.6875rem;top:1.5000038146973rem;left:21.53125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GI5cirzVI5PJrL0z5T4WBUdMaGu6gQGg { display:none; }#GI5cirzVI5PJrL0z5T4WBUdMaGu6gQGg > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JMAdwhoEpbtFBfmTEUHG2xxDg7K3agJF { width:43.75rem;height:44.5rem;top:2.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mIVQp7vGDcL2IG1VE3HxOM3nnJow0twv { width:37.5rem;height:19.25rem;top:5.4166717529297rem;left:6.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gKl4JwkmQz60i9hU3knNRUmdJTB9Rga6 { width:18.75rem;height:2.3333332538605rem;top:27.000003814698rem;left:20.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s0poEftcpZlJvn5TMlFUl33cdDwLyRc3 { width:25rem;height:0;top:30.16667175293rem;left:15.583333969116rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vwbKQaHneTcTBTptob5R3Fuo0TxQwxXA { width:12.5rem;height:12.5rem;top:29.875015258789rem;left:3.1666667461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7zgNSPn4oEnpvd6X1R9rS6i7ttyDTWa { width:25rem;height:14rem;top:30.35417175293rem;left:17.0625rem;font-size:1.125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 1199px) { #Hc80mScXnpMGyo45cIzptEnD7mzRBGG1 { width:25rem;height:0;top:30.16667175293rem;left:15.583333969116rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HXVJkonJ6eJHZim4Pf7XVrgVyZiJ8aeT { display:none; }#HXVJkonJ6eJHZim4Pf7XVrgVyZiJ8aeT > .row .container { width:47.75rem;height:13.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KXqCGfSllqnGL61vcOD4b01TdL3RRQcO { width:47.75rem;height:2.4166667461395rem;top:5.9166793823242rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbnmCUoPUNRMG2uTLRB1T9ttSEyxxlNb { width:4.6875rem;height:4.6875rem;top:1.2083358764649rem;left:21.53125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfvBEudahCumE0AnOXpLdtAiQsJpdOnW { width:47.75rem;height:3rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPG6lKR7tuu43pJxfAvbyJmxhHchNnCL { background-color:#f8ecec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#WPG6lKR7tuu43pJxfAvbyJmxhHchNnCL > .row .container { border-width: 0; border-radius: 0; }#WPG6lKR7tuu43pJxfAvbyJmxhHchNnCL > .row > .video-iframe-container {  }#WPG6lKR7tuu43pJxfAvbyJmxhHchNnCL > .row .container { width:47.75rem;height:51.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #d7BUQVoly42hS2rp8bVMGWMB1BAtQA22 { width:12.5rem;height:12.5rem;top:5.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3gKzWNLDEJTIsqdQibHWDkZclN36M64 { width:18.75rem;height:2.3333332538605rem;top:19.25rem;left:14.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DI6i2Cg5mU7FAJtwmZzL8Rn5fIVxQX6m { width:43.75rem;height:48.25rem;top:2.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hacTGa2M2igS5zi6QVBAfhETyhyG5Nv4 { width:46.1875rem;height:0;top:27.040344238281rem;left:0.78125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XiwGuQugUwf8XlFAv4CFPtCNi1XccyGb { width:46.1875rem;height:26.916667342186rem;top:22.937561035156rem;left:0.78125rem;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 1199px) { #e70lLJFTPp1VbPhOFIOspgdi5yMctrZi { width:46.1875rem;height:0;top:27.040344238281rem;left:0.78125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wfrTWr2Jg2WIOpQBeDUGwdD9tSSUSx24 { background-color:#f8ecec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#wfrTWr2Jg2WIOpQBeDUGwdD9tSSUSx24 > .row .container { border-width: 0; border-radius: 0; }#wfrTWr2Jg2WIOpQBeDUGwdD9tSSUSx24 > .row > .video-iframe-container {  }#wfrTWr2Jg2WIOpQBeDUGwdD9tSSUSx24 > .row .container { width:47.75rem;height:62.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GTetcE0ylNEn7wizh3pX4y1bOqCFKd1A { width:12.5rem;height:12.5rem;top:5.5403442382812rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZmk1PpH7lyKmyP1r8OP0zUvG6URlulX { width:18.75rem;height:2.3333332538605rem;top:19.443969726562rem;left:14.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATOFdU7iEmwPmbtWPNrVTZOcT4iIJkEN { width:43.75rem;height:59.8125rem;top:2.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JyqBUiWB1hFcxNkNr0aPbr48g10AXbrP { width:42.5rem;height:38.000000953674rem;top:23.5703125rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xz6TVwAgQUATDwSi7WfpLFaSuVdpTEqz { width:42.5rem;height:39.583334326744rem;top:23.5703125rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oD7MItb4Pa3wHp8zTZbslvdAPrHJsepz { display:none; }#oD7MItb4Pa3wHp8zTZbslvdAPrHJsepz > .row .container { width:47.75rem;height:13rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #w84qRV7chK3WGxlii2pTBTCTwWr59cAT { width:47.75rem;height:2.4166667461395rem;top:6.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQJgqOQr5mN5zwZtT1nDDspg1cvTzrri { width:4.6875rem;height:4.6875rem;top:1.4375rem;left:21.53125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LOhtTzmfwfdeDeKXnnrNxz3VqHy5DlVv { width:47.75rem;height:1.5rem;top:9.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tca7U3sEo7EtNDDaa8mv7yJWT2DGT6XN { width:47.75rem;height:1.5833333730698rem;top:9.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Gx0Qwwcf8z3rdJ8tmG3gGZTFExW2NBTl { display:none; }#Gx0Qwwcf8z3rdJ8tmG3gGZTFExW2NBTl > .row .container { width:47.75rem;height:24.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #m4590uZeqnRRbSRGhclB2S9mJvHxoEPT { width:43.75rem;height:21.3125rem;top:2.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AU6rLsPK9VrOSPnxZD631ksAC327S40v { width:12.5rem;height:12.5rem;top:7.8125305175781rem;left:3.8619794845581rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0cTFeFL5QZJJpJw6LRkxqONwkW4FXTT { width:25rem;height:0;top:8.48046875rem;left:18rem;font-size:1.125rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #uT55qbSmtoadSsMJHwPnmwF1uuZO7yTz { width:18.75rem;height:2.3333332538605rem;top:5.4583435058594rem;left:20.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SmLGhGASJeXRvHiigxMDCqGiyoUxlhdu { width:25rem;height:12.25rem;top:9.10546875rem;left:18.625rem;font-size:1.125rem;font-weight:300;font-style:normal;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #KVsS4ORdOEuTL1xB0oI7TlXMXGuRRHL8 { width:25rem;height:0;top:8.48046875rem;left:18rem;font-size:1.125rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #iyVFKCacdWJ9boii9dyAMkEPpJysVxvv { display:none; }#iyVFKCacdWJ9boii9dyAMkEPpJysVxvv > .row .container { width:47.75rem;height:10.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BACuTHAozHL1J8zskwBQifsrOKWi1bgQ { width:47.75rem;height:2.4166667461395rem;top:6.0598754882812rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWXeK76VkNuaQX2MQNgGbA9vMvTS3qRA { width:4.6875rem;height:4.6875rem;top:1.4583129882812rem;left:21.53125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mORqhMVrCnoso2JF30sLdnonwgcHg3wu { width:47.75rem;height:2.4166667461395rem;top:6.0598754882812rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yPscXyEkPrEzRBnDFiXztxAaGiZtHazs { display:block; }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs > .row .container { width:47.75rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JoRdce6LhfuyR6Viw6QFTsi0mQgLTooX { width:11.25rem;height:11.25rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QobO22JB9eP8DTJS3KI9plCDJKLsr0NT { width:11.25rem;height:11.25rem;top:1.3541870117188rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e6twxk74FmfxGTeVhVKVsC7nhEC7cR76 { width:11.25rem;height:11.25rem;top:1.3541870117188rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #clyW1CIyXc7D9MuThiiun4CEQG61suUi { width:11.25rem;height:11.25rem;top:1.3333435058594rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zs1nz25clnHTp2gR54PfTqUJx7XWILlW { display:block; }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ghvAAOM5PPicXcNzS1Ka6Te6vhTExNC3 { width:47.75rem;height:9.375rem;top:1.2903747558594rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CPhAXFV9fgSxfWRV2yVsVARO4S6kDTKa { width:47.75rem;height:9.1666668653488rem;top:1.2903747558594rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 { display:block; }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cvUTThvu6rhhl1DSwZs9n1NwIMC8I1QI { width:37.5rem;height:3.4375rem;top:2.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8TDVvubrqq3Ke8g7SLkTUgi59JbESh8 { display:block; }
 }@media only screen and (max-width: 1199px) { #chMgLq5WIEGQVqwFhFeizPpUzqwdULAM { background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/4f2fe345-dab0-448b-85ff-96f077a56e05/Gwnenawww1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM.adaptive-delivery-prevent-bg, #chMgLq5WIEGQVqwFhFeizPpUzqwdULAM.lazyload, #chMgLq5WIEGQVqwFhFeizPpUzqwdULAM.lazyloading { background-image: none; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row .container { background-color: transparent; background-image: none; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row .container > .video-iframe-container { display: none; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row > .video-iframe-container { display: none; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .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); }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row .container { width:47.75rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XD3GZITlkLSbad2NeowcSn83AB9iybog { display:block; }#XD3GZITlkLSbad2NeowcSn83AB9iybog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rHwscfveWPPgzEHHxvCBT8Tp0THcW7Wg { width:7.5rem;height:3.875rem;top:6.5937328338625rem;left:20.125001132488rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXyfxTs7k49RhmhvqqIA0LnSJapTmCPT { width:20rem;height:16.733333333333rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1JOOTGkWVuypS7wRGSD92IwPTfi6q67 { width:19.5625rem;height:2.19375rem;top:17.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC8VRt7vOcLlIKZI4dCfNhhTOeWfLmS6 { width:20rem;height:5.3625rem;top:20.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ponNUmX3ncv2T1g3VlKUJLAarHBrBm { width:4.6875rem;height:4.75rem;top:26.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm { display:block; }#RUSQwdVuU5FbAkEuza2Ko8rAcvm9qqFm > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnmRkDOskDCT3oewzEdtJLFc72mFRAxI { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfKkm8LUKrkAHC9cFV7Uifb0VfE3oFHF { width:18.125rem;height:0;top:4.2708320617676rem;left:0.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaHr1rHt5ymRJLXNXygBCarheHpfeGMJ { width:18.125rem;height:30.375rem;top:4.26953125rem;left:0.90625rem;font-size:1.125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0KalW3RMCzvKgxy2zAgXUaReHHI9Bq { width:18.125rem;height:0;top:32.290405273438rem;left:0.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fD6tEOTTwPGC6atxBHCw5TAeBuEXnA0u { width:18.125rem;height:11.8125rem;top:34.64453125rem;left:0.9375rem;font-size:1.125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #zHbaSG48eypucLoD3ZUgKARMLtsn470c { display:block; }#zHbaSG48eypucLoD3ZUgKARMLtsn470c > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8Aq14qnQ9aGTv8XriqCN3UPvRNuu4Lh { width:19rem;height:4.25rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLTNcUyLnUdErGqqqmqAJgyJza98pLgS { display:block; }
 }@media only screen and (max-width: 763px) { #aG1SLZUDNgymSXF5mKDNqagahQoUaETJ { display:block; }#aG1SLZUDNgymSXF5mKDNqagahQoUaETJ > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7LzBkIuL2fCRrp0uvmT1n7CPVszmsdm { width:18.125rem;height:18.125rem;top:1.375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGuVPXLTy9Mhlr311QKM4Tgik0qN6VTs { width:18.125rem;height:18.125rem;top:20.708335876465rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBXNyMTibpbfr8I2UmiV3Oawxx0ZL4oT { width:18.125rem;height:18.125rem;top:40.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkyukyorwyasfzV261xkv3TQMWTfi9N6 { width:18.125rem;height:18.125rem;top:59.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg { display:block; }#aGcBaPkTv8kOWzX6ZOPpLR0kbAXgNztg > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiGUNTm8MJuTdCow8yUtWgHvBCNUf8xh { width:20rem;height:1.7875rem;top:2.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2831zzPasV5KIbSThywqyepDJWGmN64 { width:20rem;height:5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 { display:block; }#NT74T2UuPJW4JGxCCIhu733whp4pGWZ1 > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJk7QqTkzDx0DGaykLSPDqi1bg76mz7t { width:18.75rem;height:5.0625rem;top:6.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTneHOhmihSa3lO95pP7KiWXhRQob8o2 { width:3.125rem;height:3.125rem;top:2rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piSzniMu1DnVKVO44grMQOgTpHhdHHI2 { width:15.625rem;height:15.625rem;top:13.374218463898rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9i9KxaquQB4TpRLaT2JmVZe5ADnAfhe { display:none; }#M9i9KxaquQB4TpRLaT2JmVZe5ADnAfhe > .row .container { width:20rem;height:40.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pE6WIssS1mMxz8LT8L2pCT8Grfo4AJhE { width:18.125rem;height:5.25rem;top:4.2708320617676rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvuU6lzBg6VZRaAzSmPk42eXFLTOh1hK { width:3.125rem;height:3.125rem;top:1.14453125rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0eh4RJluA3lVl3q9TPoJkhOqcTdcXmK { width:18.75rem;height:5.25rem;top:15.06120300293rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtBGTugEEMcf1qrT0t9GeeSODv3xO4Xk { width:18.75rem;height:5.25rem;top:34.68620300293rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwB9Rl4FKSZD9r5Qu7MLc15c3EO2RwzD { width:18.75rem;height:3.5rem;top:25.81120300293rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1bI2kozz77aUZxof86d1P0rTiWM0EDd { width:3.125rem;height:3.125rem;top:11.89453125rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nne6XBT2WfU74gDCfoVBRuIS0hoMxDRZ { width:3.125rem;height:3.125rem;top:22.64453125rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1oWnU2COhEyNVezh5FtS1HRHxbKfTez { width:3.125rem;height:3.125rem;top:31.51953125rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWkBEHsEcTgDe3XHrg98MB6pJXe8SCN2 { width:11.25rem;height:auto;top:5.6875rem;left:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8QpQpSTCb0sQJxPBTMMr5HdtsIlyNPR { width:11.25rem;height:auto;top:5.0625rem;left:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWG0CPLs1Vc1APipIqP3zo5DRHH6DGHo { width:12.5rem;height:auto;top:5.0625rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kM3wlVCA7aTzVcXuVrGqumoEAAUq7XKd { display:none; }#kM3wlVCA7aTzVcXuVrGqumoEAAUq7XKd > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZOToQs3JoTNs6Rc7L6NFU0uA3O6o7eZT { width:20rem;height:3.6666667461395rem;top:4.5833358764649rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytkc1bXOdKbk5EtaWO58gBJRdnypJoC1 { width:3.125rem;height:3.125rem;top:1.4166717529297rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI5cirzVI5PJrL0z5T4WBUdMaGu6gQGg { display:none; }#GI5cirzVI5PJrL0z5T4WBUdMaGu6gQGg > .row .container { width:20rem;height:58.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JMAdwhoEpbtFBfmTEUHG2xxDg7K3agJF { width:20rem;height:57.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIVQp7vGDcL2IG1VE3HxOM3nnJow0twv { width:18.125rem;height:24rem;top:2.5000076293945rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKl4JwkmQz60i9hU3knNRUmdJTB9Rga6 { width:20rem;height:1.8333333730698rem;top:39.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#4bb6cf;display:block; }
 }@media only screen and (max-width: 763px) { #s0poEftcpZlJvn5TMlFUl33cdDwLyRc3 { width:18.125rem;height:0;top:42.208343505859rem;left:0.90625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwbKQaHneTcTBTptob5R3Fuo0TxQwxXA { width:10.9375rem;height:10.9375rem;top:27.3125rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7zgNSPn4oEnpvd6X1R9rS6i7ttyDTWa { width:20rem;height:auto;top:30.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hc80mScXnpMGyo45cIzptEnD7mzRBGG1 { width:18.125rem;height:13.5rem;top:42.645843505859rem;left:0.90625rem;font-size:1rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #HXVJkonJ6eJHZim4Pf7XVrgVyZiJ8aeT { display:none; }#HXVJkonJ6eJHZim4Pf7XVrgVyZiJ8aeT > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KXqCGfSllqnGL61vcOD4b01TdL3RRQcO { width:18.125rem;height:3.6666667461395rem;top:5.7083435058594rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbnmCUoPUNRMG2uTLRB1T9ttSEyxxlNb { width:3.125rem;height:3.125rem;top:2.5625rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfvBEudahCumE0AnOXpLdtAiQsJpdOnW { width:18.125rem;height:4.5rem;top:10.311218261719rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPG6lKR7tuu43pJxfAvbyJmxhHchNnCL { display:none; }#WPG6lKR7tuu43pJxfAvbyJmxhHchNnCL > .row .container { width:20rem;height:67.59375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d7BUQVoly42hS2rp8bVMGWMB1BAtQA22 { width:10.9375rem;height:10.9375rem;top:2.7421875rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3gKzWNLDEJTIsqdQibHWDkZclN36M64 { width:20rem;height:1.8333333730698rem;top:15.165283203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#4bb6cf;display:block; }
 }@media only screen and (max-width: 763px) { #DI6i2Cg5mU7FAJtwmZzL8Rn5fIVxQX6m { width:18.75rem;height:66.1875rem;top:1.30078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hacTGa2M2igS5zi6QVBAfhETyhyG5Nv4 { width:20rem;height:0;top:57.720092773438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XiwGuQugUwf8XlFAv4CFPtCNi1XccyGb { width:20rem;height:auto;top:22.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e70lLJFTPp1VbPhOFIOspgdi5yMctrZi { width:18.125rem;height:49.5rem;top:18.09375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #wfrTWr2Jg2WIOpQBeDUGwdD9tSSUSx24 { display:none; }#wfrTWr2Jg2WIOpQBeDUGwdD9tSSUSx24 > .row .container { width:20rem;height:85.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GTetcE0ylNEn7wizh3pX4y1bOqCFKd1A { width:10.9375rem;height:10.9375rem;top:2.5546875rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZmk1PpH7lyKmyP1r8OP0zUvG6URlulX { width:20rem;height:1.8333333730698rem;top:15.14453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#4bb6cf;display:block; }
 }@media only screen and (max-width: 763px) { #ATOFdU7iEmwPmbtWPNrVTZOcT4iIJkEN { width:18.75rem;height:82.9375rem;top:1.28125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyqBUiWB1hFcxNkNr0aPbr48g10AXbrP { width:18.125rem;height:0;top:17.90625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xz6TVwAgQUATDwSi7WfpLFaSuVdpTEqz { width:18.125rem;height:64.5rem;top:17.916748046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #oD7MItb4Pa3wHp8zTZbslvdAPrHJsepz { display:none; }#oD7MItb4Pa3wHp8zTZbslvdAPrHJsepz > .row .container { width:20rem;height:12.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w84qRV7chK3WGxlii2pTBTCTwWr59cAT { width:18.125rem;height:3.6666667461395rem;top:4.4375305175781rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQJgqOQr5mN5zwZtT1nDDspg1cvTzrri { width:3.125rem;height:3.125rem;top:1.25rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOhtTzmfwfdeDeKXnnrNxz3VqHy5DlVv { width:20rem;height:0;top:9.3541667461394rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tca7U3sEo7EtNDDaa8mv7yJWT2DGT6XN { width:20rem;height:3rem;top:9.2291870117188rem;left:0rem;font-size:1.125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #Gx0Qwwcf8z3rdJ8tmG3gGZTFExW2NBTl { display:none; }#Gx0Qwwcf8z3rdJ8tmG3gGZTFExW2NBTl > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m4590uZeqnRRbSRGhclB2S9mJvHxoEPT { width:20rem;height:33.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU6rLsPK9VrOSPnxZD631ksAC327S40v { width:10.9375rem;height:10.9375rem;top:5.375rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0cTFeFL5QZJJpJw6LRkxqONwkW4FXTT { width:18.125rem;height:0;top:17.604187011719rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #uT55qbSmtoadSsMJHwPnmwF1uuZO7yTz { width:20rem;height:1.8333333730698rem;top:2.5833435058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ba7291;display:block; }
 }@media only screen and (max-width: 763px) { #SmLGhGASJeXRvHiigxMDCqGiyoUxlhdu { width:20rem;height:0;top:7.41796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #KVsS4ORdOEuTL1xB0oI7TlXMXGuRRHL8 { width:18.125rem;height:15.75rem;top:17.791687011719rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#47545a;font-weight:300;font-style:normal;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #iyVFKCacdWJ9boii9dyAMkEPpJysVxvv { display:none; }#iyVFKCacdWJ9boii9dyAMkEPpJysVxvv > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BACuTHAozHL1J8zskwBQifsrOKWi1bgQ { width:18.125rem;height:0;top:4.8541870117188rem;left:0.90625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWXeK76VkNuaQX2MQNgGbA9vMvTS3qRA { width:3.125rem;height:3.125rem;top:1.6458435058594rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mORqhMVrCnoso2JF30sLdnonwgcHg3wu { width:18.125rem;height:3.6666667461395rem;top:4.8125rem;left:0.90625rem;font-size:1.375rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #yPscXyEkPrEzRBnDFiXztxAaGiZtHazs { display:block; }#yPscXyEkPrEzRBnDFiXztxAaGiZtHazs > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoRdce6LhfuyR6Viw6QFTsi0mQgLTooX { width:18.125rem;height:18.125rem;top:1.375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QobO22JB9eP8DTJS3KI9plCDJKLsr0NT { width:18.125rem;height:18.125rem;top:20.708335876465rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6twxk74FmfxGTeVhVKVsC7nhEC7cR76 { width:18.125rem;height:18.125rem;top:40.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clyW1CIyXc7D9MuThiiun4CEQG61suUi { width:18.125rem;height:18.125rem;top:59.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs1nz25clnHTp2gR54PfTqUJx7XWILlW { display:block; }#zs1nz25clnHTp2gR54PfTqUJx7XWILlW > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghvAAOM5PPicXcNzS1Ka6Te6vhTExNC3 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPhAXFV9fgSxfWRV2yVsVARO4S6kDTKa { width:18.125rem;height:13.5rem;top:0.875rem;left:0.90625rem;font-size:1.125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 { display:block; }#JaT7kW0P4d3LElo9fbe0Xz0gagwk51J3 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvUTThvu6rhhl1DSwZs9n1NwIMC8I1QI { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8TDVvubrqq3Ke8g7SLkTUgi59JbESh8 { display:block; }
 }@media only screen and (max-width: 763px) { #chMgLq5WIEGQVqwFhFeizPpUzqwdULAM { display:block; }#chMgLq5WIEGQVqwFhFeizPpUzqwdULAM > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD3GZITlkLSbad2NeowcSn83AB9iybog { display:block; }#XD3GZITlkLSbad2NeowcSn83AB9iybog > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHwscfveWPPgzEHHxvCBT8Tp0THcW7Wg { width:5.625rem;height:2.875rem;top:2.6145935058594rem;left:7.15625rem;display:block; }
 }