.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container { background-color: transparent; background-image: none; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container > .video-iframe-container { display: none; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row > .video-iframe-container { display: none; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .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); }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container { border-width: 0; border-radius: 0; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row > .video-iframe-container {  }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .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; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#cdece7;background-image:none;color:#000000;padding-top:0.683125rem;padding-right:0.605625rem;padding-bottom:0.683125rem;padding-left:0.605625rem;display:block;align-items:center;width:3.635625rem;min-width:3.635625rem;height:3.671875rem;position:relative;font-family:brown;font-size:2.7325rem;font-weight:700;line-height:58.75px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.426875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.8475rem;height:1.451875rem;position:relative;font-family:brown;font-size:1.025rem;font-weight:400;line-height:23.23px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n { 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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:17.5625rem;height:6.916875rem;padding-top:0.85375rem;padding-right:0.865625rem;padding-bottom:0.85375rem;padding-left:0.865625rem;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:6.3046875rem;left:20.3515625rem;z-index:100000; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #dRORIyJfHE0Na2hnp71wcgbI14xzNspO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #KrCfHzKpqzTs4JJHkOo2b3o1VVKTU2ac { width:auto; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #fwrwOvRorLAbBxf6ZUvNgt3qT6cRcDmu {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Dp26H8CJGtPxiEFWTFKHM80pv4EUTNrs { display:flex;position:relative;top:0rem;left:0rem; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #PzVKtULGea1p2HTzKOs2NUrkOeh46BVM {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TkKVOV6REZnz3OVRkFCCXTX9JbARQNTd {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #AWZ1y0s0o3XJR0dsQFB2BOb00KFJ569c { display:flex;position:relative;top:0rem;left:0rem; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #CzMLVsTHhlW7AZrAUexMmf15cTTt0TIx {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #oqsfSoQ3d6BTABydUPkRZTzAKUyBh137 {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TDK7Kb6HSsTErQBUevTTODdHqvcTaS2q { display:flex;position:relative;top:0rem;left:0rem; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #ie4TDrKC3uZdvTVPXQe3hB0kAc1hKhJB {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Bhqzz32NEtw4TsRP0a74pyLSTTT5Dhfa {  }
#wUh9DBPFhKy91vhzpTbbc6oxeyOl5ghH { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:2.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#fuetO2U8znNaGVEIiiBkRWHyTTH3B0vD { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:6.9375rem;top:2.125rem;left:26.53125rem;overflow:hidden;display:block; }
#aLmznAW7RyXvl3AUbOosAHZDORw4G1L6 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#M5bGhwLd96yA3a1UznJ65AeNKP54UZEx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BDT7l3rPsg1woNG7d4JEsVe70SFF6q6i { 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-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:15.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#Uh1GyFfxxNGw9GbAK1MpZ1FDGZk6KqTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fde9e6;background-image:url("https://images.assets-landingi.com/uc/78788c35-ad57-4a25-96a3-90635e926a44/VeranoHorizontal.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1.adaptive-delivery-prevent-bg, #d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1.lazyload, #d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1.lazyloading { background-image: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { background-color: transparent; background-image: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container > .video-iframe-container { display: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row > .video-iframe-container { display: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .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); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { border-width: 0; border-radius: 0; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row > .video-iframe-container {  }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#TH09NpS8qIBqqdJpTTm2on91MpCCNnHK { background-color:#ff7562;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;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:brown;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:4rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:23.75rem;left:19.625rem;display:block; }
#AuvFXU474T51kmmvgU3gI61Whaw3lS0I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PxOUmGE0StkPTr1VipOudVFcbWUhIdoZ { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:2.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qgb1EdaR1lJTMFQmEQCH9vOPwQ0mzs8l { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:12.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.59375rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmqK6h78wAVyFCB2ae4gCiVNq7d2WUTd { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:3.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:17.625rem;left:0rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WNkZ5IUXFXmW1ci4Qrqo0ErCLCM7aeEz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#HUkeWrQcSCAToSTtA1K0TAULdRBTi6Jd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UEPVKmuKUgkCpG2H9yuu2rqsgEeO4mzX { 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-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:34.0625rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#qRlpgCb2JJOMeu0EZWNHipTPmwW3t3lJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W { position:relative;display:block; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W { background-color: transparent; background-image: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container > .video-iframe-container { display: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row > .video-iframe-container { display: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .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); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W { border-width: 0; border-radius: 0; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container > .video-iframe-container {  }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#S4kNFrOyopS9TV3kNtvCGc0IPCF9NRyG { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.212890625rem;left:0rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#MZR2ZdFnqZ5nydDdXZfLNJ3warh9mKDF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#vNbIlmKoXdURfFkdZgpqRTwiFSH2tB1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D3h2z3wJMTTraobT0rn7UzhJWZGLKiIK { 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-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:4.3125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#CHnqRlpOg1xHK1LCwHNMpzobqH7QfBch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ { position:relative;display:block; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ { background-color: transparent; background-image: none; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row .container > .video-iframe-container { display: none; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row > .video-iframe-container { display: none; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .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); }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ { border-width: 0; border-radius: 0; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row .container > .video-iframe-container {  }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#HOfrbhLPnZtFdkBaIProlSQOr8xnrp5n { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;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:brown;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.0625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:1rem;left:0.75rem;display:block; }
#Elg1utiDQgSiUWIgJtLE4sn2H6ee7bZF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bZyiWbn80xZ2014XnMzalf7BudnOVTy6 { color:#000000;display:block;width:13.875rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:4.1875rem;left:30.625rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#ZCg4u0lRqrKkiy5vGaKJPJTHxEoqclnP { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0.8125rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#gGysh3t0UJTnv9SuWyOu4RqKJlt8EA28 { color:#000000;display:block;width:12.375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:3.0625rem;left:16.3125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#BcHz9ySsFRNBGTaWDluIw5SooZETyPkw { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.75rem;top:0.0625rem;left:0.6875rem;overflow:hidden;display:block; }
#wTQVhWdGOw1ppkUxVWO5gTEmBi1yzzAG { position:absolute;display:block;z-index:100007;background-color:#cdece7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.75rem;top:0rem;left:0.625rem;display:block; }
#S3lHUQ99d68IGP3UHr4ig4OmlKlkKhQl { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:13.75rem;top:0.0625rem;left:15.6875rem;overflow:hidden;display:block; }
#Ju0W5MTmLQ6aR7z1e0x9K8JQqCiI2pZp { position:absolute;display:block;z-index:100008;background-color:#cdece7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:13.6875rem;top:0.0625rem;left:15.6875rem;display:block; }
#OkTWtr8FD5E54EHOkglag6pUrK259Ve4 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:13.8125rem;top:0.0625rem;left:30.625rem;overflow:hidden;display:block; }
#tVTbkKiEducmZDLBc0Bn55qDGstXSJG2 { position:absolute;display:block;z-index:100009;background-color:#cdece7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:13.6875rem;top:0.0625rem;left:30.6875rem;display:block; }
#LxuTEyWxIVz1RIdHQ8Q4zudoCNP3qASW { position:absolute;display:block;z-index:99997;background-color:#cdece7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:13.6875rem;top:0.0625rem;left:45.6875rem;display:block; }
#X9zpbAJihCZiZxViO3OSD2E9MZtyTu93 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:13.8125rem;top:0.0625rem;left:45.625rem;overflow:hidden;display:block; }
#W3st0uOc8b7k7kVhK9J6f0O3TwOu0kux { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:46.625rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#uL92axyxgT7V2Jp1X96aO6ZLQ43R0Emc { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#fde9e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.0625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:1rem;left:50.5625rem;display:block; }
#eIfP1kZf96ixWbAqBNPCIpZfc6IFcBWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pLLDiyvATlGWiiU9tsDG82B5cCMigFDy { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:6.5625rem;left:47.09375rem;display:block; }
#lpqTp9WmBZVXmAthIdfABH7vufXRml1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JOQaRlbdZa0I9B8HJC0rFgXn6ZOUdO27 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#fde9e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.0625rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:1rem;left:36.25rem;display:block; }
#vFMzVLy39k0pMMnLyAhTiTcUTv70aXhE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B8m6OT7eJOHTM3xv0N2a0Aer1yNSD7Pi { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:6.5625rem;left:47.09375rem;display:none; }
#ITZCWu3wceRPJ28Usxwq5KUO8yL0WxHo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zgua2rgJDC9e5aaCxLIMbBbdVMygTsK7 { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:6.5625rem;left:47.09375rem;display:none; }
#fJwqplBAmlQWnLR4D3XzCw0NOlRNGD8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gQUvBqST6nJMAikhiTLHxKv9p7tFgntf { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:6.5625rem;left:47.09375rem;display:none; }
#WTffDanfrT9BF4CukrKITPyDDdHN0ZkP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hZNxaX5TsKTFGBuioV5piBEOvxFf89dT { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:6.5625rem;left:32.09375rem;display:block; }
#CG34kGAT4e9i1wGESp4nM8VmShtMVFTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AUrg6Sp7dfFMHgqAGPVHzlKGFT6PkDgW { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:6.5625rem;left:17.09375rem;display:block; }
#CHflS9rPdpTKvmC5Q4oEK4ED7by98Ido { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d3LpGT6XpNcumDhN5A3UEJH031Zy6bui { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:6.5625rem;left:2.09375rem;display:block; }
#fmkBMHy4kRP2KZxRTaZA1TKdTH3Lfcb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HqfELngANlpWK8t9xsHm53scMigaHDnN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#bnNhe0zyzBiUA3qgQpmoNwcS4ed7ozku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LTqONio8DhxSlPrmzEhDpFm6UUJ438bu { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#rG49AQsu1T4PxQ1gbR5NTOp2nDPciTDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Br1XqRUZk0F9n7xPke57Z313m1TufkUz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#AntZG25Xs65GpQpXZCWfVBC5TTcwmx5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K9gqUJ6MIFwfK9ESdsT3R40GAHvABehX { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#UIdeDhol3zFtDZD7qdKPzCvhTH9tX9NT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ucr7g4O4Ghh4iSAGCnUvelukOTMQL4pp { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#nhJuE8aLEXnm4rpBwX7cQWNTm4cLSGlu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VDhepSB9lUoH7i3WPvrBxRhzPSPUW2Qs { 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-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:14.625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:-0.0625rem;left:0rem;display:block; }
#ZK9W9oJGSOKs2OryaKMTib3FvWiRT7cK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fb2oUkOtt2SWMhisTnktkwNoCgHmyi2b { 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-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:14.5rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:-0.0625rem;left:15rem;display:block; }
#tBF8Vzq3nDNUyPBke7oo2AdkrImxRA18 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dTf1nChsi0FcA04sfl9nXnWCh0waJ2qU { 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-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:14.5625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:-0.0625rem;left:30rem;display:block; }
#bxpVQCEShqaKmXace44dJZ42ZEmvCl7L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u1Sn3h4CCIxT7LSNwgQdTt88ox8agooX { 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-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:14.5625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:-0.0625rem;left:45rem;display:block; }
#XeN02P5maex6LcsINOADBd61hqXc3aDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qie7T9040SxWvZASTJ359VVvc4ITGDUW { position:relative;display:none; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW { border-width: 0; border-radius: 0; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container > .video-iframe-container {  }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:none; }#e4gqZUDKLdKL69ITrzE3yyIP42o8I8ST { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.103515625rem;left:0rem;height:0;text-align:center;text-align-last:center;display:none; }
#QJiw09NKIb8n3gWBq1DByT0t6dcltssK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60.125rem;width:39.5rem;display:none; }
#qAhAyHRHhFNGnd1cNEJDl4k6CxMSshot { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:5.1875rem;left:0.125rem;display:none; }
#QMdywvTd7ubQns3LXRECqx91aIJ8FfqG { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#urPQZHhmdNSTkMnFFLR3q70S4X6aPo6O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VXzRuRthrMVnA3XERSdiBq3TlwmnyZDu { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.75rem;top:21.5625rem;left:0rem;display:none; }
#qal1AnW3039ANELHZL8ZWt6MaXPTlGBN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60.125rem;width:39.5rem;display:none; }
#waaAU0OKVNK0mSIBCWJovZdz2Aiukx09 { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:19.625rem;left:10.5625rem;display:none; }
#Wvvb6uyDVKxm0boR0MKTnJPrE3J5FcUt { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.6875rem;top:21.5625rem;left:10.5625rem;display:none; }
#gTlBwnL8DtfHA8Tulrsw53SUo0MZMTuM { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#xaJTbavUyHBNV48sAabAxrqFTTGaFXm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a61F9rSQInuLcls4Ly6iBmE19fzUVnae { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60.125rem;width:39.5rem;display:none; }
#gA5QUucfrudkDDUSK5Jw5RccCyHkFZQv { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:48.25rem;left:0rem;display:none; }
#cyBT0UsbtWiGDFFrh4CVROmS1hJypAhU { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0.875rem;top:45.625rem;left:0rem;display:none; }
#gn8litOUNsrVq65Kain6l00BZI4SBdOs { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#eF2PBf1RZNPOflr6O21BqMbQNcePxdcN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FhVJtTMNFnQrbsv7uT8ZtJZyNiVcLyhV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60.125rem;width:39.5rem;display:none; }
#FK5KvnG26UVKtVKN630k21tgvy4eppEV { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:48.25rem;left:0rem;display:none; }
#KCIBqXy8dJRLIw2kC0K8xnqwJX8eTkel { color:#000000;display:block;width:8.875rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.75rem;top:45.625rem;left:10.625rem;display:none; }
#uMTJ3kSeAqawPnT3EyhowN3SKDV2sW2A { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#WFEG5J2t4WF9kZ4gT3uE41VpxZ9Bq7fa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T98Dx77bRvsvf9yKh5Jbc8txeQdha7oU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60.125rem;width:39.5rem;display:none; }
#sLyTJdd4m2Hz7vB1HSL39F3si66AcpB0 { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:68.3125rem;left:0rem;display:none; }
#gQMTN5sPEChp5Gx7vPrmoE9PbZWMOslZ { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.75rem;top:69.75rem;left:0rem;display:none; }
#yDs2UQCMBlb5CMXMz7DGQkJNUUI4539v { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#W9TUKP8IHGmBcAanoX45mTw69GhU3oJZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Oor43zcKe1wN949by1n9ndRum4eiNoC5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60.125rem;width:39.5rem;display:none; }
#W3rLdTOaBykTudWwNRNlTArrD8WnolEl { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:68.3125rem;left:10.5625rem;display:none; }
#nETuTLGIJBBxn0casgslZaPs2weWQoUr { color:#000000;display:block;width:8.75rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:69.75rem;left:10.5625rem;display:none; }
#Mo3XtoQzaUonziOQrlnQ2nVvyNVI2fgf { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#eO3wrFQEuELAwIN6fxsGEIyaoCEltgG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PXH4zJBDsiSefvqm5kwyvRtyMiF4Fttn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#E3KkQSlITTXCwQCKgCTgQTtqUJKGmlce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RolXpDVDqCvsTaGnVNSCuHm1C2EFU85S { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#SMS87Cm3W6bxHxioo73JGDFrXc7z3Bqc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MqcDrflC5CSxoSrP0ls3wr5K5Cac909y { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#z2fZcwnQVhV8S7QZlaJuSbTP9A3o8DZc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ALLwRzuy0uf5Hb8XVUACdsUw5Ce2bhSq { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#QO2vEPvozUxxmAPQxVd8rfQHzWmUWvqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SRugiDPOctWpd1PaXTGFf6y77HmiTc3e { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#mwKhDQLikuy9wAN5wbbVMwd5GRu8DA4M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uBKpb0VQ9JsmUiyFguQOWEcHXF0VDN0R { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#g7wdg2sRcpmxea3GW511bcwpvxGH5auZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oBEFI0bKu6FQGdurBXrHZJTM4pGmtGEq { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#FIg7rxAyHCSVFFU684pwRWXdTDPS3zKg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od { position:relative;display:block; }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od { background-color: transparent; background-image: none; }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row .container > .video-iframe-container { display: none; }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row > .video-iframe-container { display: none; }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .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); }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od { border-width: 0; border-radius: 0; }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row .container > .video-iframe-container {  }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.1875rem;width:60rem;position:relative;display:block; }#XB4BrbHQ18UipJLd9Fe4MHQ59ephXNMI { color:#000000;display:block;width:23.5rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.7871125rem;top:5.5rem;left:1.9375rem;display:block; }
#xopfHFThmr6I2swECRKDcvRNLaooGs7l { color:#000000;display:block;width:22.875rem;position:absolute;font-family:brown;font-size:2.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.84375rem;top:7.1875rem;left:1.9375rem;display:block; }
#CCxRffLlavuX6FpTGTTUmfbD4eeR7Pz6 { color:#000000;display:block;width:23.625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:8.7744375rem;top:11.375rem;left:1.9375rem;display:block; }
#gE6hUsN64uyilhlhk1cTdaZ0PXBBqlWu { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#qg17Qzin42x7XAI1wbaSp6kRGOQwq2CC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:9.75rem;top:4.8125rem;left:26.5rem;display:none; }
#yGZZLsLTTQG9VTd96GqNi4NUTFZo69LB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:9.5625rem;top:4.59375rem;left:38.375rem;display:none; }
#xxEFGASLFFJeIFTZDb2fPMPbJJCsQxmw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:4.6875rem;left:49.625rem;display:none; }
#BUQGSrygPRs28dfnLcPOaMtW3nNk8M6H { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:28.3125rem;top:1rem;left:27.671875rem;overflow:hidden;display:block; }
#A0XASOTmaPh4Jfb7Flw8BOUwaOsnUqJh { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#e6Py8y6iGQOQOMvmRPCB4Hb16udhf6k9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wEnoboTGwwWWVVst17W5RT3y9VOhA0aw { 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-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:24.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#nOtcvaGyyTWMvHSpgblahNXCREdNToTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WP9m2VmWxgowW2tXyJmDTLCVMzHimyob { position:relative;display:none; }#WP9m2VmWxgowW2tXyJmDTLCVMzHimyob { border-width: 0; border-radius: 0; }#WP9m2VmWxgowW2tXyJmDTLCVMzHimyob > .row .container > .video-iframe-container {  }#WP9m2VmWxgowW2tXyJmDTLCVMzHimyob > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cdece7;background-image:url("https://images.assets-landingi.com/uc/1b5e56f0-9780-4381-bfd1-e1ab7a30b442/202206veranocielovarios001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.adaptive-delivery-prevent-bg, #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.lazyload, #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.lazyloading { background-image: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { background-color: transparent; background-image: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container > .video-iframe-container { display: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row > .video-iframe-container { display: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .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); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { border-width: 0; border-radius: 0; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row > .video-iframe-container {  }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#Z7aWt4FdZDAnPVrsDhbThrIZXBpovWJJ { background-color:#ff7562;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.0625rem;left:21.25rem;display:block; }
#s6cSOAval6xksN2pyQSxbGai4ltE1sBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cVm2MO4dxeDWNT1bvFHRPDMH2ADedX83 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#DKP6hTZ745QwJsKn9Uv23PGeOeoC9tN5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iI37LOs8BQNBb72oJTy0WAe8OOOKlFOm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:6.9375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:9.0185625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6Gro9I33O2QkWqNcwxBaKMW61yGeWbI { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:3.9375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wJhMnGzRnZvacbqDFvRw0P8ZtAWlD1hv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#Fr0DBG2N63EOJo0FhvTTbFhuqSuNsMsu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZVJUVEtKzBOprvIAQs9ydTs1VM5729WV { 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-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:27.3125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#Ci9x66R9wqoapRf2siJ6GkR7nvCVM5nP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WuqAr91seWN39eERXh90sBbJcZqOEoMU { position:relative;display:none; }#WuqAr91seWN39eERXh90sBbJcZqOEoMU { border-width: 0; border-radius: 0; }#WuqAr91seWN39eERXh90sBbJcZqOEoMU > .row .container > .video-iframe-container {  }#WuqAr91seWN39eERXh90sBbJcZqOEoMU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#rwo37rFzbJDT08oospXxsdtR2VFe5sfK { background-color:#ff7562;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;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:brown;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:4rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:27.9375rem;left:19.625rem;display:none; }
#y1uTQIJNH4FfInGuBsML8ma84HgAe3Pc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gEwhy5qRbKiw8XzKydu6wtiFf2PggdlT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;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:100000;text-align:center;text-align-last:center;display:none; }
#oa0QkZFEQxUyChFly2HHqe5OzT5v80JL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container { background-color: transparent; background-image: none; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container > .video-iframe-container { display: none; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row > .video-iframe-container { display: none; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .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); }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container { border-width: 0; border-radius: 0; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row > .video-iframe-container {  }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#cOpelqp64BrNrdk95yhpomTkRfMkaG86 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.875rem;top:1.5rem;left:26.5rem;overflow:hidden;display:block; }
#DI83FwtykFHvuGKEm3mVFKgl8Z2cz5TN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.9375rem;top:1.5rem;left:29rem;overflow:hidden;display:block; }
#hLOKUrGuE5Msfvnrm0EkH6o2CP67I5og { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.125rem;top:1.375rem;left:31.375rem;overflow:hidden;display:block; }
#KcgAxZt0SeeHaTULObUQhla1TrUvJF53 { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk { display:block; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .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; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .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; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n { display:flex;width:13.5rem;height:5.0625rem;top:8.25rem;left:10.4462890625rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #dRORIyJfHE0Na2hnp71wcgbI14xzNspO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #KrCfHzKpqzTs4JJHkOo2b3o1VVKTU2ac {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #fwrwOvRorLAbBxf6ZUvNgt3qT6cRcDmu {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Dp26H8CJGtPxiEFWTFKHM80pv4EUTNrs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #PzVKtULGea1p2HTzKOs2NUrkOeh46BVM {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TkKVOV6REZnz3OVRkFCCXTX9JbARQNTd {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #AWZ1y0s0o3XJR0dsQFB2BOb00KFJ569c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #CzMLVsTHhlW7AZrAUexMmf15cTTt0TIx {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #oqsfSoQ3d6BTABydUPkRZTzAKUyBh137 {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TDK7Kb6HSsTErQBUevTTODdHqvcTaS2q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #ie4TDrKC3uZdvTVPXQe3hB0kAc1hKhJB {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Bhqzz32NEtw4TsRP0a74pyLSTTT5Dhfa {  }
 }@media only screen and (max-width: 763px) { #wUh9DBPFhKy91vhzpTbbc6oxeyOl5ghH { top:3.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuetO2U8znNaGVEIiiBkRWHyTTH3B0vD { top:2.125rem;left:20.40625rem;width:6.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLmznAW7RyXvl3AUbOosAHZDORw4G1L6 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #M5bGhwLd96yA3a1UznJ65AeNKP54UZEx { display:block; }
 }@media only screen and (max-width: 763px) { #BDT7l3rPsg1woNG7d4JEsVe70SFF6q6i { width:46.75rem;height:15.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh1GyFfxxNGw9GbAK1MpZ1FDGZk6KqTt { display:block; }
 }@media only screen and (max-width: 763px) { #d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 { display:block; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH09NpS8qIBqqdJpTTm2on91MpCCNnHK { width:20.75rem;height:4rem;top:23.75rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuvFXU474T51kmmvgU3gI61Whaw3lS0I { display:block; }
 }@media only screen and (max-width: 763px) { #PxOUmGE0StkPTr1VipOudVFcbWUhIdoZ { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgb1EdaR1lJTMFQmEQCH9vOPwQ0mzs8l { top:4.5625rem;left:0rem;width:47.75rem;height:16.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmqK6h78wAVyFCB2ae4gCiVNq7d2WUTd { top:17.625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNkZ5IUXFXmW1ci4Qrqo0ErCLCM7aeEz { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #HUkeWrQcSCAToSTtA1K0TAULdRBTi6Jd { display:block; }
 }@media only screen and (max-width: 763px) { #UEPVKmuKUgkCpG2H9yuu2rqsgEeO4mzX { width:46.75rem;height:34.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRlpgCb2JJOMeu0EZWNHipTPmwW3t3lJ { display:block; }
 }@media only screen and (max-width: 763px) { #kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W { display:block; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4kNFrOyopS9TV3kNtvCGc0IPCF9NRyG { top:1.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZR2ZdFnqZ5nydDdXZfLNJ3warh9mKDF { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #vNbIlmKoXdURfFkdZgpqRTwiFSH2tB1m { display:block; }
 }@media only screen and (max-width: 763px) { #D3h2z3wJMTTraobT0rn7UzhJWZGLKiIK { width:46.75rem;height:4.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHnqRlpOg1xHK1LCwHNMpzobqH7QfBch { display:block; }
 }@media only screen and (max-width: 763px) { #bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ { display:block; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOfrbhLPnZtFdkBaIProlSQOr8xnrp5n { width:8.8125rem;height:2.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elg1utiDQgSiUWIgJtLE4sn2H6ee7bZF { display:block; }
 }@media only screen and (max-width: 763px) { #bZyiWbn80xZ2014XnMzalf7BudnOVTy6 { top:4.1875rem;left:21.9375rem;width:13.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCg4u0lRqrKkiy5vGaKJPJTHxEoqclnP { top:4.1875rem;left:0rem;width:13.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGysh3t0UJTnv9SuWyOu4RqKJlt8EA28 { top:3.0625rem;left:11.5rem;width:12.375rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcHz9ySsFRNBGTaWDluIw5SooZETyPkw { top:0.0625rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTQVhWdGOw1ppkUxVWO5gTEmBi1yzzAG { top:0rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3lHUQ99d68IGP3UHr4ig4OmlKlkKhQl { top:0.0625rem;left:11.9375rem;width:13.75rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0W5MTmLQ6aR7z1e0x9K8JQqCiI2pZp { top:0.0625rem;left:10.1875rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkTWtr8FD5E54EHOkglag6pUrK259Ve4 { top:0.0625rem;left:23.875rem;width:13.8125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTbkKiEducmZDLBc0Bn55qDGstXSJG2 { top:0.0625rem;left:22.125rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxuTEyWxIVz1RIdHQ8Q4zudoCNP3qASW { top:0.0625rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9zpbAJihCZiZxViO3OSD2E9MZtyTu93 { top:0.0625rem;left:33.9375rem;width:13.8125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3st0uOc8b7k7kVhK9J6f0O3TwOu0kux { top:4.1875rem;left:35.90625rem;width:11.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL92axyxgT7V2Jp1X96aO6ZLQ43R0Emc { width:8.8125rem;height:2.0625rem;top:1rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIfP1kZf96ixWbAqBNPCIpZfc6IFcBWg { display:block; }
 }@media only screen and (max-width: 763px) { #pLLDiyvATlGWiiU9tsDG82B5cCMigFDy { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpqTp9WmBZVXmAthIdfABH7vufXRml1x { display:block; }
 }@media only screen and (max-width: 763px) { #JOQaRlbdZa0I9B8HJC0rFgXn6ZOUdO27 { width:8.1875rem;height:2.0625rem;top:1rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFMzVLy39k0pMMnLyAhTiTcUTv70aXhE { display:block; }
 }@media only screen and (max-width: 763px) { #B8m6OT7eJOHTM3xv0N2a0Aer1yNSD7Pi { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITZCWu3wceRPJ28Usxwq5KUO8yL0WxHo { display:block; }
 }@media only screen and (max-width: 763px) { #zgua2rgJDC9e5aaCxLIMbBbdVMygTsK7 { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJwqplBAmlQWnLR4D3XzCw0NOlRNGD8G { display:block; }
 }@media only screen and (max-width: 763px) { #gQUvBqST6nJMAikhiTLHxKv9p7tFgntf { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTffDanfrT9BF4CukrKITPyDDdHN0ZkP { display:block; }
 }@media only screen and (max-width: 763px) { #hZNxaX5TsKTFGBuioV5piBEOvxFf89dT { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG34kGAT4e9i1wGESp4nM8VmShtMVFTn { display:block; }
 }@media only screen and (max-width: 763px) { #AUrg6Sp7dfFMHgqAGPVHzlKGFT6PkDgW { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHflS9rPdpTKvmC5Q4oEK4ED7by98Ido { display:block; }
 }@media only screen and (max-width: 763px) { #d3LpGT6XpNcumDhN5A3UEJH031Zy6bui { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmkBMHy4kRP2KZxRTaZA1TKdTH3Lfcb7 { display:block; }
 }@media only screen and (max-width: 763px) { #HqfELngANlpWK8t9xsHm53scMigaHDnN { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #bnNhe0zyzBiUA3qgQpmoNwcS4ed7ozku { display:block; }
 }@media only screen and (max-width: 763px) { #LTqONio8DhxSlPrmzEhDpFm6UUJ438bu { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #rG49AQsu1T4PxQ1gbR5NTOp2nDPciTDD { display:block; }
 }@media only screen and (max-width: 763px) { #Br1XqRUZk0F9n7xPke57Z313m1TufkUz { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #AntZG25Xs65GpQpXZCWfVBC5TTcwmx5B { display:block; }
 }@media only screen and (max-width: 763px) { #K9gqUJ6MIFwfK9ESdsT3R40GAHvABehX { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #UIdeDhol3zFtDZD7qdKPzCvhTH9tX9NT { display:block; }
 }@media only screen and (max-width: 763px) { #Ucr7g4O4Ghh4iSAGCnUvelukOTMQL4pp { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #nhJuE8aLEXnm4rpBwX7cQWNTm4cLSGlu { display:block; }
 }@media only screen and (max-width: 763px) { #VDhepSB9lUoH7i3WPvrBxRhzPSPUW2Qs { width:14.9375rem;height:14.625rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK9W9oJGSOKs2OryaKMTib3FvWiRT7cK { display:block; }
 }@media only screen and (max-width: 763px) { #Fb2oUkOtt2SWMhisTnktkwNoCgHmyi2b { width:14.9375rem;height:14.5rem;top:-0.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBF8Vzq3nDNUyPBke7oo2AdkrImxRA18 { display:block; }
 }@media only screen and (max-width: 763px) { #dTf1nChsi0FcA04sfl9nXnWCh0waJ2qU { width:14.9375rem;height:14.5625rem;top:-0.0625rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxpVQCEShqaKmXace44dJZ42ZEmvCl7L { display:block; }
 }@media only screen and (max-width: 763px) { #u1Sn3h4CCIxT7LSNwgQdTt88ox8agooX { width:14.9375rem;height:14.5625rem;top:-0.0625rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeN02P5maex6LcsINOADBd61hqXc3aDT { display:block; }
 }@media only screen and (max-width: 763px) { #qie7T9040SxWvZASTJ359VVvc4ITGDUW { display:block; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4gqZUDKLdKL69ITrzE3yyIP42o8I8ST { top:1rem;left:0rem;width:14.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJiw09NKIb8n3gWBq1DByT0t6dcltssK { width:39.5rem;height:60.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAhAyHRHhFNGnd1cNEJDl4k6CxMSshot { top:5.1875rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMdywvTd7ubQns3LXRECqx91aIJ8FfqG { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #urPQZHhmdNSTkMnFFLR3q70S4X6aPo6O { display:block; }
 }@media only screen and (max-width: 763px) { #VXzRuRthrMVnA3XERSdiBq3TlwmnyZDu { top:21.5625rem;left:0rem;width:9.25rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qal1AnW3039ANELHZL8ZWt6MaXPTlGBN { width:39.5rem;height:60.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #waaAU0OKVNK0mSIBCWJovZdz2Aiukx09 { top:19.625rem;left:4.4375rem;width:9.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wvvb6uyDVKxm0boR0MKTnJPrE3J5FcUt { top:21.5625rem;left:4.4375rem;width:9.25rem;height:2.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTlBwnL8DtfHA8Tulrsw53SUo0MZMTuM { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaJTbavUyHBNV48sAabAxrqFTTGaFXm7 { display:block; }
 }@media only screen and (max-width: 763px) { #a61F9rSQInuLcls4Ly6iBmE19fzUVnae { width:39.5rem;height:60.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gA5QUucfrudkDDUSK5Jw5RccCyHkFZQv { top:48.25rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyBT0UsbtWiGDFFrh4CVROmS1hJypAhU { top:45.625rem;left:0rem;width:9.5625rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gn8litOUNsrVq65Kain6l00BZI4SBdOs { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eF2PBf1RZNPOflr6O21BqMbQNcePxdcN { display:block; }
 }@media only screen and (max-width: 763px) { #FhVJtTMNFnQrbsv7uT8ZtJZyNiVcLyhV { width:39.5rem;height:60.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FK5KvnG26UVKtVKN630k21tgvy4eppEV { top:48.25rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCIBqXy8dJRLIw2kC0K8xnqwJX8eTkel { top:45.625rem;left:4.5rem;width:8.875rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMTJ3kSeAqawPnT3EyhowN3SKDV2sW2A { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFEG5J2t4WF9kZ4gT3uE41VpxZ9Bq7fa { display:block; }
 }@media only screen and (max-width: 763px) { #T98Dx77bRvsvf9yKh5Jbc8txeQdha7oU { width:39.5rem;height:60.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLyTJdd4m2Hz7vB1HSL39F3si66AcpB0 { top:68.3125rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQMTN5sPEChp5Gx7vPrmoE9PbZWMOslZ { top:69.75rem;left:0rem;width:9.25rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDs2UQCMBlb5CMXMz7DGQkJNUUI4539v { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9TUKP8IHGmBcAanoX45mTw69GhU3oJZ { display:block; }
 }@media only screen and (max-width: 763px) { #Oor43zcKe1wN949by1n9ndRum4eiNoC5 { width:39.5rem;height:60.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3rLdTOaBykTudWwNRNlTArrD8WnolEl { top:68.3125rem;left:4.4375rem;width:9.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nETuTLGIJBBxn0casgslZaPs2weWQoUr { top:69.75rem;left:4.4375rem;width:8.75rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mo3XtoQzaUonziOQrlnQ2nVvyNVI2fgf { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eO3wrFQEuELAwIN6fxsGEIyaoCEltgG4 { display:block; }
 }@media only screen and (max-width: 763px) { #PXH4zJBDsiSefvqm5kwyvRtyMiF4Fttn { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #E3KkQSlITTXCwQCKgCTgQTtqUJKGmlce { display:block; }
 }@media only screen and (max-width: 763px) { #RolXpDVDqCvsTaGnVNSCuHm1C2EFU85S { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SMS87Cm3W6bxHxioo73JGDFrXc7z3Bqc { display:block; }
 }@media only screen and (max-width: 763px) { #MqcDrflC5CSxoSrP0ls3wr5K5Cac909y { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #z2fZcwnQVhV8S7QZlaJuSbTP9A3o8DZc { display:block; }
 }@media only screen and (max-width: 763px) { #ALLwRzuy0uf5Hb8XVUACdsUw5Ce2bhSq { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #QO2vEPvozUxxmAPQxVd8rfQHzWmUWvqg { display:block; }
 }@media only screen and (max-width: 763px) { #SRugiDPOctWpd1PaXTGFf6y77HmiTc3e { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #mwKhDQLikuy9wAN5wbbVMwd5GRu8DA4M { display:block; }
 }@media only screen and (max-width: 763px) { #uBKpb0VQ9JsmUiyFguQOWEcHXF0VDN0R { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #g7wdg2sRcpmxea3GW511bcwpvxGH5auZ { display:block; }
 }@media only screen and (max-width: 763px) { #oBEFI0bKu6FQGdurBXrHZJTM4pGmtGEq { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #FIg7rxAyHCSVFFU684pwRWXdTDPS3zKg { display:block; }
 }@media only screen and (max-width: 763px) { #eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od { display:none; }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XB4BrbHQ18UipJLd9Fe4MHQ59ephXNMI { top:5.5rem;left:0rem;width:23.5rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xopfHFThmr6I2swECRKDcvRNLaooGs7l { top:7.1875rem;left:0rem;width:22.875rem;height:2.8125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCxRffLlavuX6FpTGTTUmfbD4eeR7Pz6 { top:11.375rem;left:0rem;width:23.625rem;height:8.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gE6hUsN64uyilhlhk1cTdaZ0PXBBqlWu { display:none; }
 }@media only screen and (max-width: 763px) { #qg17Qzin42x7XAI1wbaSp6kRGOQwq2CC { width:9.75rem;height:9.75rem;top:4.8125rem;left:20.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGZZLsLTTQG9VTd96GqNi4NUTFZo69LB { width:9.5625rem;height:9.5625rem;top:4.5625rem;left:32.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxEFGASLFFJeIFTZDb2fPMPbJJCsQxmw { width:9.375rem;height:9.375rem;top:4.6875rem;left:38.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUQGSrygPRs28dfnLcPOaMtW3nNk8M6H { top:1rem;left:19.4375rem;width:28.3125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0XASOTmaPh4Jfb7Flw8BOUwaOsnUqJh { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #e6Py8y6iGQOQOMvmRPCB4Hb16udhf6k9 { display:block; }
 }@media only screen and (max-width: 763px) { #wEnoboTGwwWWVVst17W5RT3y9VOhA0aw { width:46.75rem;height:24.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOtcvaGyyTWMvHSpgblahNXCREdNToTf { display:block; }
 }@media only screen and (max-width: 763px) { #WP9m2VmWxgowW2tXyJmDTLCVMzHimyob { display:none; }#WP9m2VmWxgowW2tXyJmDTLCVMzHimyob > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB { display:block; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7aWt4FdZDAnPVrsDhbThrIZXBpovWJJ { width:17.5rem;height:3.4375rem;top:13.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6cSOAval6xksN2pyQSxbGai4ltE1sBp { display:block; }
 }@media only screen and (max-width: 763px) { #cVm2MO4dxeDWNT1bvFHRPDMH2ADedX83 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #DKP6hTZ745QwJsKn9Uv23PGeOeoC9tN5 { display:block; }
 }@media only screen and (max-width: 763px) { #iI37LOs8BQNBb72oJTy0WAe8OOOKlFOm { top:0.5625rem;left:0rem;width:47.75rem;height:9rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Gro9I33O2QkWqNcwxBaKMW61yGeWbI { top:7.4375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJhMnGzRnZvacbqDFvRw0P8ZtAWlD1hv { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Fr0DBG2N63EOJo0FhvTTbFhuqSuNsMsu { display:block; }
 }@media only screen and (max-width: 763px) { #ZVJUVEtKzBOprvIAQs9ydTs1VM5729WV { width:46.75rem;height:27.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci9x66R9wqoapRf2siJ6GkR7nvCVM5nP { display:block; }
 }@media only screen and (max-width: 763px) { #WuqAr91seWN39eERXh90sBbJcZqOEoMU { display:none; }#WuqAr91seWN39eERXh90sBbJcZqOEoMU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rwo37rFzbJDT08oospXxsdtR2VFe5sfK { width:20.75rem;height:4rem;top:27.9375rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1uTQIJNH4FfInGuBsML8ma84HgAe3Pc { display:block; }
 }@media only screen and (max-width: 763px) { #gEwhy5qRbKiw8XzKydu6wtiFf2PggdlT { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #oa0QkZFEQxUyChFly2HHqe5OzT5v80JL { display:block; }
 }@media only screen and (max-width: 763px) { #SkgXmgbr0zawDZb0SBgpyarXcvHaarvH { display:none; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cOpelqp64BrNrdk95yhpomTkRfMkaG86 { top:1.5rem;left:20.375rem;width:1.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI83FwtykFHvuGKEm3mVFKgl8Z2cz5TN { top:1.5rem;left:22.875rem;width:1.875rem;height:1.6332699920312rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLOKUrGuE5Msfvnrm0EkH6o2CP67I5og { top:1.375rem;left:25.25rem;width:2.0625rem;height:1.9409259444466rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcgAxZt0SeeHaTULObUQhla1TrUvJF53 { top:4rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk { display:block; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .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; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .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; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n { display:flex;width:13.5rem;height:5.0625rem;top:4.80078125rem;left:2.3837890625rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #dRORIyJfHE0Na2hnp71wcgbI14xzNspO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #KrCfHzKpqzTs4JJHkOo2b3o1VVKTU2ac {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #fwrwOvRorLAbBxf6ZUvNgt3qT6cRcDmu {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Dp26H8CJGtPxiEFWTFKHM80pv4EUTNrs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #PzVKtULGea1p2HTzKOs2NUrkOeh46BVM {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TkKVOV6REZnz3OVRkFCCXTX9JbARQNTd {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #AWZ1y0s0o3XJR0dsQFB2BOb00KFJ569c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #CzMLVsTHhlW7AZrAUexMmf15cTTt0TIx {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #oqsfSoQ3d6BTABydUPkRZTzAKUyBh137 {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TDK7Kb6HSsTErQBUevTTODdHqvcTaS2q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #ie4TDrKC3uZdvTVPXQe3hB0kAc1hKhJB {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Bhqzz32NEtw4TsRP0a74pyLSTTT5Dhfa {  }
 }@media only screen and (max-width: 763px) { #wUh9DBPFhKy91vhzpTbbc6oxeyOl5ghH { width:17rem;height:2.03125rem;top:2.76953125rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuetO2U8znNaGVEIiiBkRWHyTTH3B0vD { width:6.9375rem;height:0.9375rem;top:1.1953125rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLmznAW7RyXvl3AUbOosAHZDORw4G1L6 { top:0rem;left:0rem;width:20rem;height:4.25rem;z-index:100003;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M5bGhwLd96yA3a1UznJ65AeNKP54UZEx { display:block; }
 }@media only screen and (max-width: 763px) { #BDT7l3rPsg1woNG7d4JEsVe70SFF6q6i { width:19rem;height:15.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uh1GyFfxxNGw9GbAK1MpZ1FDGZk6KqTt { display:block; }
 }@media only screen and (max-width: 763px) { #d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 { background-color:#fde9e6;background-image:url("https://images.assets-landingi.com/uc/3af44a25-128f-437c-930b-5cf35c68be65/mainmob.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1.adaptive-delivery-prevent-bg, #d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1.lazyload, #d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1.lazyloading { background-image: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { background-color: transparent; background-image: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container > .video-iframe-container { display: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row > .video-iframe-container { display: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .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); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { border-width: 0; border-radius: 0; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row > .video-iframe-container {  }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH09NpS8qIBqqdJpTTm2on91MpCCNnHK { width:20rem;height:2.875rem;top:17.375rem;left:0rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AuvFXU474T51kmmvgU3gI61Whaw3lS0I { display:block; }
 }@media only screen and (max-width: 763px) { #PxOUmGE0StkPTr1VipOudVFcbWUhIdoZ { width:20rem;height:1.7871125rem;top:4.068359375rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qgb1EdaR1lJTMFQmEQCH9vOPwQ0mzs8l { width:20rem;height:8.125rem;top:5.85546875rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmqK6h78wAVyFCB2ae4gCiVNq7d2WUTd { width:20rem;height:3.0058625rem;top:12.65283203125rem;left:0rem;font-size:2.3125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WNkZ5IUXFXmW1ci4Qrqo0ErCLCM7aeEz { top:0rem;left:0rem;width:20rem;height:2.625rem;z-index:100004;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HUkeWrQcSCAToSTtA1K0TAULdRBTi6Jd { display:block; }
 }@media only screen and (max-width: 763px) { #UEPVKmuKUgkCpG2H9yuu2rqsgEeO4mzX { width:19rem;height:34.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRlpgCb2JJOMeu0EZWNHipTPmwW3t3lJ { display:block; }
 }@media only screen and (max-width: 763px) { #kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container { background-color: transparent; background-image: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container > .video-iframe-container { display: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row > .video-iframe-container { display: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .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); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container { border-width: 0; border-radius: 0; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row > .video-iframe-container {  }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4kNFrOyopS9TV3kNtvCGc0IPCF9NRyG { width:20rem;height:3.73730625rem;top:0.90234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZR2ZdFnqZ5nydDdXZfLNJ3warh9mKDF { top:0rem;left:0rem;width:20rem;height:5.5rem;z-index:100004;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vNbIlmKoXdURfFkdZgpqRTwiFSH2tB1m { display:block; }
 }@media only screen and (max-width: 763px) { #D3h2z3wJMTTraobT0rn7UzhJWZGLKiIK { width:19rem;height:4.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHnqRlpOg1xHK1LCwHNMpzobqH7QfBch { display:block; }
 }@media only screen and (max-width: 763px) { #bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ { display:block; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOfrbhLPnZtFdkBaIProlSQOr8xnrp5n { width:11.25rem;height:2.375rem;top:43.5625rem;left:0rem;font-size:0.9375rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Elg1utiDQgSiUWIgJtLE4sn2H6ee7bZF { display:block; }
 }@media only screen and (max-width: 763px) { #bZyiWbn80xZ2014XnMzalf7BudnOVTy6 { width:20rem;height:2.4375rem;top:6.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCg4u0lRqrKkiy5vGaKJPJTHxEoqclnP { width:20rem;height:2.4375rem;top:48.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGysh3t0UJTnv9SuWyOu4RqKJlt8EA28 { width:15.8125rem;height:4.38671875rem;top:26.9375rem;left:2.09375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcHz9ySsFRNBGTaWDluIw5SooZETyPkw { width:20rem;height:20rem;top:42.125rem;left:0rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #wTQVhWdGOw1ppkUxVWO5gTEmBi1yzzAG { width:20rem;height:20.0625rem;top:42.125rem;left:0rem;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #S3lHUQ99d68IGP3UHr4ig4OmlKlkKhQl { width:20rem;height:20rem;top:21rem;left:0rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0W5MTmLQ6aR7z1e0x9K8JQqCiI2pZp { width:20rem;height:20rem;top:21rem;left:0rem;z-index:99996;background-color:#cdece7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OkTWtr8FD5E54EHOkglag6pUrK259Ve4 { width:20rem;height:19.875rem;top:0rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #tVTbkKiEducmZDLBc0Bn55qDGstXSJG2 { width:20rem;height:20rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxuTEyWxIVz1RIdHQ8Q4zudoCNP3qASW { width:20rem;height:19.9375rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9zpbAJihCZiZxViO3OSD2E9MZtyTu93 { width:20rem;height:19.9375rem;top:63.1875rem;left:0rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #W3st0uOc8b7k7kVhK9J6f0O3TwOu0kux { width:20rem;height:2.4375rem;top:70.25rem;left:0rem;font-size:1.875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #uL92axyxgT7V2Jp1X96aO6ZLQ43R0Emc { width:10.875rem;height:2.3125rem;top:1.875rem;left:9rem;font-size:0.9375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eIfP1kZf96ixWbAqBNPCIpZfc6IFcBWg { display:block; }
 }@media only screen and (max-width: 763px) { #pLLDiyvATlGWiiU9tsDG82B5cCMigFDy { width:14.375rem;height:2.8125rem;top:9.8125rem;left:2.8125rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lpqTp9WmBZVXmAthIdfABH7vufXRml1x { display:block; }
 }@media only screen and (max-width: 763px) { #JOQaRlbdZa0I9B8HJC0rFgXn6ZOUdO27 { width:11.25rem;height:2.375rem;top:65.6875rem;left:8.75rem;font-size:0.9375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vFMzVLy39k0pMMnLyAhTiTcUTv70aXhE { display:block; }
 }@media only screen and (max-width: 763px) { #B8m6OT7eJOHTM3xv0N2a0Aer1yNSD7Pi { width:14.375rem;height:2.8125rem;top:31.75rem;left:2.8125rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #ITZCWu3wceRPJ28Usxwq5KUO8yL0WxHo { display:block; }
 }@media only screen and (max-width: 763px) { #zgua2rgJDC9e5aaCxLIMbBbdVMygTsK7 { width:14.375rem;height:2.8125rem;top:51.4375rem;left:2.6875rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #fJwqplBAmlQWnLR4D3XzCw0NOlRNGD8G { display:block; }
 }@media only screen and (max-width: 763px) { #gQUvBqST6nJMAikhiTLHxKv9p7tFgntf { width:14.375rem;height:2.8125rem;top:73.0625rem;left:2.6875rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #WTffDanfrT9BF4CukrKITPyDDdHN0ZkP { display:block; }
 }@media only screen and (max-width: 763px) { #hZNxaX5TsKTFGBuioV5piBEOvxFf89dT { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:4.5625rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CG34kGAT4e9i1wGESp4nM8VmShtMVFTn { display:block; }
 }@media only screen and (max-width: 763px) { #AUrg6Sp7dfFMHgqAGPVHzlKGFT6PkDgW { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:4.5625rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CHflS9rPdpTKvmC5Q4oEK4ED7by98Ido { display:block; }
 }@media only screen and (max-width: 763px) { #d3LpGT6XpNcumDhN5A3UEJH031Zy6bui { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:4.5625rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fmkBMHy4kRP2KZxRTaZA1TKdTH3Lfcb7 { display:block; }
 }@media only screen and (max-width: 763px) { #HqfELngANlpWK8t9xsHm53scMigaHDnN { top:0rem;left:0rem;width:20rem;height:21rem;z-index:100005;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bnNhe0zyzBiUA3qgQpmoNwcS4ed7ozku { display:block; }
 }@media only screen and (max-width: 763px) { #LTqONio8DhxSlPrmzEhDpFm6UUJ438bu { top:21rem;left:0rem;width:20rem;height:20rem;z-index:100006;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rG49AQsu1T4PxQ1gbR5NTOp2nDPciTDD { display:block; }
 }@media only screen and (max-width: 763px) { #Br1XqRUZk0F9n7xPke57Z313m1TufkUz { top:21.0625rem;left:0rem;width:20rem;height:21.0625rem;z-index:100016;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AntZG25Xs65GpQpXZCWfVBC5TTcwmx5B { display:block; }
 }@media only screen and (max-width: 763px) { #K9gqUJ6MIFwfK9ESdsT3R40GAHvABehX { top:42.125rem;left:0rem;width:20rem;height:21.0625rem;z-index:100017;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UIdeDhol3zFtDZD7qdKPzCvhTH9tX9NT { display:block; }
 }@media only screen and (max-width: 763px) { #Ucr7g4O4Ghh4iSAGCnUvelukOTMQL4pp { top:63.1875rem;left:0rem;width:20rem;height:21.1875rem;z-index:100018;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nhJuE8aLEXnm4rpBwX7cQWNTm4cLSGlu { display:block; }
 }@media only screen and (max-width: 763px) { #VDhepSB9lUoH7i3WPvrBxRhzPSPUW2Qs { width:14.9375rem;height:14.625rem;top:-0.0625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZK9W9oJGSOKs2OryaKMTib3FvWiRT7cK { display:block; }
 }@media only screen and (max-width: 763px) { #Fb2oUkOtt2SWMhisTnktkwNoCgHmyi2b { width:14.9375rem;height:14.5rem;top:-0.0625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBF8Vzq3nDNUyPBke7oo2AdkrImxRA18 { display:block; }
 }@media only screen and (max-width: 763px) { #dTf1nChsi0FcA04sfl9nXnWCh0waJ2qU { width:14.9375rem;height:14.5625rem;top:-0.0625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxpVQCEShqaKmXace44dJZ42ZEmvCl7L { display:block; }
 }@media only screen and (max-width: 763px) { #u1Sn3h4CCIxT7LSNwgQdTt88ox8agooX { width:14.9375rem;height:14.5625rem;top:-0.0625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XeN02P5maex6LcsINOADBd61hqXc3aDT { display:block; }
 }@media only screen and (max-width: 763px) { #qie7T9040SxWvZASTJ359VVvc4ITGDUW { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container { background-color: transparent; background-image: none; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container > .video-iframe-container { display: none; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row > .video-iframe-container { display: none; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .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); }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container { border-width: 0; border-radius: 0; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row > .video-iframe-container {  }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4gqZUDKLdKL69ITrzE3yyIP42o8I8ST { width:14.5625rem;height:3.8994125rem;top:0rem;left:2.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJiw09NKIb8n3gWBq1DByT0t6dcltssK { top:5.125rem;left:0rem;width:9.4375rem;height:14.4375rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qAhAyHRHhFNGnd1cNEJDl4k6CxMSshot { top:20.25rem;left:0rem;width:9.25rem;height:1.29980625rem;z-index:100005;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QMdywvTd7ubQns3LXRECqx91aIJ8FfqG { width:9.375rem;height:2.25rem;top:24.875rem;left:0rem;z-index:100004;font-size:0.875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #urPQZHhmdNSTkMnFFLR3q70S4X6aPo6O { display:block; }
 }@media only screen and (max-width: 763px) { #VXzRuRthrMVnA3XERSdiBq3TlwmnyZDu { top:21.5625rem;left:0rem;width:9.25rem;height:1.79980625rem;z-index:100006;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qal1AnW3039ANELHZL8ZWt6MaXPTlGBN { top:5.125rem;left:10.5625rem;width:9.4375rem;height:14.4375rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #waaAU0OKVNK0mSIBCWJovZdz2Aiukx09 { top:20.25rem;left:10.5625rem;width:9.25rem;height:1.29980625rem;z-index:100006;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wvvb6uyDVKxm0boR0MKTnJPrE3J5FcUt { top:21.5625rem;left:10.5625rem;width:9.25rem;height:2.69970625rem;z-index:100007;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTlBwnL8DtfHA8Tulrsw53SUo0MZMTuM { width:9.375rem;height:2.25rem;top:24.875rem;left:10.625rem;z-index:100005;font-size:0.875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xaJTbavUyHBNV48sAabAxrqFTTGaFXm7 { display:block; }
 }@media only screen and (max-width: 763px) { #a61F9rSQInuLcls4Ly6iBmE19fzUVnae { top:29rem;left:0rem;width:9.4375rem;height:14.4375rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gA5QUucfrudkDDUSK5Jw5RccCyHkFZQv { top:44.0625rem;left:0rem;width:9.25rem;height:1.29980625rem;z-index:100007;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cyBT0UsbtWiGDFFrh4CVROmS1hJypAhU { top:45.625rem;left:0rem;width:8.6875rem;height:1.79980625rem;z-index:100007;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn8litOUNsrVq65Kain6l00BZI4SBdOs { width:9.375rem;height:2.25rem;top:48.75rem;left:0rem;z-index:100005;font-size:0.875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eF2PBf1RZNPOflr6O21BqMbQNcePxdcN { display:block; }
 }@media only screen and (max-width: 763px) { #FhVJtTMNFnQrbsv7uT8ZtJZyNiVcLyhV { top:29rem;left:10.5625rem;width:9.4375rem;height:14.4375rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FK5KvnG26UVKtVKN630k21tgvy4eppEV { top:44.0625rem;left:10.5625rem;width:9.25rem;height:1.29980625rem;z-index:100008;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KCIBqXy8dJRLIw2kC0K8xnqwJX8eTkel { top:45.625rem;left:10.625rem;width:8.875rem;height:1.79980625rem;z-index:100008;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMTJ3kSeAqawPnT3EyhowN3SKDV2sW2A { width:9.375rem;height:2.25rem;top:48.75rem;left:10.625rem;z-index:100006;font-size:0.875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WFEG5J2t4WF9kZ4gT3uE41VpxZ9Bq7fa { display:block; }
 }@media only screen and (max-width: 763px) { #T98Dx77bRvsvf9yKh5Jbc8txeQdha7oU { top:53.4375rem;left:0rem;width:9.4375rem;height:14.4375rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sLyTJdd4m2Hz7vB1HSL39F3si66AcpB0 { top:68.4375rem;left:0rem;width:9.25rem;height:1.29980625rem;z-index:100008;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gQMTN5sPEChp5Gx7vPrmoE9PbZWMOslZ { top:69.75rem;left:0rem;width:9.25rem;height:1.79980625rem;z-index:100008;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDs2UQCMBlb5CMXMz7DGQkJNUUI4539v { width:9.375rem;height:2.25rem;top:73.9375rem;left:0rem;z-index:100006;font-size:0.875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #W9TUKP8IHGmBcAanoX45mTw69GhU3oJZ { display:block; }
 }@media only screen and (max-width: 763px) { #Oor43zcKe1wN949by1n9ndRum4eiNoC5 { top:53.4375rem;left:10.5625rem;width:9.4375rem;height:14.4375rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W3rLdTOaBykTudWwNRNlTArrD8WnolEl { top:68.4375rem;left:10.5625rem;width:9.25rem;height:1.29980625rem;z-index:100009;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nETuTLGIJBBxn0casgslZaPs2weWQoUr { top:69.75rem;left:10.5625rem;width:9.5625rem;height:3.5996125rem;z-index:100009;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo3XtoQzaUonziOQrlnQ2nVvyNVI2fgf { width:9.375rem;height:2.25rem;top:73.9375rem;left:10.625rem;z-index:100007;font-size:0.875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eO3wrFQEuELAwIN6fxsGEIyaoCEltgG4 { display:block; }
 }@media only screen and (max-width: 763px) { #PXH4zJBDsiSefvqm5kwyvRtyMiF4Fttn { top:5.125rem;left:0rem;width:9.5625rem;height:23.8125rem;z-index:100005;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E3KkQSlITTXCwQCKgCTgQTtqUJKGmlce { display:block; }
 }@media only screen and (max-width: 763px) { #RolXpDVDqCvsTaGnVNSCuHm1C2EFU85S { top:5.125rem;left:10.4375rem;width:9.5625rem;height:23.75rem;z-index:100006;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SMS87Cm3W6bxHxioo73JGDFrXc7z3Bqc { display:block; }
 }@media only screen and (max-width: 763px) { #MqcDrflC5CSxoSrP0ls3wr5K5Cac909y { top:29rem;left:0rem;width:9.5625rem;height:24.125rem;z-index:100007;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z2fZcwnQVhV8S7QZlaJuSbTP9A3o8DZc { display:block; }
 }@media only screen and (max-width: 763px) { #ALLwRzuy0uf5Hb8XVUACdsUw5Ce2bhSq { top:29rem;left:10.4375rem;width:9.5625rem;height:24.375rem;z-index:100008;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QO2vEPvozUxxmAPQxVd8rfQHzWmUWvqg { display:block; }
 }@media only screen and (max-width: 763px) { #SRugiDPOctWpd1PaXTGFf6y77HmiTc3e { top:53.4375rem;left:0rem;width:9.5625rem;height:25.0625rem;z-index:100009;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mwKhDQLikuy9wAN5wbbVMwd5GRu8DA4M { display:block; }
 }@media only screen and (max-width: 763px) { #uBKpb0VQ9JsmUiyFguQOWEcHXF0VDN0R { top:52.875rem;left:10.4375rem;width:9.5625rem;height:25.5625rem;z-index:100010;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g7wdg2sRcpmxea3GW511bcwpvxGH5auZ { display:block; }
 }@media only screen and (max-width: 763px) { #oBEFI0bKu6FQGdurBXrHZJTM4pGmtGEq { top:0rem;left:0rem;width:20rem;height:4.125rem;z-index:100004;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FIg7rxAyHCSVFFU684pwRWXdTDPS3zKg { display:block; }
 }@media only screen and (max-width: 763px) { #eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od { background-color:#eae7e7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row .container { background-color: transparent; background-image: none; }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row .container > .video-iframe-container { display: none; }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row > .video-iframe-container { display: none; }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .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); }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row .container { border-width: 0; border-radius: 0; }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row > .video-iframe-container {  }#eulkq1BOIOpBp3h1o0wfbZpFv7szc9Od > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XB4BrbHQ18UipJLd9Fe4MHQ59ephXNMI { top:1.1640625rem;left:3.75rem;width:12.5rem;height:1.4624rem;z-index:100000;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xopfHFThmr6I2swECRKDcvRNLaooGs7l { top:2.625rem;left:3.75rem;width:12.5rem;height:2.03125rem;z-index:100001;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCxRffLlavuX6FpTGTTUmfbD4eeR7Pz6 { top:6.5126953125rem;left:1.65625rem;width:16.6875rem;height:11.69925rem;z-index:100002;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gE6hUsN64uyilhlhk1cTdaZ0PXBBqlWu { top:5.51171875rem;left:0.84375rem;width:18.25rem;height:18.875rem;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qg17Qzin42x7XAI1wbaSp6kRGOQwq2CC { top:19.3125rem;left:2.03125rem;width:4.25rem;height:4.25rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yGZZLsLTTQG9VTd96GqNi4NUTFZo69LB { top:19.34375rem;left:7.90625rem;width:4.1875rem;height:4.1875rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xxEFGASLFFJeIFTZDb2fPMPbJJCsQxmw { top:19.4375rem;left:14.03125rem;width:4rem;height:4rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BUQGSrygPRs28dfnLcPOaMtW3nNk8M6H { width:20rem;height:15.673289183223rem;top:22.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0XASOTmaPh4Jfb7Flw8BOUwaOsnUqJh { top:0rem;left:0rem;width:20rem;height:25.6875rem;z-index:100005;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e6Py8y6iGQOQOMvmRPCB4Hb16udhf6k9 { display:block; }
 }@media only screen and (max-width: 763px) { #wEnoboTGwwWWVVst17W5RT3y9VOhA0aw { width:19rem;height:24.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOtcvaGyyTWMvHSpgblahNXCREdNToTf { display:block; }
 }@media only screen and (max-width: 763px) { #WP9m2VmWxgowW2tXyJmDTLCVMzHimyob { display:block; }#WP9m2VmWxgowW2tXyJmDTLCVMzHimyob > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB { background-color:#cdece7;background-image:url("https://images.assets-landingi.com/uc/1b5e56f0-9780-4381-bfd1-e1ab7a30b442/202206veranocielovarios001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.adaptive-delivery-prevent-bg, #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.lazyload, #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.lazyloading { background-image: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { background-color: transparent; background-image: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container > .video-iframe-container { display: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row > .video-iframe-container { display: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .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); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { border-width: 0; border-radius: 0; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row > .video-iframe-container {  }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7aWt4FdZDAnPVrsDhbThrIZXBpovWJJ { width:17.5rem;height:3.4375rem;top:17.625rem;left:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #s6cSOAval6xksN2pyQSxbGai4ltE1sBp { display:block; }
 }@media only screen and (max-width: 763px) { #cVm2MO4dxeDWNT1bvFHRPDMH2ADedX83 { top:0rem;left:0rem;width:20rem;height:2.625rem;z-index:100024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DKP6hTZ745QwJsKn9Uv23PGeOeoC9tN5 { display:block; }
 }@media only screen and (max-width: 763px) { #iI37LOs8BQNBb72oJTy0WAe8OOOKlFOm { width:20rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Gro9I33O2QkWqNcwxBaKMW61yGeWbI { width:20rem;height:2.5996125rem;top:4.875rem;left:0rem;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wJhMnGzRnZvacbqDFvRw0P8ZtAWlD1hv { top:0rem;left:0rem;width:20rem;height:20rem;z-index:100006;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Fr0DBG2N63EOJo0FhvTTbFhuqSuNsMsu { display:block; }
 }@media only screen and (max-width: 763px) { #ZVJUVEtKzBOprvIAQs9ydTs1VM5729WV { width:19rem;height:27.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ci9x66R9wqoapRf2siJ6GkR7nvCVM5nP { display:block; }
 }@media only screen and (max-width: 763px) { #WuqAr91seWN39eERXh90sBbJcZqOEoMU { display:block; }#WuqAr91seWN39eERXh90sBbJcZqOEoMU > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwo37rFzbJDT08oospXxsdtR2VFe5sfK { width:20rem;height:2.875rem;top:0.71875rem;left:0rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #y1uTQIJNH4FfInGuBsML8ma84HgAe3Pc { display:block; }
 }@media only screen and (max-width: 763px) { #gEwhy5qRbKiw8XzKydu6wtiFf2PggdlT { top:0rem;left:0rem;width:20rem;height:3.6875rem;z-index:100007;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oa0QkZFEQxUyChFly2HHqe5OzT5v80JL { display:block; }
 }@media only screen and (max-width: 763px) { #SkgXmgbr0zawDZb0SBgpyarXcvHaarvH { position:relative;z-index:auto;display:block; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOpelqp64BrNrdk95yhpomTkRfMkaG86 { width:2.6875rem;height:2.5625rem;top:1.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI83FwtykFHvuGKEm3mVFKgl8Z2cz5TN { width:2.5rem;height:2.375rem;top:1.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLOKUrGuE5Msfvnrm0EkH6o2CP67I5og { width:3.1875rem;height:3.0625rem;top:1.5625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcgAxZt0SeeHaTULObUQhla1TrUvJF53 { width:20rem;height:1.1375rem;top:5.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }