.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:56,88,153;--color-primary-4:34,50,62;--color-secondary-0:217,250,255;--color-secondary-1:128,238,255;--color-secondary-2:0,220,255;--color-secondary-3:0,110,128;--color-secondary-4:0,33,38;--color-tertiary-0:247,247,247;--color-tertiary-1:230,230,230;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:31,31,31;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#121a21;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(358deg, rgba(var(--color-primary-4),1), #000000);background-image: -moz-linear-gradient(358deg, rgba(var(--color-primary-4),1), #000000);background-image: -ms-linear-gradient(358deg, rgba(var(--color-primary-4),1), #000000);background-image: -o-linear-gradient(358deg, rgba(var(--color-primary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(358deg, rgba(var(--color-primary-4),1), #000000);background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container { background-color: transparent; background-image: none; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container > .video-iframe-container { display: none; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row > .video-iframe-container { display: none; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .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); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container { border-width: 0; border-radius: 0; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#FoiGLslNDvVDbpTc8XeHBqIyfTELBeKS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:;width:6.375rem;top:0.59375rem;left:0.8125rem;overflow:hidden;display:block; }
#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BDY0VS17/Rectangle_1.svg");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;z-index:auto;display:block; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O.adaptive-delivery-prevent-bg, #kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O.lazyload, #kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O.lazyloading { background-image: none; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row .container { background-color: transparent; background-image: none; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row .container > .video-iframe-container { display: none; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row > .video-iframe-container { display: none; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .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); }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row .container { border-width: 0; border-radius: 0; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#cfCRVXEsun95RrFrmMBqhsGubrwGuVgL { 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.5rem;width:12.5rem;display:none; }
#T3dEthmaMUHSWFP4Bl3hN61ylhdGGwoX { 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.5rem;width:12.5rem;display:none; }
#VA4M5T1ZzeZNecCyOhPt5Z7GN6drbpOA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;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:none; }#VA4M5T1ZzeZNecCyOhPt5Z7GN6drbpOA > .row .container { border-width: 0; border-radius: 0; }#VA4M5T1ZzeZNecCyOhPt5Z7GN6drbpOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VA4M5T1ZzeZNecCyOhPt5Z7GN6drbpOA > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#121a21;background-image:url("https://images.assets-landingi.com/4OLCNhRL/International_1500x840_Mapa.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:33.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#TuR81I2FGv79PLnpm7W4HZmQ2b4bXepe { display:block;width:54.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4365234375rem;left:2.34375rem;height:3.0058625rem;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NiGAmALePbGLLipZ0aCKlwUZTxOVhvQz { color:rgba(var(--color-tertiary-2),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:22.27499961853rem;left:6.8429679870606rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LT89vFohT9Dd92oWyhe5smfvstgnTLtJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.3125rem;top:22rem;left:2.8734378814698rem;overflow:hidden;display:block; }
#WZnG8VkTECz7vKQKdMSEQ72RM3o1ydmn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:9.3115234375rem;left:5.12451171875rem;overflow:hidden;display:block; }
#iHoW6TtUdWeECoLEV2Up9FZFpFErk3JC { 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:5.625rem;width:5.625rem;top:9.3115234375rem;left:19.998779296875rem;overflow:hidden;display:block; }
#BBnKbTvrMT0oEvudzWbTnDAHqvDHS9Iu { 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:5.625rem;width:5.625rem;top:9.3115234375rem;left:35.341796875rem;overflow:hidden;display:block; }
#gdM7x7SIDcwF0K9ZhU58KmcmQ5LCaPxw { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:9.3115234375rem;left:50.2490234375rem;overflow:hidden;display:block; }
#OJTCaIoTABlLkIfyxnnAyP7TfERFJwxX { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:16.2958984375rem;left:0.8427734375rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dsxGuCOTAbaKCosk9UDqu6eU6KJ7Ja9i { color:rgba(var(--color-tertiary-2),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:16.29638671875rem;left:16.749267578125rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zL703EIbSbfSgSZkpeDoaSyg4CyohTPs { color:rgba(var(--color-tertiary-2),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:16.296093940735rem;left:31.46640586853rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FxspbTGP36DH1LQIaKcfn0MLKZSgihbh { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:16.29638671875rem;left:46.3427734375rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S3gT60umkcE1U9Rnv4CkTQdao8Oyc8Oe { display:block;width:53.9976875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:29.68515586853rem;left:3.0007820129394rem;height:2.59874375rem;color:#ffbe00;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DdcvQ9FF025KtIbbpqg1cDfugsNTg4Rz { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),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:0.0625rem;width:53.4991875rem;top:27.74843788147rem;left:3.2492179870606rem;display:block; }
#thcVI51KAzSOJfB7TONhSx2dBIAF8Tyr { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15029;top:10.5615234375rem;left:13.702392578125rem;display:block; }
#c8HKqfmn6Kx599MTQ72D0nMySnNtPx5C { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15030;top:10.5615234375rem;left:29rem;display:block; }
#y9ZNZ7HyWOIQiu1GUsHhbzt3zCngRJmn { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15031;top:10.5615234375rem;left:44.214599609375rem;display:block; }
#T0kid97tdWIEZPOe1xMGUAkSSqKJ6thU { color:#ffbe00;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:5.0601568222046rem;left:3.3429679870606rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ht4nbapni9eWQwXHddn3TDBNI930Z7CI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#121a21;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; }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI > .row .container { background-color: transparent; background-image: none; }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI > .row .container > .video-iframe-container { display: none; }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI > .row > .video-iframe-container { display: none; }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI > .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); }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI > .row .container { border-width: 0; border-radius: 0; }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI > .row .container { font-size:0.875rem;font-family:"open sans";height:39.75rem;width:60rem;position:relative;display:block; }#Q7b7kATchPgQbs2ZvVfneTZmT4Kz3QhP { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.531rem;height:3.40625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.5rem;left:3.5rem;display:block; }
#mIJlTDFhnDOFmd6ydTrS8ZOTF4F6m7wZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKMWgkF5VaCKH5Hfh7VLMd4t1wSCFRT0 { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437rem;height:3.3110375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:11.873439788818rem;left:44.042970657349rem;display:block; }
#SPGSVu70HAiDTBTC3pplRAFzZ6hhF699 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bnp9qqknK8rgRS1TmG9I2TX64xTG5O5D { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.46875rem;height:3.3110375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:6.7492179870606rem;left:44.043748855591rem;display:block; }
#n2J6LsTzdfQWEvlwXzVFuxNt6NJaG3VS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLzqZuHW5969R2ULtBmyKsQU6KFe8ox1 { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.40525rem;height:3.24755625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:17rem;left:44.05703163147rem;display:block; }
#l7xJvHznuwQL18qDiTKBtxmXLI7z8Hlr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZEaTyX7UAEg8AiA1FUnDNJ7ylAF9xGig { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.49925rem;height:3.3745125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:22.125rem;left:17.15078163147rem;display:block; }
#THCPtIGqQH2L5pW86ufrqqrF58fCIu3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdJeAGOPbW80l1rnL9qqLyKq1hEFNACs { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437rem;height:3.3110375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.889064788818rem;left:3.5445308685302rem;display:block; }
#XD9OBiVAU6TpDHJGgAoOrZeEbkk7bvDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u115qBq78FmHrTVop20rPH11TZyrUi6i { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.46875rem;height:3.3110375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:17rem;left:17.167970657349rem;display:block; }
#uf5uqV3RRrTWODUewkaT0VeDIBeskQ6K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LxFw7r5TCdbboBenzSyNx6ZkB4ksbSQe { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.40525rem;height:3.24755625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:22.125rem;left:3.5601558685302rem;display:block; }
#THkEP95fPdNdCO9X2NTuS0ZxcxqBZwct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDqSwpOJNW3p5G9Efsr0L3SCf4ylcQyz { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.49925rem;height:3.3745125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:22.125rem;left:30.524217605591rem;display:block; }
#Q3bIZTIXlQsBDLMxPBOKwaGXCgVGqIvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3Frbg1L0kWeqQlGEo8FL9lyfW9UXClO { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437rem;height:3.3110375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.6390647888184rem;left:17.18593788147rem;display:block; }
#rlKp3ZBTJzctRew849u8QATNasNIm7w8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpPGNhEzcSgaZkH4Umza4q3JQ53wTQVE { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.46875rem;height:3.3110375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:17rem;left:3.5289058685302rem;display:block; }
#p5SCNKcFU1qALfuMRkSGoB9Tpbsnic3X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OfD18bufq70ci1EVdhRD3MXyZ8DwAqqG { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.40525rem;height:3.24755625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:11.903907775879rem;left:30.573438644409rem;display:block; }
#mblxc8lNb1skLieq9137UkSJRQB05Xa7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXpT3WfA0p2uPEIWiNTyMSfTpHhVJwyA { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.49925rem;height:3.3745125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.4984397888184rem;left:30.543748855591rem;display:block; }
#kd5RHxF2ae9oF0ZBhqFHHWJOHucfEnTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZF5uwNMZAT6PHilH8bbJxtzRg6NOMlJs { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437rem;height:3.3110375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.5289077758789rem;left:43.980470657349rem;display:block; }
#zXdbMOS0ry6BnMSarZ5l9CrLlvRo17Mv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VJqifnk8Wn4SR3SMAK6oCSLz0eNLiROX { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.46875rem;height:3.3110375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:6.7492179870606rem;left:17.153123855591rem;display:block; }
#QZRNcnHiOHqNdMT12Kr1HgNcpmTVnnQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kxxgDxwBU9LXDxImXD4cQOtGW0XEb77L { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.40525rem;height:3.24755625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.903907775879rem;left:17.184373855591rem;display:block; }
#EVpuVVNxeiHQO7Ba4a6GEolT1fTlyAq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B34Jhah1PAkakBIrD21NENwe757vbsDZ { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.49925rem;height:3.3745125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:6.6218757629394rem;left:30.60781288147rem;display:block; }
#DmyDgR0UinhnCTCT0OB8S5twMV4opPvx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ww7McPFp6Wlaoe1H9r6cGQAMPAyJaNnp { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437rem;height:3.3110375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:17rem;left:30.539064407349rem;display:block; }
#S854pIpFqeugfbcmFXsnweoppiBR0tzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOtB4Dkhm2oTBI5hg1wt2EC6EwNG0XQg { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.46875rem;height:3.3110375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:6.7648429870606rem;left:3.5289058685302rem;display:block; }
#cWOTToRI7bDsWifhVZ92rFxXfOR24E7v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHXzXwm6PCuElK6w61LFGKwteAg1l9PZ { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:37.856253623963rem;left:3.5625rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Za4Jb5O2MuDKuGQSCMTwiJ2DifSvKZ9s { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.49060375rem;height:3.3656225rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:22.125rem;left:44.042709350586rem;display:block; }
#EkM1k1PcZ7eOyPQp7O0vyCtg02f9g2yw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLnG4ZdBCuMNhEPAJohJka495SIQlLIA { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.48122875rem;height:3.3562475rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:27.25rem;left:3.5625rem;display:block; }
#BSLEaoECukZqQPGAauTlniAno6QadCgk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MsF1rS5tvDnx7QKqicvBNKfCF8xS67ZW { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.47185375rem;height:3.3468725rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:27.25rem;left:17.157291412354rem;display:block; }
#cJwxKWyQoqOmKkq59OV3VW4J7mqTNkM6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGedMhuMlsI9NBLsJ0Pp4IcDgZLHamtT { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.46247875rem;height:3.3374975rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:27.25rem;left:30.536457061767rem;display:block; }
#sbIbg7g5GI4EHkvKpCOcxEJVhLf3B4Mo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxVq9Qq57iZRn2f6bNA3K5rdkP0mGMd4 { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.45310375rem;height:3.3281225rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:27.25rem;left:44.029167175293rem;display:block; }
#PDk0C0FxcLm24qHW2UJya7tuhJD0UTUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRH8zNdoq2T4hEfS68UiTFz4ls7mgc7r { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.44372875rem;height:3.3187475rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:32.375rem;left:3.5374984741211rem;display:block; }
#KcK2IIEdMGfEMGGqax89rQphGs0M94FV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FuhfJaQZsXiWdmGQMnJ1n8GDin7qGivk { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.43435375rem;height:3.3093725rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:32.375rem;left:17.176040649414rem;display:block; }
#pEixxpHRAFOTxuMkJgKHXe1FVzc4aVe2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVaxZHRecg7C4hdmvSLLf6TEv759ToA8 { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.42497875rem;height:3.2999975rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:32.375rem;left:30.555210113526rem;display:block; }
#yDGUaGSDcNcvX28WIXpWzQWM7zSJK4Ue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWbzylKDVIFge6Wos4371o613sWZ3aEo { background-color:rgba(var(--color-primary-2),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(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.41560375rem;height:3.2906225rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:32.375rem;left:44.047920227051rem;display:block; }
#lGv1aSrKcX9avJIlZlBn6LR0u5oDIynn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;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; }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI > .row .container { background-color: transparent; background-image: none; }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI > .row .container > .video-iframe-container { display: none; }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI > .row > .video-iframe-container { display: none; }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI > .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); }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI > .row .container { border-width: 0; border-radius: 0; }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI > .row .container { font-size:0.875rem;font-family:"open sans";height:0.6875rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image: -webkit-linear-gradient(351deg, #22323e, #000000);background-image: -moz-linear-gradient(351deg, #22323e, #000000);background-image: -ms-linear-gradient(351deg, #22323e, #000000);background-image: -o-linear-gradient(351deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(351deg, #22323e, #000000);background-size:cover !important;display:block; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container { background-color: transparent; background-image: none; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container > .video-iframe-container { display: none; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row > .video-iframe-container { display: none; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .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); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoiGLslNDvVDbpTc8XeHBqIyfTELBeKS { width:6.1875rem;height:2.375rem;top:0.46875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O { display:block; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfCRVXEsun95RrFrmMBqhsGubrwGuVgL { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3dEthmaMUHSWFP4Bl3hN61ylhdGGwoX { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VA4M5T1ZzeZNecCyOhPt5Z7GN6drbpOA { display:none; }#VA4M5T1ZzeZNecCyOhPt5Z7GN6drbpOA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#121a21;background-image:url("https://images.assets-landingi.com/0CNftd2t/Jak_To_zrobic_TVN_International.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:41.5rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuR81I2FGv79PLnpm7W4HZmQ2b4bXepe { width:41.125rem;height:2.265625rem;top:0.625rem;left:3.968505859375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiGAmALePbGLLipZ0aCKlwUZTxOVhvQz { width:37.1875rem;height:3.75rem;top:35.875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT89vFohT9Dd92oWyhe5smfvstgnTLtJ { width:2.0625rem;height:2.4375rem;top:36.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZnG8VkTECz7vKQKdMSEQ72RM3o1ydmn { width:5.625rem;height:5.625rem;top:8.077392578125rem;left:1.1083984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHoW6TtUdWeECoLEV2Up9FZFpFErk3JC { width:5.625rem;height:5.625rem;top:9.25rem;left:13.873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBnKbTvrMT0oEvudzWbTnDAHqvDHS9Iu { width:5.625rem;height:5.625rem;top:9.25rem;left:29.216796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdM7x7SIDcwF0K9ZhU58KmcmQ5LCaPxw { width:5.625rem;height:5.625rem;top:9.25rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTCaIoTABlLkIfyxnnAyP7TfERFJwxX { width:37.1875rem;height:3.125rem;top:35.875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsxGuCOTAbaKCosk9UDqu6eU6KJ7Ja9i { width:37.1875rem;height:1.5625rem;top:35.875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL703EIbSbfSgSZkpeDoaSyg4CyohTPs { width:37.1875rem;height:1.5625rem;top:35.875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxspbTGP36DH1LQIaKcfn0MLKZSgihbh { width:37.1875rem;height:3.125rem;top:3.560791015625rem;left:6.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3gT60umkcE1U9Rnv4CkTQdao8Oyc8Oe { width:36.875rem;height:2.265625rem;top:28.09326171875rem;left:7.0458984375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdcvQ9FF025KtIbbpqg1cDfugsNTg4Rz { width:47.75rem;height:0.0625rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thcVI51KAzSOJfB7TONhSx2dBIAF8Tyr { width:3.125rem;height:3.125rem;top:10.5rem;left:7.577392578125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8HKqfmn6Kx599MTQ72D0nMySnNtPx5C { width:3.125rem;height:3.125rem;top:10.5rem;left:22.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9ZNZ7HyWOIQiu1GUsHhbzt3zCngRJmn { width:3.125rem;height:3.125rem;top:10.5rem;left:38.089599609375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0kid97tdWIEZPOe1xMGUAkSSqKJ6thU { width:37.1875rem;height:2.5rem;top:35.875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht4nbapni9eWQwXHddn3TDBNI930Z7CI { display:block; }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI > .row .container { width:47.75rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7b7kATchPgQbs2ZvVfneTZmT4Kz3QhP { width:10.3125rem;height:3.375rem;top:5.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIJlTDFhnDOFmd6ydTrS8ZOTF4F6m7wZ { display:block; }
 }@media only screen and (max-width: 763px) { #TKMWgkF5VaCKH5Hfh7VLMd4t1wSCFRT0 { width:10.3125rem;height:3.2182625rem;top:15.74951171875rem;left:36.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPGSVu70HAiDTBTC3pplRAFzZ6hhF699 { display:block; }
 }@media only screen and (max-width: 763px) { #Bnp9qqknK8rgRS1TmG9I2TX64xTG5O5D { width:10.3125rem;height:3.25rem;top:10.8125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2J6LsTzdfQWEvlwXzVFuxNt6NJaG3VS { display:block; }
 }@media only screen and (max-width: 763px) { #vLzqZuHW5969R2ULtBmyKsQU6KFe8ox1 { width:10.3125rem;height:3.15600625rem;top:20.780029296875rem;left:36.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7xJvHznuwQL18qDiTKBtxmXLI7z8Hlr { display:block; }
 }@media only screen and (max-width: 763px) { #ZEaTyX7UAEg8AiA1FUnDNJ7ylAF9xGig { width:10.3125rem;height:3.28051875rem;top:25.52978515625rem;left:12.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THCPtIGqQH2L5pW86ufrqqrF58fCIu3O { display:block; }
 }@media only screen and (max-width: 763px) { #bdJeAGOPbW80l1rnL9qqLyKq1hEFNACs { width:10.3125rem;height:3.25rem;top:15.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD9OBiVAU6TpDHJGgAoOrZeEbkk7bvDG { display:block; }
 }@media only screen and (max-width: 763px) { #u115qBq78FmHrTVop20rPH11TZyrUi6i { width:10.3125rem;height:3.25rem;top:20.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf5uqV3RRrTWODUewkaT0VeDIBeskQ6K { display:block; }
 }@media only screen and (max-width: 763px) { #LxFw7r5TCdbboBenzSyNx6ZkB4ksbSQe { width:10.3125rem;height:3.1875rem;top:25.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkEP95fPdNdCO9X2NTuS0ZxcxqBZwct { display:block; }
 }@media only screen and (max-width: 763px) { #dDqSwpOJNW3p5G9Efsr0L3SCf4ylcQyz { width:10.3125rem;height:3.28051875rem;top:25.499267578125rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3bIZTIXlQsBDLMxPBOKwaGXCgVGqIvt { display:block; }
 }@media only screen and (max-width: 763px) { #c3Frbg1L0kWeqQlGEo8FL9lyfW9UXClO { width:10.3125rem;height:3.25rem;top:5.625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlKp3ZBTJzctRew849u8QATNasNIm7w8 { display:block; }
 }@media only screen and (max-width: 763px) { #TpPGNhEzcSgaZkH4Umza4q3JQ53wTQVE { width:10.3125rem;height:3.25rem;top:20.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5SCNKcFU1qALfuMRkSGoB9Tpbsnic3X { display:block; }
 }@media only screen and (max-width: 763px) { #OfD18bufq70ci1EVdhRD3MXyZ8DwAqqG { width:10.3125rem;height:3.15600625rem;top:15.76416015625rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mblxc8lNb1skLieq9137UkSJRQB05Xa7 { display:block; }
 }@media only screen and (max-width: 763px) { #fXpT3WfA0p2uPEIWiNTyMSfTpHhVJwyA { width:10.3125rem;height:3.28051875rem;top:5.625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd5RHxF2ae9oF0ZBhqFHHWJOHucfEnTx { display:block; }
 }@media only screen and (max-width: 763px) { #ZF5uwNMZAT6PHilH8bbJxtzRg6NOMlJs { width:10.3125rem;height:3.25rem;top:5.625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXdbMOS0ry6BnMSarZ5l9CrLlvRo17Mv { display:block; }
 }@media only screen and (max-width: 763px) { #VJqifnk8Wn4SR3SMAK6oCSLz0eNLiROX { width:10.3125rem;height:3.25rem;top:10.6875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZRNcnHiOHqNdMT12Kr1HgNcpmTVnnQe { display:block; }
 }@media only screen and (max-width: 763px) { #kxxgDxwBU9LXDxImXD4cQOtGW0XEb77L { width:10.3125rem;height:3.1875rem;top:15.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVpuVVNxeiHQO7Ba4a6GEolT1fTlyAq7 { display:block; }
 }@media only screen and (max-width: 763px) { #B34Jhah1PAkakBIrD21NENwe757vbsDZ { width:10.3125rem;height:3.3125rem;top:10.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmyDgR0UinhnCTCT0OB8S5twMV4opPvx { display:block; }
 }@media only screen and (max-width: 763px) { #ww7McPFp6Wlaoe1H9r6cGQAMPAyJaNnp { width:10.3125rem;height:3.2182625rem;top:20.732421875rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S854pIpFqeugfbcmFXsnweoppiBR0tzT { display:block; }
 }@media only screen and (max-width: 763px) { #hOtB4Dkhm2oTBI5hg1wt2EC6EwNG0XQg { width:10.3125rem;height:3.25rem;top:10.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWOTToRI7bDsWifhVZ92rFxXfOR24E7v { display:block; }
 }@media only screen and (max-width: 763px) { #NHXzXwm6PCuElK6w61LFGKwteAg1l9PZ { width:37.1875rem;height:3.75rem;top:35.875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za4Jb5O2MuDKuGQSCMTwiJ2DifSvKZ9s { width:10.3125rem;height:3.28051875rem;top:25.499267578125rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkM1k1PcZ7eOyPQp7O0vyCtg02f9g2yw { display:block; }
 }@media only screen and (max-width: 763px) { #vLnG4ZdBCuMNhEPAJohJka495SIQlLIA { width:10.3125rem;height:3.28051875rem;top:25.499267578125rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSLEaoECukZqQPGAauTlniAno6QadCgk { display:block; }
 }@media only screen and (max-width: 763px) { #MsF1rS5tvDnx7QKqicvBNKfCF8xS67ZW { width:10.3125rem;height:3.28051875rem;top:25.499267578125rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJwxKWyQoqOmKkq59OV3VW4J7mqTNkM6 { display:block; }
 }@media only screen and (max-width: 763px) { #EGedMhuMlsI9NBLsJ0Pp4IcDgZLHamtT { width:10.3125rem;height:3.28051875rem;top:25.499267578125rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbIbg7g5GI4EHkvKpCOcxEJVhLf3B4Mo { display:block; }
 }@media only screen and (max-width: 763px) { #hxVq9Qq57iZRn2f6bNA3K5rdkP0mGMd4 { width:10.3125rem;height:3.28051875rem;top:25.499267578125rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDk0C0FxcLm24qHW2UJya7tuhJD0UTUZ { display:block; }
 }@media only screen and (max-width: 763px) { #wRH8zNdoq2T4hEfS68UiTFz4ls7mgc7r { width:10.3125rem;height:3.28051875rem;top:25.499267578125rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcK2IIEdMGfEMGGqax89rQphGs0M94FV { display:block; }
 }@media only screen and (max-width: 763px) { #FuhfJaQZsXiWdmGQMnJ1n8GDin7qGivk { width:10.3125rem;height:3.28051875rem;top:25.499267578125rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEixxpHRAFOTxuMkJgKHXe1FVzc4aVe2 { display:block; }
 }@media only screen and (max-width: 763px) { #eVaxZHRecg7C4hdmvSLLf6TEv759ToA8 { width:10.3125rem;height:3.28051875rem;top:25.499267578125rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDGUaGSDcNcvX28WIXpWzQWM7zSJK4Ue { display:block; }
 }@media only screen and (max-width: 763px) { #WWbzylKDVIFge6Wos4371o613sWZ3aEo { width:10.3125rem;height:3.28051875rem;top:25.499267578125rem;left:24.3994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGv1aSrKcX9avJIlZlBn6LR0u5oDIynn { display:block; }
 }@media only screen and (max-width: 763px) { #QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI { display:block; }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI > .row .container { width:47.75rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW { position:fixed;z-index:199999;background-color:#000000;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container { background-color: transparent; background-image: none; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container > .video-iframe-container { display: none; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row > .video-iframe-container { display: none; }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .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); }#rO5MAyJlnZPXy3e0ndqT84oTzuE4sXOW > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoiGLslNDvVDbpTc8XeHBqIyfTELBeKS { width:6.1875rem;height:2.375rem;top:0.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row .container { background-color: transparent; background-image: none; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row .container > .video-iframe-container { display: none; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row > .video-iframe-container { display: none; }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .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); }#kv9E487DUMkdVJzR3yKGhRR5RiPvtE0O > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfCRVXEsun95RrFrmMBqhsGubrwGuVgL { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #T3dEthmaMUHSWFP4Bl3hN61ylhdGGwoX { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VA4M5T1ZzeZNecCyOhPt5Z7GN6drbpOA { display:none; }#VA4M5T1ZzeZNecCyOhPt5Z7GN6drbpOA > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#121a21;background-image:url("https://images.assets-landingi.com/4OLCNhRL/International_1500x840_Mapa.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:50.5rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuR81I2FGv79PLnpm7W4HZmQ2b4bXepe { width:20rem;height:3.0859375rem;top:1.3882813453674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiGAmALePbGLLipZ0aCKlwUZTxOVhvQz { width:20rem;height:0;top:4.51416015625rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LT89vFohT9Dd92oWyhe5smfvstgnTLtJ { width:2.0625rem;height:2.4375rem;top:32.1875rem;left:8.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZnG8VkTECz7vKQKdMSEQ72RM3o1ydmn { width:4.24926875rem;height:4.24926875rem;top:9.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHoW6TtUdWeECoLEV2Up9FZFpFErk3JC { width:4.25rem;height:4.25rem;top:17.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBnKbTvrMT0oEvudzWbTnDAHqvDHS9Iu { width:4.25rem;height:4.25rem;top:26.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdM7x7SIDcwF0K9ZhU58KmcmQ5LCaPxw { width:4.24926875rem;height:4.24926875rem;top:37.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTCaIoTABlLkIfyxnnAyP7TfERFJwxX { width:13.5608125rem;height:2.2734375rem;top:14.3125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsxGuCOTAbaKCosk9UDqu6eU6KJ7Ja9i { width:11.25rem;height:2.2734375rem;top:22.6875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL703EIbSbfSgSZkpeDoaSyg4CyohTPs { width:8.18725rem;height:3.41015625rem;top:31.625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxspbTGP36DH1LQIaKcfn0MLKZSgihbh { width:9.6875rem;height:2.2734375rem;top:41.875rem;left:5.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3gT60umkcE1U9Rnv4CkTQdao8Oyc8Oe { width:20rem;height:1.54375rem;top:47.06093788147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdcvQ9FF025KtIbbpqg1cDfugsNTg4Rz { width:20rem;height:0.06171875rem;top:45.62265586853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thcVI51KAzSOJfB7TONhSx2dBIAF8Tyr { width:3.125rem;height:3.125rem;top:49.6240234375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8HKqfmn6Kx599MTQ72D0nMySnNtPx5C { width:3.125rem;height:3.125rem;top:60.8740234375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9ZNZ7HyWOIQiu1GUsHhbzt3zCngRJmn { width:3.125rem;height:3.125rem;top:72.1240234375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0kid97tdWIEZPOe1xMGUAkSSqKJ6thU { width:20rem;height:2.923825rem;top:5.1382818222046rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht4nbapni9eWQwXHddn3TDBNI930Z7CI { display:block; }#ht4nbapni9eWQwXHddn3TDBNI930Z7CI > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7b7kATchPgQbs2ZvVfneTZmT4Kz3QhP { width:7.0305rem;height:3.342775rem;top:1.373291015625rem;left:1.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIJlTDFhnDOFmd6ydTrS8ZOTF4F6m7wZ { display:block; }
 }@media only screen and (max-width: 763px) { #TKMWgkF5VaCKH5Hfh7VLMd4t1wSCFRT0 { width:6.96825rem;height:3.28051875rem;top:24.8095703125rem;left:10.78857421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPGSVu70HAiDTBTC3pplRAFzZ6hhF699 { display:block; }
 }@media only screen and (max-width: 763px) { #Bnp9qqknK8rgRS1TmG9I2TX64xTG5O5D { width:6.96825rem;height:3.28051875rem;top:15.4375rem;left:10.789794921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2J6LsTzdfQWEvlwXzVFuxNt6NJaG3VS { display:block; }
 }@media only screen and (max-width: 763px) { #vLzqZuHW5969R2ULtBmyKsQU6KFe8ox1 { width:6.96825rem;height:3.28051875rem;top:34.1875rem;left:10.787353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7xJvHznuwQL18qDiTKBtxmXLI7z8Hlr { display:block; }
 }@media only screen and (max-width: 763px) { #ZEaTyX7UAEg8AiA1FUnDNJ7ylAF9xGig { width:6.96825rem;height:3.28051875rem;top:38.875rem;left:10.787353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THCPtIGqQH2L5pW86ufrqqrF58fCIu3O { display:block; }
 }@media only screen and (max-width: 763px) { #bdJeAGOPbW80l1rnL9qqLyKq1hEFNACs { width:6.96825rem;height:3.28051875rem;top:20.0625rem;left:2.138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD9OBiVAU6TpDHJGgAoOrZeEbkk7bvDG { display:block; }
 }@media only screen and (max-width: 763px) { #u115qBq78FmHrTVop20rPH11TZyrUi6i { width:6.96825rem;height:3.186525rem;top:29.5rem;left:10.787353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf5uqV3RRrTWODUewkaT0VeDIBeskQ6K { display:block; }
 }@media only screen and (max-width: 763px) { #LxFw7r5TCdbboBenzSyNx6ZkB4ksbSQe { width:6.96825rem;height:3.28051875rem;top:38.875rem;left:2.02880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkEP95fPdNdCO9X2NTuS0ZxcxqBZwct { display:block; }
 }@media only screen and (max-width: 763px) { #dDqSwpOJNW3p5G9Efsr0L3SCf4ylcQyz { width:6.96825rem;height:3.28051875rem;top:43.5rem;left:2.02880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3bIZTIXlQsBDLMxPBOKwaGXCgVGqIvt { display:block; }
 }@media only screen and (max-width: 763px) { #c3Frbg1L0kWeqQlGEo8FL9lyfW9UXClO { width:6.96825rem;height:3.28051875rem;top:1.387939453125rem;left:10.809326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlKp3ZBTJzctRew849u8QATNasNIm7w8 { display:block; }
 }@media only screen and (max-width: 763px) { #TpPGNhEzcSgaZkH4Umza4q3JQ53wTQVE { width:6.96825rem;height:3.28051875rem;top:29.5rem;left:2.02880859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5SCNKcFU1qALfuMRkSGoB9Tpbsnic3X { display:block; }
 }@media only screen and (max-width: 763px) { #OfD18bufq70ci1EVdhRD3MXyZ8DwAqqG { width:6.96825rem;height:3.28051875rem;top:24.8095703125rem;left:2.012939453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mblxc8lNb1skLieq9137UkSJRQB05Xa7 { display:block; }
 }@media only screen and (max-width: 763px) { #fXpT3WfA0p2uPEIWiNTyMSfTpHhVJwyA { width:6.96825rem;height:3.24878125rem;top:6.046142578125rem;left:2.012939453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd5RHxF2ae9oF0ZBhqFHHWJOHucfEnTx { display:block; }
 }@media only screen and (max-width: 763px) { #ZF5uwNMZAT6PHilH8bbJxtzRg6NOMlJs { width:6.96825rem;height:3.28051875rem;top:6.0625rem;left:10.791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXdbMOS0ry6BnMSarZ5l9CrLlvRo17Mv { display:block; }
 }@media only screen and (max-width: 763px) { #VJqifnk8Wn4SR3SMAK6oCSLz0eNLiROX { width:6.90475rem;height:3.2170375rem;top:10.75rem;left:10.823974609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZRNcnHiOHqNdMT12Kr1HgNcpmTVnnQe { display:block; }
 }@media only screen and (max-width: 763px) { #kxxgDxwBU9LXDxImXD4cQOtGW0XEb77L { width:6.9365rem;height:3.24878125rem;top:20.0625rem;left:10.78857421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVpuVVNxeiHQO7Ba4a6GEolT1fTlyAq7 { display:block; }
 }@media only screen and (max-width: 763px) { #B34Jhah1PAkakBIrD21NENwe757vbsDZ { width:6.9365rem;height:3.24878125rem;top:15.4375rem;left:2.02880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmyDgR0UinhnCTCT0OB8S5twMV4opPvx { display:block; }
 }@media only screen and (max-width: 763px) { #ww7McPFp6Wlaoe1H9r6cGQAMPAyJaNnp { width:6.96825rem;height:3.28051875rem;top:34.1875rem;left:2.012939453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S854pIpFqeugfbcmFXsnweoppiBR0tzT { display:block; }
 }@media only screen and (max-width: 763px) { #hOtB4Dkhm2oTBI5hg1wt2EC6EwNG0XQg { width:6.96825rem;height:3.28051875rem;top:10.75rem;left:2.012939453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWOTToRI7bDsWifhVZ92rFxXfOR24E7v { display:block; }
 }@media only screen and (max-width: 763px) { #NHXzXwm6PCuElK6w61LFGKwteAg1l9PZ { width:15.9375rem;height:1.95rem;top:67.337505340575rem;left:2.0312501192093rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za4Jb5O2MuDKuGQSCMTwiJ2DifSvKZ9s { width:6.9375rem;height:3.25rem;top:43.5625rem;left:10.803125262261rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkM1k1PcZ7eOyPQp7O0vyCtg02f9g2yw { display:block; }
 }@media only screen and (max-width: 763px) { #vLnG4ZdBCuMNhEPAJohJka495SIQlLIA { width:6.9375rem;height:3.25rem;top:48.25rem;left:2.0447918176651rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSLEaoECukZqQPGAauTlniAno6QadCgk { display:block; }
 }@media only screen and (max-width: 763px) { #MsF1rS5tvDnx7QKqicvBNKfCF8xS67ZW { width:6.9375rem;height:3.25rem;top:48.25rem;left:10.803125262261rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJwxKWyQoqOmKkq59OV3VW4J7mqTNkM6 { display:block; }
 }@media only screen and (max-width: 763px) { #EGedMhuMlsI9NBLsJ0Pp4IcDgZLHamtT { width:6.9375rem;height:3.25rem;top:52.9375rem;left:2.0447918176651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbIbg7g5GI4EHkvKpCOcxEJVhLf3B4Mo { display:block; }
 }@media only screen and (max-width: 763px) { #hxVq9Qq57iZRn2f6bNA3K5rdkP0mGMd4 { width:6.9375rem;height:3.25rem;top:52.9375rem;left:10.803125262261rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDk0C0FxcLm24qHW2UJya7tuhJD0UTUZ { display:block; }
 }@media only screen and (max-width: 763px) { #wRH8zNdoq2T4hEfS68UiTFz4ls7mgc7r { width:6.9375rem;height:3.25rem;top:57.625rem;left:2.0447918176651rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcK2IIEdMGfEMGGqax89rQphGs0M94FV { display:block; }
 }@media only screen and (max-width: 763px) { #FuhfJaQZsXiWdmGQMnJ1n8GDin7qGivk { width:6.9375rem;height:3.25rem;top:57.625rem;left:10.803125262261rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEixxpHRAFOTxuMkJgKHXe1FVzc4aVe2 { display:block; }
 }@media only screen and (max-width: 763px) { #eVaxZHRecg7C4hdmvSLLf6TEv759ToA8 { width:6.9375rem;height:3.25rem;top:62.3125rem;left:2.0447918176651rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDGUaGSDcNcvX28WIXpWzQWM7zSJK4Ue { display:block; }
 }@media only screen and (max-width: 763px) { #WWbzylKDVIFge6Wos4371o613sWZ3aEo { width:6.9375rem;height:3.25rem;top:62.3125rem;left:10.803125262261rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGv1aSrKcX9avJIlZlBn6LR0u5oDIynn { display:block; }
 }@media only screen and (max-width: 763px) { #QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI { display:block; }#QQTmC6DW7eRMoroGoyPcfPnk9dXbyqAI > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }