.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:255,204,241;--color-primary-1:255,103,212;--color-primary-2:255,2,183;--color-primary-3:255,0,255;--color-primary-4:72,1,90;--color-secondary-0:245,226,255;--color-secondary-1:223,159,254;--color-secondary-2:191,63,253;--color-secondary-3:96,32,127;--color-secondary-4:29,9,38;--color-tertiary-0:255,255,255;--color-tertiary-1:227,227,227;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/358244da-426e-4502-a0b5-b6eb3588a0b1/fotofundo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.adaptive-delivery-prevent-bg, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyload, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyloading { background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { background-color: transparent; background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .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); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { border-width: 0; border-radius: 0; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;position:relative;display:block; }#ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:24.375rem;text-align:left;text-align-last:left;display:block; }
#fh6s8OEnxDNAiV30lqThGEXxrqWy0ROp { color:rgba(var(--color-tertiary-1),0.97);display:block;width:23.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.375rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#dzsn1eXVCBs5wZFOVHuHgxmcgnmKnERr { z-index:15003;top:27.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-2),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Um8fdNCMpCSwgp53dbbJdIL7ZZFhrDBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQE5Z9fBEgqCnE9V4HNEmi7QC8e7ZT6f { 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:37.375rem;width:37.375rem;top:4.0625rem;left:24.5625rem;overflow:hidden;display:block; }
#eyIBWl3UPUe4WJh1GvK6MBAzJ9tNZaOZ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FCKZTNcXOfSABvTwk5Zhn5I66wN757hp { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8.6591875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0.9375rem;left:47.318359375rem;display:block; }
#dWGdqQA0ksFlD0micdiUOPbhVwZxk1pi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PvKriP5VydXhNFxlKTNunRE1iOwwOFKp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.624025rem;width:2.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.9375rem;left:57.3759765625rem; }
#PvKriP5VydXhNFxlKTNunRE1iOwwOFKp > img { max-width: 100%;max-height:100%; width:2.624025rem; height:2.624025rem; }#sonQgqf3S0BtyoaLCDJ9XhtUahiZwPVu { z-index:15004;top:31.1875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-0),0.6) ;box-sizing:border-box;color:rgba(var(--color-primary-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qfNXOnItubPszaPJTc7pcpSKUfTkzuzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { background-color: transparent; background-image: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container > .video-iframe-container { display: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container { display: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .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); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { border-width: 0; border-radius: 0; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#T0va2fMazPXXA0CEQncvF5yXpxNTRZKG { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(49deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(49deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(49deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(49deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(49deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1rem;width:60rem;top:1rem;left:0rem;display:block; }
#sv9ghTg0OcQ8WI36HgHR1P7U71iC0v70 { color:rgba(var(--color-primary-2),1);display:block;width:42.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3720703125rem;left:8.8740234375rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fUBbuEbFdWwLSohRIc5PEr39nyzL2M6d { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:4.625rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#gXVXuBW7f3XfVJpnnFruHU32oiKoTDNJ { position:absolute;display:block;z-index:14998;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:32.1875rem;width:32.1875rem;top:3.3720703125rem;left:26.875rem;overflow:hidden;display:block; }
#I8ghWMbl6K6Tr8xuR3BzN6El7OnNpGDD { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.0625rem;left:4.375rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#L40V3UTuDukZHRoQzvv9tHxP3drHZNxA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.375rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#MuWKwD4x4iyTyuLv9af5wOzMZT3ANiyb { z-index:15004;top:30.155469894409rem;left:4.625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-2),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NBPa4R27ehJWQCfoD254eSBeg9vAd9Fr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sIktpIKGZNWdqrLtXuUwb2B7i9O5Wtdc { box-sizing:content-box;height:22.5rem;width:23.75rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.8125rem;left:34.125rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
#AyqoZ2Q7Xm51qyXEEDTqtJD5SalweqwH { position:absolute;display:block;z-index:15030;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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:22.5625rem;left:0rem;display:block; }
#e5T479M2F384ZFEckrwKnq8m2rdJAoGb { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2rem;width:2rem;top:24.1875rem;left:1.5rem;display:block; }
#V15e4rVxurwPZeEmcJDd1aCXUhhwKAM8 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.625rem;width:1.625rem;top:17.4375rem;left:1.8125rem;display:block; }
#B9VGq0WH8yn8WSiamr5u2GvwIck5Cyi0 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-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.5625rem;width:1.4375rem;top:16.75rem;left:0rem;display:block; }
#kTL33Cerw6aiv1VyRho7FX3JLVSF2pKV { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.0625rem;width:2.0625rem;top:7.75rem;left:0rem;display:block; }
#rSnaz7muz1zmDgKCKzACuWFAGuBR0c2Q { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-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.6875rem;width:2.0625rem;top:10.1875rem;left:1.625rem;display:block; }
#x9T0mvaVsU7edyxfKtqAdUEvqV38xFkR { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(49deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(49deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(49deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(49deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(49deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1rem;width:60rem;top:35.559375762939rem;left:0rem;display:block; }
#bmVE6y33exqTt4Lz1sV6ZJ6F6Ctya86d { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.625rem;width:1.625rem;top:17.4375rem;left:1.8125rem;display:none; }
#bDXMRD8bGC9sVv5CzZZ8s2XSZnva514L { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:none; }
#ivzZmfbzze4oy08TDTlC1QUQwr6w4g9e { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:none; }
#xrh3LpJr2tC8vwkSu6DtXrB4HoPATdRl { box-sizing:content-box;height:24.1875rem;width:23.75rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.73046875rem;left:32.375rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:none; }
#u9KiGI61JMIWUqWJzezA4mNRoR0HuCvx { box-sizing:content-box;height:23.3125rem;width:21.125rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-4),1);background-image:none;top:6.2158203125rem;left:30.0595703125rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
#M3A4I6QPCZyNHJbO8QClBqmP562K7LJl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:8.137499809265rem;left:0rem; }
#ZzgVtvigRooD6Jsn8VAAQiwJquyreS8N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.575001144782rem;left:0rem; }
#H81mToBrcKMJh2KSVNUzEuI1wv0KmLwJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.825001144782rem;left:0.53125rem; }
#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M > .row .container { background-color: transparent; background-image: none; }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M > .row .container > .video-iframe-container { display: none; }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M > .row > .video-iframe-container { display: none; }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M > .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); }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M > .row .container { border-width: 0; border-radius: 0; }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#epMpp9ti0cXvphWvuPbL5T1Ik2NMD9vk { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:56.8125rem;top:12.375rem;left:0rem;display:block; }
#LtoJMAN5dN6F1VBVP2ZUsCu84iIRR3WR { color:rgba(var(--color-primary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1.6875rem;height:3.41015625rem;font-style:normal;display:block; }
#LFvByf6RiiDrZnlC9evFQdtFX2sSQUG6 { z-index:15012;top:27.0625rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-2),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9354375rem;height:2.74895625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ITaU8rT6GIXBngs8WZhC3LZ6VneoRyVs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#amaXJxoc0g7t2aSX1ZnKheIUqPyNgC33 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.6875rem;height:4.875rem;font-style:normal;display:block; }
#bx1KxFRI0V2cnlSvHfrR5SaUWoeIOzaA { color:rgba(var(--color-primary-2),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tK5kHCUNUsH66TQAI7HwwXDsdskbBubl { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:28rem;top:16.53125rem;left:26.250001907349rem;overflow:hidden;display:block; }
#zkF1sqWZQifxXUn7Oq0MGq9eu0s9oJvZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:21.5rem;left:1.6875rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { background-color: transparent; background-image: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .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); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { border-width: 0; border-radius: 0; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:60rem;position:relative;display:block; }#EwEcH3OmO2QqksZkca94sbLLIlTkDoSL { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0615rem;top:9.9375rem;left:0rem;display:block; }
#iQL52OiTDOCb7o0ysuligFcxCdtXAZai { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:14.3125rem;left:1.6875rem;height:3.9rem;font-style:normal;display:block; }
#uNDCKv1uLt8QzUh3gkXKpAqLeMiMigID { z-index:15012;top:24.4375rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-2),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9365rem;height:2.7495125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WsPBAJTIzDxTyJGOp3DyWf1hq8XJQehI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nA0i9oV464uNkhwmMRw1qwkOBv6qBqvT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9980625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.6875rem;height:2.4375rem;font-style:normal;display:block; }
#ieo5CNhkQOTdsUwEd3dbGd7NLqreMI5u { color:rgba(var(--color-primary-2),1);display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.99765634536744rem;left:0rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WIUhxZctS0sRWQeUlQ3wGpMgAwXyDQoZ { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:6.1875rem;top:4.1875rem;left:32.375rem;overflow:hidden;display:block; }
#NLSUFSgTP34n9Uk2ZgXt2RTObt824yda { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:14.0625rem;top:12.625rem;left:33.6875rem;overflow:hidden;display:block; }
#w3otGtsPwclWTDlgapniQyfJrGKbqKS2 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0615rem;top:33.4375rem;left:0rem;display:block; }
#clfWz2shBhM6IBVKyBNPh5FxCCxnJXDG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9980625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:35.3125rem;left:17.6220703125rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AZIB5RBmdsXJiMChXtbf74ZXHxUag3TP { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:38.89453125rem;left:28.371095657349rem;height:5.2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VB0WXvM2G1CaeNAPvnT4pU0rMTzC9wfw { z-index:15016;top:47.9375rem;left:32.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-2),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9355625rem;height:2.749025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Lk5e0moQqa5ckKUf3sASvse7k2AaXLTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gvq9ziggHvKeW0k5hzTmC4B06WGNXTkW { position:absolute;display:block;z-index:15045;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:21.8125rem;width:17.125rem;top:29.9375rem;left:6.125rem;overflow:hidden;display:block; }
#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 { position:relative;display:block; }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 { background-color: transparent; background-image: none; }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row .container > .video-iframe-container { display: none; }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row > .video-iframe-container { display: none; }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .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); }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 { border-width: 0; border-radius: 0; }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:95.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ckvxdix9yeedFLIBUq9N32TWgTQnncOQ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:40rem;top:30.9990234375rem;left:0rem;display:block; }
#mdsTeNhpV9hF2CCU4kubBq6TsitlvwSl { color:rgba(var(--color-tertiary-4),1);display:block;width:31.997625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:33.564584255219rem;left:2.8125rem;height:2.4375rem;font-style:normal;display:block; }
#uUMoqqLf7v1MdlsLua7yeb7Kd5EEGB6m { z-index:15005;top:44.669797897339rem;left:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-2),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9366875rem;height:2.7484375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I0wNBmCOp0QA9f37STlXVf2bgwkPQRDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TO3ct4tt5lMdR3ZEBHRVHcsDHoXMHrtW { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4980625rem;width:22.8735625rem;top:32.9052734375rem;left:20.06103515625rem;overflow:hidden;display:block; }
#dPpl1u9lCX2V6b8tdkszDLgJhBBgKBPW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:11.283336639404rem;left:34.809379577637rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WDxCtUrLwtDzqsi4ADmQ9KR6qLnaHQGz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.653915405274rem;left:34.809377670288rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKALTObkdFtIuGPTUS9sq2wIOHLCci0H { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:38.8125rem;top:9.25rem;left:21.125rem;display:block; }
#O6JL5gOLG2liyigDytDNJuq96SuZTECx { z-index:15012;top:22.935419082642rem;left:34.809379577637rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-2),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eRKm5RSrdzs8A12Kh3oICTgXHGsUAohb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RA8uoLdMpMN5xK6yuzIuJ5RGA5rlirZ0 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.37475rem;width:22.124rem;top:11.217041015625rem;left:17.183837890625rem;overflow:hidden;display:block; }
#wFd77w01rAu7Q8B5EAmm5nhe63KloKz4 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.002084255219rem;left:2.8125rem;height:3.9rem;font-style:normal;display:block; }
#fqRJqBWZzJuTL7I3QzoIFU3t7ixbfK0C { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:6.4375rem;top:54.155468940735rem;left:24.81093788147rem;overflow:hidden;display:block; }
#lDevavd4UagriJhR56ghhMRtd8qNap5e { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:37.6875rem;top:52.2490234375rem;left:22.25rem;display:block; }
#TEcwqRvTponUXVTq0O56ZpNxEA4myZLS { z-index:15019;top:66.0635471344rem;left:33.933334350586rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-2),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9366875rem;height:2.7484375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rGJAkkL0a16ycibqIMqEL1hbEdBm9Hl2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b0F6wpDI1hu4auZkNN237fksAGgJ2BSL { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:57.502087593079rem;left:33.933334350586rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eDSnRN7nN8KuDxWcSM2EyX2Ubv4Iegm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:55.131256103516rem;left:33.933334350586rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bL8yxsQrvFrhHO0CsgbWaQtzRHZa5IpS { position:absolute;display:block;z-index:15049;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:19.4995rem;width:19.4995rem;top:73.028564453125rem;left:21.746826171875rem;overflow:hidden;display:block; }
#lEWts9D7tnkPt5OGGt75k1ZWwvKTlCWt { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:37.3125rem;top:73.125rem;left:0rem;display:block; }
#PlTM0pLtKH7U2UA9ZFvLRp1PZ88u8Eko { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9991875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:75.06249809265rem;left:2.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CRQmKBhw9Tph3h4xvsp0J4Q8uN9BOGQN { z-index:15024;top:86.998962402344rem;left:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-primary-2),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9354375rem;height:2.74791875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gOmIqzCzEve7on5rJRiH8cxQB71SqI3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XaoBx6SgoUsrALkaZrh8IycaZ3ZflkoE { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:77.499219894406rem;left:2.8125rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODod4vrmIFSwTCiT5LtR4xuZRU2w3g8n { color:rgba(var(--color-primary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0031309127808rem;left:0rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff3cb4;background-image:url("https://images.assets-landingi.com/uc/78784d28-5fb2-48a7-98e2-02988441bd05/secodivisria.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld.adaptive-delivery-prevent-bg, #a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld.lazyload, #a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld.lazyloading { background-image: none; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row .container { background-color: transparent; background-image: none; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row .container > .video-iframe-container { display: none; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row > .video-iframe-container { display: none; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .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); }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row .container { border-width: 0; border-radius: 0; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#Ud555H6mdRJ8TRpUAf356r4k4DKIsVgq { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:3.431640625rem;left:36.1162109375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NW7iSmqv8vS8lves3m9eCxJbm8hsaXPR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.437325rem;width:1.437325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:9.625rem;left:38.25rem; }
#RyuNUM6SRM4GQftSFbWbDCkDnUSy7pUu { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.35846625rem;height:3.295985rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:8.6875rem;left:35.8125rem;display:block; }
#qTIDQbaaKGPum80LCHDCoGLnwyvnCVya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx > .row .container { background-color: transparent; background-image: none; }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx > .row .container > .video-iframe-container { display: none; }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx > .row > .video-iframe-container { display: none; }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx > .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); }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx > .row .container { border-width: 0; border-radius: 0; }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#kTaM4pScvtzWyTDVkHgZwvGvfTcsHMAH { color:rgba(var(--color-primary-2),1);display:block;width:41.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:2.9248046875rem;left:9.125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-form-header {  }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:25.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-button { border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:transparent;background-image: -webkit-linear-gradient(89deg, rgba(var(--color-primary-2),1), #d53aea);background-image: -moz-linear-gradient(89deg, rgba(var(--color-primary-2),1), #d53aea);background-image: -ms-linear-gradient(89deg, rgba(var(--color-primary-2),1), #d53aea);background-image: -o-linear-gradient(89deg, rgba(var(--color-primary-2),1), #d53aea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#d53aea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#d53aea' );";background-image: linear-gradient(89deg, rgba(var(--color-primary-2),1), #d53aea);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25.25rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.875rem;overflow:hidden;font-style:normal; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-container:first-of-type{padding-top:0;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-container:last-of-type{padding-bottom:0;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6  { background-color:#f1f1f1;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15061;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;position:absolute;top:6.625rem;left:8.8125rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.25rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 {display:block;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 { background-color:#f1f1f1;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15061;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;position:absolute;top:6.625rem;left:8.8125rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #TfUoCqMPhUe2oKkCshg56aqhoxqH91Bq { position:relative; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #xhORZ1lHyqr6zlOb2TbXh1gsNgVhTLS2 { position:relative;display:block; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #SDfbs5evNc1dT3RqZrMrTlzc5oo2uEpw { position:relative; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #ZWEfwge2o2moGQs64Pfi6xepsyrXMRdf { position:relative; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #fSlTLnykVdILZxsJNKDZBzf1KpPthqXI { position:relative;display:block; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #ueT43sgbbT6IJnOhieJCZvyR7O9M8Fnh { position:relative; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #HLKqWw3ZV5FqwyG3sF41iQgepk1CpxDX { position:relative; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #HVVfE5fNTcn3zZW1rEGzO45XMcElBmuE { position:relative;display:block; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #RJpfCl8iftGJmCzwETSv4MwG8TBxprza { position:relative; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #luBNffaxeaXiKyOFIuieAvOUOyvmU0W1 { position:relative; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #MdfZDXX9oZsmLiBRMIdGkIa9uLGmPwPI { position:relative;display:block; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #KTPQSVznQPuAtVPBGZq6RUXC1TkUitZg { position:relative; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #TZrOpTDqRBfp39FXnh4utbzNQGNLAzSP { position:relative; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #TnV6FHsFqo8xJMbOk6fVTGZnZBe1K5hQ { position:relative;display:block; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #G1TDW49thk1LIQA3AOhcrlmIhSm1Wewp { position:relative; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #Oz5eGc3BNRLivEW6CZuTF5EJOZ493s3S { position:relative; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #aUimOnS7bASbwTKKqSuLho4xnh7BXhXK { position:relative; }
#LkrF0LIvTtIen7cStgXIq30LH0t1l35V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V > .row .container { background-color: transparent; background-image: none; }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V > .row .container > .video-iframe-container { display: none; }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V > .row > .video-iframe-container { display: none; }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V > .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); }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V > .row .container { border-width: 0; border-radius: 0; }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#wmTo8dt48rvV2UCDMCorCRklt1Xe9MyP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:2.25rem;left:1.65625rem;overflow:hidden;display:block; }
#v5MPPNseBCSU6tpiuw1Fd97EexFxx6a6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:8.28125rem;left:21.34375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vJ6K0o8h0oB1KW1H85EMxrNITxVmcuNO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81206875rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:4.125rem;left:33.1875rem; }
#a5wPliGkIf4TgWah3JKuTuxwbFNhs3df { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:4.1875rem;left:27.6875rem; }
#e4PIiE3ov2fl6d36EkoPCeEVtiFd7w1a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6867875rem;width:1.6867875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:4.25rem;left:30.5625rem; }
#aQsUTJOfxQ2k2nxVQ2ChzhIlt9V3GX7t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:4.1875rem;left:25.0625rem; }
#qIUk9rPiMrb5Egv9SmRsRi4F8Kh6lKo5 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.1875rem;top:4.09375rem;left:49.03125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { top:8.5rem;left:0rem;width:24.9375rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh6s8OEnxDNAiV30lqThGEXxrqWy0ROp { top:21.375rem;left:0rem;width:23.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzsn1eXVCBs5wZFOVHuHgxmcgnmKnERr { top:27.4375rem;left:0rem;width:23.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um8fdNCMpCSwgp53dbbJdIL7ZZFhrDBg { display:block; }
 }@media only screen and (max-width: 763px) { #UQE5Z9fBEgqCnE9V4HNEmi7QC8e7ZT6f { top:4.0625rem;left:10.375rem;width:37.375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyIBWl3UPUe4WJh1GvK6MBAzJ9tNZaOZ { top:0rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCKZTNcXOfSABvTwk5Zhn5I66wN757hp { width:8.6875rem;height:2.3125rem;top:0.9375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWGdqQA0ksFlD0micdiUOPbhVwZxk1pi { display:block; }
 }@media only screen and (max-width: 763px) { #PvKriP5VydXhNFxlKTNunRE1iOwwOFKp { top:0.9375rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
#PvKriP5VydXhNFxlKTNunRE1iOwwOFKp > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #sonQgqf3S0BtyoaLCDJ9XhtUahiZwPVu { top:31.1875rem;left:0rem;width:23.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfNXOnItubPszaPJTc7pcpSKUfTkzuzT { display:block; }
 }@media only screen and (max-width: 763px) { #vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { display:block; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0va2fMazPXXA0CEQncvF5yXpxNTRZKG { top:1rem;left:0rem;width:47.75rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv9ghTg0OcQ8WI36HgHR1P7U71iC0v70 { top:3.3125rem;left:2.7490234375rem;width:42.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUBbuEbFdWwLSohRIc5PEr39nyzL2M6d { top:7.75rem;left:0rem;width:23.5625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXVXuBW7f3XfVJpnnFruHU32oiKoTDNJ { top:3.3125rem;left:15.5625rem;width:32.1875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ghWMbl6K6Tr8xuR3BzN6El7OnNpGDD { top:15.0625rem;left:0rem;width:23.5rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L40V3UTuDukZHRoQzvv9tHxP3drHZNxA { top:22.1875rem;left:0rem;width:22.5rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuWKwD4x4iyTyuLv9af5wOzMZT3ANiyb { top:30.125rem;left:0rem;width:21.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBPa4R27ehJWQCfoD254eSBeg9vAd9Fr { display:block; }
 }@media only screen and (max-width: 763px) { #sIktpIKGZNWdqrLtXuUwb2B7i9O5Wtdc { top:9.8125rem;left:24rem;width:23.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyqoZ2Q7Xm51qyXEEDTqtJD5SalweqwH { width:1.625rem;height:1.625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5T479M2F384ZFEckrwKnq8m2rdJAoGb { width:2rem;height:2rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V15e4rVxurwPZeEmcJDd1aCXUhhwKAM8 { width:1.625rem;height:1.625rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9VGq0WH8yn8WSiamr5u2GvwIck5Cyi0 { width:1.4375rem;height:0.5625rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTL33Cerw6aiv1VyRho7FX3JLVSF2pKV { width:2.0625rem;height:2.0625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnaz7muz1zmDgKCKzACuWFAGuBR0c2Q { width:2.0625rem;height:0.6875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9T0mvaVsU7edyxfKtqAdUEvqV38xFkR { top:35.5rem;left:0rem;width:47.75rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmVE6y33exqTt4Lz1sV6ZJ6F6Ctya86d { width:1.625rem;height:1.625rem;top:17.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDXMRD8bGC9sVv5CzZZ8s2XSZnva514L { display:none; }
 }@media only screen and (max-width: 763px) { #ivzZmfbzze4oy08TDTlC1QUQwr6w4g9e { display:none; }
 }@media only screen and (max-width: 763px) { #xrh3LpJr2tC8vwkSu6DtXrB4HoPATdRl { top:7.6875rem;left:24rem;width:23.75rem;height:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9KiGI61JMIWUqWJzezA4mNRoR0HuCvx { top:6.1875rem;left:23.9345703125rem;width:21.125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3A4I6QPCZyNHJbO8QClBqmP562K7LJl { top:8.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzgVtvigRooD6Jsn8VAAQiwJquyreS8N { top:22.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H81mToBrcKMJh2KSVNUzEuI1wv0KmLwJ { top:16.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M { display:block; }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epMpp9ti0cXvphWvuPbL5T1Ik2NMD9vk { top:12.375rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtoJMAN5dN6F1VBVP2ZUsCu84iIRR3WR { top:17.5625rem;left:0rem;width:20.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFvByf6RiiDrZnlC9evFQdtFX2sSQUG6 { top:27.0625rem;left:0rem;width:16.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITaU8rT6GIXBngs8WZhC3LZ6VneoRyVs { display:block; }
 }@media only screen and (max-width: 763px) { #amaXJxoc0g7t2aSX1ZnKheIUqPyNgC33 { top:14.5rem;left:0rem;width:19.125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx1KxFRI0V2cnlSvHfrR5SaUWoeIOzaA { top:2.75rem;left:0rem;width:35.875rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK5kHCUNUsH66TQAI7HwwXDsdskbBubl { top:16.5rem;left:19.75rem;width:28rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkF1sqWZQifxXUn7Oq0MGq9eu0s9oJvZ { top:21.5rem;left:0rem;width:22.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwEcH3OmO2QqksZkca94sbLLIlTkDoSL { top:9.9375rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQL52OiTDOCb7o0ysuligFcxCdtXAZai { top:14.3125rem;left:0rem;width:22.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNDCKv1uLt8QzUh3gkXKpAqLeMiMigID { top:24.4375rem;left:0rem;width:16.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsPBAJTIzDxTyJGOp3DyWf1hq8XJQehI { display:block; }
 }@media only screen and (max-width: 763px) { #nA0i9oV464uNkhwmMRw1qwkOBv6qBqvT { top:11.4375rem;left:0rem;width:31.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieo5CNhkQOTdsUwEd3dbGd7NLqreMI5u { top:0.9375rem;left:0rem;width:35.6875rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIUhxZctS0sRWQeUlQ3wGpMgAwXyDQoZ { top:4.1875rem;left:26.25rem;width:6.1875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLSUFSgTP34n9Uk2ZgXt2RTObt824yda { top:12.625rem;left:27.5625rem;width:14.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3otGtsPwclWTDlgapniQyfJrGKbqKS2 { top:33.4375rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clfWz2shBhM6IBVKyBNPh5FxCCxnJXDG { top:35.3125rem;left:11.4970703125rem;width:31.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZIB5RBmdsXJiMChXtbf74ZXHxUag3TP { top:38.875rem;left:22.246095657349rem;width:21.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB0WXvM2G1CaeNAPvnT4pU0rMTzC9wfw { top:47.9375rem;left:26.25rem;width:16.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk5e0moQqa5ckKUf3sASvse7k2AaXLTM { display:block; }
 }@media only screen and (max-width: 763px) { #gvq9ziggHvKeW0k5hzTmC4B06WGNXTkW { top:29.9375rem;left:0rem;width:17.125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 { display:block; }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckvxdix9yeedFLIBUq9N32TWgTQnncOQ { top:30.9375rem;left:0rem;width:40rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdsTeNhpV9hF2CCU4kubBq6TsitlvwSl { top:33.5625rem;left:0rem;width:31.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUMoqqLf7v1MdlsLua7yeb7Kd5EEGB6m { top:44.625rem;left:0rem;width:16.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0wNBmCOp0QA9f37STlXVf2bgwkPQRDu { display:block; }
 }@media only screen and (max-width: 763px) { #TO3ct4tt5lMdR3ZEBHRVHcsDHoXMHrtW { top:32.875rem;left:13.93603515625rem;width:22.8125rem;height:15.456689388951rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPpl1u9lCX2V6b8tdkszDLgJhBBgKBPW { top:11.25rem;left:28.684379577637rem;width:13.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDxCtUrLwtDzqsi4ADmQ9KR6qLnaHQGz { top:13.625rem;left:24.125rem;width:23.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKALTObkdFtIuGPTUS9sq2wIOHLCci0H { top:9.25rem;left:8.9375rem;width:38.8125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6JL5gOLG2liyigDytDNJuq96SuZTECx { top:22.875rem;left:28.684379577637rem;width:16.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRKm5RSrdzs8A12Kh3oICTgXHGsUAohb { display:block; }
 }@media only screen and (max-width: 763px) { #RA8uoLdMpMN5xK6yuzIuJ5RGA5rlirZ0 { top:11.1875rem;left:11.058837890625rem;width:22.0625rem;height:15.332011475095rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFd77w01rAu7Q8B5EAmm5nhe63KloKz4 { top:36rem;left:0rem;width:24.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqRJqBWZzJuTL7I3QzoIFU3t7ixbfK0C { top:54.125rem;left:18.68593788147rem;width:6.4375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDevavd4UagriJhR56ghhMRtd8qNap5e { top:52.1875rem;left:10.0625rem;width:37.6875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEcwqRvTponUXVTq0O56ZpNxEA4myZLS { top:66.0625rem;left:27.808334350586rem;width:16.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGJAkkL0a16ycibqIMqEL1hbEdBm9Hl2 { display:block; }
 }@media only screen and (max-width: 763px) { #b0F6wpDI1hu4auZkNN237fksAGgJ2BSL { top:57.5rem;left:23.5625rem;width:24.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDSnRN7nN8KuDxWcSM2EyX2Ubv4Iegm8 { top:55.125rem;left:25.75rem;width:22rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL8yxsQrvFrhHO0CsgbWaQtzRHZa5IpS { top:73rem;left:15.621826171875rem;width:19.4375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEWts9D7tnkPt5OGGt75k1ZWwvKTlCWt { top:73.125rem;left:0rem;width:37.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlTM0pLtKH7U2UA9ZFvLRp1PZ88u8Eko { top:75rem;left:0rem;width:21.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRQmKBhw9Tph3h4xvsp0J4Q8uN9BOGQN { top:86.9375rem;left:0rem;width:16.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOmIqzCzEve7on5rJRiH8cxQB71SqI3U { display:block; }
 }@media only screen and (max-width: 763px) { #XaoBx6SgoUsrALkaZrh8IycaZ3ZflkoE { top:77.4375rem;left:0rem;width:24.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODod4vrmIFSwTCiT5LtR4xuZRU2w3g8n { top:3rem;left:0rem;width:22.25rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld { display:block; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud555H6mdRJ8TRpUAf356r4k4DKIsVgq { top:3.375rem;left:29.9912109375rem;width:16.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW7iSmqv8vS8lves3m9eCxJbm8hsaXPR { top:9.625rem;left:32.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuNUM6SRM4GQftSFbWbDCkDnUSy7pUu { width:17.3125rem;height:3.25rem;top:8.6875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTIDQbaaKGPum80LCHDCoGLnwyvnCVya { display:block; }
 }@media only screen and (max-width: 763px) { #gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx { display:block; }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTaM4pScvtzWyTDVkHgZwvGvfTcsHMAH { top:2.875rem;left:3rem;width:41.75rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-regular-label { width:25.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-text { width:25.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-textarea { width:25.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-select { width:25.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-button { width:25.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-checkbox-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6  { width:25.25rem;height:26.125rem;top:6.625rem;left:2.6875rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .radio-container { width:25.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 {display:block;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 { width:25.25rem;height:26.125rem;top:6.625rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #TfUoCqMPhUe2oKkCshg56aqhoxqH91Bq {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #xhORZ1lHyqr6zlOb2TbXh1gsNgVhTLS2 {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #SDfbs5evNc1dT3RqZrMrTlzc5oo2uEpw {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #ZWEfwge2o2moGQs64Pfi6xepsyrXMRdf {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #fSlTLnykVdILZxsJNKDZBzf1KpPthqXI {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #ueT43sgbbT6IJnOhieJCZvyR7O9M8Fnh {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #HLKqWw3ZV5FqwyG3sF41iQgepk1CpxDX {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #HVVfE5fNTcn3zZW1rEGzO45XMcElBmuE {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #RJpfCl8iftGJmCzwETSv4MwG8TBxprza {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #luBNffaxeaXiKyOFIuieAvOUOyvmU0W1 {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #MdfZDXX9oZsmLiBRMIdGkIa9uLGmPwPI {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #KTPQSVznQPuAtVPBGZq6RUXC1TkUitZg {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #TZrOpTDqRBfp39FXnh4utbzNQGNLAzSP {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #TnV6FHsFqo8xJMbOk6fVTGZnZBe1K5hQ {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #G1TDW49thk1LIQA3AOhcrlmIhSm1Wewp {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #Oz5eGc3BNRLivEW6CZuTF5EJOZ493s3S {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #aUimOnS7bASbwTKKqSuLho4xnh7BXhXK {  }
 }@media only screen and (max-width: 763px) { #LkrF0LIvTtIen7cStgXIq30LH0t1l35V { display:block; }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmTo8dt48rvV2UCDMCorCRklt1Xe9MyP { top:2.25rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5MPPNseBCSU6tpiuw1Fd97EexFxx6a6 { top:8.25rem;left:15.21875rem;width:17.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6K0o8h0oB1KW1H85EMxrNITxVmcuNO { top:4.125rem;left:27.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5wPliGkIf4TgWah3JKuTuxwbFNhs3df { top:4.1875rem;left:21.5625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4PIiE3ov2fl6d36EkoPCeEVtiFd7w1a { top:4.25rem;left:24.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQsUTJOfxQ2k2nxVQ2ChzhIlt9V3GX7t { top:4.1875rem;left:18.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIUk9rPiMrb5Egv9SmRsRi4F8Kh6lKo5 { top:4.0625rem;left:38.5625rem;width:9.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6df51e8a-c600-4032-a262-fe55522154b5/fotofundomobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.adaptive-delivery-prevent-bg, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyload, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyloading { background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { background-color: transparent; background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .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); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { width:20rem;height:7.21875rem;top:6.5rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fh6s8OEnxDNAiV30lqThGEXxrqWy0ROp { width:18.4375rem;height:2.75rem;top:34.1904296875rem;left:0.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;color:rgba(255,255,255,0.97);display:block; }
 }@media only screen and (max-width: 763px) { #dzsn1eXVCBs5wZFOVHuHgxmcgnmKnERr { top:38.125rem;left:0rem;width:20rem;height:2.8125rem;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #Um8fdNCMpCSwgp53dbbJdIL7ZZFhrDBg { display:block; }
 }@media only screen and (max-width: 763px) { #UQE5Z9fBEgqCnE9V4HNEmi7QC8e7ZT6f { width:20rem;height:20rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyIBWl3UPUe4WJh1GvK6MBAzJ9tNZaOZ { width:4.0625rem;height:4.0625rem;top:1.1906250715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCKZTNcXOfSABvTwk5Zhn5I66wN757hp { width:8.4rem;height:2.3375rem;top:2.0531251430511rem;left:8.3054690957069rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWGdqQA0ksFlD0micdiUOPbhVwZxk1pi { display:block; }
 }@media only screen and (max-width: 763px) { #PvKriP5VydXhNFxlKTNunRE1iOwwOFKp { display:flex;width:2.1875rem;height:2.1875rem;top:2.1281249523163rem;left:17.8125rem; }
#PvKriP5VydXhNFxlKTNunRE1iOwwOFKp > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #sonQgqf3S0BtyoaLCDJ9XhtUahiZwPVu { top:42rem;left:0rem;width:20rem;height:2.75rem;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #qfNXOnItubPszaPJTc7pcpSKUfTkzuzT { display:block; }
 }@media only screen and (max-width: 763px) { #vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { display:block; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { width:20rem;height:52.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0va2fMazPXXA0CEQncvF5yXpxNTRZKG { width:20rem;height:1.875rem;top:11.99951171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sv9ghTg0OcQ8WI36HgHR1P7U71iC0v70 { width:20rem;height:5.2rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUBbuEbFdWwLSohRIc5PEr39nyzL2M6d { width:16.3125rem;height:3.9rem;top:8.875rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXVXuBW7f3XfVJpnnFruHU32oiKoTDNJ { width:20rem;height:20rem;top:25.5107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ghWMbl6K6Tr8xuR3BzN6El7OnNpGDD { width:15.9375rem;height:2.925rem;top:15.25rem;left:4.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L40V3UTuDukZHRoQzvv9tHxP3drHZNxA { width:15.9375rem;height:3.9rem;top:20rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuWKwD4x4iyTyuLv9af5wOzMZT3ANiyb { top:46.6875rem;left:0.5rem;width:19rem;height:2.75rem;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #NBPa4R27ehJWQCfoD254eSBeg9vAd9Fr { display:block; }
 }@media only screen and (max-width: 763px) { #sIktpIKGZNWdqrLtXuUwb2B7i9O5Wtdc { width:15.6875rem;height:17.875rem;top:25.510938644409rem;left:0rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyqoZ2Q7Xm51qyXEEDTqtJD5SalweqwH { width:1.625rem;height:1.625rem;top:21.6875rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5T479M2F384ZFEckrwKnq8m2rdJAoGb { width:1.25rem;height:1.25rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V15e4rVxurwPZeEmcJDd1aCXUhhwKAM8 { width:1.0625rem;height:1.0625rem;top:10.925000190735rem;left:1.6749999523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9VGq0WH8yn8WSiamr5u2GvwIck5Cyi0 { width:1.4375rem;height:0.5625rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTL33Cerw6aiv1VyRho7FX3JLVSF2pKV { width:1.1875rem;height:1.1875rem;top:10.800000190735rem;left:1.5499999523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnaz7muz1zmDgKCKzACuWFAGuBR0c2Q { width:1.0625rem;height:0.5625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9T0mvaVsU7edyxfKtqAdUEvqV38xFkR { width:20rem;height:1rem;top:35.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmVE6y33exqTt4Lz1sV6ZJ6F6Ctya86d { width:1.5rem;height:1.5rem;top:16.25rem;left:1.4625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #bDXMRD8bGC9sVv5CzZZ8s2XSZnva514L { top:1rem;left:0rem;width:20rem;height:0.5625rem;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(41deg, #ff02b7, #ff00ff);background-image: -moz-linear-gradient(41deg, #ff02b7, #ff00ff);background-image: -ms-linear-gradient(41deg, #ff02b7, #ff00ff);background-image: -o-linear-gradient(41deg, #ff02b7, #ff00ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff02b7', endColorstr='#ff00ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff02b7', endColorstr='#ff00ff' );";background-image: linear-gradient(41deg, #ff02b7, #ff00ff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ivzZmfbzze4oy08TDTlC1QUQwr6w4g9e { top:50.5rem;left:0rem;width:20rem;height:0.5625rem;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(41deg, #ff02b7, #ff00ff);background-image: -moz-linear-gradient(41deg, #ff02b7, #ff00ff);background-image: -ms-linear-gradient(41deg, #ff02b7, #ff00ff);background-image: -o-linear-gradient(41deg, #ff02b7, #ff00ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff02b7', endColorstr='#ff00ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff02b7', endColorstr='#ff00ff' );";background-image: linear-gradient(41deg, #ff02b7, #ff00ff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xrh3LpJr2tC8vwkSu6DtXrB4HoPATdRl { width:15.6875rem;height:17.875rem;top:27.58749961853rem;left:4.3125000596046rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;z-index:14996;background-color:#bf3ffd;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u9KiGI61JMIWUqWJzezA4mNRoR0HuCvx { width:15.75rem;height:18.125rem;top:27.461720466614rem;left:4.1250000596046rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3A4I6QPCZyNHJbO8QClBqmP562K7LJl { display:flex;width:3.125rem;height:3.125rem;top:8.8749995231631rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZzgVtvigRooD6Jsn8VAAQiwJquyreS8N { display:flex;width:3.125rem;height:3.125rem;top:19.687500476837rem;left:0rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #H81mToBrcKMJh2KSVNUzEuI1wv0KmLwJ { display:flex;width:2.0625rem;height:2.0625rem;top:15.306250572204rem;left:0.31171876192093rem; }
 }@media only screen and (max-width: 763px) { #gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M { display:block; }#gAsGB1tbToUlLnRvOgonG4UKdSfkMg6M > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epMpp9ti0cXvphWvuPbL5T1Ik2NMD9vk { width:20rem;height:28.3125rem;top:5.09765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtoJMAN5dN6F1VBVP2ZUsCu84iIRR3WR { width:17.1875rem;height:4.875rem;top:17.34765625rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFvByf6RiiDrZnlC9evFQdtFX2sSQUG6 { top:29.16015625rem;left:1.5625rem;width:16.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITaU8rT6GIXBngs8WZhC3LZ6VneoRyVs { display:block; }
 }@media only screen and (max-width: 763px) { #amaXJxoc0g7t2aSX1ZnKheIUqPyNgC33 { width:13.5625rem;height:1.6253875rem;top:6.72265625rem;left:3.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #bx1KxFRI0V2cnlSvHfrR5SaUWoeIOzaA { width:20rem;height:2.6003875rem;top:1.8125009536743rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK5kHCUNUsH66TQAI7HwwXDsdskbBubl { width:17.375rem;height:6.75rem;top:9.9976568222044rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zkF1sqWZQifxXUn7Oq0MGq9eu0s9oJvZ { width:18rem;height:4.875rem;top:22.871875762939rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwEcH3OmO2QqksZkca94sbLLIlTkDoSL { width:20rem;height:34.9375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQL52OiTDOCb7o0ysuligFcxCdtXAZai { width:18.75rem;height:3.65625rem;top:27.8125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #uNDCKv1uLt8QzUh3gkXKpAqLeMiMigID { top:33.625rem;left:1.5625rem;width:16.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsPBAJTIzDxTyJGOp3DyWf1hq8XJQehI { display:block; }
 }@media only screen and (max-width: 763px) { #nA0i9oV464uNkhwmMRw1qwkOBv6qBqvT { width:11.25rem;height:2.4375rem;top:6.0625rem;left:4.375rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ieo5CNhkQOTdsUwEd3dbGd7NLqreMI5u { width:20rem;height:2.6003875rem;top:0.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIUhxZctS0sRWQeUlQ3wGpMgAwXyDQoZ { width:4.8125rem;height:18.625rem;top:8.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLSUFSgTP34n9Uk2ZgXt2RTObt824yda { width:9.75rem;height:11.9375rem;top:15.925001144409rem;left:5.9250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3otGtsPwclWTDlgapniQyfJrGKbqKS2 { width:20rem;height:39.1875rem;top:40.312501549721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clfWz2shBhM6IBVKyBNPh5FxCCxnJXDG { width:20rem;height:2.4375rem;top:42.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AZIB5RBmdsXJiMChXtbf74ZXHxUag3TP { width:18.1875rem;height:6.09375rem;top:68.406251549719rem;left:0.90624994039537rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #VB0WXvM2G1CaeNAPvnT4pU0rMTzC9wfw { top:75.3125rem;left:1.5625000596046rem;width:16.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk5e0moQqa5ckKUf3sASvse7k2AaXLTM { display:block; }
 }@media only screen and (max-width: 763px) { #gvq9ziggHvKeW0k5hzTmC4B06WGNXTkW { width:17.125rem;height:21.8125rem;top:45.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 { display:block; }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 { background-color: transparent; background-image: none; }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row .container > .video-iframe-container { display: none; }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row > .video-iframe-container { display: none; }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .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); }#WVxOqCy0TFDSqBwSbDPZBbho9Qghrsr2 > .row .container { width:20rem;height:159.1875rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckvxdix9yeedFLIBUq9N32TWgTQnncOQ { width:20rem;height:35.0625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdsTeNhpV9hF2CCU4kubBq6TsitlvwSl { width:12.5625rem;height:2.4375rem;top:9.375rem;left:3.75rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uUMoqqLf7v1MdlsLua7yeb7Kd5EEGB6m { top:37rem;left:1.5625rem;width:16.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0wNBmCOp0QA9f37STlXVf2bgwkPQRDu { display:block; }
 }@media only screen and (max-width: 763px) { #TO3ct4tt5lMdR3ZEBHRVHcsDHoXMHrtW { width:20rem;height:13.5498125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPpl1u9lCX2V6b8tdkszDLgJhBBgKBPW { width:14.0625rem;height:2.4375rem;top:48.3125rem;left:3rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WDxCtUrLwtDzqsi4ADmQ9KR6qLnaHQGz { width:18.25rem;height:4.875rem;top:68.5625rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xKALTObkdFtIuGPTUS9sq2wIOHLCci0H { width:20rem;height:35.0625rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6JL5gOLG2liyigDytDNJuq96SuZTECx { top:75.75rem;left:1.5625rem;width:16.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRKm5RSrdzs8A12Kh3oICTgXHGsUAohb { display:block; }
 }@media only screen and (max-width: 763px) { #RA8uoLdMpMN5xK6yuzIuJ5RGA5rlirZ0 { width:20rem;height:13.8984375rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFd77w01rAu7Q8B5EAmm5nhe63KloKz4 { width:16.625rem;height:6.09375rem;top:29.3125rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqRJqBWZzJuTL7I3QzoIFU3t7ixbfK0C { width:5.625rem;height:13.625rem;top:90.78125rem;left:7.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lDevavd4UagriJhR56ghhMRtd8qNap5e { width:20rem;height:35.0625rem;top:83.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEcwqRvTponUXVTq0O56ZpNxEA4myZLS { top:113.875rem;left:1.5625rem;width:16.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGJAkkL0a16ycibqIMqEL1hbEdBm9Hl2 { display:block; }
 }@media only screen and (max-width: 763px) { #b0F6wpDI1hu4auZkNN237fksAGgJ2BSL { width:16.6875rem;height:4.875rem;top:106.9375rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eDSnRN7nN8KuDxWcSM2EyX2Ubv4Iegm8 { width:13.5rem;height:2.4375rem;top:85.4375rem;left:3.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bL8yxsQrvFrhHO0CsgbWaQtzRHZa5IpS { width:20rem;height:20rem;top:125.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEWts9D7tnkPt5OGGt75k1ZWwvKTlCWt { width:20rem;height:33.4375rem;top:122rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlTM0pLtKH7U2UA9ZFvLRp1PZ88u8Eko { width:11rem;height:2.4375rem;top:123.5625rem;left:4.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRQmKBhw9Tph3h4xvsp0J4Q8uN9BOGQN { top:150.9375rem;left:1.5625rem;width:16.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOmIqzCzEve7on5rJRiH8cxQB71SqI3U { display:block; }
 }@media only screen and (max-width: 763px) { #XaoBx6SgoUsrALkaZrh8IycaZ3ZflkoE { width:16.75rem;height:4.875rem;top:144.6875rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #ODod4vrmIFSwTCiT5LtR4xuZRU2w3g8n { width:20rem;height:2.6rem;top:2.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld { background-color:#ff3cb4;background-image:none;display:block; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row .container { background-color: transparent; background-image: none; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row .container > .video-iframe-container { display: none; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row > .video-iframe-container { display: none; }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .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); }#a8ZL6ra7oOoo9WTy0SpzXW5ul3XONlld > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud555H6mdRJ8TRpUAf356r4k4DKIsVgq { width:19.875rem;height:4.0625rem;top:2.5617189407349rem;left:0.030468761920929rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NW7iSmqv8vS8lves3m9eCxJbm8hsaXPR { display:flex;width:1.4375rem;height:1.4375rem;top:8.9375rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #RyuNUM6SRM4GQftSFbWbDCkDnUSy7pUu { width:17.38675rem;height:3.32421875rem;top:8rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTIDQbaaKGPum80LCHDCoGLnwyvnCVya { display:block; }
 }@media only screen and (max-width: 763px) { #gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx { display:block; }#gPkaTfnhnDeqfkpcFAwZgHmF0WBUqNHx > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTaM4pScvtzWyTDVkHgZwvGvfTcsHMAH { width:17.4375rem;height:7.3125rem;top:2rem;left:1.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-regular-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-text { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-textarea { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-select { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-input-button { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;font-size:1.25rem;overflow:hidden;font-family:exo;height:2.875rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6  { width:16.375rem;height:auto;top:9.3125rem;left:0.5625rem; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 .radio-container { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 {display:block;}#akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 { width:16.375rem;height:auto;top:9.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #TfUoCqMPhUe2oKkCshg56aqhoxqH91Bq {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #xhORZ1lHyqr6zlOb2TbXh1gsNgVhTLS2 {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #SDfbs5evNc1dT3RqZrMrTlzc5oo2uEpw {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #ZWEfwge2o2moGQs64Pfi6xepsyrXMRdf {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #fSlTLnykVdILZxsJNKDZBzf1KpPthqXI {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #ueT43sgbbT6IJnOhieJCZvyR7O9M8Fnh {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #HLKqWw3ZV5FqwyG3sF41iQgepk1CpxDX {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #HVVfE5fNTcn3zZW1rEGzO45XMcElBmuE {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #RJpfCl8iftGJmCzwETSv4MwG8TBxprza {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #luBNffaxeaXiKyOFIuieAvOUOyvmU0W1 {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #MdfZDXX9oZsmLiBRMIdGkIa9uLGmPwPI {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #KTPQSVznQPuAtVPBGZq6RUXC1TkUitZg {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #TZrOpTDqRBfp39FXnh4utbzNQGNLAzSP {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #TnV6FHsFqo8xJMbOk6fVTGZnZBe1K5hQ {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #G1TDW49thk1LIQA3AOhcrlmIhSm1Wewp {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #Oz5eGc3BNRLivEW6CZuTF5EJOZ493s3S {  }
 }@media only screen and (max-width: 763px) { #akzHqxKJxGr0PiNTePhC7mdDL2CJhdB6 #aUimOnS7bASbwTKKqSuLho4xnh7BXhXK {  }
 }@media only screen and (max-width: 763px) { #LkrF0LIvTtIen7cStgXIq30LH0t1l35V { display:block; }#LkrF0LIvTtIen7cStgXIq30LH0t1l35V > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmTo8dt48rvV2UCDMCorCRklt1Xe9MyP { width:7.625rem;height:7.625rem;top:2rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5MPPNseBCSU6tpiuw1Fd97EexFxx6a6 { width:17.25rem;height:0.975rem;top:22.625rem;left:1.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6K0o8h0oB1KW1H85EMxrNITxVmcuNO { display:flex;width:1.75rem;height:1.75rem;top:13.4375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #a5wPliGkIf4TgWah3JKuTuxwbFNhs3df { display:flex;width:1.6875rem;height:1.6875rem;top:13.5rem;left:10.375rem; }
 }@media only screen and (max-width: 763px) { #e4PIiE3ov2fl6d36EkoPCeEVtiFd7w1a { display:flex;width:1.625rem;height:1.625rem;top:13.5rem;left:13.4375rem; }
 }@media only screen and (max-width: 763px) { #aQsUTJOfxQ2k2nxVQ2ChzhIlt9V3GX7t { display:flex;width:1.6875rem;height:1.6875rem;top:13.5rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #qIUk9rPiMrb5Egv9SmRsRi4F8Kh6lKo5 { width:9.1875rem;height:4.1875rem;top:17.125rem;left:5.4375rem;display:block; }
 }