.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1e29;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container { background-color: transparent; background-image: none; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container > .video-iframe-container { display: none; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row > .video-iframe-container { display: none; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .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); }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container { border-width: 0; border-radius: 0; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#mEDmM2ScEbIJe3TvSmuAqxcSkKvZcMdp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.375rem;left:8.25rem;display:block; }
#qDLplZVWkKJX9HUipTBK7KPv0l8zBSW3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z6d6afffVU6Q3mIfX1T8g557ygOZxyEi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:6.125rem;top:1.1870660781861rem;left:1.9997844696045rem;overflow:hidden;display:block; }
#JID5DAC7GRLJkJrXz2MPyCFQua8k4GQK { box-sizing:content-box;height:3.9375rem;width:21.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:2.0625rem;left:52.40625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;border-top:0.0625rem solid #be7e66;border-left:0.0625rem solid #be7e66;border-right:0.0625rem solid #be7e66;border-bottom:0.0625rem solid #be7e66;display:block; }
#ANwSxgTcTlTXH2i7Jb0QP6bdbwmWopMd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.46875rem;left:53.65625rem; }
#JyPxbHqgQmu9CSPT0b469poTal2RnJp8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3rem;left:70.21875rem; }
#JyPxbHqgQmu9CSPT0b469poTal2RnJp8 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#f6zEolK1UpNOEJvH5N4pcBmRPz7747BA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:2.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5672743320465rem;left:56.911899566651rem;height:2.92480625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/db8ab5f9-f35b-45ec-b4bf-6341ec69cbbe/mingorrabg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;overflow:visible;position:relative;display:block; }#rbT9Ghqvy5DHEpEEttRRIFZ6fHXD28ah { box-sizing:content-box;height:47.5625rem;width:27.6875rem;position:absolute;display:block;z-index:15006;background-color:#be7e66;background-image:none;top:4.375rem;left:47.375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#yIaPbHN6nBgTh8hZmkanLyBVVlNre7Dd { color:#ffffff;display:block;width:24.6245625rem;position:absolute;font-family:urbanist;font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.8125rem;left:49.5625rem;height:2.92535rem;font-style:normal;display:block; }
#AcwBxTlstzoLTrugEqMBwTzuv178Kv0I { color:#ffffff;display:block;width:17.999125rem;position:absolute;font-family:urbanist;font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12rem;left:52.1875rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-form-header {  }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#051c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:21.1875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 [class*="-text"]:-moz-placeholder { color:#131313;font-family:"open sans";font-size:1rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 [class*="-text"]::-moz-placeholder { color:#131313;font-family:"open sans";font-size:1rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 [class*="-text"]:-ms-input-placeholder { color:#131313;font-family:"open sans";font-size:1rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 [class*="-text"]::-webkit-input-placeholder { color:#131313;font-family:"open sans";font-size:1rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.9375rem;overflow:hidden;font-style:normal;float:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-container:first-of-type{padding-top:0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-container:last-of-type{padding-bottom:0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.3525390625rem;left:49.3720703125rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.1875rem;display:block;vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 {display:block;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.3525390625rem;left:49.3720703125rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EVaticA3WPFrUFgzBD1XUA8Ctkybequm { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #ObKqyMdW7LTHVvEXn4v3ihShAakSc7DS { position:relative;display:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QHVoXRIC6XGmh0vtcoETsKQ9bnMsqlSu { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XOoQU0uoD13hX5VSfJEzy36yhTbSr3kf { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EKU3aHZ5yS6OXnIGzrm9kcE4IEnk3K9x { position:relative;display:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XIskpaZ9OlXM802918qM4UPaggCcaWgI { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FVArXWkcdhsTmnpdRhMJS4fUVV7nwBVB { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QQTGkZSCoptAaUX1odrWcTJ1fcIALa8y { position:relative;display:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #try4wU7GcmBe3CQII0gyoUhRg9y23cJE { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fTITPSzEO2RHWnKWAn8hQBoHCWSe3siv { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FFsrpTrKpeJL8yNXDHO3GNTKNfqgarKM { position:relative;display:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #PZU2gSsXF0KSyE4EzOKLlcH89O085Ag7 { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #LJlIlaLlQRev8wTVi9d2mdAA5ynoNtSr { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fg7tBs5Lr59eVQOJkzoBy4ExoJ94fcAg { position:relative;z-index:2; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EeNSlve3ZtmQ6l5DSXkWRTGunUC9TwGX { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #SJKk347NLWNtBqQCpxszMpmmZsq1Ehkd { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #Kc1XL6VrtU5XZyTMOKGkyu1sCKuglp7V { position:relative; }
#pCKWS1ZQqTLNpTdV6rP5NVXDmfhHoa19 { color:#ffffff;display:block;width:17.0605625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:41.961807250976rem;left:52.686634063721rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#zduFTboxyk4cTczGT0V7kiVN9e5ThAl0 { background-color:#051c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.811rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:45.061851501465rem;left:50.311420440674rem;display:block; }
#mfZ6ZTPcQXTkrd24ZiBL0I9I0u76biAk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeuReQR46ZZ8kJFHAII8Ta1MMGz5Pwga { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:42.0625rem;left:11.8125rem; }
#lORIgBMmC1TbBQwHexnt31kTVT9ltn0i { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:urbanist;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:44.4375rem;left:20.6875rem;height:2.2744125rem;font-style:normal;display:block; }
#Q4XULOrZzv2hcD05MQRJhfXE3susuPEM { color:#e8f7ff;display:block;width:33.624rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.0302734375rem;left:11.8125rem;height:10.233375rem;font-style:normal;display:block; }
#Q5J0CUQhGIU5RI4qRxfxBGNCrN9XXySu { color:#be7e66;display:block;width:35.2495625rem;position:absolute;font-family:albra;font-size:3.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.598526000976rem;left:11.812068939209rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b78o3mUp43JtUOwzCKX9dBHhyNGTzZWi { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:urbanist;font-size:2rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.99978351593rem;left:11.578777313233rem;height:2.5996125rem;font-style:normal;display:block; }
#nQH1ixgNF0HdaENsFe6TWQWQfCSMQwzh { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:10.125rem;top:15.791015625rem;left:35.388671875rem;overflow:hidden;display:block; }
#IGQkMw0JILbtRJ8wPh307qormdB0Quho { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:urbanist;font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:24.25rem;left:11.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#KLepkQtIMTEotIP0ZSRUyB4vktQTseiQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:20rem;display:none; }
#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f2ef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container { background-color: transparent; background-image: none; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container > .video-iframe-container { display: none; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row > .video-iframe-container { display: none; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .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); }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container { border-width: 0; border-radius: 0; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#HRA0JKnyTx9ZXtaZDG7uCWvnwxw9PgvS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.06185rem;width:5.87456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.2786426544187rem;left:39.779735565186rem; }
#wVToVgitFEw0WWfIIdG3rmv1nTq99dTu { color:#051c2c;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.619789123535rem;left:36.467014312744rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0LhrFynIHeGUm7Fz29dWEDCziGT07yt { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.215709686279rem;left:36.310764312744rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#bgNEIMN8BkKRp7Tcg4umprER5O0AQHAn { color:#051c2c;display:block;width:13.0620625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.214629173279rem;left:18.404949188233rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#MVgiPIrcnuxPZHyGfUnrGPup1AhibkoL { color:#051c2c;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.621959686279rem;left:18.687068939209rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfQsib8CdLJsvzcKpXyWO59mq0GPDoFh { box-sizing:content-box;color:#5d92ff;font-size:5.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:flex;z-index:15015;opacity:1;top:6.6872787475588rem;left:21.812068939209rem; }
#K2Wpr0KTiJlEcDaInCX1E59vKGnahqOc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6855625rem;width:7.6855625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.9689636230469rem;left:4.9967460632324rem; }
#PlTqpzRZT4HHGaCkE5s0PMfZvKdrlQkk { color:#051c2c;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.621959686279rem;left:2.5911464691162rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpbKIeoSosWOa2aAu0oneGINJWvGNwWT { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.2158203125rem;left:2.810546875rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#rWhrS4UyrzZnNCUVqdB2SwzfoQo8bJeX { background-color:#051c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#be7e66;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.686rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.367838859558rem;left:18.092449188233rem;display:block; }
#LJ6uf4kgck11ddoNNI3LW2SKThq2w8wK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spuZOp1wyqdJ3s8UpxRFK2QEo8fBGZXt { color:#051c2c;display:block;width:20.625rem;position:absolute;font-family:urbanist;font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:10.112848281861rem;left:53.457035064698rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be7e66;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.5875rem;padding-right:0.51375rem;padding-bottom:0.5875rem;padding-left:0.51375rem;display:block;align-items:center;width:3.080625rem;min-width:3.080625rem;height:3.15875rem;position:relative;font-family:arial;font-size:2.350625rem;font-weight:700;line-height:50.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-label { background-color:;background-image:none;color:#051c2c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3675rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.1075rem;height:1.24875rem;position:relative;font-family:"open sans";font-size:0.88125rem;font-weight:400;line-height:19.98px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:20.4375rem;height:5.95rem;padding-top:0.07375rem;padding-right:0.073125rem;padding-bottom:0.07375rem;padding-left:0.073125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.089839935302rem;left:53.478733062744rem;z-index:15040; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #xSscJy1fGvAwbHQ1aUmSNG8D1xDqENlE { display:flex;position:relative;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #qGF6ixDTfOpVV2D1TMISHTvPoStJmRQx { width:auto; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lJsnqR4hMJdCTWIN1RJTrMqBNs6UETZu {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lc3z9JDLrGpBABnLdtab2JdCwMdJ4iJ3 { display:flex;position:relative;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #w5kWOvvC2xrtp6wzrhO5Th79MiTiTofR {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #yN4keBUWLMKpcTh3UrAgnSlzBHkIUzQq {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #bQA7afLbAUgCulDasd9smTCyZKmH37TT { display:flex;position:relative;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #n8b7VNfNGpqsRGeaJWwupX246dM758ub {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #XH6Nq73EvQIO3AwZpQLmPZXDEZAqW9Jv {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #Oo3oyfNGgqnF5hawPEXB0RixRNbSrTQE { display:flex;position:relative;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #c9TrSVoB2pWsqxOGmdaQXBIkwDnCTcRJ {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #VLWTKOuJ9pKOU483tNvx68M9Wov0PZZf {  }
#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF > .row .container { background-color: transparent; background-image: none; }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF > .row .container > .video-iframe-container { display: none; }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF > .row > .video-iframe-container { display: none; }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF > .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); }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF > .row .container { border-width: 0; border-radius: 0; }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#H330wFHqMseLTZIrtyv2EZSpNSTsktU6 { color:#051c2c;display:block;width:25.75rem;position:absolute;font-family:urbanist;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.0625rem;left:2.5625rem;height:3.4121125rem;font-style:normal;display:block; }
#TdLnAR9FiPL19tARbHUQNTgHHc4dJnPd { color:#051c2c;display:block;width:22.9980625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#RzJvEUVCOFv8WT1TLulzBvtReeAz6i3q { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.37434875rem;width:8.2498125rem;top:11.375rem;left:2.5625rem;display:block; }
#hZlWW7sLog6S14xZFTibIWrRLSl5cwvq { color:#051c2c;display:block;width:32.4355625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.4375rem;left:2.53125rem;height:23.390625rem;font-style:normal;display:block; }
#PemniUe2s6ynCeMZTMqJfub79dhWh17I { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:15.625rem;top:13.15625rem;left:49.125rem;overflow:hidden;display:block; }
#THInwtzTUtJ8WTRyyBaroxPeLoQ6fhKn { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:15.5rem;top:27.25rem;left:52.3125rem;overflow:hidden;display:block; }
#GemNpaunitx7v4Qaf5IyX3LScNX2x5s3 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:18.125rem;left:42.0625rem;display:block; }
#N4ytdJ5wTKXRDGTQcF339xwiRi7fCGcz { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be7e66, #dca796);background-image: -moz-linear-gradient(180deg, #be7e66, #dca796);background-image: -ms-linear-gradient(180deg, #be7e66, #dca796);background-image: -o-linear-gradient(180deg, #be7e66, #dca796);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );";background-image: linear-gradient(180deg, #be7e66, #dca796);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:16.1875rem;left:39.4375rem;display:block; }
#u5QSwrHTszK9FFXbT4wFW5ZwKf2O8Kms { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be7e66, #dca796);background-image: -moz-linear-gradient(180deg, #be7e66, #dca796);background-image: -ms-linear-gradient(180deg, #be7e66, #dca796);background-image: -o-linear-gradient(180deg, #be7e66, #dca796);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );";background-image: linear-gradient(180deg, #be7e66, #dca796);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:30.25rem;left:43.125rem;display:block; }
#LeHk85F7HeU3GJJX15dw1giThDxTvvdA { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:32.3125rem;left:46.25rem;display:block; }
#x2FTQp5H2Fc29wusr7OkkQyU5daD5kBJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.75rem;left:40rem; }
#cCQDqcKUvQvBmamShntmxnZQHC3cWWh2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:30.8125rem;left:43.6875rem; }
#XtAyTUEwo18Mmff6xsRvKmXWIzZ6VxDw { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.3125rem;top:2.599609375rem;left:50.28125rem;overflow:hidden;display:block; }
#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz > .row .container { background-color: transparent; background-image: none; }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz > .row .container > .video-iframe-container { display: none; }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz > .row > .video-iframe-container { display: none; }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz > .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); }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz > .row .container { border-width: 0; border-radius: 0; }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#iIEX0KVCQryBrJCyC651ZMvJZClBhfVM { color:#051c2c;display:block;width:32.6248125rem;position:absolute;font-family:urbanist;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.7545566558837rem;left:40.749788284302rem;height:3.4121125rem;font-style:normal;display:block; }
#AHbSQdwmfmz6WnBtruC6LeclxdT53mFu { color:#051c2c;display:block;width:22.9980625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.2929692268372rem;left:40.749782562256rem;height:1.462675rem;font-style:normal;display:block; }
#PxHfWEnC8GdJNqT0VzWsAWSm8qqJ0riq { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.37434875rem;width:8.2498125rem;top:10.686859130859rem;left:40.749788284302rem;display:block; }
#F1TwbOOdxmbwNx8kDn03HiwqkU24BhpC { color:#051c2c;display:block;width:32.436rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.122613906861rem;left:40.844186782837rem;height:20.4668125rem;font-style:normal;display:block; }
#BJsuieD0g54DLlgeQmBnUAD44TAa1m8u { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:41.875rem;width:30.75rem;top:1.4355492591858rem;left:6.5614166259762rem;overflow:hidden;display:block; }
#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI > .row .container { background-color: transparent; background-image: none; }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI > .row .container > .video-iframe-container { display: none; }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI > .row > .video-iframe-container { display: none; }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI > .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); }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI > .row .container { border-width: 0; border-radius: 0; }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI > .row .container { font-size:0.875rem;font-family:arial;height:113.9375rem;width:75rem;position:relative;display:block; }#p1NfJDSe1IFkxaDqdv77ZLUFXWhqKHG6 { color:#051c2c;display:block;width:26rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:45.1875rem;height:3.4121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eJVwGrNqc3zlILTa95iZFnhy9BoPGm02 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.5rem;left:62.9375rem;display:block; }
#GRfpEKd3kZsyOt0XKmysB8TGpPlyziMB { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #051c2c, #073a5d);background-image: -moz-linear-gradient(180deg, #051c2c, #073a5d);background-image: -ms-linear-gradient(180deg, #051c2c, #073a5d);background-image: -o-linear-gradient(180deg, #051c2c, #073a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );";background-image: linear-gradient(180deg, #051c2c, #073a5d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:6.5rem;left:3.75rem;display:block; }
#Vfnx6WUKoS8R1zTnh6xV1RI4l1nAz6uV { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1796875rem;left:16.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r6BDLlxX1zrRly2IccbVveFyft7eF4B3 { color:#be7e66;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.486328125rem;left:16.375rem;height:6.499rem;font-style:normal;display:block; }
#E6olyyd0i6UtwpebLvxq9yJvl2pP7uxx { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #051c2c, #073a5d);background-image: -moz-linear-gradient(180deg, #051c2c, #073a5d);background-image: -ms-linear-gradient(180deg, #051c2c, #073a5d);background-image: -o-linear-gradient(180deg, #051c2c, #073a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );";background-image: linear-gradient(180deg, #051c2c, #073a5d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:21.875rem;left:42.625rem;display:block; }
#mttRVKkfbLXgH2JSCnMDDHSTeJry6HTr { color:#ffffff;display:block;width:11.8115rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.642578125rem;left:57.1220703125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCkbctOGpQ3ibVBWeh7EBodXQsd1x0Jl { color:#be7e66;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:32.8115234375rem;left:57.123046875rem;height:6.499rem;font-style:normal;display:block; }
#t5OC8v3ROcc2GXsOe2fPafru56nUWEaR { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #051c2c, #073a5d);background-image: -moz-linear-gradient(180deg, #051c2c, #073a5d);background-image: -ms-linear-gradient(180deg, #051c2c, #073a5d);background-image: -o-linear-gradient(180deg, #051c2c, #073a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );";background-image: linear-gradient(180deg, #051c2c, #073a5d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:52.625rem;left:42.625rem;display:block; }
#s4Qu5HZ9ll2qCTyHHyRLxloDP6FTXAtA { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:56.3125rem;left:54.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0BAbmLxRf00qfKRBgt5JaVzXpNMg0kC { color:#be7e66;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:60.65625rem;left:54.9326171875rem;height:10.3984375rem;font-style:normal;display:block; }
#Sl6g7LnfE2f4GZ4sGokocK1iuIVxqpTD { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #051c2c, #073a5d);background-image: -moz-linear-gradient(180deg, #051c2c, #073a5d);background-image: -ms-linear-gradient(180deg, #051c2c, #073a5d);background-image: -o-linear-gradient(180deg, #051c2c, #073a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );";background-image: linear-gradient(180deg, #051c2c, #073a5d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:36.375rem;left:3.75rem;display:block; }
#meeZhh7r85uPlZ2wzsamPzdT7yvCo6ze { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:41.048828125rem;left:16.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aQuOKGPSCvlIG0VoMKzNP7UUVtJI02nX { color:#be7e66;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:45.6865234375rem;left:16.1865234375rem;height:7.7988125rem;font-style:normal;display:block; }
#ZSq4vE0KPyuqUG7tQfghl5TNW3WIG2fA { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:5.5625rem;top:4.3055553436279rem;left:6.2174491882324rem;overflow:hidden;display:block; }
#okv0iOH1ABVPaAnH4XPVLQgOMs9Soqky { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #051c2c, #073a5d);background-image: -moz-linear-gradient(180deg, #051c2c, #073a5d);background-image: -ms-linear-gradient(180deg, #051c2c, #073a5d);background-image: -o-linear-gradient(180deg, #051c2c, #073a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );";background-image: linear-gradient(180deg, #051c2c, #073a5d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:63.9375rem;left:3.8125rem;display:block; }
#QvFd0L4gTNsKuZP0ecSEMyKJoeKFblOv { color:#be7e66;display:block;width:13.374rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:73.513671875rem;left:16.375rem;height:7.7988125rem;font-style:normal;display:block; }
#tOKwTlCZkrqTxlwIoMMJ4wgIkIlDpO8b { color:#ffffff;display:block;width:12.3730625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:69.375rem;left:16.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QBKz03NJHyU8rJiGEhVfDDUftzEJU8t4 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #051c2c, #073a5d);background-image: -moz-linear-gradient(180deg, #051c2c, #073a5d);background-image: -ms-linear-gradient(180deg, #051c2c, #073a5d);background-image: -o-linear-gradient(180deg, #051c2c, #073a5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051c2c', endColorstr='#073a5d' );";background-image: linear-gradient(180deg, #051c2c, #073a5d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:81.25rem;left:42.625rem;display:block; }
#bUH1VZ5EoefT41ZEeJaNqsin15ggfe5q { color:#be7e66;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:91.7490234375rem;left:54.9375rem;height:5.19921875rem;font-style:normal;display:block; }
#dlc3VDUutkic3fSl6taVTh0AWMA9uQZH { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:86.6240234375rem;left:54.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A2Wk5flqwd8454kgCTEOMwDgCBNIikkS { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:5.5rem;top:83.4982585907rem;left:45.186634063721rem;overflow:hidden;display:block; }
#u4iu6bMeNn4JfStlVKc6kpPJDssPkeu4 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:5.25rem;top:33.970275878906rem;left:6.468101501465rem;overflow:hidden;display:block; }
#R2CiH33qPDJ5WzbTQkeqQKxvTbyl2mLp { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:5.125rem;top:62.719182968138rem;left:6.2858085632325rem;overflow:hidden;display:block; }
#VIcmebmVNG10dKCgAQRJb4HHyfPGwatt { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:5.375rem;top:50.868054389954rem;left:45.186634063721rem;overflow:hidden;display:block; }
#bfusCtdewF7gzBcvJus1kVcS5hq87dqC { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:5.3125rem;top:18.767578125rem;left:46.1533203125rem;overflow:hidden;display:block; }
#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f2ef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { background-color: transparent; background-image: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container > .video-iframe-container { display: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row > .video-iframe-container { display: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .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); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { border-width: 0; border-radius: 0; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { font-size:0.875rem;font-family:arial;height:67.875rem;width:75rem;position:relative;display:block; }#Gz6VHneD32sOu8WTreATkwvUsesWdgRR { color:#be7e66;display:block;width:75rem;position:absolute;font-family:albra;font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w1L38Ug1k3EOUzUbWupyt32KQoqNkbm6 { color:#051c2c;display:block;width:28.8125rem;position:absolute;font-family:urbanist;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:23.09375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JFe9pNq0dkrft8vTAgklQTFllaOs9RJO { background-color:#be7e66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:19.125rem;left:28.75rem;display:block; }
#ut9Fdv9tGGsd5LXkSnTQPlx0IuT9bpMs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI { position:absolute;display:block;z-index:15003;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/b1917a46-abe0-4671-9579-cfb913de0e7f/dauvasefazovinho.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #000000;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.1875rem 0.1875rem 1.875rem rgba(0,0,0,0.05) ;height:23.125rem;width:18.875rem;top:26.0625rem;left:7.5rem;display:block; }#bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI.adaptive-delivery-prevent-bg, #bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI.lazyload, #bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI.lazyloading { background-image: none; }
#THmiDtVHCKWpqb60N0m2Ie81RQczGBs2 { position:absolute;display:block;z-index:15004;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/fd339b88-dbe1-4519-83af-4ed81681ef3e/abarricaocopoearolhadovinho.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #000000;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.1875rem 0.1875rem 1.875rem rgba(0,0,0,0.05) ;height:23.125rem;width:18.875rem;top:30.5625rem;left:28.0625rem;display:block; }#THmiDtVHCKWpqb60N0m2Ie81RQczGBs2.adaptive-delivery-prevent-bg, #THmiDtVHCKWpqb60N0m2Ie81RQczGBs2.lazyload, #THmiDtVHCKWpqb60N0m2Ie81RQczGBs2.lazyloading { background-image: none; }
#PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo { position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/b8fff969-44b7-4de5-a066-2117a05ceba1/apartilhadovinho.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #000000;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.1875rem 0.1875rem 1.875rem rgba(0,0,0,0.05) ;height:23.125rem;width:18.875rem;top:26.0625rem;left:48.625rem;display:block; }#PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo.adaptive-delivery-prevent-bg, #PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo.lazyload, #PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo.lazyloading { background-image: none; }
#MxH6b9I3Qlo19NLIckbVnbmtQV8Kd8QF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:45.5rem;left:10.6875rem;height:3.087025rem;text-align:center;text-align-last:center;display:block; }
#UFKmpue6qbrsGhLCuXGWT2NZAfrweBpM { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:urbanist;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:45.5rem;left:28.71875rem;height:7.125625rem;text-align:center;text-align-last:center;display:block; }
#UKOlzNEtb7Jp4Tue5oZxOa4ubzWnUTEF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:44.75rem;left:51.8125rem;height:3.087025rem;display:block; }
#y8zGnOvJr3Nen5o5OJd3t4gCiTWdePeV { color:#051c2c;display:block;width:34.0625rem;position:absolute;font-family:urbanist;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:58.125rem;left:20.46875rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/109ad3de-5658-4e23-8d6b-63e25c5c2233/loboftbanner.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD.adaptive-delivery-prevent-bg, #lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD.lazyload, #lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD.lazyloading { background-image: none; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container { background-color: transparent; background-image: none; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container > .video-iframe-container { display: none; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row > .video-iframe-container { display: none; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .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); }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container { border-width: 0; border-radius: 0; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#QtsKOMrIh4VHkG4vdQTSbLaPnQbUoKsZ { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:albra;font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9370651245117rem;left:7.5rem;height:3.4121125rem;font-style:normal;display:block; }
#iwZIQgTVIT9Bbe7lfEAxfe0xbhVHSv8z { color:#be7e66;display:block;width:23rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5390625rem;left:7.5rem;height:1.4619125rem;font-style:normal;display:block; }
#AmUfoMOh8ZIFzKt7d1TDTDRmtGr0diEv { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.0625rem;left:7.5rem;display:block; }
#FDi0sI3hxlPiQeTVAJb7X5FfdrmRd46g { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.6875rem;top:10.625rem;left:8.125rem;overflow:hidden;display:block; }
#URTbKf92SMrzeCNr2feEOUci0VbT3LpW { background-color:#be7e66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.96875rem;left:50.562068939209rem;display:block; }
#TiJFSTzmBpT0EydCqEG3HW95uux3UAbA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container { background-color: transparent; background-image: none; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container > .video-iframe-container { display: none; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row > .video-iframe-container { display: none; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .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); }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container { border-width: 0; border-radius: 0; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#iC48rLlxChpRcLzhqxv64n5GhOhIbVVy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:9.6875rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#zIbvSSkghvNTrZNLRMGgBa9p96PlDWLT { color:#051c2c;display:block;width:35.8125rem;position:absolute;font-family:urbanist;font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.72265625rem;left:19.59375rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UT7stWkFT82yp58TsIvMQZMTmzoFZ9hW { color:#051c2c;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.005859375rem;left:62.5rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv { display:block; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEDmM2ScEbIJe3TvSmuAqxcSkKvZcMdp { width:15.75rem;height:3.3125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDLplZVWkKJX9HUipTBK7KPv0l8zBSW3 { display:block; }
 }@media only screen and (max-width: 763px) { #z6d6afffVU6Q3mIfX1T8g557ygOZxyEi { top:1.125rem;left:0rem;width:6.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JID5DAC7GRLJkJrXz2MPyCFQua8k4GQK { top:2.0625rem;left:26.375rem;width:21.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANwSxgTcTlTXH2i7Jb0QP6bdbwmWopMd { top:2.4375rem;left:40.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyPxbHqgQmu9CSPT0b469poTal2RnJp8 { top:3rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#JyPxbHqgQmu9CSPT0b469poTal2RnJp8 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #f6zEolK1UpNOEJvH5N4pcBmRPz7747BA { top:2.5625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbT9Ghqvy5DHEpEEttRRIFZ6fHXD28ah { top:4.375rem;left:20.125rem;width:27.625rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIaPbHN6nBgTh8hZmkanLyBVVlNre7Dd { top:6.8125rem;left:23.1875rem;width:24.5625rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwBxTlstzoLTrugEqMBwTzuv178Kv0I { top:12rem;left:29.8125rem;width:17.9375rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-regular-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-textarea { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-button { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-checkbox-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4  { width:21.1875rem;height:auto;top:18.3125rem;left:24.0625rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .radio-container { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 {display:block;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 { width:21.1875rem;height:auto;top:18.3125rem;left:24.0625rem; }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EVaticA3WPFrUFgzBD1XUA8Ctkybequm {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #ObKqyMdW7LTHVvEXn4v3ihShAakSc7DS {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QHVoXRIC6XGmh0vtcoETsKQ9bnMsqlSu {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XOoQU0uoD13hX5VSfJEzy36yhTbSr3kf {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EKU3aHZ5yS6OXnIGzrm9kcE4IEnk3K9x {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XIskpaZ9OlXM802918qM4UPaggCcaWgI {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FVArXWkcdhsTmnpdRhMJS4fUVV7nwBVB {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QQTGkZSCoptAaUX1odrWcTJ1fcIALa8y {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #try4wU7GcmBe3CQII0gyoUhRg9y23cJE {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fTITPSzEO2RHWnKWAn8hQBoHCWSe3siv {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FFsrpTrKpeJL8yNXDHO3GNTKNfqgarKM {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #PZU2gSsXF0KSyE4EzOKLlcH89O085Ag7 {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #LJlIlaLlQRev8wTVi9d2mdAA5ynoNtSr {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fg7tBs5Lr59eVQOJkzoBy4ExoJ94fcAg {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EeNSlve3ZtmQ6l5DSXkWRTGunUC9TwGX {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #SJKk347NLWNtBqQCpxszMpmmZsq1Ehkd {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #Kc1XL6VrtU5XZyTMOKGkyu1sCKuglp7V {  }
 }@media only screen and (max-width: 763px) { #pCKWS1ZQqTLNpTdV6rP5NVXDmfhHoa19 { top:41.9375rem;left:30.75rem;width:17rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zduFTboxyk4cTczGT0V7kiVN9e5ThAl0 { width:21.75rem;height:3.4375rem;top:45rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfZ6ZTPcQXTkrd24ZiBL0I9I0u76biAk { display:block; }
 }@media only screen and (max-width: 763px) { #DeuReQR46ZZ8kJFHAII8Ta1MMGz5Pwga { top:42.0625rem;left:0rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lORIgBMmC1TbBQwHexnt31kTVT9ltn0i { top:44.4375rem;left:7.0625rem;width:22.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4XULOrZzv2hcD05MQRJhfXE3susuPEM { top:27rem;left:0rem;width:33.5625rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5J0CUQhGIU5RI4qRxfxBGNCrN9XXySu { top:14.5625rem;left:0rem;width:35.1875rem;height:;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b78o3mUp43JtUOwzCKX9dBHhyNGTzZWi { top:11.9375rem;left:0rem;width:29.25rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQH1ixgNF0HdaENsFe6TWQWQfCSMQwzh { top:15.75rem;left:21.763671875rem;width:10.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGQkMw0JILbtRJ8wPh307qormdB0Quho { top:24.25rem;left:0rem;width:34.6875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLepkQtIMTEotIP0ZSRUyB4vktQTseiQ { width:20rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl { display:block; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRA0JKnyTx9ZXtaZDG7uCWvnwxw9PgvS { top:7.25rem;left:26.154735565186rem;width:5.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVToVgitFEw0WWfIIdG3rmv1nTq99dTu { top:13.5625rem;left:22.842014312744rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0LhrFynIHeGUm7Fz29dWEDCziGT07yt { top:17.1875rem;left:22.685546875rem;width:12.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgNEIMN8BkKRp7Tcg4umprER5O0AQHAn { top:17.1875rem;left:4.7799491882324rem;width:13rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVgiPIrcnuxPZHyGfUnrGPup1AhibkoL { top:13.5625rem;left:5.062068939209rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfQsib8CdLJsvzcKpXyWO59mq0GPDoFh { top:6.625rem;left:8.1870689392087rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Wpr0KTiJlEcDaInCX1E59vKGnahqOc { top:5.9375rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlTqpzRZT4HHGaCkE5s0PMfZvKdrlQkk { top:13.5625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpbKIeoSosWOa2aAu0oneGINJWvGNwWT { top:17.1875rem;left:0rem;width:12.4375rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWhrS4UyrzZnNCUVqdB2SwzfoQo8bJeX { width:13.625rem;height:2.5rem;top:25.3125rem;left:4.4674491882324rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6uf4kgck11ddoNNI3LW2SKThq2w8wK { display:block; }
 }@media only screen and (max-width: 763px) { #spuZOp1wyqdJ3s8UpxRFK2QEo8fBGZXt { top:10.0625rem;left:27.125rem;width:20.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #xSscJy1fGvAwbHQ1aUmSNG8D1xDqENlE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #qGF6ixDTfOpVV2D1TMISHTvPoStJmRQx {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lJsnqR4hMJdCTWIN1RJTrMqBNs6UETZu {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lc3z9JDLrGpBABnLdtab2JdCwMdJ4iJ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #w5kWOvvC2xrtp6wzrhO5Th79MiTiTofR {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #yN4keBUWLMKpcTh3UrAgnSlzBHkIUzQq {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #bQA7afLbAUgCulDasd9smTCyZKmH37TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #n8b7VNfNGpqsRGeaJWwupX246dM758ub {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #XH6Nq73EvQIO3AwZpQLmPZXDEZAqW9Jv {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #Oo3oyfNGgqnF5hawPEXB0RixRNbSrTQE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #c9TrSVoB2pWsqxOGmdaQXBIkwDnCTcRJ {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #VLWTKOuJ9pKOU483tNvx68M9Wov0PZZf {  }
 }@media only screen and (max-width: 763px) { #A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF { display:block; }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H330wFHqMseLTZIrtyv2EZSpNSTsktU6 { top:7.0625rem;left:0rem;width:25.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdLnAR9FiPL19tARbHUQNTgHHc4dJnPd { top:5.6875rem;left:0rem;width:22.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzJvEUVCOFv8WT1TLulzBvtReeAz6i3q { top:11.375rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZlWW7sLog6S14xZFTibIWrRLSl5cwvq { top:13.4375rem;left:0rem;width:32.375rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PemniUe2s6ynCeMZTMqJfub79dhWh17I { top:13.125rem;left:28.6875rem;width:15.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THInwtzTUtJ8WTRyyBaroxPeLoQ6fhKn { top:27.25rem;left:31.875rem;width:15.5rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GemNpaunitx7v4Qaf5IyX3LScNX2x5s3 { top:18.125rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ytdJ5wTKXRDGTQcF339xwiRi7fCGcz { top:16.1875rem;left:23.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5QSwrHTszK9FFXbT4wFW5ZwKf2O8Kms { top:30.25rem;left:23.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeHk85F7HeU3GJJX15dw1giThDxTvvdA { top:32.3125rem;left:25.8125rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2FTQp5H2Fc29wusr7OkkQyU5daD5kBJ { top:16.75rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCQDqcKUvQvBmamShntmxnZQHC3cWWh2 { top:30.8125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtAyTUEwo18Mmff6xsRvKmXWIzZ6VxDw { top:2.5625rem;left:29.84375rem;width:13.3125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz { display:block; }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIEX0KVCQryBrJCyC651ZMvJZClBhfVM { top:6.75rem;left:15.1875rem;width:32.5625rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHbSQdwmfmz6WnBtruC6LeclxdT53mFu { top:5.25rem;left:23.875rem;width:22.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxHfWEnC8GdJNqT0VzWsAWSm8qqJ0riq { top:10.625rem;left:23.875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1TwbOOdxmbwNx8kDn03HiwqkU24BhpC { top:15.0625rem;left:15.375rem;width:32.375rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJsuieD0g54DLlgeQmBnUAD44TAa1m8u { top:1.375rem;left:0rem;width:30.75rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI { display:block; }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1NfJDSe1IFkxaDqdv77ZLUFXWhqKHG6 { top:5.1875rem;left:21.75rem;width:25.9375rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJVwGrNqc3zlILTa95iZFnhy9BoPGm02 { top:9.5rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRfpEKd3kZsyOt0XKmysB8TGpPlyziMB { top:6.5rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfnx6WUKoS8R1zTnh6xV1RI4l1nAz6uV { top:13.125rem;left:9.5625rem;width:12.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6BDLlxX1zrRly2IccbVveFyft7eF4B3 { top:17.4375rem;left:9.5625rem;width:11.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6olyyd0i6UtwpebLvxq9yJvl2pP7uxx { top:21.875rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mttRVKkfbLXgH2JSCnMDDHSTeJry6HTr { top:27.625rem;left:36rem;width:11.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCkbctOGpQ3ibVBWeh7EBodXQsd1x0Jl { top:32.75rem;left:35.9375rem;width:11.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5OC8v3ROcc2GXsOe2fPafru56nUWEaR { top:52.625rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Qu5HZ9ll2qCTyHHyRLxloDP6FTXAtA { top:56.3125rem;left:34.5rem;width:11.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0BAbmLxRf00qfKRBgt5JaVzXpNMg0kC { top:60.625rem;left:33.6875rem;width:14.0625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl6g7LnfE2f4GZ4sGokocK1iuIVxqpTD { top:36.375rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meeZhh7r85uPlZ2wzsamPzdT7yvCo6ze { top:41rem;left:9.375rem;width:12.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQuOKGPSCvlIG0VoMKzNP7UUVtJI02nX { top:45.625rem;left:9.3740234375rem;width:13.6875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSq4vE0KPyuqUG7tQfghl5TNW3WIG2fA { top:4.25rem;left:0rem;width:5.5625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #okv0iOH1ABVPaAnH4XPVLQgOMs9Soqky { top:63.9375rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvFd0L4gTNsKuZP0ecSEMyKJoeKFblOv { top:73.5rem;left:9.5625rem;width:13.3125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOKwTlCZkrqTxlwIoMMJ4wgIkIlDpO8b { top:69.375rem;left:9.5rem;width:12.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBKz03NJHyU8rJiGEhVfDDUftzEJU8t4 { top:81.25rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUH1VZ5EoefT41ZEeJaNqsin15ggfe5q { top:91.6875rem;left:34.5rem;width:12.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlc3VDUutkic3fSl6taVTh0AWMA9uQZH { top:86.5625rem;left:34.125rem;width:13.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Wk5flqwd8454kgCTEOMwDgCBNIikkS { top:83.4375rem;left:24.749134063721rem;width:5.5rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4iu6bMeNn4JfStlVKc6kpPJDssPkeu4 { top:33.9375rem;left:0rem;width:5.25rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2CiH33qPDJ5WzbTQkeqQKxvTbyl2mLp { top:62.6875rem;left:0rem;width:5.125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIcmebmVNG10dKCgAQRJb4HHyfPGwatt { top:50.8125rem;left:24.749134063721rem;width:5.375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfusCtdewF7gzBcvJus1kVcS5hq87dqC { top:18.75rem;left:25.7158203125rem;width:5.3125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM { display:block; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz6VHneD32sOu8WTreATkwvUsesWdgRR { top:5.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1L38Ug1k3EOUzUbWupyt32KQoqNkbm6 { top:10.8125rem;left:9.46875rem;width:28.8125rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFe9pNq0dkrft8vTAgklQTFllaOs9RJO { width:17.5rem;height:3.75rem;top:19.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut9Fdv9tGGsd5LXkSnTQPlx0IuT9bpMs { display:block; }
 }@media only screen and (max-width: 763px) { #bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI { top:26.0625rem;left:0rem;width:18.875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THmiDtVHCKWpqb60N0m2Ie81RQczGBs2 { top:30.5625rem;left:14.4375rem;width:18.875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo { top:26.0625rem;left:28.875rem;width:18.875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxH6b9I3Qlo19NLIckbVnbmtQV8Kd8QF { top:45.5rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFKmpue6qbrsGhLCuXGWT2NZAfrweBpM { top:45.5rem;left:15.09375rem;width:17.5625rem;height:7.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKOlzNEtb7Jp4Tue5oZxOa4ubzWnUTEF { top:44.75rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8zGnOvJr3Nen5o5OJd3t4gCiTWdePeV { top:58.125rem;left:6.84375rem;width:34.0625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD { display:block; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtsKOMrIh4VHkG4vdQTSbLaPnQbUoKsZ { top:4.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwZIQgTVIT9Bbe7lfEAxfe0xbhVHSv8z { top:3.5rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmUfoMOh8ZIFzKt7d1TDTDRmtGr0diEv { top:9.0625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDi0sI3hxlPiQeTVAJb7X5FfdrmRd46g { top:10.625rem;left:0rem;width:6.6875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTbKf92SMrzeCNr2feEOUci0VbT3LpW { width:17.5rem;height:3.4375rem;top:12.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJFSTzmBpT0EydCqEG3HW95uux3UAbA { display:block; }
 }@media only screen and (max-width: 763px) { #v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH { display:block; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC48rLlxChpRcLzhqxv64n5GhOhIbVVy { top:2.125rem;left:0rem;width:9.6875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbvSSkghvNTrZNLRMGgBa9p96PlDWLT { top:5.6875rem;left:5.96875rem;width:35.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7stWkFT82yp58TsIvMQZMTmzoFZ9hW { top:6rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv { position:relative;z-index:auto;display:block; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEDmM2ScEbIJe3TvSmuAqxcSkKvZcMdp { width:9.5rem;height:2.5625rem;top:1.3125rem;left:7.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDLplZVWkKJX9HUipTBK7KPv0l8zBSW3 { display:block; }
 }@media only screen and (max-width: 763px) { #z6d6afffVU6Q3mIfX1T8g557ygOZxyEi { width:3.75rem;height:3.4375rem;top:0.6875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JID5DAC7GRLJkJrXz2MPyCFQua8k4GQK { width:15.25rem;height:2.375rem;top:4.4368491172791rem;left:2.8118491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANwSxgTcTlTXH2i7Jb0QP6bdbwmWopMd { display:flex;width:1.74913125rem;height:1.74913125rem;top:4.8187937736511rem;left:3.0305991768837rem; }
 }@media only screen and (max-width: 763px) { #JyPxbHqgQmu9CSPT0b469poTal2RnJp8 { display:flex;width:2.06163125rem;height:2.06163125rem;top:4.6625437736511rem;left:15.538195669651rem; }
#JyPxbHqgQmu9CSPT0b469poTal2RnJp8 > img { max-width: 100%;max-height:100%; width:2.06163125rem; height:2.06163125rem; } }@media only screen and (max-width: 763px) { #f6zEolK1UpNOEJvH5N4pcBmRPz7747BA { width:12.5rem;height:2.5996125rem;top:4.3934464454651rem;left:3.7500000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1b1e29;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:90.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbT9Ghqvy5DHEpEEttRRIFZ6fHXD28ah { width:20rem;height:42.75rem;top:42.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yIaPbHN6nBgTh8hZmkanLyBVVlNre7Dd { width:20rem;height:2.03125rem;top:45.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcwBxTlstzoLTrugEqMBwTzuv178Kv0I { width:17.9373125rem;height:3.8994125rem;top:48.1875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4  { width:17.5rem;height:auto;top:52.0859375rem;left:0rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 {display:block;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 { width:17.5rem;height:auto;top:52.0859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EVaticA3WPFrUFgzBD1XUA8Ctkybequm {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #ObKqyMdW7LTHVvEXn4v3ihShAakSc7DS {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QHVoXRIC6XGmh0vtcoETsKQ9bnMsqlSu {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XOoQU0uoD13hX5VSfJEzy36yhTbSr3kf {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EKU3aHZ5yS6OXnIGzrm9kcE4IEnk3K9x {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XIskpaZ9OlXM802918qM4UPaggCcaWgI {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FVArXWkcdhsTmnpdRhMJS4fUVV7nwBVB {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QQTGkZSCoptAaUX1odrWcTJ1fcIALa8y {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #try4wU7GcmBe3CQII0gyoUhRg9y23cJE {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fTITPSzEO2RHWnKWAn8hQBoHCWSe3siv {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FFsrpTrKpeJL8yNXDHO3GNTKNfqgarKM {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #PZU2gSsXF0KSyE4EzOKLlcH89O085Ag7 {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #LJlIlaLlQRev8wTVi9d2mdAA5ynoNtSr {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fg7tBs5Lr59eVQOJkzoBy4ExoJ94fcAg {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EeNSlve3ZtmQ6l5DSXkWRTGunUC9TwGX {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #SJKk347NLWNtBqQCpxszMpmmZsq1Ehkd {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #Kc1XL6VrtU5XZyTMOKGkyu1sCKuglp7V {  }
 }@media only screen and (max-width: 763px) { #pCKWS1ZQqTLNpTdV6rP5NVXDmfhHoa19 { width:17rem;height:1.4619125rem;top:77.25rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zduFTboxyk4cTczGT0V7kiVN9e5ThAl0 { width:19rem;height:3.4375rem;top:80rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfZ6ZTPcQXTkrd24ZiBL0I9I0u76biAk { display:block; }
 }@media only screen and (max-width: 763px) { #DeuReQR46ZZ8kJFHAII8Ta1MMGz5Pwga { display:flex;width:3.99956875rem;height:3.99956875rem;top:37rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lORIgBMmC1TbBQwHexnt31kTVT9ltn0i { width:14.1873125rem;height:1.4619125rem;top:38.25rem;left:4.8125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q4XULOrZzv2hcD05MQRJhfXE3susuPEM { width:20rem;height:11.69825rem;top:10.8310546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q5J0CUQhGIU5RI4qRxfxBGNCrN9XXySu { width:18.499rem;height:5.19921875rem;top:3.3525390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b78o3mUp43JtUOwzCKX9dBHhyNGTzZWi { width:19.25rem;height:1.70605625rem;top:1.6471357345581rem;left:0rem;font-size:1.3125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nQH1ixgNF0HdaENsFe6TWQWQfCSMQwzh { width:10.125rem;height:6.0625rem;top:25.4375rem;left:8.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGQkMw0JILbtRJ8wPh307qormdB0Quho { width:20rem;height:1.13671875rem;top:8.5517578125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KLepkQtIMTEotIP0ZSRUyB4vktQTseiQ { top:23rem;left:0rem;width:20rem;height:14.0625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl { display:block; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRA0JKnyTx9ZXtaZDG7uCWvnwxw9PgvS { display:flex;width:5.8125rem;height:5rem;top:40.4375rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #wVToVgitFEw0WWfIIdG3rmv1nTq99dTu { width:12.5rem;height:1.625rem;top:46.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0LhrFynIHeGUm7Fz29dWEDCziGT07yt { width:12.8125rem;height:5.84765625rem;top:49.8125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgNEIMN8BkKRp7Tcg4umprER5O0AQHAn { width:12.5rem;height:5.84765625rem;top:28.8125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVgiPIrcnuxPZHyGfUnrGPup1AhibkoL { width:12.5rem;height:1.625rem;top:25.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfQsib8CdLJsvzcKpXyWO59mq0GPDoFh { display:flex;width:6.25rem;height:6.25rem;top:18.3125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #K2Wpr0KTiJlEcDaInCX1E59vKGnahqOc { display:flex;width:7.625rem;height:7.625rem;top:0.89517879486081rem;left:6.1870661377907rem; }
 }@media only screen and (max-width: 763px) { #PlTqpzRZT4HHGaCkE5s0PMfZvKdrlQkk { width:12.5rem;height:1.625rem;top:8.5188846588138rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpbKIeoSosWOa2aAu0oneGINJWvGNwWT { width:11.9998125rem;height:7.3095625rem;top:10.142145156861rem;left:3.9995661377907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWhrS4UyrzZnNCUVqdB2SwzfoQo8bJeX { width:13.625rem;height:2.5rem;top:36.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6uf4kgck11ddoNNI3LW2SKThq2w8wK { display:block; }
 }@media only screen and (max-width: 763px) { #spuZOp1wyqdJ3s8UpxRFK2QEo8fBGZXt { width:20rem;height:3.57421875rem;top:58.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt { width:18rem;height:5.0625rem;display:flex;top:63.6875rem;left:0.9375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #xSscJy1fGvAwbHQ1aUmSNG8D1xDqENlE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #qGF6ixDTfOpVV2D1TMISHTvPoStJmRQx {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lJsnqR4hMJdCTWIN1RJTrMqBNs6UETZu {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lc3z9JDLrGpBABnLdtab2JdCwMdJ4iJ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #w5kWOvvC2xrtp6wzrhO5Th79MiTiTofR {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #yN4keBUWLMKpcTh3UrAgnSlzBHkIUzQq {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #bQA7afLbAUgCulDasd9smTCyZKmH37TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #n8b7VNfNGpqsRGeaJWwupX246dM758ub {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #XH6Nq73EvQIO3AwZpQLmPZXDEZAqW9Jv {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #Oo3oyfNGgqnF5hawPEXB0RixRNbSrTQE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #c9TrSVoB2pWsqxOGmdaQXBIkwDnCTcRJ {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #VLWTKOuJ9pKOU483tNvx68M9Wov0PZZf {  }
 }@media only screen and (max-width: 763px) { #A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF { display:block; }#A3TgGgaHaEAmPqtfJ5CbKmRAaULTPcPF > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H330wFHqMseLTZIrtyv2EZSpNSTsktU6 { width:18.5625rem;height:2.11263125rem;top:4.3374996185303rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdLnAR9FiPL19tARbHUQNTgHHc4dJnPd { width:20rem;height:1.462675rem;top:2.0000028610229rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzJvEUVCOFv8WT1TLulzBvtReeAz6i3q { width:8.25rem;height:0.375rem;top:8.936851501465rem;left:5.8745661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZlWW7sLog6S14xZFTibIWrRLSl5cwvq { width:18.8115rem;height:33.140625rem;top:17.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PemniUe2s6ynCeMZTMqJfub79dhWh17I { width:13rem;height:8.5625rem;top:51.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THInwtzTUtJ8WTRyyBaroxPeLoQ6fhKn { width:12.9375rem;height:8.5625rem;top:63.21875rem;left:5.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GemNpaunitx7v4Qaf5IyX3LScNX2x5s3 { width:0.375rem;height:4.375rem;top:58.084373474121rem;left:11.59375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #N4ytdJ5wTKXRDGTQcF339xwiRi7fCGcz { width:4.25rem;height:4.25rem;top:53.5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5QSwrHTszK9FFXbT4wFW5ZwKf2O8Kms { width:4.25rem;height:4.25rem;top:65.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeHk85F7HeU3GJJX15dw1giThDxTvvdA { width:8.25rem;height:0.375rem;top:79.575rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2FTQp5H2Fc29wusr7OkkQyU5daD5kBJ { display:flex;width:3.125rem;height:3.125rem;top:54.0625rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #cCQDqcKUvQvBmamShntmxnZQHC3cWWh2 { display:flex;width:3.125rem;height:3.125rem;top:65.9375rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #XtAyTUEwo18Mmff6xsRvKmXWIzZ6VxDw { width:8.4375rem;height:5.0625rem;top:10.56640625rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz { display:block; }#dnTD6VHU3aLnuSpLGbyIodWnXpeFTJOz > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIEX0KVCQryBrJCyC651ZMvJZClBhfVM { width:18.5625rem;height:2.11263125rem;top:4.3374996185303rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AHbSQdwmfmz6WnBtruC6LeclxdT53mFu { width:20rem;height:1.462675rem;top:2.0000028610229rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxHfWEnC8GdJNqT0VzWsAWSm8qqJ0riq { width:8.25rem;height:0.375rem;top:8.936851501465rem;left:5.8745661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1TwbOOdxmbwNx8kDn03HiwqkU24BhpC { width:18.811875rem;height:34.5215rem;top:11.254337310791rem;left:0.59353297948838rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJsuieD0g54DLlgeQmBnUAD44TAa1m8u { width:19.75rem;height:26.9375rem;top:46.546233177185rem;left:0.062934041023256rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI { display:block; }#QCnxBgD4ATuGmQvxt6gCG0NHgC27RWwI > .row .container { width:20rem;height:159.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1NfJDSe1IFkxaDqdv77ZLUFXWhqKHG6 { width:20rem;height:2.11263125rem;top:2.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJVwGrNqc3zlILTa95iZFnhy9BoPGm02 { width:8.25rem;height:0.375rem;top:5.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRfpEKd3kZsyOt0XKmysB8TGpPlyziMB { width:20rem;height:19.9375rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfnx6WUKoS8R1zTnh6xV1RI4l1nAz6uV { width:8.375rem;height:4.875rem;top:16.625rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6BDLlxX1zrRly2IccbVveFyft7eF4B3 { width:19.5625rem;height:3.8994125rem;top:25.5625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6olyyd0i6UtwpebLvxq9yJvl2pP7uxx { width:20rem;height:19.9375rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mttRVKkfbLXgH2JSCnMDDHSTeJry6HTr { width:9.375rem;height:4.875rem;top:91.4375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCkbctOGpQ3ibVBWeh7EBodXQsd1x0Jl { width:19.375rem;height:3.8994125rem;top:99.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5OC8v3ROcc2GXsOe2fPafru56nUWEaR { width:20rem;height:19.9375rem;top:86rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #s4Qu5HZ9ll2qCTyHHyRLxloDP6FTXAtA { width:9.0625rem;height:3.25rem;top:118.375rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0BAbmLxRf00qfKRBgt5JaVzXpNMg0kC { width:19rem;height:7.7988125rem;top:124.375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl6g7LnfE2f4GZ4sGokocK1iuIVxqpTD { width:20rem;height:19.9375rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meeZhh7r85uPlZ2wzsamPzdT7yvCo6ze { width:10.125rem;height:3.25rem;top:41.4375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQuOKGPSCvlIG0VoMKzNP7UUVtJI02nX { width:19.5rem;height:6.499rem;top:47.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSq4vE0KPyuqUG7tQfghl5TNW3WIG2fA { width:4.0625rem;height:15.75rem;top:8.75rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okv0iOH1ABVPaAnH4XPVLQgOMs9Soqky { width:20rem;height:19.9370625rem;top:112.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QvFd0L4gTNsKuZP0ecSEMyKJoeKFblOv { width:18.625rem;height:5.19921875rem;top:73.875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOKwTlCZkrqTxlwIoMMJ4wgIkIlDpO8b { width:10.249rem;height:3.25rem;top:66.8125rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBKz03NJHyU8rJiGEhVfDDUftzEJU8t4 { width:20rem;height:19.9375rem;top:135.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUH1VZ5EoefT41ZEeJaNqsin15ggfe5q { width:17.9365rem;height:3.8994125rem;top:149.0595703125rem;left:1.0302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlc3VDUutkic3fSl6taVTh0AWMA9uQZH { width:10.3125rem;height:3.25rem;top:142.37413787842rem;left:0.62500005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Wk5flqwd8454kgCTEOMwDgCBNIikkS { width:4.25rem;height:12.25rem;top:135.9375rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4iu6bMeNn4JfStlVKc6kpPJDssPkeu4 { width:3.9375rem;height:15.75rem;top:31.625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2CiH33qPDJ5WzbTQkeqQKxvTbyl2mLp { width:3.8125rem;height:15.75rem;top:57.8125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIcmebmVNG10dKCgAQRJb4HHyfPGwatt { width:4.0625rem;height:15.75rem;top:108.0625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfusCtdewF7gzBcvJus1kVcS5hq87dqC { width:3.9375rem;height:15.75rem;top:82.5625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { background-color: transparent; background-image: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container > .video-iframe-container { display: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row > .video-iframe-container { display: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .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); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { border-width: 0; border-radius: 0; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { width:20rem;height:115.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz6VHneD32sOu8WTreATkwvUsesWdgRR { width:20rem;height:2.5996125rem;top:4.0244140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1L38Ug1k3EOUzUbWupyt32KQoqNkbm6 { width:20rem;height:8.7715rem;top:8.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFe9pNq0dkrft8vTAgklQTFllaOs9RJO { width:17.5rem;height:3.75rem;top:19.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut9Fdv9tGGsd5LXkSnTQPlx0IuT9bpMs { display:block; }
 }@media only screen and (max-width: 763px) { #bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI { width:18.75rem;height:23.125rem;top:26.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THmiDtVHCKWpqb60N0m2Ie81RQczGBs2 { width:18.75rem;height:23.125rem;top:53.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo { width:18.75rem;height:23.125rem;top:79.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxH6b9I3Qlo19NLIckbVnbmtQV8Kd8QF { width:12.5rem;height:2.5996125rem;top:45.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFKmpue6qbrsGhLCuXGWT2NZAfrweBpM { width:17.5625rem;height:4rem;top:71.5rem;left:1.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKOlzNEtb7Jp4Tue5oZxOa4ubzWnUTEF { width:12.5rem;height:2.5996125rem;top:98.375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8zGnOvJr3Nen5o5OJd3t4gCiTWdePeV { width:20rem;height:6.82425rem;top:105.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD { display:block; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtsKOMrIh4VHkG4vdQTSbLaPnQbUoKsZ { width:20rem;height:5.19921875rem;top:5.7736520767212rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwZIQgTVIT9Bbe7lfEAxfe0xbhVHSv8z { width:20rem;height:1.462675rem;top:3.3745660781861rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmUfoMOh8ZIFzKt7d1TDTDRmtGr0diEv { width:8.2498125rem;height:0.37434875rem;top:14.90993976593rem;left:5.8745661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDi0sI3hxlPiQeTVAJb7X5FfdrmRd46g { width:5.3125rem;height:4.93706875rem;top:16.471338272095rem;left:7.3437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTbKf92SMrzeCNr2feEOUci0VbT3LpW { width:17.5rem;height:3.4375rem;top:23.1611328125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJFSTzmBpT0EydCqEG3HW95uux3UAbA { display:block; }
 }@media only screen and (max-width: 763px) { #v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH { display:block; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC48rLlxChpRcLzhqxv64n5GhOhIbVVy { width:9.6875rem;height:7.5625rem;top:1.1875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbvSSkghvNTrZNLRMGgBa9p96PlDWLT { width:20rem;height:2.599825rem;top:11.436634063721rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7stWkFT82yp58TsIvMQZMTmzoFZ9hW { width:12.5rem;height:1.2999125rem;top:16.421875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }