.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:5,159,245;--color-primary-1:65,107,123;--color-primary-2:0,169,157;--color-primary-3:0,48,87;--color-primary-4:1,25,68;--color-secondary-0:255,224,214;--color-secondary-1:255,163,133;--color-secondary-2:255,102,51;--color-secondary-3:250,177,51;--color-secondary-4:203,13,13;--color-tertiary-0:255,255,255;--color-tertiary-1:245,240,240;--color-tertiary-2:237,237,237;--color-tertiary-3:33,33,33;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dc906f97-3471-4da7-8594-776b2ddbd776/bannerinicial_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7980e0a9-7204-4595-ab25-dae8f4ee33cc/newzealandlakes20250109024559utc1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { color:rgba(var(--color-tertiary-0),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:17.5625rem;left:0rem;height:10.875rem;font-style:normal;display:block; }
#LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0620625rem;width:12.9373125rem;top:0.74924045801162rem;left:1.2494573593139rem;overflow:hidden;display:block; }
#fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:14.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:29.4375rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { background-color:rgba(var(--color-primary-0),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.6875rem;left:0rem;display:block; }
#GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.6875rem;left:16.9375rem;display:block; }
#php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht { position:relative;display:block; }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht { background-color: transparent; background-image: none; }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht > .row .container > .video-iframe-container { display: none; }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht > .row > .video-iframe-container { display: none; }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht > .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); }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht { border-width: 0; border-radius: 0; }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TokETdDdEV9FnfDp5IBB2456vCTkhEoz { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:22.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIklAcIMbVBcDXO24nJ4EOE7DVdqbLyJ { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:6.6875rem;left:0rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM { position:relative;display:block; }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM { background-color: transparent; background-image: none; }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM > .row .container > .video-iframe-container { display: none; }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM > .row > .video-iframe-container { display: none; }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM > .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); }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM { border-width: 0; border-radius: 0; }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bs9coDpUkUD7d25KNitxiAVyBOSCyl0c { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:17.4375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#JVMV3LDzTfDyE5X2eS4fVgohnVEfOcCw { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a900cca-8e93-49fc-bbfe-87418d5c0109/PIEZASNAVIDAD_PROMPOST47.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:13.875rem;top:0.0625rem;left:7.5rem;display:block; }#JVMV3LDzTfDyE5X2eS4fVgohnVEfOcCw.adaptive-delivery-prevent-bg, #JVMV3LDzTfDyE5X2eS4fVgohnVEfOcCw.lazyload, #JVMV3LDzTfDyE5X2eS4fVgohnVEfOcCw.lazyloading { background-image: none; }
#aR8HbId90WTnXhz5cVZCIz65hfeco6As { color:#009245;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.6875rem;height:2.4375rem;font-style:normal;display:block; }
#cPbSitFECpEJVBwaoHEn5qiBOQlAe4bi { color:#212121;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.6875rem;height:1.25rem;display:block; }
#zaHT4et0KLBXgQEXz6AzLwS2E1ymT22a { position:absolute;display:block;z-index:15077;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:5.71875rem;left:23.75rem;display:block; }
#sFkD3B3v0TFeOt3BTPNuygnbzCALXFwR { position:absolute;display:block;z-index:15055;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:13.875rem;top:0.0625rem;left:53.625rem;display:block; }
#S5qgsmVluJUeF1uFM5n6QpAZnJvqHQbo { background-color:#009245;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:9.75rem;left:54.9375rem;display:block; }
#PRJei1MmuAC3zV0ZrKqvwVg5n65s09zi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RwUr5oEEN4WSnoEXwn64XcwwN5bpNrkc { color:#009245;display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15072;line-height:.8;letter-spacing:0;top:4.625rem;left:56.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHSM5znwHb9RFhow8fTJoR5TLxVxJTiK { color:#009245;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:7.6875rem;left:57.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#PsU7L2NLZpyM66eQBFzpyeWaTMOHz4Me { color:#009245;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:4.6875rem;left:55.75rem;height:1.9375rem;display:block; }
#TfqfODviiJfByJI2Q6Gwp4TvgoZM5yci { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:49.0625rem;overflow:hidden;display:block; }
#pctvIWn4yiRQTZ4m7QGwWtfvCWZJ758b { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:47.125rem;overflow:hidden;display:block; }
#QaDxlF3SFDHrR0DuyD1DWQVaWetKRbqI { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:45.3125rem;overflow:hidden;display:block; }
#VNDDAdxn0iAZTvv4v9hMD7Waaqn36bAl { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:43.375rem;overflow:hidden;display:block; }
#vBCGlplryy02ZVFFCLuWrAf6ybbsHPEZ { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:41.625rem;overflow:hidden;display:block; }
#ovpL9NCTrAhHAOrNQNVPdRRkTbnW9bpA { color:#481b6b;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.9375rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#U1f0VXng4m1LTtPkC8Q1kOEpMVOw21GB { color:rgba(var(--color-primary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.25rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#uGbpdTXJ9KR784lehGJ5ivGHtFlzzi4K { color:#009245;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:4.6875rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#xxzONJJdk0quw4i0HWVI9hZUbvW6spTV { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.34375rem;left:23.84375rem;height:;display:block; }#xxzONJJdk0quw4i0HWVI9hZUbvW6spTV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xxzONJJdk0quw4i0HWVI9hZUbvW6spTV li:before{  }
#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK { position:relative;display:block; }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK { background-color: transparent; background-image: none; }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK > .row .container > .video-iframe-container { display: none; }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK > .row > .video-iframe-container { display: none; }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK > .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); }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK { border-width: 0; border-radius: 0; }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wVSEoGiF6lJnQkCThchDKvMpZT6PIto4 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:17.4375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#TTlswAqLTb9MVC6XliO2WQfJU1tN6hsy { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8da22e6d-9349-41ce-ae9e-c0b499360769/PIEZASNAVIDAD_PROMPOST46.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:13.875rem;top:0.0625rem;left:7.5rem;display:block; }#TTlswAqLTb9MVC6XliO2WQfJU1tN6hsy.adaptive-delivery-prevent-bg, #TTlswAqLTb9MVC6XliO2WQfJU1tN6hsy.lazyload, #TTlswAqLTb9MVC6XliO2WQfJU1tN6hsy.lazyloading { background-image: none; }
#rr9FChVU4EQUTSo7pr1UklLhScNLCC3R { color:#9966cc;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.6875rem;height:2.4375rem;font-style:normal;display:block; }
#U1X4tCnMCxtoF9zyrqNpDSJBZ4ums7ev { color:#212121;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.6875rem;height:1.25rem;display:block; }
#FvaeVfffyJ2Qn6NThmxtJJ8MDCDB0TWL { position:absolute;display:block;z-index:15077;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:5.71875rem;left:23.75rem;display:block; }
#dwQ5SXs6oJeIQ8qpHsTs2bqMRl7N4ui1 { position:absolute;display:block;z-index:15055;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:13.875rem;top:0.0625rem;left:53.625rem;display:block; }
#Ti6KGWnzUc1WpFv50yOeGNhnKp652gLK { background-color:#9966cc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:9.75rem;left:54.9375rem;display:block; }
#pNck2rVHrgT0TcDS7hAFfbIWaDUmBkAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QDF7c96nmz6Q8TztJKzbTqo9A4MNbTaF { color:#9966cc;display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15072;line-height:.8;letter-spacing:0;top:4.625rem;left:56.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evbCaqPOd2CvJVixhcrCzNN7dFwTKX9g { color:#9966cc;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:7.6875rem;left:57.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#EdC6117ZkP9D3maknnuDf3w6pWtgn6Ck { color:#9966cc;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:4.6875rem;left:55.75rem;height:1.9375rem;display:block; }
#yEeEgCCdffyNmTkAAaT5Heq0uVdL0XWD { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:49.0625rem;overflow:hidden;display:block; }
#KbZFTIn2XSmUysNNgO7MT2TeLbPQpeDr { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:47.125rem;overflow:hidden;display:block; }
#rT7vUlBhHmD8a5cnwFaClfXI4FKXvhyO { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:45.3125rem;overflow:hidden;display:block; }
#btxH8iEzccaUWEXPasr0iEFq056Mv7TD { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:43.375rem;overflow:hidden;display:block; }
#Ad22ykgZQt5PwZkB4hTc8syzqiJytoTH { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:41.625rem;overflow:hidden;display:block; }
#r13bo4PKyHSkUDl57AE3ZTDRdz8oPARG { color:#481b6b;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.9375rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#Js12GqM0K47CyyfbDBLE375Q9StH2FUn { color:rgba(var(--color-primary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.25rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#TseKgafXendJ81rEHFKZVXvVZfm7IeGo { color:#9966cc;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:4.6875rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#aIlnW2N5ow1uWvt1eW979mtcECJNycB6 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.34375rem;left:23.84375rem;height:;display:block; }#aIlnW2N5ow1uWvt1eW979mtcECJNycB6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aIlnW2N5ow1uWvt1eW979mtcECJNycB6 li:before{  }
#rEfXUF334foCLhs5ElaPlKqMkrTwGyon { position:relative;display:block; }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon { background-color: transparent; background-image: none; }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon > .row .container > .video-iframe-container { display: none; }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon > .row > .video-iframe-container { display: none; }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon > .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); }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon { border-width: 0; border-radius: 0; }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hqvMQS9BfEZlZtSFxWXLQ8blc7T4NAc8 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:17.5625rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#eZ3ZAEXdc5cB0KyFhp1UwqzCvUTIOCfO { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e6029aac-fad0-414f-aa0c-0552d525ecaa/PIEZASNAVIDAD_PROMPOST48.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:13.875rem;top:-0.0625rem;left:7.5rem;display:block; }#eZ3ZAEXdc5cB0KyFhp1UwqzCvUTIOCfO.adaptive-delivery-prevent-bg, #eZ3ZAEXdc5cB0KyFhp1UwqzCvUTIOCfO.lazyload, #eZ3ZAEXdc5cB0KyFhp1UwqzCvUTIOCfO.lazyloading { background-image: none; }
#Po0Pz2icFHQA996UnSfA62IWtlq8zSoq { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:4rem;left:23.75rem;height:1.25rem;display:block; }
#lWAw6eSEJJG0dvlKPJ04UemV4ViwOZ8z { position:absolute;display:block;z-index:15077;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:5.71875rem;left:23.75rem;display:block; }
#VP8aBlRVZx18ttD1lB66ITBHK3PTaMNM { position:absolute;display:block;z-index:15055;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:13.875rem;top:0.0625rem;left:53.625rem;display:block; }
#fh03sf80Era7aiuXa9JxOqhNLKM1ZK7o { background-color:#059ff5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:9.75rem;left:54.9375rem;display:block; }
#JMZRNJzPRKGCpxRJRPuACNZfl9pM9PJt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ukB66NGLT0XsdJ97kC3CEdFxV8Lrn9qh { color:#059ff5;display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15072;line-height:.8;letter-spacing:0;top:4.625rem;left:56.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z4iZXWsFmpw6TmPnX4JcbGH0HeIXDXIF { color:#059ff5;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:7.6875rem;left:57.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#H8puRTFBIPkdJWUKH5arbT8TuUNaN0Bh { color:#059ff5;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:4.6875rem;left:55.75rem;height:1.9375rem;display:block; }
#yyFyuIsh0Qwyg6zpgGZPml4I1xaw7ce3 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:49.0625rem;overflow:hidden;display:block; }
#XQzwGV9aQi6abxHwcsuhZEVZ9wlHFrAP { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:47.125rem;overflow:hidden;display:block; }
#orqybshDqm27sZukmyPLFgTu44WGUCA4 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:45.3125rem;overflow:hidden;display:block; }
#fG8nzLtb8KsmKSwDrxtvII5xm4SoykHW { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:43.375rem;overflow:hidden;display:block; }
#RtnT3qi2zGQ3gwEo9ctQ6rLVQB3aBP57 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:41.625rem;overflow:hidden;display:block; }
#cRsC2BtK12cXclLgasbTRf6yaAClLtRq { color:#481b6b;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.9375rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#mQgKIEciT9g7oTGbnABfOEh5Q4GzbkJy { color:rgba(var(--color-primary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.25rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#ckTmq69mTTqTBz7DUPr5vqxCg6IFsbS4 { color:#059ff5;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:4.6875rem;left:63.875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#Gnun2DsafIEgqC7wyF6xnuitnqKgKQbH { color:rgba(var(--color-tertiary-3),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.03125rem;left:23.9375rem;height:;display:block; }#Gnun2DsafIEgqC7wyF6xnuitnqKgKQbH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gnun2DsafIEgqC7wyF6xnuitnqKgKQbH li:before{  }
#pWCe1CBhl2AiTEM19rUDU21RL0xahu2u { color:rgba(var(--color-primary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.625rem;left:23.75rem;height:2.4375rem;font-style:normal;display:block; }
#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl { position:relative;display:block; }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl { background-color: transparent; background-image: none; }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl > .row .container > .video-iframe-container { display: none; }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl > .row > .video-iframe-container { display: none; }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl > .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); }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl { border-width: 0; border-radius: 0; }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EZI1TF5STDy9uDQDwauE6PfyCZLvdTXO { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:17.4375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#bvsFIy370XAAyWMsKlMhnHDJp1m8TS12 { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bf63d602-5c21-4128-95cf-03334d0dffd5/PIEZASNAVIDAD_PROMPOST45.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:13.875rem;top:0.0625rem;left:7.5rem;display:block; }#bvsFIy370XAAyWMsKlMhnHDJp1m8TS12.adaptive-delivery-prevent-bg, #bvsFIy370XAAyWMsKlMhnHDJp1m8TS12.lazyload, #bvsFIy370XAAyWMsKlMhnHDJp1m8TS12.lazyloading { background-image: none; }
#m5lzrepRoDKqQ7JTSoorMtG9Nc0qOMi7 { color:#9966cc;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.6875rem;height:2.4375rem;font-style:normal;display:block; }
#tKyRWBux6TwoTSFK3cVisnGLO1L4g9nK { color:#212121;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.6875rem;height:1.25rem;display:block; }
#GEhOyM4uO1mSJWVz5qsdrzgdmy7J25Gn { position:absolute;display:block;z-index:15077;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:5.71875rem;left:23.75rem;display:block; }
#IznsmNwKXoDiblSw7aDzK8LN0qboKQgM { position:absolute;display:block;z-index:15055;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:13.875rem;top:0.0625rem;left:53.625rem;display:block; }
#RErQmP0UTJFlI18BPUnPH82PtGfTs6KA { background-color:#9966cc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:9.75rem;left:54.9375rem;display:block; }
#foz5FprRGcwf8hK61Vg01aa05WOdXTSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdpPo4w0JxMorGq1GEmNqeThHluDEF4p { color:#9966cc;display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15072;line-height:.8;letter-spacing:0;top:4.625rem;left:56.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZMEwKTZRL0qFi42fg9vZNyo5TvNSgwR { color:#9966cc;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:7.6875rem;left:57.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#lkvbdaJHZc2nR6cfSUklulF3C3n3UWzT { color:#9966cc;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:4.6875rem;left:55.75rem;height:1.9375rem;display:block; }
#qcAQpnvgWvZRiEHMAgsKrhR2546RtyV9 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:49.0625rem;overflow:hidden;display:block; }
#sak7V9RtTfuWUdyO1Vz3cmuG6TbA4k3i { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:47.125rem;overflow:hidden;display:block; }
#ds840U6xXeDoo94nLc5VJs7MtwUueRAA { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:45.3125rem;overflow:hidden;display:block; }
#lJWZ0woXi7tS6DtOaRme5AdqtKWm9QAL { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:43.375rem;overflow:hidden;display:block; }
#vpRtAQSy8s190JmGxBtuyyO0lfXUQ3gc { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:41.625rem;overflow:hidden;display:block; }
#KrV90WWM0i6qxmOPpRrUSdQEAm26ToKJ { color:#481b6b;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.9375rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#s9fyIzIKud8TSkMur90gaARz5QXlMg3I { color:rgba(var(--color-primary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.25rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#z12koirRbZLB46OTGcqf8tFP89bD0pWc { color:#9966cc;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:4.6875rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#NFNKQ5B0qsRXVo9rFQCeQeANBlMcaQZe { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.34375rem;left:23.84375rem;height:;display:block; }#NFNKQ5B0qsRXVo9rFQCeQeANBlMcaQZe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NFNKQ5B0qsRXVo9rFQCeQeANBlMcaQZe li:before{  }
#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em { position:relative;display:block; }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em { background-color: transparent; background-image: none; }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em > .row .container > .video-iframe-container { display: none; }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em > .row > .video-iframe-container { display: none; }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em > .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); }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em { border-width: 0; border-radius: 0; }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cMUJ2xJDXezzTT1MHCqBWyRiIlaSRJVT { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:17.4375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#TdPEzPAvaF2kSmCSZIFXtqebrx731PK3 { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49097d52-c7af-4a37-9a61-6078ba4ce0b7/PIEZASNAVIDAD_PROMPOST44.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:13.875rem;top:0.0625rem;left:7.5rem;display:block; }#TdPEzPAvaF2kSmCSZIFXtqebrx731PK3.adaptive-delivery-prevent-bg, #TdPEzPAvaF2kSmCSZIFXtqebrx731PK3.lazyload, #TdPEzPAvaF2kSmCSZIFXtqebrx731PK3.lazyloading { background-image: none; }
#Z1mUNT9f4b4xah3CHyMzJ28adW0f0k7y { color:#9966cc;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.6875rem;height:2.4375rem;font-style:normal;display:block; }
#rsOyAqLZeBha5wnNRy7yNwWprN4gMnVT { color:#212121;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.6875rem;height:1.25rem;display:block; }
#oysSB8a5URbov7efrKHJ5Hy9WqF9hrL8 { position:absolute;display:block;z-index:15077;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:5.71875rem;left:23.75rem;display:block; }
#AmWCnXRuQByxhXdtdU5u5668byxSyJKi { position:absolute;display:block;z-index:15055;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:13.875rem;top:0.0625rem;left:53.625rem;display:block; }
#VPCTFJy7GKKVkZpyfJRRtK7CxBfzi8iz { background-color:#9966cc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:9.75rem;left:54.9375rem;display:block; }
#aRCeeiE361FE9wnnL5gOruRNThZ3p1Ek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PKgMs1mHqQazV0JydSKqlaVDk0wamVdu { color:#9966cc;display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15072;line-height:.8;letter-spacing:0;top:4.625rem;left:56.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6HaGLtRTq0qLdstJJIGhUIEIgbwp1gK { color:#9966cc;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:7.6875rem;left:57.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#A2JDQqKUokAl6khp7x1ShkMkOrbHdn6f { color:#9966cc;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:4.6875rem;left:55.75rem;height:1.9375rem;display:block; }
#T9hSttzKVaLRy90B0yKJ7CUicu3q0TDU { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:49.0625rem;overflow:hidden;display:block; }
#oUm2rB75ZdTAAByfb8132M6KNBTuZLqq { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:47.125rem;overflow:hidden;display:block; }
#Gk3xw0u3PleVDX8rqI4yFm2214vATxM6 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:45.3125rem;overflow:hidden;display:block; }
#rFLq3qbfhDokr1T10Ap4XlZTdTWh9FyK { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:43.375rem;overflow:hidden;display:block; }
#wxULalQ8KalmRIDSQTvMy0oaTf6f7cdA { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:41.625rem;overflow:hidden;display:block; }
#eECilPMDcIJL8NeCxFoyv1fN8T2mzm4d { color:#481b6b;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.9375rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#JTK2LepZOOKutOAHwExKIykl89LeUelV { color:rgba(var(--color-primary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.25rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#pUC9qDaJSpGGiDhhIGalyOMbiDcSLLOM { color:#9966cc;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:4.6875rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#GHMxnWsxs0z3HNOeAIc6P74fFOI3Er58 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.34375rem;left:23.84375rem;height:;display:block; }#GHMxnWsxs0z3HNOeAIc6P74fFOI3Er58 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GHMxnWsxs0z3HNOeAIc6P74fFOI3Er58 li:before{  }
#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 { position:relative;display:block; }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 { background-color: transparent; background-image: none; }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 > .row .container > .video-iframe-container { display: none; }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 > .row > .video-iframe-container { display: none; }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 > .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); }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 { border-width: 0; border-radius: 0; }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XQq1IQkENHMNGXGnc7SW1hMfslabkcK0 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:17.4375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#tp7JXy2J9HE1TZ5PKt7uP1M310yUkm8r { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/47dda766-3bbc-45cc-918f-29a26d24d1b4/PIEZASNAVIDAD_PROMPOST43.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:13.875rem;top:0.0625rem;left:7.5rem;display:block; }#tp7JXy2J9HE1TZ5PKt7uP1M310yUkm8r.adaptive-delivery-prevent-bg, #tp7JXy2J9HE1TZ5PKt7uP1M310yUkm8r.lazyload, #tp7JXy2J9HE1TZ5PKt7uP1M310yUkm8r.lazyloading { background-image: none; }
#bPmEzJRQoqbeDRe5LXTlBXmixfUPLn14 { color:#481b6b;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.6875rem;height:2.4375rem;font-style:normal;display:block; }
#lTxsasDIi5E2LUmkibQXESNfPXQAWmN9 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.6875rem;height:1.25rem;display:block; }
#RHxX6zG3kILTfDubEe6Fcohs4ysd1K3E { position:absolute;display:block;z-index:15077;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:5.71875rem;left:23.75rem;display:block; }
#UAF76OykQb5oLeyUuhkoXC5tbc1me3IK { position:absolute;display:block;z-index:15055;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:13.875rem;top:0.0625rem;left:53.625rem;display:block; }
#BcbUUmVa3Zm7ERyyvwSysShfLgVieKNk { background-color:#481b6b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:9.75rem;left:54.9375rem;display:block; }
#pgyzmbIms0tpkq42a1fTVtxZJVoPi4CO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FSGPb3OS7FLHXVcAspuVkzdXuNvqdfao { color:#481b6b;display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15072;line-height:.8;letter-spacing:0;top:4.625rem;left:56.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ku0EV4kehByuupvpzK42TygxUTBk9Dwy { color:#481b6b;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:7.6875rem;left:57.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#LHUdQdB96geDAgbCKkKRb84MoP3AnXac { color:#481b6b;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:4.6875rem;left:55.75rem;height:1.9375rem;display:block; }
#mTMfSd3XUZbSZ0LTPfgqtozHcVbA564O { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:49.0625rem;overflow:hidden;display:block; }
#My9RwxT0Q3rR8A8AarU4VUtlImDdaEcX { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:47.125rem;overflow:hidden;display:block; }
#VyJQT5yH8h9qyAyf4OTndy3aMzbkdSW2 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:45.3125rem;overflow:hidden;display:block; }
#KHe8GrK6qSMdIcB26LV01zD9Q5UEcJuf { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:43.375rem;overflow:hidden;display:block; }
#U7atNZ8UG24VqhMpHHDNHpwXTTurrq3r { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:41.625rem;overflow:hidden;display:block; }
#c9QSoW7pc7FR1w5WLcSrfX5a34PZlIR9 { color:#481b6b;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.9375rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#hFxXrLf5yXDnaVXEWwIN7VvogXV33mda { color:rgba(var(--color-primary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.25rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#NMs0dNpqAvLOAF3gDT2whVZBrE7GX209 { color:#481b6b;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:4.6875rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#JiGsWaRGm3qOxzyRwzsrOPAAxmWO0cWq { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.1875rem;left:23.84375rem;height:;display:block; }#JiGsWaRGm3qOxzyRwzsrOPAAxmWO0cWq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JiGsWaRGm3qOxzyRwzsrOPAAxmWO0cWq li:before{  }
#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 { position:relative;display:block; }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 { background-color: transparent; background-image: none; }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 > .row .container > .video-iframe-container { display: none; }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 > .row > .video-iframe-container { display: none; }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 > .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); }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 { border-width: 0; border-radius: 0; }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VSZVoIKLQf112MEE2MXwFELmhDAxSa02 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:17.4375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#HRKsMhm67H6rgb5TyKyLS9vP1rqMgfwd { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5c9adb2d-cbf4-40db-8333-bf0f3b7aa138/PIEZASNAVIDAD_PROMPOST39.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:13.875rem;top:0.0625rem;left:7.5rem;display:block; }#HRKsMhm67H6rgb5TyKyLS9vP1rqMgfwd.adaptive-delivery-prevent-bg, #HRKsMhm67H6rgb5TyKyLS9vP1rqMgfwd.lazyload, #HRKsMhm67H6rgb5TyKyLS9vP1rqMgfwd.lazyloading { background-image: none; }
#K80cB2BrV3IbOgludVTJH9eJTli2cJn2 { color:#cb0d0d;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.6875rem;height:2.4375rem;font-style:normal;display:block; }
#HKyEnckXHLTKWruN2q11Uwh1S61UqRUE { color:#212121;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.6875rem;height:1.25rem;display:block; }
#pOanvzhXH756xy8vBkvi93F1Z6pxPdTl { position:absolute;display:block;z-index:15077;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:5.71875rem;left:23.75rem;display:block; }
#S1lOSSncCw49UlnV1A2mip19GqR4TqBB { position:absolute;display:block;z-index:15055;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:13.875rem;top:0.0625rem;left:53.625rem;display:block; }
#lXkcVNLBkFyDJnk3o5WC8LT0zt6689H2 { background-color:#cb0d0d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:9.75rem;left:54.9375rem;display:block; }
#e2NRCPmhKeG8IbEytBzOnSsFtLc5fsmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTTMD77siMKMVTgSZT2XdGD0UNdUu3rz { color:#cb0d0d;display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15072;line-height:.8;letter-spacing:0;top:4.625rem;left:56.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsHmsVB5O5xXFH6xQtbDy8Pkcbt4THMP { color:#cb0d0d;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:7.6875rem;left:57.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#oTiMr1gdcz4ZHlq1rEGt3ugxls51st7H { color:#cb0d0d;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:4.6875rem;left:55.75rem;height:1.9375rem;display:block; }
#ocMHTXDq1TAkt9ULK8aloZ7LhTTJhDV1 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:49.0625rem;overflow:hidden;display:block; }
#Jomq3opg6L1qJDrG9JSigT1eSSOI6oAn { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:47.125rem;overflow:hidden;display:block; }
#oTHSX00FLmH2TZx6GQNysiqXb5T7ZPCA { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:45.3125rem;overflow:hidden;display:block; }
#LnKkwTTDJVstFt5TalT3yw1QGpwIM3gv { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:43.375rem;overflow:hidden;display:block; }
#bOI5M9gU3ipasMV4KDsXapS9H2blVPtB { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:41.625rem;overflow:hidden;display:block; }
#RXcONSrmbLdNqNarCq1SWdOJF8d1WvBN { color:#481b6b;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.9375rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#ER99rlKqz0aNiW4MDoMLzTT67PRpGzDa { color:rgba(var(--color-primary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.25rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#uGX60h1g3UaSfhC1klso36V9CZZAqBoy { color:#cb0d0d;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:4.6875rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#TuuA1hN0KTVLawPBMtkWurbOyfdLiQxR { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7.625rem;left:23.84375rem;height:7.375rem;display:block; }#TuuA1hN0KTVLawPBMtkWurbOyfdLiQxR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TuuA1hN0KTVLawPBMtkWurbOyfdLiQxR li:before{  }
#TyyQfT247XeoPfEoSlX9ETziwl8BDSik { position:relative;display:block; }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik { background-color: transparent; background-image: none; }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik > .row .container > .video-iframe-container { display: none; }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik > .row > .video-iframe-container { display: none; }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik > .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); }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik { border-width: 0; border-radius: 0; }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F2Ei8eOKASsTiZ96JZSOeovFSslGnF32 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:17.4375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#SRuutvQnt2fHt31T75eMHp9eulAVedt8 { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2a25cf47-c172-4bde-a43f-18f1888723a8/PIEZASNAVIDAD_PROMPOST41.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:13.875rem;top:0.0625rem;left:7.5rem;display:block; }#SRuutvQnt2fHt31T75eMHp9eulAVedt8.adaptive-delivery-prevent-bg, #SRuutvQnt2fHt31T75eMHp9eulAVedt8.lazyload, #SRuutvQnt2fHt31T75eMHp9eulAVedt8.lazyloading { background-image: none; }
#JrM8tF9Papwndq3MlQwiarJsLxRnvVnT { color:#0055a4;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.6875rem;height:2.4375rem;font-style:normal;display:block; }
#KDMFAuFZKmSqOr3GT6hF6K9KDrplTAbI { color:#212121;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.6875rem;height:1.25rem;display:block; }
#TPCTyNAJf3pqexwITdJBaqlE4isZmzbO { position:absolute;display:block;z-index:15077;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:5.71875rem;left:23.75rem;display:block; }
#o2CcbuSVxJfRroEJ8T89dXJUJOWRwNTB { position:absolute;display:block;z-index:15055;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:13.875rem;top:0rem;left:53.6875rem;display:block; }
#xvy0Tl2skZ64zqWGPPPCtTHeOM6cCUMF { background-color:#0055a4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:9.75rem;left:54.9375rem;display:block; }
#sZ1DTZJLK6UCOnrAX56vt2rn5ZVTf3mD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txVJ7CtZzh0vXXe9hO1MxxTV2T76TGas { color:#0055a4;display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15072;line-height:.8;letter-spacing:0;top:4.625rem;left:56.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgFrDudgDIu76cbKAePzUKDg5Ma4tKH2 { color:#0055a4;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:7.6875rem;left:57.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#w6fDQrGkxENTSLTNP2pLTmTJQ6V8qVX3 { color:#0055a4;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:4.6875rem;left:55.75rem;height:1.9375rem;display:block; }
#OHKPMxUfTfCuPXToyFZkX2TeR5aeiDDy { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:49.0625rem;overflow:hidden;display:block; }
#Qov8ZBDlkPx5t5xP40GPGFB0TmpJudFt { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:47.125rem;overflow:hidden;display:block; }
#eLKFDWLpzHZsQHFSCAZvo7E4CXSnRQST { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:45.3125rem;overflow:hidden;display:block; }
#vPJD3iMu4Eqo7xRTkT3SfVNk89fW0pTt { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:43.375rem;overflow:hidden;display:block; }
#h7d2SkCAkrDhR98OOL7IMLUFRUTfRG8T { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:41.625rem;overflow:hidden;display:block; }
#RT2m8l4OJgofQvqno7TTZKaCPbkHSoKu { color:#0055a4;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:4.6875rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#uIFSglvKfI5uDhbw6vtNfDFMFwzEq9Zn { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7.625rem;left:23.84375rem;height:7.375rem;display:block; }#uIFSglvKfI5uDhbw6vtNfDFMFwzEq9Zn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uIFSglvKfI5uDhbw6vtNfDFMFwzEq9Zn li:before{  }
#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq { position:relative;display:block; }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq { background-color: transparent; background-image: none; }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq > .row .container > .video-iframe-container { display: none; }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq > .row > .video-iframe-container { display: none; }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq > .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); }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq { border-width: 0; border-radius: 0; }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#byrZMhtc9GE3ksoGGXZvaUewhpx6M1SP { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:17.4375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#quIOS8KWtV5gSshEIUH0TAm0v3DRoG1o { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2a25cf47-c172-4bde-a43f-18f1888723a8/PIEZASNAVIDAD_PROMPOST41.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:13.875rem;top:0.0625rem;left:7.5rem;display:block; }#quIOS8KWtV5gSshEIUH0TAm0v3DRoG1o.adaptive-delivery-prevent-bg, #quIOS8KWtV5gSshEIUH0TAm0v3DRoG1o.lazyload, #quIOS8KWtV5gSshEIUH0TAm0v3DRoG1o.lazyloading { background-image: none; }
#xTuZgxUl8nU4rhKTrIwvx8ifNpKdTEqq { color:#ff6633;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.6875rem;height:2.4375rem;font-style:normal;display:block; }
#SSRhLCPDa99Zs8LGrpNlUR2Xfmyf8kVp { color:#212121;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.6875rem;height:1.25rem;display:block; }
#UgphPeTmpc818FlVXN1LHyqlWknFsEBq { position:absolute;display:block;z-index:15077;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:27.5rem;top:5.71875rem;left:23.75rem;display:block; }
#wfkLwQ44n6xEnGkRtXKJXgda9tT8kcIc { position:absolute;display:block;z-index:15055;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:13.875rem;top:0rem;left:53.6875rem;display:block; }
#iyr9OCuNQpz0tBWXQgt7SV5mhV7h7cpd { background-color:#ff6633;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:9.75rem;left:54.9375rem;display:block; }
#gGKQxAOmDKZy8MfwOTelbTizZJeMZWvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5M2gzKAMb0x2WugPQJtUeNT19d1exek { color:#ff6633;display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15072;line-height:.8;letter-spacing:0;top:4.625rem;left:56.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i7Cz0EquHQbAkeIXAMdeWAr53cGCZDwi { color:#ff6633;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:7.6875rem;left:57.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#MAF88ik6PbJeWW380BAsBrEUZLllHVXm { color:#ff6633;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:4.6875rem;left:55.75rem;height:1.9375rem;display:block; }
#uddCiEFZBZtufbQK6Wb438mrFoa7eElJ { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:49.0625rem;overflow:hidden;display:block; }
#QqkVfTF9ft6lzl8s6PZldSrDLdeVFLw1 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:47.125rem;overflow:hidden;display:block; }
#f3ilX0pP4eIs3cWJHUxn3rgWu8aapLUH { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:45.3125rem;overflow:hidden;display:block; }
#lVh9yLBxpzLTRneVCv5qwqPE6m9RWQWI { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:43.375rem;overflow:hidden;display:block; }
#VrdSi7vld9CVi6IrGmxA9lVDNWEGD2z8 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:2.75rem;left:41.625rem;overflow:hidden;display:block; }
#UM7FNNUVVqoqwGx90wrxWoI0kRRN6KbO { color:#ff6633;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:4.6875rem;left:63.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#fGerTzH99bpcvIPakoiqiPX2ighdBKW3 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7.625rem;left:23.84375rem;height:;display:block; }#fGerTzH99bpcvIPakoiqiPX2ighdBKW3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fGerTzH99bpcvIPakoiqiPX2ighdBKW3 li:before{  }
#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { background-color: transparent; background-image: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .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); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { border-width: 0; border-radius: 0; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.8114128112794rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHfqEHJxmX4MENQ6rzhLngQXTNN3vQIc { box-sizing:content-box;height:3.87478125rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.686738014221rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GMkTCl0OWHnWVtIT8dwTwzqCO8Zx3tVG { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.526582717896rem;left:14.21603679657rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container { background-color: transparent; background-image: none; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container > .video-iframe-container { display: none; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row > .video-iframe-container { display: none; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .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); }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container { border-width: 0; border-radius: 0; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#oH3K20JpGu3AEHJ6TLkmI05bgvUZUMTZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:1.4984951019287rem;left:21.780599594116rem;overflow:hidden;display:block; }
#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR > .row .container { background-color: transparent; background-image: none; }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR > .row .container > .video-iframe-container { display: none; }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR > .row > .video-iframe-container { display: none; }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR > .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); }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR > .row .container { border-width: 0; border-radius: 0; }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#grL6TKHKW9b4vixUfBGpe88Za3855GE0 { box-sizing:content-box;height:3.875rem;width:37.625rem;position:absolute;display:block;z-index:15002;background-color:#009245;background-image:none;top:3.6458339691162rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FrQZq3rKIZ2q2Vp8ERqvZUZ2hGoEwoQy { box-sizing:content-box;height:3.87478125rem;width:37.6248125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:3.6452922821045rem;left:37.374676704407rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TelTtfO95FAqyt2AMIdslWyT2awvE9dL { color:rgba(var(--color-tertiary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.4862213134766rem;left:0rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#snEABLonl7ZqDCEuUpAL19Xrxtt7KCqp { color:rgba(var(--color-tertiary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.4862213134766rem;left:37.500000953674rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Aut3mhTLGvcd92pE4tT02XhwHXkCwqQ5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:31.625rem;top:8.6528873443606rem;left:2.9367408752441rem;overflow:hidden;display:block; }
#WgKCAaaKsIoq58D94U87h4kHNhd219uQ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:8.841148376465rem;left:40.625005722046rem;overflow:hidden;display:block; }
#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS > .row .container { background-color: transparent; background-image: none; }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS > .row .container > .video-iframe-container { display: none; }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS > .row > .video-iframe-container { display: none; }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS > .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); }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS > .row .container { border-width: 0; border-radius: 0; }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#RocAS7vQDyXUQvO29lNZ8JMnZI8HLVnX { box-sizing:content-box;height:3.875rem;width:37.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:11.0625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#q9h8QDt43JbL4C170KUEkVGn4rFIOCwN { box-sizing:content-box;height:3.87478125rem;width:37.6248125rem;position:absolute;display:block;z-index:15003;background-color:#cc0033;background-image:none;top:11.0625rem;left:37.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yCpMgVsd9wG0QyZIlc5R567447cSCbRs { color:rgba(var(--color-tertiary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A5Ou6TMJ95lB3FuTBbfd2CyDxD0J5ITP { color:rgba(var(--color-tertiary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.9375rem;left:37.5rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GZ5kN9zFxHfI45FLWF07D0d4zOkA9G37 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:31.4375rem;top:15.74755859375rem;left:2.875rem;overflow:hidden;display:block; }
#HQTx0qJPZaceA5Exh4BKqq7R3RlraCWT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:31.4375rem;top:15.71728515625rem;left:40.43798828125rem;overflow:hidden;display:block; }
#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .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); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { border-width: 0; border-radius: 0; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#OdgS06yVTlObOG51X69U5mbGBzAyJKCE { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg > .row .container { background-color: transparent; background-image: none; }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg > .row .container > .video-iframe-container { display: none; }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg > .row > .video-iframe-container { display: none; }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg > .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); }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg > .row .container { border-width: 0; border-radius: 0; }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#q8MDfd2n5lCRnXOKGEBQHvhINqb4Togz { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbD2CXHTmVHZaNHyITHuSuUzTxImgGke { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.8114128112794rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w89QTDS5G9o295wxpXALkf9KmTUhtDB4 { box-sizing:content-box;height:3.87478125rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.686738014221rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#egfSV1VmCJMemhwssu4165vKNTuVrVR4 { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.526582717896rem;left:14.21603679657rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aVrNMLULVcLFsDcFleN5NPks6PBMQIae { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:24.5625rem;top:16.43505859375rem;left:0rem;overflow:hidden;display:block; }
#HlFOTHACyTtqTmdcBxcuqdpXqS7WfJ9i { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:24.625rem;top:16.43505859375rem;left:25.125rem;overflow:hidden;display:block; }
#T5xLpsA3TklS8TEMTSA09guX4nTLE7Jl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:24.5625rem;top:16.43505859375rem;left:50.4375rem;overflow:hidden;display:block; }
#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { background-color: transparent; background-image: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .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); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { border-width: 0; border-radius: 0; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { position:relative;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { background-color: transparent; background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .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); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { border-width: 0; border-radius: 0; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/feb3a389-cb4f-43cc-a85d-17c86cde84ae/TAW_2908min.JPG");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:35rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container.adaptive-delivery-prevent-bg, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container.lazyload, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container.lazyloading { background-image: none; }#eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { color:rgba(var(--color-primary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.625rem;left:0.0625rem;height:2.5625rem;font-style:normal;display:block; }
#UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { color:rgba(var(--color-primary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:9rem;left:0.0625rem;height:5.0625rem;font-style:normal;display:block; }
#df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:18.625rem;top:14.6875rem;left:28.375rem;display:block; }
#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:16.5rem;left:30.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
#KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { color:rgba(var(--color-primary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:15.3125rem;left:4.3125rem;height:3.375rem;font-style:normal;display:block; }
#JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.25rem;width:3.25rem;top:15.3125rem;left:0rem;display:block; }
#lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { color:rgba(var(--color-primary-4),1);display:block;width:1rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:16.162109375rem;left:1.1750001907349rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { color:rgba(var(--color-primary-4),1);display:block;width:17.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:19.859498023987rem;left:4.3120660781861rem;height:5.0625rem;font-style:normal;display:block; }
#g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.25rem;width:3.25rem;top:20.5625rem;left:0rem;display:block; }
#sxImpyTKTMReEDTRMc281CPFkPHQhPkS { color:rgba(var(--color-primary-4),1);display:block;width:1rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:21.400390625rem;left:1.1875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPhBcfd7KMPwazvkzMs0TxXywsq01mO2 { color:rgba(var(--color-primary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:26.25rem;left:4.3125rem;height:5.0625rem;font-style:normal;display:block; }
#DDomTr7JSwbKoR3Qo6a63trnaqWwaoTe { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.25rem;width:3.25rem;top:26.25rem;left:0rem;display:block; }
#zU5BgCryDIfVKJ6omPk0mB4O5i5KJelF { color:rgba(var(--color-primary-4),1);display:block;width:1.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:27.087890625rem;left:1.15625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:#f7f4f2;background-image:none;top:0rem;left:0rem;display:block; }
#qo1xxZBV0WKTbei3sfQPi7cQ3RIASTn4 { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:15003;background-color:#f7f4f2;background-image:none;top:0rem;left:-2.65625rem;display:block; }
#yoGaPMUAZ0NHF7B2vIOi4CG0T4q4T0So { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.25rem;width:3.25rem;top:15.32421875rem;left:0rem;display:block; }
#dMG204bxROOCXi2eZccoDtqTn33sP79S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dMG204bxROOCXi2eZccoDtqTn33sP79S > .row .container { background-color: transparent; background-image: none; }#dMG204bxROOCXi2eZccoDtqTn33sP79S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMG204bxROOCXi2eZccoDtqTn33sP79S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMG204bxROOCXi2eZccoDtqTn33sP79S > .row .container > .video-iframe-container { display: none; }#dMG204bxROOCXi2eZccoDtqTn33sP79S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMG204bxROOCXi2eZccoDtqTn33sP79S > .row > .video-iframe-container { display: none; }#dMG204bxROOCXi2eZccoDtqTn33sP79S > .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); }#dMG204bxROOCXi2eZccoDtqTn33sP79S > .row .container { border-width: 0; border-radius: 0; }#dMG204bxROOCXi2eZccoDtqTn33sP79S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMG204bxROOCXi2eZccoDtqTn33sP79S > .row .container { font-size:0.875rem;font-family:neuton;height:71.75rem;width:75rem;position:relative;display:block; }#QqBBsM1ipvnfnCFyEbILLIw82R8DdScH { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:2.999267578125rem;left:18.905883789062rem;height:3.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QiKXitSTiE4oBns3vOXNPuXyVBH01hSn { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#b2b2b2;background-image:none;top:5rem;left:0rem;display:block; }
#DZfUOcJ6n0wEEWF5sTUkPqTtIFyEyaxw { box-sizing:content-box;height:49.875rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:8.75rem;left:37.372299173116rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oAUmciTMv6IWc1F5HpRc7TFFVkZcEPhS { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.4375rem;left:35.9375rem;display:block; }
#sZbve77vbAtP8Qrz6yxe0Jr7lvQ9P9na { box-sizing:content-box;height:3.375rem;width:36.3125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;top:2.93701171875rem;left:18.4375rem;display:block; }
#Tq7KIHcmPwMnrIQHSiLSdIMi7PN1ah5u { color:rgba(var(--color-tertiary-2),1);display:block;width:31.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.224365234375rem;left:2.63916015625rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#fI7Gea4plnvzOZI7fTPb9Nd3Tnr4Zi3c { color:rgba(var(--color-tertiary-2),1);display:block;width:31.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.0625rem;left:40.9375rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wKm82w12TZlZ2vFFuFl6gwP3ul19ytKP { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:17.25rem;left:35.9375rem;display:block; }
#q3qQ5wKqZDfVfn3rGXtZwAxsLuxe05Lt { color:rgba(var(--color-tertiary-2),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27.6875rem;left:4.9375rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#kKAJNutk618iMunG5923R6DsIei4fP76 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:25.875rem;left:35.9375rem;display:block; }
#AP1QE7Fud2l8AOnvh9HHcm6ByF5IPS7g { color:rgba(var(--color-tertiary-1),1);display:block;width:21.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.437255859375rem;left:12.413940429688rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#rG3B0upp65VbiISX7PAe7s4F4XKZQ6Td { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.25rem;left:40.9375rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rLVyDNBDE4u5Nn4Tg9XU764GgETrDI5H { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:25.875rem;left:14.5625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#dbMdbUUCRHyb1pLE1JQS5SlccmcrgTb6 { color:rgba(var(--color-primary-3),1);display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:36.4375rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MHi4hhxrrrIqgUfHwE6abmRNLfMW4SDw { color:rgba(var(--color-primary-3),1);display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.6875rem;left:36.4375rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#URNKqToxxP5a3RFSrHQv0DKhUpf0RScm { color:rgba(var(--color-primary-3),1);display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:26.25rem;left:36.4375rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Cy7UU3wfNsHOkciKAovNzZ9RUstUCdnu { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:34.125rem;left:35.9375rem;display:block; }
#yqVZeAp1A4GnSipaS21zbqn4JGur8cP7 { color:rgba(var(--color-primary-3),1);display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:34.671630859375rem;left:36.40625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zNrabRVTFrq27JdTv3nhsppif0QDrXTv { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:36.4375rem;left:40.9375rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OJoK5wIcA8MOItEZRPq3QqheUJeNKFfN { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:34.125rem;left:40.9375rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U4VycTC19VLDOLM0sygenJ7F9r4li7lV { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:42.6875rem;left:35.9375rem;display:block; }
#dyBg9qxCRvc8lPeIrWhzoGhVoBSTod0E { color:rgba(var(--color-primary-3),1);display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:43.25rem;left:36.4375rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WMnoVGqQKGD4gZza8UAFoAE50G0pBPUC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:42.6875rem;left:15.25rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#AswTeIIzZTcq1STLTkw0bZtHDHTwfiiq { color:rgba(var(--color-tertiary-2),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:44.6875rem;left:4.4375rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#G0umzIR5dc1CNTOrn9y8UM4tRpu3ESiA { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:51.0625rem;left:35.9375rem;display:block; }
#euQh2QbanEysEoXWqG6T9cdPt7apVhnJ { color:rgba(var(--color-primary-3),1);display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:51.625rem;left:36.4375rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UK8EAKG6MMzmibqV8c76vXoeC8DPDWuT { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:53.375rem;left:40.3125rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DGtKqoLFucvIEJZprQyGUPN6mDGZlLoE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:51.0625rem;left:40.3125rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bzygLIp69tOUB4ZRo3oVqKKIwK82Trrd { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:58.625rem;left:35.9375rem;display:block; }
#lApQTTtt0h8XwDa0E6JSmS1yXQLVC7pa { color:rgba(var(--color-primary-3),1);display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:59.1875rem;left:36.4375rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hRnOTZct0sNpanJIBR7WTlIiQ45b4OXT { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:58.625rem;left:15.125rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ayRln3L1XNX7kzNDIVHCoFOivNf80D5O { color:rgba(var(--color-tertiary-2),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:60.625rem;left:4.3125rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#gkqP2NeBsouRMzhf06XGTRCVLRk5622x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x > .row .container { background-color: transparent; background-image: none; }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x > .row .container > .video-iframe-container { display: none; }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x > .row > .video-iframe-container { display: none; }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x > .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); }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x > .row .container { border-width: 0; border-radius: 0; }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x > .row .container { font-size:0.875rem;font-family:arial;height:78.1875rem;width:75rem;position:relative;display:block; }#t4IJcW2owfLNPwRyW1X9e27z86gc2eCN { color:rgba(var(--color-primary-4),1);display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:7.1552734375rem;left:2.65625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgH5yFEP4GxJ2rRTEn7TQF531K0zVkm7 { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:12.875rem;left:3.6875rem;display:block; }
#KNz9wBXc7PuNniCy462ZIe75yHiw5F7c { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:12.625rem;left:7.125rem;height:3.5625rem;display:block; }
#doXkJ8Tn1o3zs9y1ixgmLLNlqdvSbzny { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:19.8125rem;left:3.75rem;display:block; }
#kkpoi1evzsDEpTT0n6iIs3DBNaGkyZ9g { color:rgba(var(--color-tertiary-4),1);display:block;width:14.124875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:20.75rem;left:7.1875rem;height:1.1875rem;display:block; }
#HxmVUQw57ZdCfQ5gE6OME3mCpMAxAVUD { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:26.875rem;left:3.375rem;display:block; }
#NcwgpOEZZcKOqmKa2efAFFfRoW4TM5U4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:26.625rem;left:6.8125rem;height:3.5625rem;display:block; }
#HaKGRVaEkI8thM8wQLfET1TEC6IWZrbl { color:#191857;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:7.1552734375rem;left:52.53125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BkgN1aIdIAXd08VZvBvE3ryHoNmC28GX { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:34.625rem;left:3.5rem;display:block; }
#wDa1bt3XDItqSo6bclfRyE9TzMtbOQgc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:34.3125rem;left:7.0625rem;height:3.5625rem;display:block; }
#oIUtGZ32XxaiTHoKmD3iECB0VioBXHxo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:12.625rem;left:57.4375rem;height:3.5625rem;display:block; }
#xTTkG97fLPosQ8SIHTINz4v0VkNRT6wd { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:20.1875rem;left:53.3125rem;display:block; }
#Qzrlxs9DJ1rF5re7xEKdFCkRp8b13MkQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:19.5rem;left:57.3125rem;height:3.5625rem;display:block; }
#XxAXTVGKWFnQM1wXuPT2RMzQe5MUsddf { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:27rem;left:53.375rem;display:block; }
#QequMVIHBbC7TvvA4PWTZKE0pu4R84fZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:20.8125rem;left:57.4375rem;height:0;display:block; }
#HnZsbkRawrpiktn129NbIfKTtdLC1w7k { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:26.6875rem;left:57.375rem;height:3.5625rem;display:block; }
#z5NhMphLyx37l60HukbnKNX6dbgJk4xe { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:41.625rem;left:3.75rem;display:block; }
#eI4AzCzqeGweTUa9xDJuKzuO3oT5qIcD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:41.9375rem;left:7.25rem;height:2.375rem;display:block; }
#UtSdrvtyKK8SeB0OdINDVGTt2UCUoSNR { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:71.9375rem;left:27.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#G6EISGICptZW7fLlf5cNN7KXta897PMi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:8.05517578125rem;left:28.125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PN7vOziy15V2PB4ZufXLdQPLbZQkkDDq { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.19) ;height:62.9375rem;width:20.4375rem;top:7.1552734375rem;left:27.2802734375rem;display:block; }
#SzzC62G1710Dv42TZHKbkXg0iuhDIP6K { color:rgba(var(--color-primary-4),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0302734375rem;left:7.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9FpABVTzFzf3OLWTNcumC4iG23WrkcK { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:34.6875rem;left:53.375rem;display:block; }
#dobdL34xuoKPQUaSyCGaeo8S0gQni6hg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:33.8125rem;left:57.375rem;height:4.75rem;display:block; }
#uq7ck5m5Cfv9JfJJsEVRDMUON0dUy2hi { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:12.9375rem;left:53.375rem;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-form-header {  }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:15.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-text {padding-top: 0; padding-bottom: 0;}#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.875rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-select {padding-top: 0; padding-bottom: 0;}#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.875rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:14.625rem;overflow:hidden;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-container:first-of-type{padding-top:0;}#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-container:last-of-type{padding-bottom:0;}#TDskgONwQ6RATa3GEz11umPHUR604u5o  { background-color:#0055b2;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.125rem;top:12.634765625rem;z-index:15029;position:absolute; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.875rem;display:block;vertical-align:top; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o {display:block;}#TDskgONwQ6RATa3GEz11umPHUR604u5o { background-color:#0055b2;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.125rem;top:12.634765625rem;z-index:15029;position:absolute; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #PE64n9z0PLzvpQLfStIkuv7Lct6posdw { position:relative;z-index:1; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #TJzWTMcZLEzgqTZgvXqxGWqoFfE2wLeD { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #FzDfqISUHfCpGmL7mEqB77we0k0MJR0J { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #RdMeZH0JkenX766oSrQ2O38abXsyKI9C { position:relative;z-index:1; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #X5m5AIqqSnQJxGHTPiW8ikU7MEpWdG9p { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #QESkWPTzVLT6PP8FxKe95W1T9vGhC6UN { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #gKB1AUoUhg8K7cTk35PciospLatC3oED { position:relative;z-index:1; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #yy7OLBmrV90GbtxdyNAHCfmIgXazttBr { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #tStCMET7Z9XWyLIXxuGl4RCgFsVRmTrr { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #dTdOLv602UgTvPp1lkDuab2u4GVIzBSC { position:relative;z-index:1; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #pWhGdqWkNoZ1GWEOTolFbPsfowUzBxPF { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #NlIR0tGzLzSlx991gr3qAVfKS8TkG7CT { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #lDXBVTz3U0BmukdvVweiHNxx6oDedoDi { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #lhTqpOSFFytTngPvHv0276AeQMvKL5X6 { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #Az9oDhXMRqu9pnltx9KTKW2w5bmN5P9E { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #Zv9XTpP9ziWoDlGst9GNCrOpxmRxTZ5y { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #IDg18R0RMMrVD6Q3s4TMoo6Fpl7JQrTy { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #RRoQNvgPR67dHFJIoHBLlGG0E41fGxqN { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #TenTPkDE46CatOcNfmSLHhDRf1xAaTeZ { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #lgH21Gtw3rHV01aXuK5MQ5W9NuoReI5D { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #z0hk2EIfPh0dtCZBQTOPTF1kKP2S2adv { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #pwil1gKSCL8m3ibWcGSXqRWVhZLI57nZ { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #o8L9wOyXK9Hde57fXIQ5wbUUINbKKXtW { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #pzcPLNk1VwereVg5SpD9fNcumy3ozZb8 { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #mDGuAUck31VPJF9imTuKST8IidQcveRN { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #v9TqdEzCPz9H1QWMCRqOpiXqNiMQE1AL { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #UoGC3ch2VZbqsH1590ST704XA55eimE3 { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #iQLmEIka6P8IDlRbMiQUwhsxTJCM900H { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #Q9Aiea2B71zLQ7ECT1kvm6m6BKR1B6ND { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #FSuQgnEpTFhIlkPzmtEwIL7W3ICGKhgk { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #SFB9KThFCdMy4LGWOnNzLvy9AvK6Md1t { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #DsNqRbaZStg7kxCGKMz8u3iFdGGtWHss { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #RsMfeyo3NQ67czlCZ82VHys4lGMtpWpo { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #OuoOOrpcH64UyAwWJl0BOZyLrIMhTuTH { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #OF3iXpxb8eJRfUM4BtHd3FwLGM4LVb2P { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #cv7A4LE4grXJy7HWRFVxPgep3BsI7UCE { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #SOvEhqZ6TTBFWF2RfvVZfknHspDo3K4g { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #lQJczPTND75AUfRmO2DPsSuPyy0MFLAQ { position:relative;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #ctPlaWrmsMhvMMbLnON0Vh8fQE2Jzn9v { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #PDv7sylv261uhbM74uhzC88SDnMuTWDN { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #MUDhXJnVD4HmlaVmKIOh40Knbp2QNcVo { position:relative;z-index:2; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #WTZGmm6XLlTOvcpfTtgvpIvr8Ixk5D61 { position:relative; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #yCP7xvRbi9gliGcpfk9vt08mO52q02dO { position:relative;z-index:1; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o #WBL15BXhegmKQsiLJ5t3AKSiAkR8qTcc { position:relative; }
#Ka9STCTOnDEaIbKISHG7dGQo5m0xFIRF { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:42.5rem;left:53.375rem;display:block; }
#DBsnfwxaMUX6PRvfbHgpVIBai8OVAw97 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:42.8125rem;left:57.375rem;height:2.375rem;display:block; }
#RkcIXPkGhZBZuQt55NFGaTCd8xyeNTEi { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:50.625rem;left:53.375rem;display:block; }
#aT7X3cgXcEcG4pb7FgQlqoSyagZ72wWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:49.125rem;left:57.4375rem;height:5.9375rem;display:block; }
#Xu6UsnO5o89IlgpTKm5TSbtDVlBn1CQf { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:57.6875rem;left:53.375rem;display:block; }
#ptaVrDAVFH2Zk59s8TzZTxbVHHxfMgNG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:57.4375rem;left:57.375rem;height:3.5625rem;display:block; }
#eTANphPCK1tgFiSAgQmLS6F3k49Lzlo6 { box-sizing:content-box;color:#0055b2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:49.125rem;left:3.9375rem;display:block; }
#pv8BQHmG2C4EMqIIa7QTXIVQUogyyfql { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:48.8125rem;left:7.0625rem;height:3.5625rem;display:block; }
#g5fTk5TluhDb4aLvHrPwipH8HJsF3XzU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:76.125rem;left:27.9375rem;height:0.9375rem;display:block; }
#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P > .row .container { background-color: transparent; background-image: none; }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P > .row .container > .video-iframe-container { display: none; }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P > .row > .video-iframe-container { display: none; }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P > .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); }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P > .row .container { border-width: 0; border-radius: 0; }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P > .row .container { font-size:0.875rem;font-family:neuton;height:50.375rem;width:75rem;position:relative;display:block; }#QKFh3gG5RoorS9lvOAd0861NH8rWC92O { color:rgba(var(--color-primary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:3rem;left:26.90625rem;height:3.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K65hQIkTI8clGgqGHonsymWlJJpAHG8D { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5rem;left:0rem;display:block; }
#acCWA2auFLybRQGms9wMxL2RIxDsGZiT { box-sizing:content-box;height:1.8125rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:4.0625rem;left:26.5625rem;display:block; }
#mpHtW02kEGhhulrFlMxuRcRPHDv40ZwT { box-sizing:content-box;height:11.8125rem;width:35.9375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:9.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);display:block; }
#AnRN94nZn9hDAWToQTpEP3gfFTOWuq1H { color:rgba(var(--color-primary-3),1);display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.8125rem;left:8.375rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zLVVnz4D7oDFdHQS5oge0OFT7sBcXW3D { color:#023a4f;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:15.375rem;left:1rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uisnJd0n32LihDJCsTJJN3FKql3T0GOs { box-sizing:content-box;height:2.5rem;width:5.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:20.375rem;left:15.4375rem;display:block; }
#GmIEgSUQ5TquO0kXilTzsbu7UxhMfcFB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:20.0625rem;left:16.5625rem; }
#ekExln88ayTHZAezDWudrrJUHniTcG7J { box-sizing:content-box;height:2.5rem;width:10rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;top:8.375rem;left:13.125rem;display:block; }
#lHVqulU2AbkW1iDt0bivbgNDdCJVxq3X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.875rem;left:14rem; }
#UJvpOQ5ls655cnTIJuZlTTyNXFvCMciQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.875rem;left:15.6875rem; }
#HS6hsem5vINrTx02cw6OGHJxSkv1k3AS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.875rem;left:17.375rem; }
#VlXeADqQhlG4Ky4WL5ccDDx2lGWBC3fa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.875rem;left:19.0625rem; }
#AIWb7zteJyKik0vTWAiMxIalDoqHUFqE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.875rem;left:20.75rem; }
#lZdVpAyI3xq3i9EyEmo1bToHOC2JegMK { box-sizing:content-box;height:11.8125rem;width:35.9375rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:9.6875rem;left:38.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);display:block; }
#QitLQ0vk6McUkZa0dvfW2nKmDmVFIHlo { box-sizing:content-box;height:2.5rem;width:10rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-4),1);background-image:none;top:8.375rem;left:51.9375rem;display:block; }
#SCf8JRIH2dH7aLH5TueBAv6XDCehoONI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:8.875rem;left:57.875rem; }
#xOq7p1PKIKglOiZyloiTKqK54rp2cCTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:8.875rem;left:59.5625rem; }
#JqQo97e3SlctZqcBiPuNDm1pCJThVdE6 { color:rgba(var(--color-primary-3),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.8125rem;left:47.1875rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fVgCy95pamwm1TI2Ki9u2mbnJqqzKrzT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8.875rem;left:52.8125rem; }
#QzpMMf5iEqvwlmP6xILFThMnqu5eUAiU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:8.875rem;left:54.5rem; }
#tQ3G88oXTTDNtgSLswLApVfzpgKNusCq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:8.875rem;left:56.1875rem; }
#EuGFzNTrzrdtkBokTBZhaSgQnbaZkhM9 { color:#023a4f;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:16.10546875rem;left:39.8125rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gJmkGxbGHpTXTkbT3IezvRL9QvV88UhP { box-sizing:content-box;height:2.5rem;width:5.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:20.375rem;left:54.25rem;display:block; }
#M3SKU9eT3AyDWbUGlFfkZTXXs6EECNIG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:20.0625rem;left:55.375rem; }
#yxux71E4dcx5Ec7GX14fkBCMFk0PsMDm { color:#191857;display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.60000038147rem;left:8.375rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WcX2rZSUSTPVspgLeXWOHdD7Owv7eBk0 { color:#191857;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:13.60000038147rem;left:47.1875rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rrVKSKiAZONZpU7hQLtw1t8aRtpX4eJm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:27.1245625rem;top:26.980794906616rem;left:6.2489156723022rem;overflow:hidden;display:block; }
#Ah8JIrPVmFWwD3XAN8tPq4daDy4fV4Ku { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1248125rem;width:26.9998125rem;top:27.074111938476rem;left:45.124241828919rem;overflow:hidden;display:block; }
#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz > .row .container { background-color: transparent; background-image: none; }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz > .row .container > .video-iframe-container { display: none; }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz > .row > .video-iframe-container { display: none; }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz > .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); }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz > .row .container { border-width: 0; border-radius: 0; }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz > .row .container { font-size:0.875rem;font-family:neuton;height:47.25rem;width:75rem;position:relative;display:block; }#ld7bxIL2hL1JWK94KA94yshAT56aLJSP { box-sizing:content-box;height:37.875rem;width:40.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.31201171875rem;left:0rem;display:block; }
#vqVpeg6iZ0emkIyxHm6DzyU7JuQfAr1A { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;top:14rem;left:11.1875rem;display:block; }
#R0MwTACJqKG42WxRiUapTGNWCqs3A9Dl { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:7.91357421875rem;left:4.8427734375rem;height:6.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZVOCbumxLaoOuMkibUT6pFZlq38BIFFV { color:rgba(var(--color-tertiary-1),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:19.9375rem;left:1.5625rem;height:16.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#TkUEnseg91fJRRsZ62rgcTfA5Sc6JLkB { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:15.0625rem;left:1.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BUZILQXe9iH8nACTlr4GKuv8RfEBGLwh { background-color:rgba(var(--color-primary-4),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.4375rem;left:5.25rem;display:block; }
#pLLKANsIKLc1tylF0CW7E1EoIs2eeMTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxbUUXmNHtEtwbLJtPESd3Kr8Zvuh2wX { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.4375rem;left:21.25rem;display:block; }
#iO6keJaXA89STEAbOJO8U5g6RzlfnAtn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfTohtUfnRMb5ATxfi5KT8suysP6gMQi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.4375rem;width:35.6875rem;top:19.9375rem;left:35.34130859375rem;display:block; }
#VgBQzOmVgR68TC1UIT7qo7n2DqfIJKMI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:22.1875rem;width:22.1875rem;top:6.3125rem;left:52.8125rem;overflow:hidden;display:block; }
#zinEaAQXUDMThIwEMXT860TXGC2VDKVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr > .row .container { background-color: transparent; background-image: none; }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr > .row .container > .video-iframe-container { display: none; }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr > .row > .video-iframe-container { display: none; }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr > .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); }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr > .row .container { border-width: 0; border-radius: 0; }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr > .row .container { font-size:0.875rem;font-family:neuton;height:24.3125rem;width:75rem;position:relative;display:block; }#tiTyHZr0mID0HdDp4MNAt8cAadIalhln { color:rgba(var(--color-primary-4),1);display:block;width:39.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:2.7061634063721rem;left:16.875000953674rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nCTc8W79Hl0yHpuZzZC0PTzVvTpnO5Pt { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5rem;left:0rem;display:block; }
#SR6KebvQCshvzz3nou8zsF4TcCXJKXfI { box-sizing:content-box;height:1.8125rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:4.0625rem;left:26.5625rem;display:block; }
#UoXDEEM5iMJHAkoP2cNkG0GVy14XodlH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.6875rem;left:0rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VVNbnLfcf4geOVTXJEHmgmFB2z88b5CV { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.625rem;left:1.53125rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L9whaXdsZiBoHTu96WEx6qVrsJb11sLi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:15.6875rem;left:19.375rem;height:4.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vH9WMTcyus4CUlf5QzrMqMURUk8hkmeq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.625rem;left:20.9375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SZPV2t1T9m9iJXwkOcBgUvhVhSqRhpAT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.6875rem;left:58.125rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#E1tuGQGG9SL4Dp2kpAJ5m0XdXahXUvfL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.625rem;left:59.6875rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EmkFC7TGlocvJWww0cpRsvsNAtELOyaH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.6875rem;left:38.84375rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oP4uQ8Vv7yB7z6QPfoqU5KhIT1V9mGfm { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.625rem;left:40.375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HfczS9DEeB6M0RPr1NIXQTxP7DWZgkTJ { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.46875rem;left:6.875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#m5K77TXVKodH6NbJDWNbTRn82WnG5eDy { box-sizing:content-box;height:10.5rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;top:9.98095703125rem;left:0rem;display:block; }
#RQmzG5TnTgVQINe4kK6H6mRKMS2asW7g { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.4375rem;left:26.25rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#tVPNI7oFXtBa5lMSWllzkkraXNWa3xyL { box-sizing:content-box;height:10.375rem;width:16.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;top:10rem;left:19.375rem;display:block; }
#e7lVD3Z6sJHmz6onwJ6u24usTWZX92h6 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.5rem;left:45.625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#aV1mVlElIH4eKu0RMTaOMEC6KSAIfDEh { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.4375rem;left:65rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#pXrI9LKTRqdsu2bDCZZtyX6Q7tzT078R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.875rem;left:65.4375rem; }
#LVmh5BvDsIRKX5iTJQ6gTVXwLW8bFqvf { box-sizing:content-box;height:10.3125rem;width:16.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;top:10rem;left:38.75rem;display:block; }
#TeTiMxuG2zyTCWpvsbEALN1XaIiUqwW4 { box-sizing:content-box;height:10.3125rem;width:16.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;top:10rem;left:58.125rem;display:block; }
#wRtQTHfzSfoGzNC4ZvMcH4hMihTC1QsB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:3.4375rem;width:3.5625rem;top:8.25rem;left:6.65625rem;overflow:hidden;display:block; }
#UeDM4N6vZu6qUWDX2K8HoTOptIpuW5eW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:3.6875rem;width:3.8125rem;top:8rem;left:25.90625rem;overflow:hidden;display:block; }
#ZdBeRN5hUiWhgfNzLDU1atdnqSB7Abcd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.0625rem;top:8.75rem;left:45.75rem;overflow:hidden;display:block; }
#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mzPCZzER/AMIGOS_MONTANA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn.adaptive-delivery-prevent-bg, #TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn.lazyload, #TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn.lazyloading { background-image: none; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row .container { background-color: transparent; background-image: none; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row .container > .video-iframe-container { display: none; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row > .video-iframe-container { display: none; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .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); }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row .container { border-width: 0; border-radius: 0; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#TQlzIurwxzQZO4vNEAH4AqZgxwrkVv45 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.4365234375rem;left:49.46875rem;height:10rem;text-align:center;text-align-last:center;display:block; }
#cutbQhKVJCZyLfdKMSRWD8T3WUH94ELF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4365234375rem;left:28.28125rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#mpaJ2T5rGOchtFOo7n5qzW8H6XWxOzRA { color:rgba(var(--color-primary-0),1);display:block;width:17.1875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75rem;left:29.0625rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#N9du5S553pHDLv552pclHJ2uZm0BdV7o { color:rgba(var(--color-primary-0),1);display:block;width:17.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.8125rem;left:50.375rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#cDMT1EW87nvaZPDR6ICTvRuhEAF9dc83 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:7.5rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#D3ciJcdZGARipKH3uI6TTGT29DHSwVZR { color:rgba(var(--color-primary-0),1);display:block;width:15.8125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.875rem;left:7.5rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#A6yzNTzisfBZAU1agOCETz4JTevpmHIA { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTre8T7mgnMETE5dR80CHbO8DsoacFee { color:rgba(var(--color-tertiary-0),1);display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.34375rem;left:13.625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mzPCZzER/AMIGOS_MONTANA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM.adaptive-delivery-prevent-bg, #EioRy1WLyh5zK4InWCcmZIOsVqArmiUM.lazyload, #EioRy1WLyh5zK4InWCcmZIOsVqArmiUM.lazyloading { background-image: none; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row .container { background-color: transparent; background-image: none; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row .container > .video-iframe-container { display: none; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row > .video-iframe-container { display: none; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .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); }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row .container { border-width: 0; border-radius: 0; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#bEDeNQ88Uk49z3SIQJzPmKqpDkyJkTuc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.8125rem;left:49.46875rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#zR7FBT79HTdsnxgfeZXU3PcgO1rLKBgL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:28.3125rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#Qoo50TCZ0BNcquvV17myw01sfhJPsQEh { color:rgba(var(--color-primary-0),1);display:block;width:17.1875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.1875rem;left:29.0625rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#cJtIBo8rZ9ngbWd9X7JW6ZQB8QszMlnq { color:rgba(var(--color-primary-0),1);display:block;width:17.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.25rem;left:50.375rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#XVhSoSXMNx7cAm7w4k5qHnpJCMX1AEN6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.875rem;left:7.5rem;height:10rem;text-align:center;text-align-last:center;display:block; }
#zqHB8FTVWSg4JzTT3E0SlrrVhrQ2axEQ { color:rgba(var(--color-primary-0),1);display:block;width:15.8125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:7.5rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#DRmoLxd7qyS6MO0v2uGTE14SNyy2TrQN { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mzPCZzER/AMIGOS_MONTANA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5.adaptive-delivery-prevent-bg, #DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5.lazyload, #DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5.lazyloading { background-image: none; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row .container { background-color: transparent; background-image: none; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row .container > .video-iframe-container { display: none; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row > .video-iframe-container { display: none; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .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); }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row .container { border-width: 0; border-radius: 0; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#zswr3fmOI64inL7pIiM35fkoRpqFZ77w { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.875rem;left:48.5625rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#JkF3yAX46287ODmSXt0Ze8zcBdukx4pz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:28.3125rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#AbiWBReiw3amaIoL1Sxolx2Ty6WuFI7r { color:rgba(var(--color-primary-0),1);display:block;width:17.1875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.1875rem;left:29.0625rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#UTdE3TxBDnQLcDquKtMmvXgZNPOcdwcb { color:rgba(var(--color-primary-0),1);display:block;width:17.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.25rem;left:50.375rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#h5i3g8TB7vA5LGGhthokXmxQ7EOE2fbh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.875rem;left:7.5rem;height:10rem;text-align:center;text-align-last:center;display:block; }
#rRxBT1qOlvROSGFPUfSoPS3ROG37C9T5 { color:rgba(var(--color-primary-0),1);display:block;width:15.8125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.1875rem;left:8.125rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#dW50sTtalOuA3BkJ9qrfQhTIGQMI05ez { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mzPCZzER/AMIGOS_MONTANA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD.adaptive-delivery-prevent-bg, #Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD.lazyload, #Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD.lazyloading { background-image: none; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row .container { background-color: transparent; background-image: none; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row .container > .video-iframe-container { display: none; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row > .video-iframe-container { display: none; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .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); }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row .container { border-width: 0; border-radius: 0; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#Jm8KVsLTq3ifS9TfEoOPlR5SeQL6TgoX { color:rgba(var(--color-primary-0),1);display:block;width:17.1875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:40rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#fOi5BeKBZWSTAQF1JA3eeUG5w8H0smSx { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.4375rem;left:18.4375rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#eJWdoJTEBHa8ZksvUxW0okZ40ScxTEtK { color:rgba(var(--color-primary-0),1);display:block;width:15.8125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.875rem;left:18.4375rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#BzA95rcNrxKGUKMGVTTQ7NMswn5XG4xa { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chvT9iTblhosM4mDbosVA6Vy9aMsWe3c { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.4365234375rem;left:38.8125rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/jdnlrUoP/HERO_Australia_BestOfAus_SydneyHarbour_CREDIT_HamiltonLund_WEB_0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9.adaptive-delivery-prevent-bg, #Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9.lazyload, #Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9.lazyloading { background-image: none; }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 > .row .container { background-color: transparent; background-image: none; }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.74); }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 > .row .container > .video-iframe-container { display: none; }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.74); }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 > .row > .video-iframe-container { display: none; }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 > .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); }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 > .row .container { border-width: 0; border-radius: 0; }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#vyp6Tf4eH8IgS9ZmZHURoGfGWzAdDtWN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4370625rem;width:60rem;top:4.89111328125rem;left:7.5rem;overflow:hidden;display:block; }
#QdyiXfeo4JRUn6NVSCuzVJ3uDGVgvGeR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65966796875rem;left:0rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 > .row .container { background-color: transparent; background-image: none; }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 > .row .container > .video-iframe-container { display: none; }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 > .row > .video-iframe-container { display: none; }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 > .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); }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 > .row .container { border-width: 0; border-radius: 0; }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#g7WVGWZBR3Q0CPuu0WsZGdcHdV3X4rK5 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:21.625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#Fiu0uax3cCrRKOpoDsiwwkbtmFp9T2oz { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.375rem;left:34.375rem;display:block; }
#QoRinAQLsJU0mDB7iTtdVT2W5bhkzkTO { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.375rem;left:30.75rem;display:block; }
#Zt0hKxuthG2RHUisqAnExKDnbXe37pwK { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.375rem;left:38.125rem;display:block; }
#ylwLrkWUL2IRUpztdct6GIpnMFggqKvN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.8125rem;top:1.6875rem;left:42.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:41.125rem;height:10.875rem;top:17.5625rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:12.875rem;height:8.0232316168831rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { width:41.875rem;height:2.4375rem;top:14.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:38.125rem;height:3.75rem;top:29.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:3.75rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { width:16.9375rem;height:3.75rem;top:35.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block; }
 }@media only screen and (max-width: 763px) { #cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht { display:block; }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TokETdDdEV9FnfDp5IBB2456vCTkhEoz { width:30.125rem;height:3.25rem;top:1.6875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIklAcIMbVBcDXO24nJ4EOE7DVdqbLyJ { width:47.75rem;height:7rem;top:6.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM { display:block; }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bs9coDpUkUD7d25KNitxiAVyBOSCyl0c { width:47.75rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVMV3LDzTfDyE5X2eS4fVgohnVEfOcCw { width:13.875rem;height:17.3125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR8HbId90WTnXhz5cVZCIz65hfeco6As { width:18.5rem;height:2.4375rem;top:1.6875rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPbSitFECpEJVBwaoHEn5qiBOQlAe4bi { width:11.5625rem;height:1.25rem;top:4.125rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaHT4et0KLBXgQEXz6AzLwS2E1ymT22a { width:27.5rem;height:0.0625rem;top:5.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFkD3B3v0TFeOt3BTPNuygnbzCALXFwR { width:13.875rem;height:17.25rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5qgsmVluJUeF1uFM5n6QpAZnJvqHQbo { width:11.25rem;height:3.125rem;top:9.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRJei1MmuAC3zV0ZrKqvwVg5n65s09zi { display:block; }
 }@media only screen and (max-width: 763px) { #RwUr5oEEN4WSnoEXwn64XcwwN5bpNrkc { width:7.4375rem;height:2.25rem;top:4.625rem;left:40.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHSM5znwHb9RFhow8fTJoR5TLxVxJTiK { width:6rem;height:1.25rem;top:7.6875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsU7L2NLZpyM66eQBFzpyeWaTMOHz4Me { width:1rem;height:1.9375rem;top:4.6875rem;left:42.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqfODviiJfByJI2Q6Gwp4TvgoZM5yci { width:1.3125rem;height:1.25rem;top:2.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pctvIWn4yiRQTZ4m7QGwWtfvCWZJ758b { width:1.3125rem;height:1.25rem;top:2.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaDxlF3SFDHrR0DuyD1DWQVaWetKRbqI { width:1.3125rem;height:1.25rem;top:2.75rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNDDAdxn0iAZTvv4v9hMD7Waaqn36bAl { width:1.3125rem;height:1.25rem;top:2.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBCGlplryy02ZVFFCLuWrAf6ybbsHPEZ { width:1.3125rem;height:1.25rem;top:2.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovpL9NCTrAhHAOrNQNVPdRRkTbnW9bpA { width:2.3125rem;height:1.25rem;top:3.9375rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1f0VXng4m1LTtPkC8Q1kOEpMVOw21GB { width:2.3125rem;height:1.25rem;top:3.25rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGbpdTXJ9KR784lehGJ5ivGHtFlzzi4K { width:2.3125rem;height:1.25rem;top:4.6875rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxzONJJdk0quw4i0HWVI9hZUbvW6spTV { width:27.3125rem;height:;top:8.3125rem;left:10.21875rem;font-size:0.875rem;display:block; }#xxzONJJdk0quw4i0HWVI9hZUbvW6spTV li:before{  }
 }@media only screen and (max-width: 763px) { #QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK { display:block; }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVSEoGiF6lJnQkCThchDKvMpZT6PIto4 { width:47.75rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlswAqLTb9MVC6XliO2WQfJU1tN6hsy { width:13.875rem;height:17.3125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr9FChVU4EQUTSo7pr1UklLhScNLCC3R { width:18.5rem;height:2.4375rem;top:1.6875rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1X4tCnMCxtoF9zyrqNpDSJBZ4ums7ev { width:11.5625rem;height:1.25rem;top:4.125rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvaeVfffyJ2Qn6NThmxtJJ8MDCDB0TWL { width:27.5rem;height:0.0625rem;top:5.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwQ5SXs6oJeIQ8qpHsTs2bqMRl7N4ui1 { width:13.875rem;height:17.25rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti6KGWnzUc1WpFv50yOeGNhnKp652gLK { width:11.25rem;height:3.125rem;top:9.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNck2rVHrgT0TcDS7hAFfbIWaDUmBkAs { display:block; }
 }@media only screen and (max-width: 763px) { #QDF7c96nmz6Q8TztJKzbTqo9A4MNbTaF { width:7.4375rem;height:2.25rem;top:4.625rem;left:40.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evbCaqPOd2CvJVixhcrCzNN7dFwTKX9g { width:6rem;height:1.25rem;top:7.6875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdC6117ZkP9D3maknnuDf3w6pWtgn6Ck { width:1rem;height:1.9375rem;top:4.6875rem;left:42.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEeEgCCdffyNmTkAAaT5Heq0uVdL0XWD { width:1.3125rem;height:1.25rem;top:2.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbZFTIn2XSmUysNNgO7MT2TeLbPQpeDr { width:1.3125rem;height:1.25rem;top:2.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT7vUlBhHmD8a5cnwFaClfXI4FKXvhyO { width:1.3125rem;height:1.25rem;top:2.75rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btxH8iEzccaUWEXPasr0iEFq056Mv7TD { width:1.3125rem;height:1.25rem;top:2.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad22ykgZQt5PwZkB4hTc8syzqiJytoTH { width:1.3125rem;height:1.25rem;top:2.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13bo4PKyHSkUDl57AE3ZTDRdz8oPARG { width:2.3125rem;height:1.25rem;top:3.9375rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js12GqM0K47CyyfbDBLE375Q9StH2FUn { width:2.3125rem;height:1.25rem;top:3.25rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TseKgafXendJ81rEHFKZVXvVZfm7IeGo { width:2.3125rem;height:1.25rem;top:4.6875rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIlnW2N5ow1uWvt1eW979mtcECJNycB6 { width:27.3125rem;height:;top:8.3125rem;left:10.21875rem;font-size:0.875rem;display:block; }#aIlnW2N5ow1uWvt1eW979mtcECJNycB6 li:before{  }
 }@media only screen and (max-width: 763px) { #rEfXUF334foCLhs5ElaPlKqMkrTwGyon { display:block; }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqvMQS9BfEZlZtSFxWXLQ8blc7T4NAc8 { width:47.75rem;height:17.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ3ZAEXdc5cB0KyFhp1UwqzCvUTIOCfO { width:13.875rem;height:17.4375rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po0Pz2icFHQA996UnSfA62IWtlq8zSoq { width:11.5625rem;height:1.25rem;top:4rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWAw6eSEJJG0dvlKPJ04UemV4ViwOZ8z { width:27.5rem;height:0.0625rem;top:5.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8aBlRVZx18ttD1lB66ITBHK3PTaMNM { width:13.875rem;height:17.4375rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh03sf80Era7aiuXa9JxOqhNLKM1ZK7o { width:11.25rem;height:3.125rem;top:9.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMZRNJzPRKGCpxRJRPuACNZfl9pM9PJt { display:block; }
 }@media only screen and (max-width: 763px) { #ukB66NGLT0XsdJ97kC3CEdFxV8Lrn9qh { width:7.4375rem;height:2.25rem;top:4.625rem;left:40.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4iZXWsFmpw6TmPnX4JcbGH0HeIXDXIF { width:6rem;height:1.25rem;top:7.6875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8puRTFBIPkdJWUKH5arbT8TuUNaN0Bh { width:1rem;height:1.9375rem;top:4.6875rem;left:42.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyFyuIsh0Qwyg6zpgGZPml4I1xaw7ce3 { width:1.3125rem;height:1.25rem;top:2.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQzwGV9aQi6abxHwcsuhZEVZ9wlHFrAP { width:1.3125rem;height:1.25rem;top:2.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orqybshDqm27sZukmyPLFgTu44WGUCA4 { width:1.3125rem;height:1.25rem;top:2.75rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG8nzLtb8KsmKSwDrxtvII5xm4SoykHW { width:1.3125rem;height:1.25rem;top:2.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtnT3qi2zGQ3gwEo9ctQ6rLVQB3aBP57 { width:1.3125rem;height:1.25rem;top:2.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRsC2BtK12cXclLgasbTRf6yaAClLtRq { width:2.3125rem;height:1.25rem;top:3.9375rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQgKIEciT9g7oTGbnABfOEh5Q4GzbkJy { width:2.3125rem;height:1.25rem;top:3.25rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTmq69mTTqTBz7DUPr5vqxCg6IFsbS4 { width:2.3125rem;height:1.25rem;top:4.6875rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnun2DsafIEgqC7wyF6xnuitnqKgKQbH { width:27.125rem;height:;top:8rem;left:10.3125rem;font-size:0.875rem;display:block; }#Gnun2DsafIEgqC7wyF6xnuitnqKgKQbH li:before{  }
 }@media only screen and (max-width: 763px) { #pWCe1CBhl2AiTEM19rUDU21RL0xahu2u { width:18.5rem;height:2.4375rem;top:1.625rem;left:10.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl { display:block; }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZI1TF5STDy9uDQDwauE6PfyCZLvdTXO { width:47.75rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvsFIy370XAAyWMsKlMhnHDJp1m8TS12 { width:13.875rem;height:17.3125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5lzrepRoDKqQ7JTSoorMtG9Nc0qOMi7 { width:18.5rem;height:2.4375rem;top:1.6875rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKyRWBux6TwoTSFK3cVisnGLO1L4g9nK { width:11.5625rem;height:1.25rem;top:4.125rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEhOyM4uO1mSJWVz5qsdrzgdmy7J25Gn { width:27.5rem;height:0.0625rem;top:5.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IznsmNwKXoDiblSw7aDzK8LN0qboKQgM { width:13.875rem;height:17.25rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RErQmP0UTJFlI18BPUnPH82PtGfTs6KA { width:11.25rem;height:3.125rem;top:9.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #foz5FprRGcwf8hK61Vg01aa05WOdXTSR { display:block; }
 }@media only screen and (max-width: 763px) { #KdpPo4w0JxMorGq1GEmNqeThHluDEF4p { width:7.4375rem;height:4.5rem;top:4.625rem;left:40.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZMEwKTZRL0qFi42fg9vZNyo5TvNSgwR { width:6rem;height:1.25rem;top:7.6875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkvbdaJHZc2nR6cfSUklulF3C3n3UWzT { width:1rem;height:1.9375rem;top:4.6875rem;left:42.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcAQpnvgWvZRiEHMAgsKrhR2546RtyV9 { width:1.3125rem;height:1.25rem;top:2.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sak7V9RtTfuWUdyO1Vz3cmuG6TbA4k3i { width:1.3125rem;height:1.25rem;top:2.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds840U6xXeDoo94nLc5VJs7MtwUueRAA { width:1.3125rem;height:1.25rem;top:2.75rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJWZ0woXi7tS6DtOaRme5AdqtKWm9QAL { width:1.3125rem;height:1.25rem;top:2.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpRtAQSy8s190JmGxBtuyyO0lfXUQ3gc { width:1.3125rem;height:1.25rem;top:2.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrV90WWM0i6qxmOPpRrUSdQEAm26ToKJ { width:2.3125rem;height:1.25rem;top:3.9375rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9fyIzIKud8TSkMur90gaARz5QXlMg3I { width:2.3125rem;height:1.25rem;top:3.25rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z12koirRbZLB46OTGcqf8tFP89bD0pWc { width:2.3125rem;height:1.25rem;top:4.6875rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFNKQ5B0qsRXVo9rFQCeQeANBlMcaQZe { width:27.3125rem;height:;top:8.3125rem;left:10.21875rem;font-size:0.875rem;display:block; }#NFNKQ5B0qsRXVo9rFQCeQeANBlMcaQZe li:before{  }
 }@media only screen and (max-width: 763px) { #RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em { display:block; }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMUJ2xJDXezzTT1MHCqBWyRiIlaSRJVT { width:47.75rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdPEzPAvaF2kSmCSZIFXtqebrx731PK3 { width:13.875rem;height:17.3125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1mUNT9f4b4xah3CHyMzJ28adW0f0k7y { width:18.5rem;height:2.4375rem;top:1.6875rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOyAqLZeBha5wnNRy7yNwWprN4gMnVT { width:11.5625rem;height:1.25rem;top:4.125rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oysSB8a5URbov7efrKHJ5Hy9WqF9hrL8 { width:27.5rem;height:0.0625rem;top:5.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmWCnXRuQByxhXdtdU5u5668byxSyJKi { width:13.875rem;height:17.25rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPCTFJy7GKKVkZpyfJRRtK7CxBfzi8iz { width:11.25rem;height:3.125rem;top:9.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRCeeiE361FE9wnnL5gOruRNThZ3p1Ek { display:block; }
 }@media only screen and (max-width: 763px) { #PKgMs1mHqQazV0JydSKqlaVDk0wamVdu { width:7.4375rem;height:2.25rem;top:4.625rem;left:40.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6HaGLtRTq0qLdstJJIGhUIEIgbwp1gK { width:6rem;height:1.25rem;top:7.6875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2JDQqKUokAl6khp7x1ShkMkOrbHdn6f { width:1rem;height:1.9375rem;top:4.6875rem;left:42.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9hSttzKVaLRy90B0yKJ7CUicu3q0TDU { width:1.3125rem;height:1.25rem;top:2.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUm2rB75ZdTAAByfb8132M6KNBTuZLqq { width:1.3125rem;height:1.25rem;top:2.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk3xw0u3PleVDX8rqI4yFm2214vATxM6 { width:1.3125rem;height:1.25rem;top:2.75rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFLq3qbfhDokr1T10Ap4XlZTdTWh9FyK { width:1.3125rem;height:1.25rem;top:2.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxULalQ8KalmRIDSQTvMy0oaTf6f7cdA { width:1.3125rem;height:1.25rem;top:2.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #eECilPMDcIJL8NeCxFoyv1fN8T2mzm4d { width:2.3125rem;height:1.25rem;top:3.9375rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTK2LepZOOKutOAHwExKIykl89LeUelV { width:2.3125rem;height:1.25rem;top:3.25rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUC9qDaJSpGGiDhhIGalyOMbiDcSLLOM { width:2.3125rem;height:1.25rem;top:4.6875rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHMxnWsxs0z3HNOeAIc6P74fFOI3Er58 { width:27.3125rem;height:;top:8.3125rem;left:10.21875rem;font-size:0.875rem;display:block; }#GHMxnWsxs0z3HNOeAIc6P74fFOI3Er58 li:before{  }
 }@media only screen and (max-width: 763px) { #UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 { display:block; }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQq1IQkENHMNGXGnc7SW1hMfslabkcK0 { width:47.75rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp7JXy2J9HE1TZ5PKt7uP1M310yUkm8r { width:13.875rem;height:17.3125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPmEzJRQoqbeDRe5LXTlBXmixfUPLn14 { width:18.5rem;height:2.4375rem;top:1.6875rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxsasDIi5E2LUmkibQXESNfPXQAWmN9 { width:11.5625rem;height:1.25rem;top:4.125rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHxX6zG3kILTfDubEe6Fcohs4ysd1K3E { width:27.5rem;height:0.0625rem;top:5.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAF76OykQb5oLeyUuhkoXC5tbc1me3IK { width:13.875rem;height:17.25rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcbUUmVa3Zm7ERyyvwSysShfLgVieKNk { width:11.25rem;height:3.125rem;top:9.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyzmbIms0tpkq42a1fTVtxZJVoPi4CO { display:block; }
 }@media only screen and (max-width: 763px) { #FSGPb3OS7FLHXVcAspuVkzdXuNvqdfao { width:7.4375rem;height:2.25rem;top:4.625rem;left:40.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku0EV4kehByuupvpzK42TygxUTBk9Dwy { width:6rem;height:1.25rem;top:7.6875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHUdQdB96geDAgbCKkKRb84MoP3AnXac { width:1rem;height:1.9375rem;top:4.6875rem;left:42.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMfSd3XUZbSZ0LTPfgqtozHcVbA564O { width:1.3125rem;height:1.25rem;top:2.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #My9RwxT0Q3rR8A8AarU4VUtlImDdaEcX { width:1.3125rem;height:1.25rem;top:2.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyJQT5yH8h9qyAyf4OTndy3aMzbkdSW2 { width:1.3125rem;height:1.25rem;top:2.75rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHe8GrK6qSMdIcB26LV01zD9Q5UEcJuf { width:1.3125rem;height:1.25rem;top:2.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7atNZ8UG24VqhMpHHDNHpwXTTurrq3r { width:1.3125rem;height:1.25rem;top:2.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9QSoW7pc7FR1w5WLcSrfX5a34PZlIR9 { width:2.3125rem;height:1.25rem;top:3.9375rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFxXrLf5yXDnaVXEWwIN7VvogXV33mda { width:2.3125rem;height:1.25rem;top:3.25rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMs0dNpqAvLOAF3gDT2whVZBrE7GX209 { width:2.3125rem;height:1.25rem;top:4.6875rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiGsWaRGm3qOxzyRwzsrOPAAxmWO0cWq { width:27.3125rem;height:;top:8.1875rem;left:10.21875rem;font-size:0.875rem;display:block; }#JiGsWaRGm3qOxzyRwzsrOPAAxmWO0cWq li:before{  }
 }@media only screen and (max-width: 763px) { #abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 { display:block; }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSZVoIKLQf112MEE2MXwFELmhDAxSa02 { width:47.75rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRKsMhm67H6rgb5TyKyLS9vP1rqMgfwd { width:13.875rem;height:17.3125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K80cB2BrV3IbOgludVTJH9eJTli2cJn2 { width:18.5rem;height:2.4375rem;top:1.6875rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKyEnckXHLTKWruN2q11Uwh1S61UqRUE { width:11.5625rem;height:1.25rem;top:4.125rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOanvzhXH756xy8vBkvi93F1Z6pxPdTl { width:27.5rem;height:0.0625rem;top:5.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1lOSSncCw49UlnV1A2mip19GqR4TqBB { width:13.875rem;height:17.25rem;top:0.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXkcVNLBkFyDJnk3o5WC8LT0zt6689H2 { width:11.25rem;height:3.125rem;top:9.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2NRCPmhKeG8IbEytBzOnSsFtLc5fsmL { display:block; }
 }@media only screen and (max-width: 763px) { #tTTMD77siMKMVTgSZT2XdGD0UNdUu3rz { width:7.4375rem;height:2.25rem;top:4.625rem;left:40.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsHmsVB5O5xXFH6xQtbDy8Pkcbt4THMP { width:6rem;height:1.25rem;top:7.6875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTiMr1gdcz4ZHlq1rEGt3ugxls51st7H { width:1rem;height:1.9375rem;top:4.6875rem;left:42.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocMHTXDq1TAkt9ULK8aloZ7LhTTJhDV1 { width:1.3125rem;height:1.25rem;top:2.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jomq3opg6L1qJDrG9JSigT1eSSOI6oAn { width:1.3125rem;height:1.25rem;top:2.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTHSX00FLmH2TZx6GQNysiqXb5T7ZPCA { width:1.3125rem;height:1.25rem;top:2.75rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnKkwTTDJVstFt5TalT3yw1QGpwIM3gv { width:1.3125rem;height:1.25rem;top:2.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOI5M9gU3ipasMV4KDsXapS9H2blVPtB { width:1.3125rem;height:1.25rem;top:2.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXcONSrmbLdNqNarCq1SWdOJF8d1WvBN { width:2.3125rem;height:1.25rem;top:3.9375rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER99rlKqz0aNiW4MDoMLzTT67PRpGzDa { width:2.3125rem;height:1.25rem;top:3.25rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGX60h1g3UaSfhC1klso36V9CZZAqBoy { width:2.3125rem;height:1.25rem;top:4.6875rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuuA1hN0KTVLawPBMtkWurbOyfdLiQxR { width:27.3125rem;height:;top:7.625rem;left:10.21875rem;font-size:0.875rem;display:block; }#TuuA1hN0KTVLawPBMtkWurbOyfdLiQxR li:before{  }
 }@media only screen and (max-width: 763px) { #TyyQfT247XeoPfEoSlX9ETziwl8BDSik { display:block; }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2Ei8eOKASsTiZ96JZSOeovFSslGnF32 { width:47.75rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRuutvQnt2fHt31T75eMHp9eulAVedt8 { width:13.875rem;height:17.3125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrM8tF9Papwndq3MlQwiarJsLxRnvVnT { width:18.5rem;height:2.4375rem;top:1.6875rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDMFAuFZKmSqOr3GT6hF6K9KDrplTAbI { width:11.5625rem;height:1.25rem;top:4.125rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCTyNAJf3pqexwITdJBaqlE4isZmzbO { width:27.5rem;height:0.0625rem;top:5.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2CcbuSVxJfRroEJ8T89dXJUJOWRwNTB { width:13.875rem;height:17.25rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvy0Tl2skZ64zqWGPPPCtTHeOM6cCUMF { width:11.25rem;height:3.125rem;top:9.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1DTZJLK6UCOnrAX56vt2rn5ZVTf3mD { display:block; }
 }@media only screen and (max-width: 763px) { #txVJ7CtZzh0vXXe9hO1MxxTV2T76TGas { width:7.4375rem;height:2.25rem;top:4.625rem;left:40.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgFrDudgDIu76cbKAePzUKDg5Ma4tKH2 { width:6rem;height:1.25rem;top:7.6875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6fDQrGkxENTSLTNP2pLTmTJQ6V8qVX3 { width:1rem;height:1.9375rem;top:4.6875rem;left:42.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHKPMxUfTfCuPXToyFZkX2TeR5aeiDDy { width:1.3125rem;height:1.25rem;top:2.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qov8ZBDlkPx5t5xP40GPGFB0TmpJudFt { width:1.3125rem;height:1.25rem;top:2.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLKFDWLpzHZsQHFSCAZvo7E4CXSnRQST { width:1.3125rem;height:1.25rem;top:2.75rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPJD3iMu4Eqo7xRTkT3SfVNk89fW0pTt { width:1.3125rem;height:1.25rem;top:2.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7d2SkCAkrDhR98OOL7IMLUFRUTfRG8T { width:1.3125rem;height:1.25rem;top:2.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2m8l4OJgofQvqno7TTZKaCPbkHSoKu { width:2.3125rem;height:1.25rem;top:4.6875rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIFSglvKfI5uDhbw6vtNfDFMFwzEq9Zn { width:27.3125rem;height:;top:7.625rem;left:10.21875rem;font-size:0.875rem;display:block; }#uIFSglvKfI5uDhbw6vtNfDFMFwzEq9Zn li:before{  }
 }@media only screen and (max-width: 763px) { #O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq { display:block; }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byrZMhtc9GE3ksoGGXZvaUewhpx6M1SP { width:47.75rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quIOS8KWtV5gSshEIUH0TAm0v3DRoG1o { width:13.875rem;height:17.3125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTuZgxUl8nU4rhKTrIwvx8ifNpKdTEqq { width:18.5rem;height:2.4375rem;top:1.6875rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSRhLCPDa99Zs8LGrpNlUR2Xfmyf8kVp { width:11.5625rem;height:1.25rem;top:4.125rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgphPeTmpc818FlVXN1LHyqlWknFsEBq { width:27.5rem;height:0.0625rem;top:5.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfkLwQ44n6xEnGkRtXKJXgda9tT8kcIc { width:13.875rem;height:17.25rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyr9OCuNQpz0tBWXQgt7SV5mhV7h7cpd { width:11.25rem;height:3.125rem;top:9.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGKQxAOmDKZy8MfwOTelbTizZJeMZWvJ { display:block; }
 }@media only screen and (max-width: 763px) { #M5M2gzKAMb0x2WugPQJtUeNT19d1exek { width:7.4375rem;height:2.25rem;top:4.625rem;left:40.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Cz0EquHQbAkeIXAMdeWAr53cGCZDwi { width:6rem;height:1.25rem;top:7.6875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAF88ik6PbJeWW380BAsBrEUZLllHVXm { width:1rem;height:1.9375rem;top:4.6875rem;left:42.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uddCiEFZBZtufbQK6Wb438mrFoa7eElJ { width:1.3125rem;height:1.25rem;top:2.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqkVfTF9ft6lzl8s6PZldSrDLdeVFLw1 { width:1.3125rem;height:1.25rem;top:2.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ilX0pP4eIs3cWJHUxn3rgWu8aapLUH { width:1.3125rem;height:1.25rem;top:2.75rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVh9yLBxpzLTRneVCv5qwqPE6m9RWQWI { width:1.3125rem;height:1.25rem;top:2.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrdSi7vld9CVi6IrGmxA9lVDNWEGD2z8 { width:1.3125rem;height:1.25rem;top:2.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM7FNNUVVqoqwGx90wrxWoI0kRRN6KbO { width:2.3125rem;height:1.25rem;top:4.6875rem;left:45.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGerTzH99bpcvIPakoiqiPX2ighdBKW3 { width:27.3125rem;height:;top:7.625rem;left:10.21875rem;font-size:0.875rem;display:block; }#fGerTzH99bpcvIPakoiqiPX2ighdBKW3 li:before{  }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:47.75rem;height:2.4375rem;top:3.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:47.75rem;height:2.4375rem;top:7.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHfqEHJxmX4MENQ6rzhLngQXTNN3vQIc { width:47.75rem;height:3.8125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMkTCl0OWHnWVtIT8dwTwzqCO8Zx3tVG { width:47.75rem;height:2.1875rem;top:12.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w { display:block; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oH3K20JpGu3AEHJ6TLkmI05bgvUZUMTZ { top:1.4375rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR { display:block; }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grL6TKHKW9b4vixUfBGpe88Za3855GE0 { width:37.625rem;height:3.875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrQZq3rKIZ2q2Vp8ERqvZUZ2hGoEwoQy { width:37.5625rem;height:3.8125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TelTtfO95FAqyt2AMIdslWyT2awvE9dL { width:37.1875rem;height:2.1875rem;top:4.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snEABLonl7ZqDCEuUpAL19Xrxtt7KCqp { width:37.1875rem;height:2.1875rem;top:4.4375rem;left:10.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aut3mhTLGvcd92pE4tT02XhwHXkCwqQ5 { top:8.625rem;left:0rem;width:31.625rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKCAaaKsIoq58D94U87h4kHNhd219uQ { top:8.8125rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS { display:block; }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RocAS7vQDyXUQvO29lNZ8JMnZI8HLVnX { width:37.625rem;height:3.875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9h8QDt43JbL4C170KUEkVGn4rFIOCwN { width:37.5625rem;height:3.8125rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCpMgVsd9wG0QyZIlc5R567447cSCbRs { width:37.1875rem;height:2.1875rem;top:11.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Ou6TMJ95lB3FuTBbfd2CyDxD0J5ITP { width:37.1875rem;height:2.1875rem;top:11.9375rem;left:10.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ5kN9zFxHfI45FLWF07D0d4zOkA9G37 { top:15.6875rem;left:0rem;width:31.4375rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQTx0qJPZaceA5Exh4BKqq7R3RlraCWT { top:15.6875rem;left:16.1875rem;width:31.4375rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdgS06yVTlObOG51X69U5mbGBzAyJKCE { width:47.75rem;height:3.5625rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg { display:block; }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8MDfd2n5lCRnXOKGEBQHvhINqb4Togz { width:47.75rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbD2CXHTmVHZaNHyITHuSuUzTxImgGke { width:47.75rem;height:2.4375rem;top:7.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w89QTDS5G9o295wxpXALkf9KmTUhtDB4 { width:47.75rem;height:3.8125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egfSV1VmCJMemhwssu4165vKNTuVrVR4 { width:47.75rem;height:2.1875rem;top:12.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVrNMLULVcLFsDcFleN5NPks6PBMQIae { top:16.375rem;left:0rem;width:24.5625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlFOTHACyTtqTmdcBxcuqdpXqS7WfJ9i { top:16.375rem;left:11.5rem;width:24.625rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5xLpsA3TklS8TEMTSA09guX4nTLE7Jl { top:16.375rem;left:23.1875rem;width:24.5625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { width:33.125rem;height:2.5625rem;top:5.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { width:33.125rem;height:5.0625rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { width:18.625rem;height:15.125rem;top:14.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { width:15.9375rem;height:;top:16.5rem;left:7.9375rem;font-size:1rem;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
 }@media only screen and (max-width: 763px) { #KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { width:17.5rem;height:3.375rem;top:15.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { width:3.25rem;height:3.25rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { width:1rem;height:1.6875rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { width:17.5rem;height:5.0625rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { width:3.25rem;height:3.25rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxImpyTKTMReEDTRMc281CPFkPHQhPkS { width:1rem;height:1.6875rem;top:21.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPhBcfd7KMPwazvkzMs0TxXywsq01mO2 { width:19.5625rem;height:5.0625rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDomTr7JSwbKoR3Qo6a63trnaqWwaoTe { width:3.25rem;height:3.25rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU5BgCryDIfVKJ6omPk0mB4O5i5KJelF { width:1.0625rem;height:1.6875rem;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { top:0rem;left:0rem;width:37.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo1xxZBV0WKTbei3sfQPi7cQ3RIASTn4 { top:0.625rem;left:0rem;width:37.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoGaPMUAZ0NHF7B2vIOi4CG0T4q4T0So { width:3.25rem;height:3.25rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMG204bxROOCXi2eZccoDtqTn33sP79S { display:block; }#dMG204bxROOCXi2eZccoDtqTn33sP79S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqBBsM1ipvnfnCFyEbILLIw82R8DdScH { width:36.25rem;height:3.0625rem;top:2.9375rem;left:5.2808837890625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiKXitSTiE4oBns3vOXNPuXyVBH01hSn { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZfUOcJ6n0wEEWF5sTUkPqTtIFyEyaxw { width:0.0625rem;height:49.875rem;top:8.75rem;left:23.747299173116rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAUmciTMv6IWc1F5HpRc7TFFVkZcEPhS { width:3.125rem;height:3.125rem;top:9.4375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZbve77vbAtP8Qrz6yxe0Jr7lvQ9P9na { width:36.3125rem;height:3.375rem;top:2.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7KIHcmPwMnrIQHSiLSdIMi7PN1ah5u { width:31.375rem;height:5.5rem;top:11.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI7Gea4plnvzOZI7fTPb9Nd3Tnr4Zi3c { width:31.875rem;height:5.5rem;top:19.0625rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKm82w12TZlZ2vFFuFl6gwP3ul19ytKP { width:3.125rem;height:3.125rem;top:17.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3qQ5wKqZDfVfn3rGXtZwAxsLuxe05Lt { width:29.0625rem;height:5.5rem;top:27.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKAJNutk618iMunG5923R6DsIei4fP76 { width:3.125rem;height:3.125rem;top:25.875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP1QE7Fud2l8AOnvh9HHcm6ByF5IPS7g { width:21.5625rem;height:1.75rem;top:9.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3B0upp65VbiISX7PAe7s4F4XKZQ6Td { width:19.375rem;height:1.75rem;top:17.25rem;left:27.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLVyDNBDE4u5Nn4Tg9XU764GgETrDI5H { width:19.375rem;height:1.75rem;top:25.875rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbMdbUUCRHyb1pLE1JQS5SlccmcrgTb6 { width:2.1875rem;height:2rem;top:9.8125rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHi4hhxrrrIqgUfHwE6abmRNLfMW4SDw { width:2.1875rem;height:2rem;top:17.6875rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URNKqToxxP5a3RFSrHQv0DKhUpf0RScm { width:2.1875rem;height:2rem;top:26.25rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy7UU3wfNsHOkciKAovNzZ9RUstUCdnu { width:3.125rem;height:3.125rem;top:34.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVZeAp1A4GnSipaS21zbqn4JGur8cP7 { width:2.1875rem;height:2rem;top:34.625rem;left:22.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNrabRVTFrq27JdTv3nhsppif0QDrXTv { width:31.875rem;height:5.5rem;top:36.4375rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJoK5wIcA8MOItEZRPq3QqheUJeNKFfN { width:19.375rem;height:1.75rem;top:34.125rem;left:27.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4VycTC19VLDOLM0sygenJ7F9r4li7lV { width:3.125rem;height:3.125rem;top:42.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyBg9qxCRvc8lPeIrWhzoGhVoBSTod0E { width:2.1875rem;height:2rem;top:43.25rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMnoVGqQKGD4gZza8UAFoAE50G0pBPUC { width:19.375rem;height:1.75rem;top:42.6875rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AswTeIIzZTcq1STLTkw0bZtHDHTwfiiq { width:30.1875rem;height:5.5rem;top:44.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0umzIR5dc1CNTOrn9y8UM4tRpu3ESiA { width:3.125rem;height:3.125rem;top:51.0625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euQh2QbanEysEoXWqG6T9cdPt7apVhnJ { width:2.1875rem;height:2rem;top:51.625rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8EAKG6MMzmibqV8c76vXoeC8DPDWuT { width:31.875rem;height:5.5rem;top:53.375rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGtKqoLFucvIEJZprQyGUPN6mDGZlLoE { width:19.375rem;height:1.75rem;top:51.0625rem;left:26.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzygLIp69tOUB4ZRo3oVqKKIwK82Trrd { width:3.125rem;height:3.125rem;top:58.625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lApQTTtt0h8XwDa0E6JSmS1yXQLVC7pa { width:2.1875rem;height:2rem;top:59.1875rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRnOTZct0sNpanJIBR7WTlIiQ45b4OXT { width:19.375rem;height:1.75rem;top:58.625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayRln3L1XNX7kzNDIVHCoFOivNf80D5O { width:30.1875rem;height:5.5rem;top:60.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkqP2NeBsouRMzhf06XGTRCVLRk5622x { display:block; }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4IJcW2owfLNPwRyW1X9e27z86gc2eCN { top:7.125rem;left:0rem;width:19.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgH5yFEP4GxJ2rRTEn7TQF531K0zVkm7 { top:12.875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNz9wBXc7PuNniCy462ZIe75yHiw5F7c { top:12.625rem;left:1.625rem;width:14.25rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doXkJ8Tn1o3zs9y1ixgmLLNlqdvSbzny { top:19.8125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkpoi1evzsDEpTT0n6iIs3DBNaGkyZ9g { top:20.75rem;left:1.8125rem;width:14.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxmVUQw57ZdCfQ5gE6OME3mCpMAxAVUD { top:26.875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcwgpOEZZcKOqmKa2efAFFfRoW4TM5U4 { top:26.625rem;left:1rem;width:14.875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaKGRVaEkI8thM8wQLfET1TEC6IWZrbl { top:7.125rem;left:27.6875rem;width:19.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkgN1aIdIAXd08VZvBvE3ryHoNmC28GX { top:34.625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDa1bt3XDItqSo6bclfRyE9TzMtbOQgc { top:34.3125rem;left:1.375rem;width:14.5rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIUtGZ32XxaiTHoKmD3iECB0VioBXHxo { top:12.625rem;left:33.375rem;width:14.25rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTkG97fLPosQ8SIHTINz4v0VkNRT6wd { top:20.1875rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzrlxs9DJ1rF5re7xEKdFCkRp8b13MkQ { top:19.5rem;left:33.375rem;width:14.25rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxAXTVGKWFnQM1wXuPT2RMzQe5MUsddf { top:27rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QequMVIHBbC7TvvA4PWTZKE0pu4R84fZ { top:20.8125rem;left:33.375rem;width:14.25rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnZsbkRawrpiktn129NbIfKTtdLC1w7k { top:26.6875rem;left:33.375rem;width:14.25rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5NhMphLyx37l60HukbnKNX6dbgJk4xe { top:41.625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI4AzCzqeGweTUa9xDJuKzuO3oT5qIcD { top:41.9375rem;left:1.8125rem;width:14.0625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtSdrvtyKK8SeB0OdINDVGTt2UCUoSNR { top:71.9375rem;left:11.625rem;width:20.125rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6EISGICptZW7fLlf5cNN7KXta897PMi { width:18.6875rem;height:3.375rem;top:8rem;left:13.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PN7vOziy15V2PB4ZufXLdQPLbZQkkDDq { width:20.4375rem;height:62.9375rem;top:7.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzzC62G1710Dv42TZHKbkXg0iuhDIP6K { width:47.75rem;height:3.25rem;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9FpABVTzFzf3OLWTNcumC4iG23WrkcK { top:34.6875rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dobdL34xuoKPQUaSyCGaeo8S0gQni6hg { top:33.8125rem;left:33.375rem;width:14.25rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq7ck5m5Cfv9JfJJsEVRDMUON0dUy2hi { top:12.9375rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-regular-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-text { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-text {padding-top: 0; padding-bottom: 0;}#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-textarea { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-select { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-select {padding-top: 0; padding-bottom: 0;}#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-button { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-checkbox-label { width:14.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o  { width:15.875rem;height:auto;top:12.625rem;left:13.375rem; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .radio-container { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o {display:block;}#TDskgONwQ6RATa3GEz11umPHUR604u5o { width:15.875rem;height:auto;top:12.625rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #PE64n9z0PLzvpQLfStIkuv7Lct6posdw { z-index:1; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #TJzWTMcZLEzgqTZgvXqxGWqoFfE2wLeD { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #FzDfqISUHfCpGmL7mEqB77we0k0MJR0J {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #RdMeZH0JkenX766oSrQ2O38abXsyKI9C { z-index:1; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #X5m5AIqqSnQJxGHTPiW8ikU7MEpWdG9p { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #QESkWPTzVLT6PP8FxKe95W1T9vGhC6UN {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #gKB1AUoUhg8K7cTk35PciospLatC3oED { z-index:1; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #yy7OLBmrV90GbtxdyNAHCfmIgXazttBr { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #tStCMET7Z9XWyLIXxuGl4RCgFsVRmTrr {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #dTdOLv602UgTvPp1lkDuab2u4GVIzBSC { z-index:1; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #pWhGdqWkNoZ1GWEOTolFbPsfowUzBxPF { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #NlIR0tGzLzSlx991gr3qAVfKS8TkG7CT {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #lDXBVTz3U0BmukdvVweiHNxx6oDedoDi {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #lhTqpOSFFytTngPvHv0276AeQMvKL5X6 {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #Az9oDhXMRqu9pnltx9KTKW2w5bmN5P9E {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #Zv9XTpP9ziWoDlGst9GNCrOpxmRxTZ5y {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #IDg18R0RMMrVD6Q3s4TMoo6Fpl7JQrTy {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #RRoQNvgPR67dHFJIoHBLlGG0E41fGxqN {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #TenTPkDE46CatOcNfmSLHhDRf1xAaTeZ {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #lgH21Gtw3rHV01aXuK5MQ5W9NuoReI5D {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #z0hk2EIfPh0dtCZBQTOPTF1kKP2S2adv {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #pwil1gKSCL8m3ibWcGSXqRWVhZLI57nZ {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #o8L9wOyXK9Hde57fXIQ5wbUUINbKKXtW { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #pzcPLNk1VwereVg5SpD9fNcumy3ozZb8 {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #mDGuAUck31VPJF9imTuKST8IidQcveRN {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #v9TqdEzCPz9H1QWMCRqOpiXqNiMQE1AL {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #UoGC3ch2VZbqsH1590ST704XA55eimE3 {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #iQLmEIka6P8IDlRbMiQUwhsxTJCM900H {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #Q9Aiea2B71zLQ7ECT1kvm6m6BKR1B6ND { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #FSuQgnEpTFhIlkPzmtEwIL7W3ICGKhgk {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #SFB9KThFCdMy4LGWOnNzLvy9AvK6Md1t {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #DsNqRbaZStg7kxCGKMz8u3iFdGGtWHss {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #RsMfeyo3NQ67czlCZ82VHys4lGMtpWpo {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #OuoOOrpcH64UyAwWJl0BOZyLrIMhTuTH {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #OF3iXpxb8eJRfUM4BtHd3FwLGM4LVb2P {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #cv7A4LE4grXJy7HWRFVxPgep3BsI7UCE {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #SOvEhqZ6TTBFWF2RfvVZfknHspDo3K4g {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #lQJczPTND75AUfRmO2DPsSuPyy0MFLAQ {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #ctPlaWrmsMhvMMbLnON0Vh8fQE2Jzn9v {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #PDv7sylv261uhbM74uhzC88SDnMuTWDN {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #MUDhXJnVD4HmlaVmKIOh40Knbp2QNcVo { z-index:2; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #WTZGmm6XLlTOvcpfTtgvpIvr8Ixk5D61 {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #yCP7xvRbi9gliGcpfk9vt08mO52q02dO { z-index:1; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #WBL15BXhegmKQsiLJ5t3AKSiAkR8qTcc {  }
 }@media only screen and (max-width: 763px) { #Ka9STCTOnDEaIbKISHG7dGQo5m0xFIRF { top:42.5rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBsnfwxaMUX6PRvfbHgpVIBai8OVAw97 { top:42.8125rem;left:33.375rem;width:14.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkcIXPkGhZBZuQt55NFGaTCd8xyeNTEi { top:50.625rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT7X3cgXcEcG4pb7FgQlqoSyagZ72wWZ { top:49.125rem;left:32.375rem;width:15.25rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu6UsnO5o89IlgpTKm5TSbtDVlBn1CQf { top:57.6875rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptaVrDAVFH2Zk59s8TzZTxbVHHxfMgNG { top:57.4375rem;left:33.375rem;width:14.25rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTANphPCK1tgFiSAgQmLS6F3k49Lzlo6 { top:49.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv8BQHmG2C4EMqIIa7QTXIVQUogyyfql { top:48.8125rem;left:1.8125rem;width:14.0625rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5fTk5TluhDb4aLvHrPwipH8HJsF3XzU { top:76.125rem;left:12.625rem;width:19.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P { display:block; }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKFh3gG5RoorS9lvOAd0861NH8rWC92O { width:21.1875rem;height:3.0625rem;top:3rem;left:13.28125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K65hQIkTI8clGgqGHonsymWlJJpAHG8D { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acCWA2auFLybRQGms9wMxL2RIxDsGZiT { width:21.875rem;height:1.8125rem;top:4.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpHtW02kEGhhulrFlMxuRcRPHDv40ZwT { width:35.9375rem;height:11.8125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnRN94nZn9hDAWToQTpEP3gfFTOWuq1H { width:19.4375rem;height:1.75rem;top:11.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLVVnz4D7oDFdHQS5oge0OFT7sBcXW3D { width:34.1875rem;height:2.875rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uisnJd0n32LihDJCsTJJN3FKql3T0GOs { width:5.3125rem;height:2.5rem;top:20.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmIEgSUQ5TquO0kXilTzsbu7UxhMfcFB { width:3.125rem;height:3.125rem;top:20.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekExln88ayTHZAezDWudrrJUHniTcG7J { width:10rem;height:2.5rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHVqulU2AbkW1iDt0bivbgNDdCJVxq3X { width:1.5rem;height:1.5rem;top:8.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJvpOQ5ls655cnTIJuZlTTyNXFvCMciQ { width:1.5rem;height:1.5rem;top:8.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS6hsem5vINrTx02cw6OGHJxSkv1k3AS { width:1.5rem;height:1.5rem;top:8.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlXeADqQhlG4Ky4WL5ccDDx2lGWBC3fa { width:1.5rem;height:1.5rem;top:8.875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIWb7zteJyKik0vTWAiMxIalDoqHUFqE { width:1.5rem;height:1.5rem;top:8.875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZdVpAyI3xq3i9EyEmo1bToHOC2JegMK { width:35.9375rem;height:11.8125rem;top:9.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QitLQ0vk6McUkZa0dvfW2nKmDmVFIHlo { width:10rem;height:2.5rem;top:8.375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCf8JRIH2dH7aLH5TueBAv6XDCehoONI { width:1.5rem;height:1.5rem;top:8.875rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOq7p1PKIKglOiZyloiTKqK54rp2cCTH { width:1.5rem;height:1.5rem;top:8.875rem;left:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqQo97e3SlctZqcBiPuNDm1pCJThVdE6 { width:19.4375rem;height:1.75rem;top:11.8125rem;left:28.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVgCy95pamwm1TI2Ki9u2mbnJqqzKrzT { width:1.5rem;height:1.5rem;top:8.875rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzpMMf5iEqvwlmP6xILFThMnqu5eUAiU { width:1.5rem;height:1.5rem;top:8.875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ3G88oXTTDNtgSLswLApVfzpgKNusCq { width:1.5rem;height:1.5rem;top:8.875rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuGFzNTrzrdtkBokTBZhaSgQnbaZkhM9 { width:34.125rem;height:2.875rem;top:16.0625rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJmkGxbGHpTXTkbT3IezvRL9QvV88UhP { width:5.3125rem;height:2.5rem;top:20.375rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3SKU9eT3AyDWbUGlFfkZTXXs6EECNIG { width:3.125rem;height:3.125rem;top:20.0625rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxux71E4dcx5Ec7GX14fkBCMFk0PsMDm { width:19.375rem;height:1rem;top:13.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcX2rZSUSTPVspgLeXWOHdD7Owv7eBk0 { width:19.375rem;height:1rem;top:13.5625rem;left:28.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrVKSKiAZONZpU7hQLtw1t8aRtpX4eJm { top:26.9375rem;left:0rem;width:27.0625rem;height:20.266023875961rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah8JIrPVmFWwD3XAN8tPq4daDy4fV4Ku { top:27.0625rem;left:20.75rem;width:26.9375rem;height:20.078366718982rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz { display:block; }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ld7bxIL2hL1JWK94KA94yshAT56aLJSP { width:40.1875rem;height:37.875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqVpeg6iZ0emkIyxHm6DzyU7JuQfAr1A { width:21.875rem;height:0.0625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0MwTACJqKG42WxRiUapTGNWCqs3A9Dl { width:30.4375rem;height:6.125rem;top:7.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVOCbumxLaoOuMkibUT6pFZlq38BIFFV { width:31.5625rem;height:16.5625rem;top:19.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkUEnseg91fJRRsZ62rgcTfA5Sc6JLkB { width:31.9375rem;height:;top:15.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUZILQXe9iH8nACTlr4GKuv8RfEBGLwh { width:11.875rem;height:3.4375rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLLKANsIKLc1tylF0CW7E1EoIs2eeMTz { display:block; }
 }@media only screen and (max-width: 763px) { #xxbUUXmNHtEtwbLJtPESd3Kr8Zvuh2wX { width:11.875rem;height:3.4375rem;top:38.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO6keJaXA89STEAbOJO8U5g6RzlfnAtn { display:block; }
 }@media only screen and (max-width: 763px) { #zfTohtUfnRMb5ATxfi5KT8suysP6gMQi { width:35.6875rem;height:19.4375rem;top:19.9375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgBQzOmVgR68TC1UIT7qo7n2DqfIJKMI { top:6.3125rem;left:25.5625rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zinEaAQXUDMThIwEMXT860TXGC2VDKVr { display:block; }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiTyHZr0mID0HdDp4MNAt8cAadIalhln { width:39.0625rem;height:4.625rem;top:2.6875rem;left:3.2500009536743rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTc8W79Hl0yHpuZzZC0PTzVvTpnO5Pt { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR6KebvQCshvzz3nou8zsF4TcCXJKXfI { width:21.875rem;height:1.8125rem;top:4.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoXDEEM5iMJHAkoP2cNkG0GVy14XodlH { width:16.875rem;height:1.4375rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVNbnLfcf4geOVTXJEHmgmFB2z88b5CV { width:13.8125rem;height:4.0625rem;top:11.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9whaXdsZiBoHTu96WEx6qVrsJb11sLi { width:16.875rem;height:2.875rem;top:15.6875rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH9WMTcyus4CUlf5QzrMqMURUk8hkmeq { width:13.75rem;height:4.0625rem;top:11.625rem;left:7.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZPV2t1T9m9iJXwkOcBgUvhVhSqRhpAT { width:16.875rem;height:1.4375rem;top:15.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1tuGQGG9SL4Dp2kpAJ5m0XdXahXUvfL { width:13.75rem;height:4.0625rem;top:11.625rem;left:34rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmkFC7TGlocvJWww0cpRsvsNAtELOyaH { width:16.875rem;height:1.4375rem;top:15.6875rem;left:25.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP4uQ8Vv7yB7z6QPfoqU5KhIT1V9mGfm { width:13.8125rem;height:4.0625rem;top:11.625rem;left:26.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfczS9DEeB6M0RPr1NIXQTxP7DWZgkTJ { width:3.125rem;height:3.125rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5K77TXVKodH6NbJDWNbTRn82WnG5eDy { top:9.9375rem;left:0rem;width:16.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQmzG5TnTgVQINe4kK6H6mRKMS2asW7g { width:3.125rem;height:3.125rem;top:8.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVPNI7oFXtBa5lMSWllzkkraXNWa3xyL { top:10rem;left:5.75rem;width:16.875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7lVD3Z6sJHmz6onwJ6u24usTWZX92h6 { width:3.125rem;height:3.125rem;top:8.5rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV1mVlElIH4eKu0RMTaOMEC6KSAIfDEh { width:3.125rem;height:3.125rem;top:8.4375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXrI9LKTRqdsu2bDCZZtyX6Q7tzT078R { width:2.25rem;height:2.25rem;top:8.875rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVmh5BvDsIRKX5iTJQ6gTVXwLW8bFqvf { top:10rem;left:25.125rem;width:16.875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTiMxuG2zyTCWpvsbEALN1XaIiUqwW4 { top:10rem;left:30.875rem;width:16.875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRtQTHfzSfoGzNC4ZvMcH4hMihTC1QsB { top:8.25rem;left:0rem;width:3.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeDM4N6vZu6qUWDX2K8HoTOptIpuW5eW { top:8rem;left:12.28125rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdBeRN5hUiWhgfNzLDU1atdnqSB7Abcd { top:8.75rem;left:32.125rem;width:3.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn { display:block; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQlzIurwxzQZO4vNEAH4AqZgxwrkVv45 { top:16.375rem;left:28.8125rem;width:18.9375rem;height:10.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cutbQhKVJCZyLfdKMSRWD8T3WUH94ELF { top:16.375rem;left:14.65625rem;width:18.4375rem;height:9.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpaJ2T5rGOchtFOo7n5qzW8H6XWxOzRA { top:13.75rem;left:15.4375rem;width:17.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9du5S553pHDLv552pclHJ2uZm0BdV7o { top:13.75rem;left:30.6875rem;width:17.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDMT1EW87nvaZPDR6ICTvRuhEAF9dc83 { top:16.4375rem;left:0rem;width:18.4375rem;height:9.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ciJcdZGARipKH3uI6TTGT29DHSwVZR { top:13.8125rem;left:0rem;width:15.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6yzNTzisfBZAU1agOCETz4JTevpmHIA { width:47.75rem;height:2.4375rem;top:8.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTre8T7mgnMETE5dR80CHbO8DsoacFee { width:47.6875rem;height:3.375rem;top:2.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EioRy1WLyh5zK4InWCcmZIOsVqArmiUM { display:block; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEDeNQ88Uk49z3SIQJzPmKqpDkyJkTuc { top:10.8125rem;left:28.8125rem;width:18.9375rem;height:9.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR7FBT79HTdsnxgfeZXU3PcgO1rLKBgL { top:10.8125rem;left:14.6875rem;width:18.4375rem;height:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoo50TCZ0BNcquvV17myw01sfhJPsQEh { top:8.1875rem;left:15.4375rem;width:17.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJtIBo8rZ9ngbWd9X7JW6ZQB8QszMlnq { top:8.25rem;left:30.625rem;width:17.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVhSoSXMNx7cAm7w4k5qHnpJCMX1AEN6 { top:10.875rem;left:0rem;width:18.4375rem;height:10.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqHB8FTVWSg4JzTT3E0SlrrVhrQ2axEQ { top:8.3125rem;left:0rem;width:15.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRmoLxd7qyS6MO0v2uGTE14SNyy2TrQN { width:47.75rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 { display:block; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zswr3fmOI64inL7pIiM35fkoRpqFZ77w { top:10.875rem;left:28.8125rem;width:18.9375rem;height:9.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkF3yAX46287ODmSXt0Ze8zcBdukx4pz { top:10.8125rem;left:14.6875rem;width:18.4375rem;height:9.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbiWBReiw3amaIoL1Sxolx2Ty6WuFI7r { top:8.1875rem;left:15.4375rem;width:17.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTdE3TxBDnQLcDquKtMmvXgZNPOcdwcb { top:8.25rem;left:30.625rem;width:17.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5i3g8TB7vA5LGGhthokXmxQ7EOE2fbh { top:10.875rem;left:0rem;width:18.4375rem;height:10.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRxBT1qOlvROSGFPUfSoPS3ROG37C9T5 { top:8.1875rem;left:0rem;width:15.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW50sTtalOuA3BkJ9qrfQhTIGQMI05ez { width:47.75rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD { display:block; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm8KVsLTq3ifS9TfEoOPlR5SeQL6TgoX { top:7.75rem;left:26.375rem;width:17.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOi5BeKBZWSTAQF1JA3eeUG5w8H0smSx { top:10.4375rem;left:4.8125rem;width:18.4375rem;height:9.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJWdoJTEBHa8ZksvUxW0okZ40ScxTEtK { top:7.875rem;left:4.8125rem;width:15.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzA95rcNrxKGUKMGVTTQ7NMswn5XG4xa { width:47.75rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chvT9iTblhosM4mDbosVA6Vy9aMsWe3c { top:10.375rem;left:25.1875rem;width:18.4375rem;height:9.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 { display:block; }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyp6Tf4eH8IgS9ZmZHURoGfGWzAdDtWN { top:4.875rem;left:0rem;width:47.75rem;height:9.89782890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdyiXfeo4JRUn6NVSCuzVJ3uDGVgvGeR { width:47.75rem;height:2.3125rem;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 { display:block; }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7WVGWZBR3Q0CPuu0WsZGdcHdV3X4rK5 { top:4.6875rem;left:8rem;width:31.75rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiu0uax3cCrRKOpoDsiwwkbtmFp9T2oz { top:1.3125rem;left:20.75rem;width:2.5rem;height:2.687375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRinAQLsJU0mDB7iTtdVT2W5bhkzkTO { top:1.3125rem;left:17.125rem;width:2.5rem;height:2.687375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt0hKxuthG2RHUisqAnExKDnbXe37pwK { top:1.3125rem;left:24.5rem;width:2.5rem;height:2.687375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylwLrkWUL2IRUpztdct6GIpnMFggqKvN { top:1.625rem;left:28.8125rem;width:1.8125rem;height:2.1250635905236rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af7ec7ce-fd26-4228-bc5a-a1a0d49404e8/sydneychica.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:20rem;height:7.125rem;top:10.88134765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:6.75rem;height:4.25rem;top:1.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrcsvCUuF4qDbWBpPBTsXZsPrf9XN5h { width:20rem;height:2.75rem;top:7.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:18.0625rem;height:5.5rem;top:22.248046875rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:3.75rem;top:30.660175rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { width:16.9375rem;height:3.75rem;top:35.660175rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block; }
 }@media only screen and (max-width: 763px) { #cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht { display:block; }#cTBuTR4vo3SovrSWDm9oQGGXa1HXWTht > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TokETdDdEV9FnfDp5IBB2456vCTkhEoz { width:17.1875rem;height:6.5rem;top:2.5rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIklAcIMbVBcDXO24nJ4EOE7DVdqbLyJ { width:18.6875rem;height:17.5rem;top:10.125rem;left:0.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM { display:block; }#NFAmKK5veVFEJUmZBnnrxhpqwzt2rnLM > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bs9coDpUkUD7d25KNitxiAVyBOSCyl0c { width:20rem;height:15.4375rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVMV3LDzTfDyE5X2eS4fVgohnVEfOcCw { width:20rem;height:24.75rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a900cca-8e93-49fc-bbfe-87418d5c0109/PIEZASNAVIDAD_PROMPOST47.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JVMV3LDzTfDyE5X2eS4fVgohnVEfOcCw.adaptive-delivery-prevent-bg, #JVMV3LDzTfDyE5X2eS4fVgohnVEfOcCw.lazyload, #JVMV3LDzTfDyE5X2eS4fVgohnVEfOcCw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aR8HbId90WTnXhz5cVZCIz65hfeco6As { width:4.8125rem;height:1.75rem;top:25.5625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPbSitFECpEJVBwaoHEn5qiBOQlAe4bi { width:4rem;height:1.25rem;top:27.8125rem;left:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zaHT4et0KLBXgQEXz6AzLwS2E1ymT22a { width:20rem;height:0.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFkD3B3v0TFeOt3BTPNuygnbzCALXFwR { width:20rem;height:14.5625rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5qgsmVluJUeF1uFM5n6QpAZnJvqHQbo { width:11.25rem;height:3.125rem;top:41.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRJei1MmuAC3zV0ZrKqvwVg5n65s09zi { display:block; }
 }@media only screen and (max-width: 763px) { #RwUr5oEEN4WSnoEXwn64XcwwN5bpNrkc { width:3.1875rem;height:0.75rem;top:27.8125rem;left:13.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vHSM5znwHb9RFhow8fTJoR5TLxVxJTiK { width:5.3125rem;height:1.25rem;top:28.8125rem;left:12.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PsU7L2NLZpyM66eQBFzpyeWaTMOHz4Me { width:1rem;height:1rem;top:27.625rem;left:12.1875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TfqfODviiJfByJI2Q6Gwp4TvgoZM5yci { width:1.3125rem;height:1.25rem;top:25.8125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pctvIWn4yiRQTZ4m7QGwWtfvCWZJ758b { width:1.3125rem;height:1.25rem;top:25.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaDxlF3SFDHrR0DuyD1DWQVaWetKRbqI { width:1.3125rem;height:1.25rem;top:25.8125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNDDAdxn0iAZTvv4v9hMD7Waaqn36bAl { width:1.3125rem;height:1.25rem;top:25.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBCGlplryy02ZVFFCLuWrAf6ybbsHPEZ { width:1.3125rem;height:1.25rem;top:25.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovpL9NCTrAhHAOrNQNVPdRRkTbnW9bpA { width:2.3125rem;height:1.25rem;top:27.8125rem;left:7.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #U1f0VXng4m1LTtPkC8Q1kOEpMVOw21GB { width:2.3125rem;height:1.25rem;top:44.4375rem;left:15.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGbpdTXJ9KR784lehGJ5ivGHtFlzzi4K { width:2.3125rem;height:1.25rem;top:27.5625rem;left:15.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxzONJJdk0quw4i0HWVI9hZUbvW6spTV { width:19.1875rem;height:6.25rem;top:33.5rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#xxzONJJdk0quw4i0HWVI9hZUbvW6spTV li:before{  }
 }@media only screen and (max-width: 763px) { #QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK { display:block; }#QZ6NhrMK8hb9oaEWsDuDU4iJ2yT45SbK > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVSEoGiF6lJnQkCThchDKvMpZT6PIto4 { width:20rem;height:15.4375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlswAqLTb9MVC6XliO2WQfJU1tN6hsy { width:20rem;height:24.75rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8da22e6d-9349-41ce-ae9e-c0b499360769/PIEZASNAVIDAD_PROMPOST46.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TTlswAqLTb9MVC6XliO2WQfJU1tN6hsy.adaptive-delivery-prevent-bg, #TTlswAqLTb9MVC6XliO2WQfJU1tN6hsy.lazyload, #TTlswAqLTb9MVC6XliO2WQfJU1tN6hsy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rr9FChVU4EQUTSo7pr1UklLhScNLCC3R { width:8.8125rem;height:1.75rem;top:26.125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1X4tCnMCxtoF9zyrqNpDSJBZ4ums7ev { width:4rem;height:1.25rem;top:27.8125rem;left:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FvaeVfffyJ2Qn6NThmxtJJ8MDCDB0TWL { width:20rem;height:0.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwQ5SXs6oJeIQ8qpHsTs2bqMRl7N4ui1 { width:20rem;height:12.375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti6KGWnzUc1WpFv50yOeGNhnKp652gLK { width:11.25rem;height:3.125rem;top:39.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNck2rVHrgT0TcDS7hAFfbIWaDUmBkAs { display:block; }
 }@media only screen and (max-width: 763px) { #QDF7c96nmz6Q8TztJKzbTqo9A4MNbTaF { width:3.1875rem;height:0.75rem;top:28.125rem;left:13.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #evbCaqPOd2CvJVixhcrCzNN7dFwTKX9g { width:5.3125rem;height:1.25rem;top:28.8125rem;left:12.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EdC6117ZkP9D3maknnuDf3w6pWtgn6Ck { width:1rem;height:1rem;top:27.9375rem;left:12.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yEeEgCCdffyNmTkAAaT5Heq0uVdL0XWD { width:1.3125rem;height:1.25rem;top:26.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbZFTIn2XSmUysNNgO7MT2TeLbPQpeDr { width:1.3125rem;height:1.25rem;top:26.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT7vUlBhHmD8a5cnwFaClfXI4FKXvhyO { width:1.3125rem;height:1.25rem;top:26.375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btxH8iEzccaUWEXPasr0iEFq056Mv7TD { width:1.3125rem;height:1.25rem;top:26.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad22ykgZQt5PwZkB4hTc8syzqiJytoTH { width:1.3125rem;height:1.25rem;top:26.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13bo4PKyHSkUDl57AE3ZTDRdz8oPARG { width:2.3125rem;height:1.25rem;top:27.8125rem;left:7.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #Js12GqM0K47CyyfbDBLE375Q9StH2FUn { width:2.3125rem;height:1.25rem;top:41.1875rem;left:15.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TseKgafXendJ81rEHFKZVXvVZfm7IeGo { width:2.3125rem;height:1.25rem;top:27.9375rem;left:16.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIlnW2N5ow1uWvt1eW979mtcECJNycB6 { width:19.1875rem;height:3.6875rem;top:33.1875rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#aIlnW2N5ow1uWvt1eW979mtcECJNycB6 li:before{  }
 }@media only screen and (max-width: 763px) { #rEfXUF334foCLhs5ElaPlKqMkrTwGyon { display:block; }#rEfXUF334foCLhs5ElaPlKqMkrTwGyon > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqvMQS9BfEZlZtSFxWXLQ8blc7T4NAc8 { width:20rem;height:20.4375rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ3ZAEXdc5cB0KyFhp1UwqzCvUTIOCfO { width:20rem;height:24.8125rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e6029aac-fad0-414f-aa0c-0552d525ecaa/PIEZASNAVIDAD_PROMPOST48.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#eZ3ZAEXdc5cB0KyFhp1UwqzCvUTIOCfO.adaptive-delivery-prevent-bg, #eZ3ZAEXdc5cB0KyFhp1UwqzCvUTIOCfO.lazyload, #eZ3ZAEXdc5cB0KyFhp1UwqzCvUTIOCfO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Po0Pz2icFHQA996UnSfA62IWtlq8zSoq { width:10.5625rem;height:1.1875rem;top:27.875rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWAw6eSEJJG0dvlKPJ04UemV4ViwOZ8z { width:20rem;height:0.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8aBlRVZx18ttD1lB66ITBHK3PTaMNM { width:20rem;height:19.5625rem;top:25.625rem;left:-0.11292016806722rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #fh03sf80Era7aiuXa9JxOqhNLKM1ZK7o { width:11.25rem;height:3.125rem;top:40.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMZRNJzPRKGCpxRJRPuACNZfl9pM9PJt { display:block; }
 }@media only screen and (max-width: 763px) { #ukB66NGLT0XsdJ97kC3CEdFxV8Lrn9qh { width:4.375rem;height:0.75rem;top:28.09375rem;left:13.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z4iZXWsFmpw6TmPnX4JcbGH0HeIXDXIF { width:5.25rem;height:1.25rem;top:29.0625rem;left:13.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H8puRTFBIPkdJWUKH5arbT8TuUNaN0Bh { width:1rem;height:1rem;top:27.96875rem;left:12.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yyFyuIsh0Qwyg6zpgGZPml4I1xaw7ce3 { width:1.3125rem;height:1.25rem;top:26.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQzwGV9aQi6abxHwcsuhZEVZ9wlHFrAP { width:1.3125rem;height:1.25rem;top:26.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #orqybshDqm27sZukmyPLFgTu44WGUCA4 { width:1.3125rem;height:1.25rem;top:26.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG8nzLtb8KsmKSwDrxtvII5xm4SoykHW { width:1.3125rem;height:1.25rem;top:26.125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtnT3qi2zGQ3gwEo9ctQ6rLVQB3aBP57 { width:1.3125rem;height:1.25rem;top:26.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRsC2BtK12cXclLgasbTRf6yaAClLtRq { width:2.3125rem;height:1.25rem;top:29.71875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #mQgKIEciT9g7oTGbnABfOEh5Q4GzbkJy { width:2.3125rem;height:1.25rem;top:30.625rem;left:17.6875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ckTmq69mTTqTBz7DUPr5vqxCg6IFsbS4 { width:2.3125rem;height:1.25rem;top:27.84375rem;left:16.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnun2DsafIEgqC7wyF6xnuitnqKgKQbH { width:20rem;height:6.25rem;top:31.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#Gnun2DsafIEgqC7wyF6xnuitnqKgKQbH li:before{  }
 }@media only screen and (max-width: 763px) { #pWCe1CBhl2AiTEM19rUDU21RL0xahu2u { width:18.5rem;height:1.75rem;top:25.875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl { display:block; }#zRmS8zTzFQRTMWKeC6unRHtbxTeXfpUl > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZI1TF5STDy9uDQDwauE6PfyCZLvdTXO { width:20rem;height:15.4375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvsFIy370XAAyWMsKlMhnHDJp1m8TS12 { width:20rem;height:24.75rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bf63d602-5c21-4128-95cf-03334d0dffd5/PIEZASNAVIDAD_PROMPOST45.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#bvsFIy370XAAyWMsKlMhnHDJp1m8TS12.adaptive-delivery-prevent-bg, #bvsFIy370XAAyWMsKlMhnHDJp1m8TS12.lazyload, #bvsFIy370XAAyWMsKlMhnHDJp1m8TS12.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m5lzrepRoDKqQ7JTSoorMtG9Nc0qOMi7 { width:8.8125rem;height:1.75rem;top:26.125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKyRWBux6TwoTSFK3cVisnGLO1L4g9nK { width:4rem;height:2.5rem;top:27.8125rem;left:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GEhOyM4uO1mSJWVz5qsdrzgdmy7J25Gn { width:20rem;height:0.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IznsmNwKXoDiblSw7aDzK8LN0qboKQgM { width:20rem;height:14.9375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RErQmP0UTJFlI18BPUnPH82PtGfTs6KA { width:11.25rem;height:3.125rem;top:41.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foz5FprRGcwf8hK61Vg01aa05WOdXTSR { display:block; }
 }@media only screen and (max-width: 763px) { #KdpPo4w0JxMorGq1GEmNqeThHluDEF4p { width:3.1875rem;height:0.75rem;top:28.125rem;left:13.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wZMEwKTZRL0qFi42fg9vZNyo5TvNSgwR { width:5.3125rem;height:1.25rem;top:28.8125rem;left:12.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lkvbdaJHZc2nR6cfSUklulF3C3n3UWzT { width:1rem;height:1rem;top:27.9375rem;left:12.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qcAQpnvgWvZRiEHMAgsKrhR2546RtyV9 { width:1.3125rem;height:1.25rem;top:26.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sak7V9RtTfuWUdyO1Vz3cmuG6TbA4k3i { width:1.3125rem;height:1.25rem;top:26.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds840U6xXeDoo94nLc5VJs7MtwUueRAA { width:1.3125rem;height:1.25rem;top:26.375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJWZ0woXi7tS6DtOaRme5AdqtKWm9QAL { width:1.3125rem;height:1.25rem;top:26.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpRtAQSy8s190JmGxBtuyyO0lfXUQ3gc { width:1.3125rem;height:1.25rem;top:26.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrV90WWM0i6qxmOPpRrUSdQEAm26ToKJ { width:2.3125rem;height:1.25rem;top:27.8125rem;left:7.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #s9fyIzIKud8TSkMur90gaARz5QXlMg3I { width:2.3125rem;height:1.25rem;top:44.4375rem;left:15.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z12koirRbZLB46OTGcqf8tFP89bD0pWc { width:2.3125rem;height:1.25rem;top:27.9375rem;left:16.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFNKQ5B0qsRXVo9rFQCeQeANBlMcaQZe { width:19.1875rem;height:7.0625rem;top:33.1875rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#NFNKQ5B0qsRXVo9rFQCeQeANBlMcaQZe li:before{  }
 }@media only screen and (max-width: 763px) { #RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em { display:block; }#RmtDcDU16Z0wlkH8NTTawU1VpQk4x5Em > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMUJ2xJDXezzTT1MHCqBWyRiIlaSRJVT { width:20rem;height:15.4375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdPEzPAvaF2kSmCSZIFXtqebrx731PK3 { width:20rem;height:24.75rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49097d52-c7af-4a37-9a61-6078ba4ce0b7/PIEZASNAVIDAD_PROMPOST44.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TdPEzPAvaF2kSmCSZIFXtqebrx731PK3.adaptive-delivery-prevent-bg, #TdPEzPAvaF2kSmCSZIFXtqebrx731PK3.lazyload, #TdPEzPAvaF2kSmCSZIFXtqebrx731PK3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Z1mUNT9f4b4xah3CHyMzJ28adW0f0k7y { width:8.8125rem;height:1.75rem;top:26.125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOyAqLZeBha5wnNRy7yNwWprN4gMnVT { width:4rem;height:1.25rem;top:27.8125rem;left:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oysSB8a5URbov7efrKHJ5Hy9WqF9hrL8 { width:20rem;height:0.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmWCnXRuQByxhXdtdU5u5668byxSyJKi { width:20rem;height:14.9375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPCTFJy7GKKVkZpyfJRRtK7CxBfzi8iz { width:11.25rem;height:3.125rem;top:41.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRCeeiE361FE9wnnL5gOruRNThZ3p1Ek { display:block; }
 }@media only screen and (max-width: 763px) { #PKgMs1mHqQazV0JydSKqlaVDk0wamVdu { width:3.1875rem;height:0.75rem;top:28.125rem;left:13.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I6HaGLtRTq0qLdstJJIGhUIEIgbwp1gK { width:5.3125rem;height:1.25rem;top:28.8125rem;left:12.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A2JDQqKUokAl6khp7x1ShkMkOrbHdn6f { width:1rem;height:1rem;top:27.9375rem;left:12.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #T9hSttzKVaLRy90B0yKJ7CUicu3q0TDU { width:1.3125rem;height:1.25rem;top:26.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUm2rB75ZdTAAByfb8132M6KNBTuZLqq { width:1.3125rem;height:1.25rem;top:26.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk3xw0u3PleVDX8rqI4yFm2214vATxM6 { width:1.3125rem;height:1.25rem;top:26.375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFLq3qbfhDokr1T10Ap4XlZTdTWh9FyK { width:1.3125rem;height:1.25rem;top:26.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxULalQ8KalmRIDSQTvMy0oaTf6f7cdA { width:1.3125rem;height:1.25rem;top:26.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eECilPMDcIJL8NeCxFoyv1fN8T2mzm4d { width:2.3125rem;height:1.25rem;top:27.8125rem;left:7.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #JTK2LepZOOKutOAHwExKIykl89LeUelV { width:2.3125rem;height:1.25rem;top:44.4375rem;left:15.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUC9qDaJSpGGiDhhIGalyOMbiDcSLLOM { width:2.3125rem;height:1.25rem;top:27.9375rem;left:16.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHMxnWsxs0z3HNOeAIc6P74fFOI3Er58 { width:19.1875rem;height:7.0625rem;top:33.1875rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#GHMxnWsxs0z3HNOeAIc6P74fFOI3Er58 li:before{  }
 }@media only screen and (max-width: 763px) { #UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 { display:block; }#UX6zEGZZpZzUQCLFRPuRhPBdPmpPbpN8 > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQq1IQkENHMNGXGnc7SW1hMfslabkcK0 { width:20rem;height:15.4375rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp7JXy2J9HE1TZ5PKt7uP1M310yUkm8r { width:20rem;height:24.75rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/47dda766-3bbc-45cc-918f-29a26d24d1b4/PIEZASNAVIDAD_PROMPOST43.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tp7JXy2J9HE1TZ5PKt7uP1M310yUkm8r.adaptive-delivery-prevent-bg, #tp7JXy2J9HE1TZ5PKt7uP1M310yUkm8r.lazyload, #tp7JXy2J9HE1TZ5PKt7uP1M310yUkm8r.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bPmEzJRQoqbeDRe5LXTlBXmixfUPLn14 { width:4.8125rem;height:1.75rem;top:25.75rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxsasDIi5E2LUmkibQXESNfPXQAWmN9 { width:4rem;height:1.25rem;top:28rem;left:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RHxX6zG3kILTfDubEe6Fcohs4ysd1K3E { width:20rem;height:0.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAF76OykQb5oLeyUuhkoXC5tbc1me3IK { width:20rem;height:17.5625rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcbUUmVa3Zm7ERyyvwSysShfLgVieKNk { width:11.25rem;height:3.125rem;top:44.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyzmbIms0tpkq42a1fTVtxZJVoPi4CO { display:block; }
 }@media only screen and (max-width: 763px) { #FSGPb3OS7FLHXVcAspuVkzdXuNvqdfao { width:3.1875rem;height:0.75rem;top:27.8125rem;left:13.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ku0EV4kehByuupvpzK42TygxUTBk9Dwy { width:5.3125rem;height:1.25rem;top:28.8125rem;left:12.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LHUdQdB96geDAgbCKkKRb84MoP3AnXac { width:1rem;height:1rem;top:27.625rem;left:12.3125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mTMfSd3XUZbSZ0LTPfgqtozHcVbA564O { width:1.3125rem;height:1.25rem;top:26rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #My9RwxT0Q3rR8A8AarU4VUtlImDdaEcX { width:1.3125rem;height:1.25rem;top:25.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyJQT5yH8h9qyAyf4OTndy3aMzbkdSW2 { width:1.3125rem;height:1.25rem;top:26rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHe8GrK6qSMdIcB26LV01zD9Q5UEcJuf { width:1.3125rem;height:1.25rem;top:25.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7atNZ8UG24VqhMpHHDNHpwXTTurrq3r { width:1.3125rem;height:1.25rem;top:26rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9QSoW7pc7FR1w5WLcSrfX5a34PZlIR9 { width:2.3125rem;height:1.25rem;top:27.8125rem;left:7.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #hFxXrLf5yXDnaVXEWwIN7VvogXV33mda { width:2.3125rem;height:1.25rem;top:44.4375rem;left:15.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMs0dNpqAvLOAF3gDT2whVZBrE7GX209 { width:2.3125rem;height:1.25rem;top:27.625rem;left:16rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiGsWaRGm3qOxzyRwzsrOPAAxmWO0cWq { width:19.1875rem;height:10.75rem;top:31.25rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#JiGsWaRGm3qOxzyRwzsrOPAAxmWO0cWq li:before{  }
 }@media only screen and (max-width: 763px) { #abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 { display:block; }#abhQyFvhganVpEJJGgRsCamGoZ4kTOg9 > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSZVoIKLQf112MEE2MXwFELmhDAxSa02 { width:20rem;height:15.4375rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRKsMhm67H6rgb5TyKyLS9vP1rqMgfwd { width:20rem;height:24.75rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5c9adb2d-cbf4-40db-8333-bf0f3b7aa138/PIEZASNAVIDAD_PROMPOST39.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HRKsMhm67H6rgb5TyKyLS9vP1rqMgfwd.adaptive-delivery-prevent-bg, #HRKsMhm67H6rgb5TyKyLS9vP1rqMgfwd.lazyload, #HRKsMhm67H6rgb5TyKyLS9vP1rqMgfwd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K80cB2BrV3IbOgludVTJH9eJTli2cJn2 { width:4.8125rem;height:1.75rem;top:25.8125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKyEnckXHLTKWruN2q11Uwh1S61UqRUE { width:4rem;height:1.25rem;top:27.9375rem;left:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pOanvzhXH756xy8vBkvi93F1Z6pxPdTl { width:20rem;height:0.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1lOSSncCw49UlnV1A2mip19GqR4TqBB { width:20rem;height:14.5625rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXkcVNLBkFyDJnk3o5WC8LT0zt6689H2 { width:11.25rem;height:3.125rem;top:41.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2NRCPmhKeG8IbEytBzOnSsFtLc5fsmL { display:block; }
 }@media only screen and (max-width: 763px) { #tTTMD77siMKMVTgSZT2XdGD0UNdUu3rz { width:3.1875rem;height:0.75rem;top:27.9375rem;left:13.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SsHmsVB5O5xXFH6xQtbDy8Pkcbt4THMP { width:5.3125rem;height:1.25rem;top:28.8125rem;left:12.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTiMr1gdcz4ZHlq1rEGt3ugxls51st7H { width:1rem;height:1rem;top:27.75rem;left:12.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ocMHTXDq1TAkt9ULK8aloZ7LhTTJhDV1 { width:1.3125rem;height:1.25rem;top:26.0625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jomq3opg6L1qJDrG9JSigT1eSSOI6oAn { width:1.3125rem;height:1.25rem;top:26rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTHSX00FLmH2TZx6GQNysiqXb5T7ZPCA { width:1.3125rem;height:1.25rem;top:26.0625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnKkwTTDJVstFt5TalT3yw1QGpwIM3gv { width:1.3125rem;height:1.25rem;top:26rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOI5M9gU3ipasMV4KDsXapS9H2blVPtB { width:1.3125rem;height:1.25rem;top:26.0625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXcONSrmbLdNqNarCq1SWdOJF8d1WvBN { width:2.3125rem;height:1.25rem;top:27.8125rem;left:7.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #ER99rlKqz0aNiW4MDoMLzTT67PRpGzDa { width:2.3125rem;height:1.25rem;top:44.4375rem;left:15.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGX60h1g3UaSfhC1klso36V9CZZAqBoy { width:2.3125rem;height:1.25rem;top:27.6875rem;left:15.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuuA1hN0KTVLawPBMtkWurbOyfdLiQxR { width:19.1875rem;height:9.625rem;top:32rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#TuuA1hN0KTVLawPBMtkWurbOyfdLiQxR li:before{  }
 }@media only screen and (max-width: 763px) { #TyyQfT247XeoPfEoSlX9ETziwl8BDSik { display:block; }#TyyQfT247XeoPfEoSlX9ETziwl8BDSik > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2Ei8eOKASsTiZ96JZSOeovFSslGnF32 { width:20rem;height:15.4375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRuutvQnt2fHt31T75eMHp9eulAVedt8 { width:20rem;height:24.75rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f129f7ef-b702-4e5e-9947-013c8da555a4/PIEZASNAVIDAD_PROMPOST40.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#SRuutvQnt2fHt31T75eMHp9eulAVedt8.adaptive-delivery-prevent-bg, #SRuutvQnt2fHt31T75eMHp9eulAVedt8.lazyload, #SRuutvQnt2fHt31T75eMHp9eulAVedt8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JrM8tF9Papwndq3MlQwiarJsLxRnvVnT { width:4.8125rem;height:1.75rem;top:25.75rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDMFAuFZKmSqOr3GT6hF6K9KDrplTAbI { width:4rem;height:1.25rem;top:28.125rem;left:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPCTyNAJf3pqexwITdJBaqlE4isZmzbO { width:20rem;height:0.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2CcbuSVxJfRroEJ8T89dXJUJOWRwNTB { width:20rem;height:14rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvy0Tl2skZ64zqWGPPPCtTHeOM6cCUMF { width:11.25rem;height:3.125rem;top:41.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1DTZJLK6UCOnrAX56vt2rn5ZVTf3mD { display:block; }
 }@media only screen and (max-width: 763px) { #txVJ7CtZzh0vXXe9hO1MxxTV2T76TGas { width:3.1875rem;height:0.75rem;top:27.8125rem;left:13.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FgFrDudgDIu76cbKAePzUKDg5Ma4tKH2 { width:5.3125rem;height:1.25rem;top:28.8125rem;left:12.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w6fDQrGkxENTSLTNP2pLTmTJQ6V8qVX3 { width:1rem;height:1rem;top:27.625rem;left:12.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OHKPMxUfTfCuPXToyFZkX2TeR5aeiDDy { width:1.3125rem;height:1.25rem;top:26rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qov8ZBDlkPx5t5xP40GPGFB0TmpJudFt { width:1.3125rem;height:1.25rem;top:25.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLKFDWLpzHZsQHFSCAZvo7E4CXSnRQST { width:1.3125rem;height:1.25rem;top:26rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPJD3iMu4Eqo7xRTkT3SfVNk89fW0pTt { width:1.3125rem;height:1.25rem;top:25.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7d2SkCAkrDhR98OOL7IMLUFRUTfRG8T { width:1.3125rem;height:1.25rem;top:26rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2m8l4OJgofQvqno7TTZKaCPbkHSoKu { width:2.3125rem;height:1.25rem;top:27.625rem;left:16.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIFSglvKfI5uDhbw6vtNfDFMFwzEq9Zn { width:19.1875rem;height:9.625rem;top:32.0625rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#uIFSglvKfI5uDhbw6vtNfDFMFwzEq9Zn li:before{  }
 }@media only screen and (max-width: 763px) { #O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq { display:block; }#O1LlBfbegLbFTRhGCUdBumiM9dvh2Jrq > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byrZMhtc9GE3ksoGGXZvaUewhpx6M1SP { width:20rem;height:15.4375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quIOS8KWtV5gSshEIUH0TAm0v3DRoG1o { width:20rem;height:24.75rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2a25cf47-c172-4bde-a43f-18f1888723a8/PIEZASNAVIDAD_PROMPOST41.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#quIOS8KWtV5gSshEIUH0TAm0v3DRoG1o.adaptive-delivery-prevent-bg, #quIOS8KWtV5gSshEIUH0TAm0v3DRoG1o.lazyload, #quIOS8KWtV5gSshEIUH0TAm0v3DRoG1o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xTuZgxUl8nU4rhKTrIwvx8ifNpKdTEqq { width:4.8125rem;height:1.75rem;top:25.8125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSRhLCPDa99Zs8LGrpNlUR2Xfmyf8kVp { width:6.8125rem;height:1.25rem;top:28.125rem;left:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UgphPeTmpc818FlVXN1LHyqlWknFsEBq { width:20rem;height:0.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfkLwQ44n6xEnGkRtXKJXgda9tT8kcIc { width:20rem;height:16.75rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyr9OCuNQpz0tBWXQgt7SV5mhV7h7cpd { width:11.25rem;height:3.125rem;top:43.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGKQxAOmDKZy8MfwOTelbTizZJeMZWvJ { display:block; }
 }@media only screen and (max-width: 763px) { #M5M2gzKAMb0x2WugPQJtUeNT19d1exek { width:3.1875rem;height:0.75rem;top:27.9375rem;left:13.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i7Cz0EquHQbAkeIXAMdeWAr53cGCZDwi { width:5.3125rem;height:1.25rem;top:28.8125rem;left:12.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MAF88ik6PbJeWW380BAsBrEUZLllHVXm { width:1rem;height:1rem;top:27.75rem;left:12.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uddCiEFZBZtufbQK6Wb438mrFoa7eElJ { width:1.3125rem;height:1.25rem;top:26.0625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqkVfTF9ft6lzl8s6PZldSrDLdeVFLw1 { width:1.3125rem;height:1.25rem;top:26rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ilX0pP4eIs3cWJHUxn3rgWu8aapLUH { width:1.3125rem;height:1.25rem;top:26.0625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVh9yLBxpzLTRneVCv5qwqPE6m9RWQWI { width:1.3125rem;height:1.25rem;top:26rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrdSi7vld9CVi6IrGmxA9lVDNWEGD2z8 { width:1.3125rem;height:1.25rem;top:26.0625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM7FNNUVVqoqwGx90wrxWoI0kRRN6KbO { width:2.3125rem;height:1.25rem;top:27.75rem;left:16.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGerTzH99bpcvIPakoiqiPX2ighdBKW3 { width:19.1875rem;height:10.75rem;top:31.25rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#fGerTzH99bpcvIPakoiqiPX2ighdBKW3 li:before{  }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:20rem;height:3.375rem;top:4.1494125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHfqEHJxmX4MENQ6rzhLngQXTNN3vQIc { width:20rem;height:3.8125rem;top:8.7983375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMkTCl0OWHnWVtIT8dwTwzqCO8Zx3tVG { width:20rem;height:2.5rem;top:9.63818125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w { display:block; }#uQZN7CeuWMGfcesGuU5HOBdP5IJV1X6w > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oH3K20JpGu3AEHJ6TLkmI05bgvUZUMTZ { width:20rem;height:20rem;top:1.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR { display:block; }#Cw3fRLWeFJHq0PeSSrHTF3FiC8MVmoHR > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grL6TKHKW9b4vixUfBGpe88Za3855GE0 { width:20rem;height:3.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrQZq3rKIZ2q2Vp8ERqvZUZ2hGoEwoQy { width:20rem;height:3.8125rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TelTtfO95FAqyt2AMIdslWyT2awvE9dL { width:20rem;height:1.25rem;top:2.09033203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snEABLonl7ZqDCEuUpAL19Xrxtt7KCqp { width:20rem;height:1.25rem;top:29.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aut3mhTLGvcd92pE4tT02XhwHXkCwqQ5 { width:20rem;height:20rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKCAaaKsIoq58D94U87h4kHNhd219uQ { width:20rem;height:20rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS { display:block; }#tOn5DDJCR7u5Inp992eqf7Xl0c1JTBlS > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RocAS7vQDyXUQvO29lNZ8JMnZI8HLVnX { width:20rem;height:3.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9h8QDt43JbL4C170KUEkVGn4rFIOCwN { width:20rem;height:3.8125rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCpMgVsd9wG0QyZIlc5R567447cSCbRs { width:20rem;height:1.25rem;top:2.09033203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5Ou6TMJ95lB3FuTBbfd2CyDxD0J5ITP { width:20rem;height:1.25rem;top:28.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZ5kN9zFxHfI45FLWF07D0d4zOkA9G37 { width:20rem;height:20rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQTx0qJPZaceA5Exh4BKqq7R3RlraCWT { width:20rem;height:20rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdgS06yVTlObOG51X69U5mbGBzAyJKCE { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg { display:block; }#ttP97iEidIhy8NCZCGV7Xa5xFXWvfxMg > .row .container { width:20rem;height:92.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8MDfd2n5lCRnXOKGEBQHvhINqb4Togz { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbD2CXHTmVHZaNHyITHuSuUzTxImgGke { width:20rem;height:3.375rem;top:4.1494125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w89QTDS5G9o295wxpXALkf9KmTUhtDB4 { width:20rem;height:3.8125rem;top:8.7983375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egfSV1VmCJMemhwssu4165vKNTuVrVR4 { width:20rem;height:1.25rem;top:9.63818125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVrNMLULVcLFsDcFleN5NPks6PBMQIae { width:20rem;height:25.038167938931rem;top:13.8603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlFOTHACyTtqTmdcBxcuqdpXqS7WfJ9i { width:20rem;height:25.02538071066rem;top:40.1484140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5xLpsA3TklS8TEMTSA09guX4nTLE7Jl { width:20rem;height:25.038167938931rem;top:66.4232890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/feb3a389-cb4f-43cc-a85d-17c86cde84ae/TAW_2908min.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.adaptive-delivery-prevent-bg, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyload, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyloading { background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { background-color: transparent; background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,159,245,0.7); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,159,245,0.7); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .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); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { width:20rem;height:3.75rem;top:20.76171875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXDTbho9eNdH4RoVqI6idhdAPPmbzbim { width:20rem;height:8.4375rem;top:26.5498046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #df9xbOEOD7FrnsRb0Hx3PTLUS8E6cGSZ { width:14.375rem;height:18.5rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA { width:11.5rem;height:17.5rem;top:1.9375rem;left:4.25rem;font-size:1rem;display:block; }#rLvtzsiThUa6TJR01bVDKdsoFkNHoWAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9562e6e2e3dd03afd36e785b14ddfb9da6f43d85.svg); }
 }@media only screen and (max-width: 763px) { #KOlmRnU4p0dnlhdsat4E5Sw4TK8ETIwe { width:14.4375rem;height:3.375rem;top:38.5625rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;color:#f5f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #JhZo4Ib6wvaxx7pCRXAwdGSKXp8QvpBz { width:3.25rem;height:3.25rem;top:38.625rem;left:0rem;background-color:#0055b2;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) { #lO5LL38rnTLSpwTVFdJToOl9QbzKkMUq { width:1rem;height:1.6875rem;top:39.5625rem;left:1.1875rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Pf9lmtJFXTZ57fx5LuBwU7n9Tdv8goV5 { width:15.625rem;height:5.0625rem;top:43.3125rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;color:#f5f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #g3raNuwNMeOBTUAVdSc7ydJ8ltl8d269 { width:3.25rem;height:3.25rem;top:43.3125rem;left:0rem;background-color:#0055b2;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) { #sxImpyTKTMReEDTRMc281CPFkPHQhPkS { width:1rem;height:1.6875rem;top:44.1875rem;left:1.125rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #lPhBcfd7KMPwazvkzMs0TxXywsq01mO2 { width:15.5625rem;height:6rem;top:49.125rem;left:4.4375rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;color:#f5f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #DDomTr7JSwbKoR3Qo6a63trnaqWwaoTe { width:3.25rem;height:3.25rem;top:49.125rem;left:0rem;background-color:#0055b2;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) { #zU5BgCryDIfVKJ6omPk0mB4O5i5KJelF { width:1.0625rem;height:1.6875rem;top:50rem;left:1.125rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { width:20rem;height:35rem;top:55.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qo1xxZBV0WKTbei3sfQPi7cQ3RIASTn4 { width:20rem;height:35rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoGaPMUAZ0NHF7B2vIOi4CG0T4q4T0So { width:3.25rem;height:3.25rem;top:15.3125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMG204bxROOCXi2eZccoDtqTn33sP79S { display:block; }#dMG204bxROOCXi2eZccoDtqTn33sP79S > .row .container { width:20rem;height:126.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqBBsM1ipvnfnCFyEbILLIw82R8DdScH { width:20rem;height:4.75rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #QiKXitSTiE4oBns3vOXNPuXyVBH01hSn { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZfUOcJ6n0wEEWF5sTUkPqTtIFyEyaxw { width:0.125rem;height:30.625rem;top:28.25rem;left:0rem;z-index:14994;background-color:#191857;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oAUmciTMv6IWc1F5HpRc7TFFVkZcEPhS { width:3.125rem;height:3.125rem;top:7.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZbve77vbAtP8Qrz6yxe0Jr7lvQ9P9na { width:20rem;height:3.375rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tq7KIHcmPwMnrIQHSiLSdIMi7PN1ah5u { width:17.3125rem;height:7.5rem;top:13.5390625rem;left:1.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fI7Gea4plnvzOZI7fTPb9Nd3Tnr4Zi3c { width:16.5625rem;height:7.5rem;top:29rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKm82w12TZlZ2vFFuFl6gwP3ul19ytKP { width:3.125rem;height:3.125rem;top:22.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3qQ5wKqZDfVfn3rGXtZwAxsLuxe05Lt { width:16.375rem;height:8.75rem;top:45.6875rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKAJNutk618iMunG5923R6DsIei4fP76 { width:3.125rem;height:3.125rem;top:38.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP1QE7Fud2l8AOnvh9HHcm6ByF5IPS7g { width:14.1875rem;height:1.75rem;top:11.0625rem;left:2.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3B0upp65VbiISX7PAe7s4F4XKZQ6Td { width:14.1875rem;height:1.75rem;top:26.52490234375rem;left:2.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rLVyDNBDE4u5Nn4Tg9XU764GgETrDI5H { width:14.1875rem;height:1.75rem;top:42.6689453125rem;left:2.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbMdbUUCRHyb1pLE1JQS5SlccmcrgTb6 { width:2.1875rem;height:2rem;top:7.5625rem;left:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHi4hhxrrrIqgUfHwE6abmRNLfMW4SDw { width:2.1875rem;height:2rem;top:22.4375rem;left:8.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URNKqToxxP5a3RFSrHQv0DKhUpf0RScm { width:2.1875rem;height:2rem;top:38.875rem;left:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy7UU3wfNsHOkciKAovNzZ9RUstUCdnu { width:3.125rem;height:3.125rem;top:56.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVZeAp1A4GnSipaS21zbqn4JGur8cP7 { width:2.1875rem;height:2rem;top:56.875rem;left:8.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNrabRVTFrq27JdTv3nhsppif0QDrXTv { width:16.4375rem;height:10rem;top:63.775390625rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJoK5wIcA8MOItEZRPq3QqheUJeNKFfN { width:14.1875rem;height:1.75rem;top:60.8125rem;left:2.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4VycTC19VLDOLM0sygenJ7F9r4li7lV { width:3.125rem;height:3.125rem;top:75.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyBg9qxCRvc8lPeIrWhzoGhVoBSTod0E { width:2.1875rem;height:2rem;top:76rem;left:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMnoVGqQKGD4gZza8UAFoAE50G0pBPUC { width:19.4375rem;height:1.75rem;top:79.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AswTeIIzZTcq1STLTkw0bZtHDHTwfiiq { width:18.4375rem;height:8.75rem;top:82.375rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0umzIR5dc1CNTOrn9y8UM4tRpu3ESiA { width:3.125rem;height:3.125rem;top:93rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euQh2QbanEysEoXWqG6T9cdPt7apVhnJ { width:2.1875rem;height:2rem;top:93.5625rem;left:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8EAKG6MMzmibqV8c76vXoeC8DPDWuT { width:19rem;height:8.75rem;top:99.75rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGtKqoLFucvIEJZprQyGUPN6mDGZlLoE { width:19.375rem;height:1.75rem;top:97.3125rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bzygLIp69tOUB4ZRo3oVqKKIwK82Trrd { width:3.125rem;height:3.125rem;top:109.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lApQTTtt0h8XwDa0E6JSmS1yXQLVC7pa { width:2.1875rem;height:2rem;top:110.375rem;left:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRnOTZct0sNpanJIBR7WTlIiQ45b4OXT { width:19.375rem;height:1.75rem;top:113.9375rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ayRln3L1XNX7kzNDIVHCoFOivNf80D5O { width:18.125rem;height:7.5rem;top:116.5rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkqP2NeBsouRMzhf06XGTRCVLRk5622x { display:block; }#gkqP2NeBsouRMzhf06XGTRCVLRk5622x > .row .container { width:20rem;height:203.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4IJcW2owfLNPwRyW1X9e27z86gc2eCN { width:14.875rem;height:1.75rem;top:5.9121125rem;left:2.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgH5yFEP4GxJ2rRTEn7TQF531K0zVkm7 { width:3.125rem;height:3.125rem;top:8.949225rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNz9wBXc7PuNniCy462ZIe75yHiw5F7c { width:14.25rem;height:3.5625rem;top:13.324225rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #doXkJ8Tn1o3zs9y1ixgmLLNlqdvSbzny { width:3.125rem;height:3.125rem;top:18.230475rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkpoi1evzsDEpTT0n6iIs3DBNaGkyZ9g { width:12.5rem;height:1.1875rem;top:22.605475rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxmVUQw57ZdCfQ5gE6OME3mCpMAxAVUD { width:3.125rem;height:3.125rem;top:25.074225rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcwgpOEZZcKOqmKa2efAFFfRoW4TM5U4 { width:13.875rem;height:3.5625rem;top:29.449225rem;left:3.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaKGRVaEkI8thM8wQLfET1TEC6IWZrbl { width:20rem;height:1.75rem;top:132.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BkgN1aIdIAXd08VZvBvE3ryHoNmC28GX { width:3.125rem;height:3.125rem;top:34.355475rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDa1bt3XDItqSo6bclfRyE9TzMtbOQgc { width:14.5rem;height:3.5625rem;top:38.730475rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIUtGZ32XxaiTHoKmD3iECB0VioBXHxo { width:14.25rem;height:3.375rem;top:138.75rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTTkG97fLPosQ8SIHTINz4v0VkNRT6wd { width:3.125rem;height:3.125rem;top:145.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzrlxs9DJ1rF5re7xEKdFCkRp8b13MkQ { width:14.25rem;height:3.375rem;top:149.4375rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxAXTVGKWFnQM1wXuPT2RMzQe5MUsddf { width:3.125rem;height:3.125rem;top:154.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QequMVIHBbC7TvvA4PWTZKE0pu4R84fZ { width:14.25rem;height:0;top:127.7207125rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnZsbkRawrpiktn129NbIfKTtdLC1w7k { width:14.25rem;height:3.375rem;top:158.4375rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5NhMphLyx37l60HukbnKNX6dbgJk4xe { width:3.125rem;height:3.125rem;top:43.636725rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI4AzCzqeGweTUa9xDJuKzuO3oT5qIcD { width:14.0625rem;height:2.375rem;top:48.011725rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UtSdrvtyKK8SeB0OdINDVGTt2UCUoSNR { width:18.9375rem;height:2.4375rem;top:124.5458984375rem;left:0.53125rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#f5f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #G6EISGICptZW7fLlf5cNN7KXta897PMi { width:17.3125rem;height:3rem;top:62.697265625rem;left:1.34375rem;z-index:15044;color:#ffffff;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN7vOziy15V2PB4ZufXLdQPLbZQkkDDq { width:20rem;height:68.625rem;top:61.40234375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SzzC62G1710Dv42TZHKbkXg0iuhDIP6K { width:20rem;height:3.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9FpABVTzFzf3OLWTNcumC4iG23WrkcK { width:3.125rem;height:3.125rem;top:164.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dobdL34xuoKPQUaSyCGaeo8S0gQni6hg { width:14.25rem;height:4.5rem;top:168.4375rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uq7ck5m5Cfv9JfJJsEVRDMUON0dUy2hi { width:3.125rem;height:3.125rem;top:134.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-form-header {  }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:15.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-text {padding-top: 0; padding-bottom: 0;}#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.875rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-select {padding-top: 0; padding-bottom: 0;}#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#0055b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15.875rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:14.625rem;overflow:hidden;font-style:normal; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-container:first-of-type{padding-top:0;}#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-container:last-of-type{padding-bottom:0;}#TDskgONwQ6RATa3GEz11umPHUR604u5o  { background-color:#c2d2da;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.8125rem;top:67.46484375rem;z-index:15003; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.875rem;display:block;vertical-align:top; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o .widget-info-text { display:block;height:auto;font-family:lato;font-size:2.125rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TDskgONwQ6RATa3GEz11umPHUR604u5o {display:block;}#TDskgONwQ6RATa3GEz11umPHUR604u5o { background-color:#c2d2da;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.8125rem;top:67.46484375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #PE64n9z0PLzvpQLfStIkuv7Lct6posdw { z-index:1; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #TJzWTMcZLEzgqTZgvXqxGWqoFfE2wLeD { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #FzDfqISUHfCpGmL7mEqB77we0k0MJR0J {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #RdMeZH0JkenX766oSrQ2O38abXsyKI9C { z-index:1; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #X5m5AIqqSnQJxGHTPiW8ikU7MEpWdG9p { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #QESkWPTzVLT6PP8FxKe95W1T9vGhC6UN {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #gKB1AUoUhg8K7cTk35PciospLatC3oED { z-index:1; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #yy7OLBmrV90GbtxdyNAHCfmIgXazttBr { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #tStCMET7Z9XWyLIXxuGl4RCgFsVRmTrr {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #dTdOLv602UgTvPp1lkDuab2u4GVIzBSC { z-index:1; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #pWhGdqWkNoZ1GWEOTolFbPsfowUzBxPF { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #NlIR0tGzLzSlx991gr3qAVfKS8TkG7CT {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #lDXBVTz3U0BmukdvVweiHNxx6oDedoDi {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #lhTqpOSFFytTngPvHv0276AeQMvKL5X6 {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #Az9oDhXMRqu9pnltx9KTKW2w5bmN5P9E {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #Zv9XTpP9ziWoDlGst9GNCrOpxmRxTZ5y {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #IDg18R0RMMrVD6Q3s4TMoo6Fpl7JQrTy {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #RRoQNvgPR67dHFJIoHBLlGG0E41fGxqN {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #TenTPkDE46CatOcNfmSLHhDRf1xAaTeZ {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #lgH21Gtw3rHV01aXuK5MQ5W9NuoReI5D {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #z0hk2EIfPh0dtCZBQTOPTF1kKP2S2adv {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #pwil1gKSCL8m3ibWcGSXqRWVhZLI57nZ {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #o8L9wOyXK9Hde57fXIQ5wbUUINbKKXtW { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #pzcPLNk1VwereVg5SpD9fNcumy3ozZb8 {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #mDGuAUck31VPJF9imTuKST8IidQcveRN {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #v9TqdEzCPz9H1QWMCRqOpiXqNiMQE1AL {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #UoGC3ch2VZbqsH1590ST704XA55eimE3 {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #iQLmEIka6P8IDlRbMiQUwhsxTJCM900H {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #Q9Aiea2B71zLQ7ECT1kvm6m6BKR1B6ND { display:block; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #FSuQgnEpTFhIlkPzmtEwIL7W3ICGKhgk {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #SFB9KThFCdMy4LGWOnNzLvy9AvK6Md1t {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #DsNqRbaZStg7kxCGKMz8u3iFdGGtWHss {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #RsMfeyo3NQ67czlCZ82VHys4lGMtpWpo {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #OuoOOrpcH64UyAwWJl0BOZyLrIMhTuTH {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #OF3iXpxb8eJRfUM4BtHd3FwLGM4LVb2P {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #cv7A4LE4grXJy7HWRFVxPgep3BsI7UCE {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #SOvEhqZ6TTBFWF2RfvVZfknHspDo3K4g {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #lQJczPTND75AUfRmO2DPsSuPyy0MFLAQ {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #ctPlaWrmsMhvMMbLnON0Vh8fQE2Jzn9v {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #PDv7sylv261uhbM74uhzC88SDnMuTWDN {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #MUDhXJnVD4HmlaVmKIOh40Knbp2QNcVo { z-index:2; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #WTZGmm6XLlTOvcpfTtgvpIvr8Ixk5D61 {  }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #yCP7xvRbi9gliGcpfk9vt08mO52q02dO { z-index:1; }
 }@media only screen and (max-width: 763px) { #TDskgONwQ6RATa3GEz11umPHUR604u5o #WBL15BXhegmKQsiLJ5t3AKSiAkR8qTcc {  }
 }@media only screen and (max-width: 763px) { #Ka9STCTOnDEaIbKISHG7dGQo5m0xFIRF { width:3.125rem;height:3.125rem;top:174.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBsnfwxaMUX6PRvfbHgpVIBai8OVAw97 { width:14.25rem;height:2.25rem;top:178.5625rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkcIXPkGhZBZuQt55NFGaTCd8xyeNTEi { width:3.125rem;height:3.125rem;top:182.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT7X3cgXcEcG4pb7FgQlqoSyagZ72wWZ { width:14.25rem;height:5.625rem;top:186.5rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xu6UsnO5o89IlgpTKm5TSbtDVlBn1CQf { width:3.125rem;height:3.125rem;top:193.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptaVrDAVFH2Zk59s8TzZTxbVHHxfMgNG { width:14.25rem;height:3.375rem;top:197.8125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTANphPCK1tgFiSAgQmLS6F3k49Lzlo6 { width:3.125rem;height:3.125rem;top:51.699225rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv8BQHmG2C4EMqIIa7QTXIVQUogyyfql { width:14.0625rem;height:3.375rem;top:56.074225rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5fTk5TluhDb4aLvHrPwipH8HJsF3XzU { width:19.125rem;height:0.9375rem;top:127.720703125rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#f5f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P { display:block; }#Ub30O68BmcTqn2AaNuLFZ4HRwTDqng9P > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKFh3gG5RoorS9lvOAd0861NH8rWC92O { width:20rem;height:2.375rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #K65hQIkTI8clGgqGHonsymWlJJpAHG8D { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acCWA2auFLybRQGms9wMxL2RIxDsGZiT { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpHtW02kEGhhulrFlMxuRcRPHDv40ZwT { width:19.75rem;height:13.125rem;top:6.2119125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnRN94nZn9hDAWToQTpEP3gfFTOWuq1H { width:19.4375rem;height:1.75rem;top:8.3369125rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLVVnz4D7oDFdHQS5oge0OFT7sBcXW3D { width:18.125rem;height:3.75rem;top:11.8994125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uisnJd0n32LihDJCsTJJN3FKql3T0GOs { width:5.3125rem;height:2.5rem;top:16.8994125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmIEgSUQ5TquO0kXilTzsbu7UxhMfcFB { display:flex;width:3.125rem;height:3.125rem;top:16.5869125rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #ekExln88ayTHZAezDWudrrJUHniTcG7J { width:10rem;height:2.5rem;top:4.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHVqulU2AbkW1iDt0bivbgNDdCJVxq3X { display:flex;width:1.5rem;height:1.5rem;top:5.4375rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #UJvpOQ5ls655cnTIJuZlTTyNXFvCMciQ { display:flex;width:1.5rem;height:1.5rem;top:5.4375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #HS6hsem5vINrTx02cw6OGHJxSkv1k3AS { display:flex;width:1.5rem;height:1.5rem;top:5.4375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #VlXeADqQhlG4Ky4WL5ccDDx2lGWBC3fa { display:flex;width:1.5rem;height:1.5rem;top:5.4375rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #AIWb7zteJyKik0vTWAiMxIalDoqHUFqE { display:flex;width:1.5rem;height:1.5rem;top:5.4375rem;left:12.625rem; }
 }@media only screen and (max-width: 763px) { #lZdVpAyI3xq3i9EyEmo1bToHOC2JegMK { width:19.75rem;height:13.125rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QitLQ0vk6McUkZa0dvfW2nKmDmVFIHlo { width:10rem;height:2.5rem;top:36.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCf8JRIH2dH7aLH5TueBAv6XDCehoONI { display:flex;width:1.5rem;height:1.5rem;top:37.0625rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #xOq7p1PKIKglOiZyloiTKqK54rp2cCTH { display:flex;width:1.5rem;height:1.5rem;top:37.0625rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #JqQo97e3SlctZqcBiPuNDm1pCJThVdE6 { width:19.4375rem;height:1.75rem;top:40.0625rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVgCy95pamwm1TI2Ki9u2mbnJqqzKrzT { display:flex;width:1.5rem;height:1.5rem;top:36.9375rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #QzpMMf5iEqvwlmP6xILFThMnqu5eUAiU { display:flex;width:1.5rem;height:1.5rem;top:36.9375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #tQ3G88oXTTDNtgSLswLApVfzpgKNusCq { display:flex;width:1.5rem;height:1.5rem;top:36.9375rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #EuGFzNTrzrdtkBokTBZhaSgQnbaZkhM9 { width:18.125rem;height:3.75rem;top:44.25rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJmkGxbGHpTXTkbT3IezvRL9QvV88UhP { width:5.3125rem;height:2.5rem;top:48.5rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3SKU9eT3AyDWbUGlFfkZTXXs6EECNIG { display:flex;width:3.125rem;height:3.125rem;top:48.1875rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #yxux71E4dcx5Ec7GX14fkBCMFk0PsMDm { width:19.4375rem;height:1rem;top:10.124021875rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcX2rZSUSTPVspgLeXWOHdD7Owv7eBk0 { width:19.4375rem;height:1rem;top:41.875rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrVKSKiAZONZpU7hQLtw1t8aRtpX4eJm { width:20rem;height:14.9770625rem;top:20.5869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah8JIrPVmFWwD3XAN8tPq4daDy4fV4Ku { width:20rem;height:14.90725rem;top:53.43896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz { display:block; }#kWFvWdUwHvOr1EwXQAbvdNpXgU4gXVlz > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ld7bxIL2hL1JWK94KA94yshAT56aLJSP { width:20rem;height:25.875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqVpeg6iZ0emkIyxHm6DzyU7JuQfAr1A { width:10rem;height:0.0625rem;top:8.18798828125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0MwTACJqKG42WxRiUapTGNWCqs3A9Dl { width:20rem;height:4.75rem;top:2.8515625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;color:#191857;display:block; }
 }@media only screen and (max-width: 763px) { #ZVOCbumxLaoOuMkibUT6pFZlq38BIFFV { width:19.1875rem;height:20.3125rem;top:13.53564453125rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#f5f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #TkUEnseg91fJRRsZ62rgcTfA5Sc6JLkB { width:20rem;height:4.6875rem;top:8.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUZILQXe9iH8nACTlr4GKuv8RfEBGLwh { width:11.875rem;height:3.4375rem;top:35.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLLKANsIKLc1tylF0CW7E1EoIs2eeMTz { display:block; }
 }@media only screen and (max-width: 763px) { #xxbUUXmNHtEtwbLJtPESd3Kr8Zvuh2wX { width:11.875rem;height:3.4375rem;top:39.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO6keJaXA89STEAbOJO8U5g6RzlfnAtn { display:block; }
 }@media only screen and (max-width: 763px) { #zfTohtUfnRMb5ATxfi5KT8suysP6gMQi { height:8.875rem;width:16.125rem;top:43.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgBQzOmVgR68TC1UIT7qo7n2DqfIJKMI { width:11.5625rem;height:11.5625rem;top:54.6875rem;left:4.21875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zinEaAQXUDMThIwEMXT860TXGC2VDKVr { display:block; }#zinEaAQXUDMThIwEMXT860TXGC2VDKVr > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiTyHZr0mID0HdDp4MNAt8cAadIalhln { width:20rem;height:9.5rem;top:1.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #nCTc8W79Hl0yHpuZzZC0PTzVvTpnO5Pt { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR6KebvQCshvzz3nou8zsF4TcCXJKXfI { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoXDEEM5iMJHAkoP2cNkG0GVy14XodlH { width:18.125rem;height:1.25rem;top:18.3681640625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVNbnLfcf4geOVTXJEHmgmFB2z88b5CV { width:18.125rem;height:2.5625rem;top:15.7685546875rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9whaXdsZiBoHTu96WEx6qVrsJb11sLi { width:18.125rem;height:2.5rem;top:31.0625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vH9WMTcyus4CUlf5QzrMqMURUk8hkmeq { width:18.125rem;height:2.5625rem;top:26.9375rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZPV2t1T9m9iJXwkOcBgUvhVhSqRhpAT { width:18.125rem;height:1.25rem;top:54.75rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1tuGQGG9SL4Dp2kpAJ5m0XdXahXUvfL { width:18.125rem;height:2.5625rem;top:51.375rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmkFC7TGlocvJWww0cpRsvsNAtELOyaH { width:18.125rem;height:1.25rem;top:43rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oP4uQ8Vv7yB7z6QPfoqU5KhIT1V9mGfm { width:18.125rem;height:2.5625rem;top:39.8125rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfczS9DEeB6M0RPr1NIXQTxP7DWZgkTJ { width:3.125rem;height:3.125rem;top:12.162109375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5K77TXVKodH6NbJDWNbTRn82WnG5eDy { width:18.75rem;height:9.125rem;top:13.412125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQmzG5TnTgVQINe4kK6H6mRKMS2asW7g { width:3.125rem;height:3.125rem;top:23.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVPNI7oFXtBa5lMSWllzkkraXNWa3xyL { width:18.75rem;height:9.125rem;top:25.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7lVD3Z6sJHmz6onwJ6u24usTWZX92h6 { width:3.125rem;height:3.125rem;top:35.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV1mVlElIH4eKu0RMTaOMEC6KSAIfDEh { width:3.125rem;height:3.125rem;top:47.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXrI9LKTRqdsu2bDCZZtyX6Q7tzT078R { display:flex;width:2.25rem;height:2.25rem;top:47.9375rem;left:8.875rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #LVmh5BvDsIRKX5iTJQ6gTVXwLW8bFqvf { width:18.75rem;height:9.125rem;top:37.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTiMxuG2zyTCWpvsbEALN1XaIiUqwW4 { width:18.75rem;height:9.125rem;top:49.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRtQTHfzSfoGzNC4ZvMcH4hMihTC1QsB { width:4rem;height:3.875rem;top:11.787109375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeDM4N6vZu6qUWDX2K8HoTOptIpuW5eW { width:4.1875rem;height:4.125rem;top:22.875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdBeRN5hUiWhgfNzLDU1atdnqSB7Abcd { width:3.1875rem;height:3.0625rem;top:35.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn { background-color:#00162c;background-image:none;display:block; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row .container { background-color: transparent; background-image: none; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row .container > .video-iframe-container { display: none; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row > .video-iframe-container { display: none; }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .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); }#TnlqE5PImtJBz8cOy7KAgzmgM6oPs1qn > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQlzIurwxzQZO4vNEAH4AqZgxwrkVv45 { width:18.937rem;height:7rem;top:27.0625rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cutbQhKVJCZyLfdKMSRWD8T3WUH94ELF { width:18.4375rem;height:5.25rem;top:18.5625rem;left:0.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpaJ2T5rGOchtFOo7n5qzW8H6XWxOzRA { width:17.1875rem;height:1.25rem;top:17.3125rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9du5S553pHDLv552pclHJ2uZm0BdV7o { width:17.1245rem;height:1.25rem;top:25.8125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDMT1EW87nvaZPDR6ICTvRuhEAF9dc83 { width:18.4375rem;height:5.25rem;top:8.6875rem;left:0.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3ciJcdZGARipKH3uI6TTGT29DHSwVZR { width:15.812rem;height:1.25rem;top:7.4375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6yzNTzisfBZAU1agOCETz4JTevpmHIA { width:20rem;height:1.1875rem;top:5.38671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vTre8T7mgnMETE5dR80CHbO8DsoacFee { width:20rem;height:2.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EioRy1WLyh5zK4InWCcmZIOsVqArmiUM { background-color:#00162c;background-image:none;display:block; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row .container { background-color: transparent; background-image: none; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row .container > .video-iframe-container { display: none; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row > .video-iframe-container { display: none; }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .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); }#EioRy1WLyh5zK4InWCcmZIOsVqArmiUM > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEDeNQ88Uk49z3SIQJzPmKqpDkyJkTuc { width:18.937rem;height:4.375rem;top:23.9375rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zR7FBT79HTdsnxgfeZXU3PcgO1rLKBgL { width:18.4375rem;height:3.5rem;top:14.75rem;left:0.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qoo50TCZ0BNcquvV17myw01sfhJPsQEh { width:17.1875rem;height:1.25rem;top:13.5rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJtIBo8rZ9ngbWd9X7JW6ZQB8QszMlnq { width:17.124rem;height:1.25rem;top:22.6875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVhSoSXMNx7cAm7w4k5qHnpJCMX1AEN6 { width:18.4375rem;height:5.25rem;top:5.1875rem;left:0.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zqHB8FTVWSg4JzTT3E0SlrrVhrQ2axEQ { width:15.812rem;height:1.25rem;top:3.9375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRmoLxd7qyS6MO0v2uGTE14SNyy2TrQN { width:20rem;height:1.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 { background-color:#00162c;background-image:none;display:block; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row .container { background-color: transparent; background-image: none; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row .container > .video-iframe-container { display: none; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row > .video-iframe-container { display: none; }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .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); }#DmXsh1n8VAGu7SHTXcfzUaUP8zlhncA5 > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zswr3fmOI64inL7pIiM35fkoRpqFZ77w { width:18.9365rem;height:6.125rem;top:23.8125rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkF3yAX46287ODmSXt0Ze8zcBdukx4pz { width:18.4375rem;height:6.125rem;top:14.71533203125rem;left:0.78125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbiWBReiw3amaIoL1Sxolx2Ty6WuFI7r { width:17.1875rem;height:1.25rem;top:21.9375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTdE3TxBDnQLcDquKtMmvXgZNPOcdwcb { width:17.124rem;height:1.25rem;top:12.97265625rem;left:1.43798828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5i3g8TB7vA5LGGhthokXmxQ7EOE2fbh { width:18.4375rem;height:6.125rem;top:4.625rem;left:0.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRxBT1qOlvROSGFPUfSoPS3ROG37C9T5 { width:15.8115rem;height:1.25rem;top:3.375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dW50sTtalOuA3BkJ9qrfQhTIGQMI05ez { width:20rem;height:1.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD { background-color:#00162c;background-image:none;display:block; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row .container { background-color: transparent; background-image: none; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row .container > .video-iframe-container { display: none; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row > .video-iframe-container { display: none; }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .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); }#Ahw0xgdffaNuzTtfu9C7JAMh9BXALLVD > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm8KVsLTq3ifS9TfEoOPlR5SeQL6TgoX { width:17.1875rem;height:1.25rem;top:3.1875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOi5BeKBZWSTAQF1JA3eeUG5w8H0smSx { width:18.4375rem;height:6.125rem;top:5.6875rem;left:0.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJWdoJTEBHa8ZksvUxW0okZ40ScxTEtK { width:15.8115rem;height:1.25rem;top:14.8603515625rem;left:2.09423828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzA95rcNrxKGUKMGVTTQ7NMswn5XG4xa { width:20rem;height:1.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #chvT9iTblhosM4mDbosVA6Vy9aMsWe3c { width:18.4375rem;height:5.25rem;top:17.4101578125rem;left:0.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 { display:block; }#Ku4GBBKHp7ylDeocQ6wTOSW7sCFN4Sc9 > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyp6Tf4eH8IgS9ZmZHURoGfGWzAdDtWN { width:20rem;height:3.6245125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdyiXfeo4JRUn6NVSCuzVJ3uDGVgvGeR { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 { display:block; }#xh64HGqUmEUV6CfkSGRofKK6BX0XRtP0 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7WVGWZBR3Q0CPuu0WsZGdcHdV3X4rK5 { width:20rem;height:5.625rem;top:7.24951171875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fiu0uax3cCrRKOpoDsiwwkbtmFp9T2oz { width:3.6875rem;height:4rem;top:1.71875rem;left:6.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRinAQLsJU0mDB7iTtdVT2W5bhkzkTO { width:4.6875rem;height:5.0625rem;top:1.1875rem;left:1.9375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt0hKxuthG2RHUisqAnExKDnbXe37pwK { width:4.3125rem;height:4.625rem;top:1.40625rem;left:10.1875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylwLrkWUL2IRUpztdct6GIpnMFggqKvN { width:2.375rem;height:2.875rem;top:2.28125rem;left:15.0625rem;display:block; }
 }