.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:218,218,236;--color-primary-1:145,145,197;--color-primary-2:72,72,158;--color-primary-3:26,26,134;--color-primary-4:22,34,120;--color-secondary-0:255,243,217;--color-secondary-1:255,215,128;--color-secondary-2:254,174,0;--color-secondary-3:127,87,0;--color-secondary-4:38,26,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:106,106,106;--color-tertiary-3:83,79,80;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #bdc4c7, #cecfcb);background-image: -moz-linear-gradient(360deg, #bdc4c7, #cecfcb);background-image: -ms-linear-gradient(360deg, #bdc4c7, #cecfcb);background-image: -o-linear-gradient(360deg, #bdc4c7, #cecfcb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc4c7', endColorstr='#cecfcb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc4c7', endColorstr='#cecfcb' );";background-image: linear-gradient(360deg, #bdc4c7, #cecfcb);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); }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,71,150,0.67);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;z-index:auto;display:block; }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk > .row .container { background-color: transparent; background-image: none; }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk > .row .container > .video-iframe-container { display: none; }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk > .row > .video-iframe-container { display: none; }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk > .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); }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk > .row .container { border-width: 0; border-radius: 0; }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#TmaMa1uTvdwHbpSb8K3Svg7qkBey61g7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7rem;top:0.75rem;left:7.53125rem;overflow:hidden;display:block; }
#FoeTU5bFTnvEhnvnD3MbaduUTodykHzJ { background-color:#004796;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:01;overflow:hidden;position:absolute;width:14.125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.71875rem;left:60.875rem;display:block; }
#FBIwKSZkx0g1GRMU9BNT16d2ChN6KIxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca5c6a2f-d320-4ce2-9b79-a77808cdf3ea/GIFAMAMERICAMEDITA10seg.gif");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; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.adaptive-delivery-prevent-bg, #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.lazyload, #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.lazyloading { background-image: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { background-color: transparent; background-image: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,71,150,0.47); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container > .video-iframe-container { display: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,71,150,0.47); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container { display: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .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); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { border-width: 0; border-radius: 0; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#C1n62eKk1bWpduOiMJo7vezfM13oGogU { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:13.375rem;left:22.5rem;height:1.99365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ri0MWsDEeOXi2lW9tXSfR2TJOQmvtx2X { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:19.1875rem;left:38.125rem;height:5.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nd92FeCz8F5a71W1uvaq0KICxHagTosf { 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:7.625rem;width:36.625rem;top:4.625rem;left:19.1875rem;overflow:hidden;display:block; }
#yZ7g4NR8G68XdgMFg53zlcqgIpvzkohG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:29rem;left:41.375rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P4byIm1eOIKSh5tkqoz4lmpLi6FhpT2L { box-sizing:content-box;height:2.1875rem;width:35.8125rem;position:absolute;display:block;z-index:14997;background-color:#004796;background-image:none;top:13.3125rem;left:19.8125rem;display:block; }
#RFKcKhfQPwyPCrgagQ9nB1mCXntV1gK2 { box-sizing:content-box;height:0.1875rem;width:18.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:28.1875rem;display:none; }
#bdcTvWi3oLrOU5JAHRESgdHzTCSoUd1U { box-sizing:content-box;height:0.1875rem;width:18.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.5rem;left:28.1875rem;display:none; }
#kC6exWM8mxhsTqD6sNoiC1eOVpxeNAM8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:29.25rem;left:38.125rem; }
#Jr7u0UWTmMEJBhfTeuSxqN1ppttqKm48 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:42rem;left:40.5625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T6qwfAncVE7As7qAgCEEkM6BbTXwmTbh { box-sizing:content-box;height:0.1875rem;width:18.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.1875rem;left:40.5625rem;display:none; }
#EVFD9ONCUueHBmmpDVHgNleRpXC5raeV { color:rgba(var(--color-secondary-2),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.5rem;left:22.09375rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-form-header {  }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);width:16.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;overflow:hidden;line-height:1.7;font-style:normal;vertical-align:top; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;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:16.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-text {padding-top: 0; padding-bottom: 0;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;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:16.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .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:16.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-select {padding-top: 0; padding-bottom: 0;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.1875rem;font-weight:700;color:#ffffff;width:16.3125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR [class*="-text"]:-moz-placeholder { color:#b0b0b0;font-family:rubik;font-size:1rem; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR [class*="-text"]::-moz-placeholder { color:#b0b0b0;font-family:rubik;font-size:1rem; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR [class*="-text"]:-ms-input-placeholder { color:#b0b0b0;font-family:rubik;font-size:1rem; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR [class*="-text"]::-webkit-input-placeholder { color:#b0b0b0;font-family:rubik;font-size:1rem; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .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:roboto;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:15.0625rem;overflow:hidden;font-style:normal; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .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; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .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; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-container:first-of-type{padding-top:0;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-container:last-of-type{padding-bottom:0;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:19.6494140625rem;left:16.21875rem; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .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; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR {display:block;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:19.6494140625rem;left:16.21875rem; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #PTpGQsw2cQ6NTISTqdU6cT7Zi1wmDIsg { position:relative; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #hKN5XzIJsbahDXGoqZuGNlaxIU0JK8rT { position:relative;display:block; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #SEPrk7uw3bh2GlGMLxRXOTSiwiD47V7F { position:relative; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #bRciLZlFMA0e1fheVF3BCHl56TWTL8Wy { position:relative; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #TsZirGa23E4NmuIJ1fNkFbQmQi03kwHH { position:relative;display:block; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #DkVGMTMaS00B7RyrbRtZSxCKITPLLFWa { position:relative; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #ETP6UTRN7bTXhGzb5gHgP6sHv521NpnD { position:relative; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #S4xqIimMhmrTNTdl9WG88C6dTqwhTPst { position:relative;display:block; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #ca3e2KCzSKuelU80gmtnT55PKFPH8GTc { position:relative; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #TeiUArfXzpef0DpC1kpoMJxSMtNKkugR { position:relative; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #sBDbcHpz7lTX4btAWSzVQrNO4HtykSVl { position:relative;z-index:2; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #Kygr2bZQ6MBIUdFuszbJ5r9isC1O4Wx6 { position:relative; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #h4OTdRu4mNzt2lCao3sIVHlcpOszRizt { position:relative; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR #GhpQE0cHkuPLqnvBr7LJgS7l8QShOSvV { position:relative; }
#yDMHK06tar0Rq3OaUHAapHf54w8TPd3M { position:absolute;display:block;z-index:15004;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.6875rem;width:20rem;top:19rem;left:15.625rem;display:block; }
#AeXBwQWZuvBne4ols4d1KCoSqeAdp2wp { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:32.900390625rem;left:41.375rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MZsRRHnI4gqr8XAyB9qM8MrKgC3Ugikz { box-sizing:content-box;height:0.1875rem;width:18.625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:38.125rem;display:block; }
#Xi7vnQNU1npsB5t4A6uCNHa99gACquJM { box-sizing:content-box;height:0.1875rem;width:18.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.9375rem;left:38.125rem;display:block; }
#uZBFibdyfbJWXqHd14RrwQc2sqkFougZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:38.20703125rem;left:38.125rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qdxTRDb9tBDFnlDaeWTwKXVuZBk65CSs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:32.4375rem;left:37.9375rem; }
#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004796;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; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container { background-color: transparent; background-image: none; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container > .video-iframe-container { display: none; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row > .video-iframe-container { display: none; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .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); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container { border-width: 0; border-radius: 0; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#V3pQGbJQIqBq9ItiGwNS7CcoCqSDN39h { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:8.8745rem;top:1.25rem;left:10.25rem;overflow:hidden;display:block; }
#ziVJVKNTZ9wISTy328mHTFGT112Rr5KG { position:absolute;display:block;z-index:15004;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.4375rem;width:8.875rem;top:1.25rem;left:19.8125rem;overflow:hidden;display:block; }
#TG4In08OxSsLMIwM86Dk87KUAFwudJg4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.25rem;left:29.125rem;overflow:hidden;display:block; }
#HMRI8qCyTbKorDgoUuaCoVQwnIFZzdwO { position:absolute;display:block;z-index:15006;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.4375rem;width:8.875rem;top:1.25rem;left:38rem;overflow:hidden;display:block; }
#ezPkxgK6yXLh8whuVEGZKoRr31S6zEnI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.25rem;left:46.875rem;overflow:hidden;display:block; }
#mEpWGpyTfMveRcK3EDs5X2FS2b8XObps { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.25rem;left:46.6875rem;overflow:hidden;display:none; }
#FzlaMSXKfdE30GiR0cSi22CbXRMfQ3pa { position:absolute;display:block;z-index:15009;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.6875rem;width:9.5rem;top:1.125rem;left:55.5rem;overflow:hidden;display:none; }
#IafhE1UVQl341t2pe8fONqxcvS4d1gpO { position:absolute;display:block;z-index:15010;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:3.99963125rem;width:8.125rem;top:1.4375rem;left:56.625rem;overflow:hidden;display:block; }
#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3c4c2;background-image:url("https://images.assets-landingi.com/uc/3f60754c-df0a-42bb-b1e7-727563e08ad3/argentinaMeditaMapaLanding.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; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy.adaptive-delivery-prevent-bg, #grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy.lazyload, #grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy.lazyloading { background-image: none; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row .container { background-color: transparent; background-image: none; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row .container > .video-iframe-container { display: none; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row > .video-iframe-container { display: none; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .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); }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row .container { border-width: 0; border-radius: 0; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#wN24E6lwBI5Z2eElzbK1dED2UTWvl5cr { color:#004796;display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.6875rem;left:34.9375rem;height:19.59375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tnvgVyr55BKObskUQU8fiRSxmOoNVdTr { color:#004796;display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:8.3125rem;left:34.9375rem;height:6.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VUvHtoaBBaUB0UyTmdx1nm2iwivUKGFv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20.6875rem;top:29rem;left:0.375rem;display:none; }
#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004796;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; }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 > .row .container { background-color: transparent; background-image: none; }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 > .row .container > .video-iframe-container { display: none; }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 > .row > .video-iframe-container { display: none; }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 > .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); }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 > .row .container { border-width: 0; border-radius: 0; }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:block; }#WGkVLUQkuLc2fJBsuby0mw5NCQubJPm7 { color:#26d8eb;display:block;width:58rem;position:absolute;font-family:gotham;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.28125rem;left:8.5rem;height:1.6911764144898rem;font-style:normal;display:none; }
#EF82uRfuiZq3A336UlHHfknBche4AJEm { color:rgba(var(--color-secondary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:24.9375rem;left:11.375rem;height:4.0244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tAnP2KJ6D4lNw90qgo7ZRNK8zf0KZNN8 { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:6.08984375rem;left:11.28125rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXLQKxa2cN6dJkxXXXlgmLamR12aTrFQ { box-sizing:content-box;height:0.25rem;width:60rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:7.5rem;display:block; }
#CR3HQfpUJy18sii7UIOZHwU8kag82kSs { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:51.0625rem;left:57.875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rNTBfRalBZnrPGPptlL1FJ27TWMBAvmQ { position:absolute;display:block;z-index:15024;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: none;height:16.9375rem;width:17rem;top:33.375rem;left:57.875rem;overflow:hidden;display:block; }
#v5GWncpVnWVFy1idRf67S5D99LwI69AE { position:absolute;display:block;z-index:15008;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: none;height:16.9375rem;width:30.375rem;top:33.4375rem;left:26.8125rem;overflow:hidden;display:block; }
#M6azdIIlsiPCb2OmaS5VGXW9DoV6pVLA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:51.0625rem;left:32.875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xyT8qMWHWot4q4c2bIW1h8B8SU3eNrZF { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:51.0625rem;left:5.25rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mCXA0zdBBs0AU1EAvBm80GcZCJxSFQXo { position:absolute;display:block;z-index:15026;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: none;height:16.9375rem;width:26.125rem;top:33.3125rem;left:0rem;overflow:hidden;display:block; }
#TIW1ywDn4Aupqmo7ELbaZBe6GGNosufy { color:#ffb628;display:block;width:59.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.9;letter-spacing:0;top:10.59375rem;left:7.71875rem;height:9.02344375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WoWAooF1KtLcUq5UF09l2V5LO3ddBDi0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13.375rem;top:8.75rem;left:0.375rem;display:none; }
#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7be92d46-32ee-437d-b16e-69ced97aca5d/envatolabsimageedit8copia.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; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd.adaptive-delivery-prevent-bg, #tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd.lazyload, #tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd.lazyloading { background-image: none; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row .container { background-color: transparent; background-image: none; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row .container > .video-iframe-container { display: none; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row > .video-iframe-container { display: none; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .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); }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row .container { border-width: 0; border-radius: 0; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#QksZxOu3nmlZ34qQU7dJ3fbLiRqBFaxT { color:#004796;display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:2.6875rem;left:6rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#laJmGJk2TkBT3xLpfmhk4oNhbqRzpxwG { color:#004796;display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:9.25rem;left:6rem;height:11.6953rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nh9tOr3KG24U6f5SobyMNH9cgVNCnQ4t { color:#004796;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15023;line-height:2;letter-spacing:0;top:5.5625rem;left:8.125rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#woEVDyPxsH4yngFTRKDPRl5G4BuHaJDb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:6.375rem;left:6rem; }
#hlVl2BXhUik3GDHzCeHw0SDt6xEgpKwr { color:#11096f;display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:3.25rem;left:5.8125rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TTs7ArEOVmHvkqK9nkLdTEiXatCna1lV { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.4375rem;left:6rem;display:block; }
#gIkCklwGEb1r5fTAuAuWozXizK99ec7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #c3c4c2, #ffffff);background-image: -moz-linear-gradient(360deg, #c3c4c2, #ffffff);background-image: -ms-linear-gradient(360deg, #c3c4c2, #ffffff);background-image: -o-linear-gradient(360deg, #c3c4c2, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c4c2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c4c2', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #c3c4c2, #ffffff);background-size:auto !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; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container { background-color: transparent; background-image: none; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container > .video-iframe-container { display: none; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row > .video-iframe-container { display: none; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .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); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container { border-width: 0; border-radius: 0; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:75rem;position:relative;display:block; }#FVQKnzNGLFAmZySF7misivnkeU87K1Dx { color:#004796;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.125rem;left:7.5rem;height:8.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LUURgxWQgJT35Baqcz3WNd7ZdgTzRJXh { color:#004796;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.125rem;left:37.3359375rem;height:40.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#LUURgxWQgJT35Baqcz3WNd7ZdgTzRJXh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LUURgxWQgJT35Baqcz3WNd7ZdgTzRJXh li:before{  }
#GGKnDVF2BUcxqWMLZ3OItVC73Q3TCDf7 { position:absolute;display:block;z-index:15006;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:34.25rem;width:28rem;top:21.70556640625rem;left:5.4287109375rem;overflow:hidden;display:block; }
#O0ckT7PfFH2OTdD4a99OTnfWEPqw9U8D { color:#004796;display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:14.28125rem;left:7.5rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FbrNFfNmULdi4pUJTxkogzts0VbfDVAN { box-sizing:content-box;height:43.625rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9375rem;left:37.398500402576rem;display:block; }
#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eab1582c-7660-49c6-90f8-9a4fc325c636/meditaminimasiva.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH.adaptive-delivery-prevent-bg, #J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH.lazyload, #J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH.lazyloading { background-image: none; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container { background-color: transparent; background-image: none; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,71,150,0.79); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container > .video-iframe-container { display: none; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,71,150,0.79); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row > .video-iframe-container { display: none; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .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); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container { border-width: 0; border-radius: 0; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#TzIQE3k5MOGQJSKy9QIHv5iTfmE1DtJW { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:23.375rem;left:13.125rem;height:10.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wSaNwFzpBRmTfPBiAVbZZZDTGxhKenDG { color:#ffffff;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:16.1875rem;left:22rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yn7JHHxaBnU8JqkdRdFGg5DdZNC6ci6h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.3125rem;width:11.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.25rem;left:31.84375rem; }
#oCA2rd2bm2iG8tIxbMJrOKyuGdfkSKma { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18.1875rem;top:20.125rem;left:1rem;display:none; }
#xyvCS9bSfA7qunbMzPOcpQMA5D1xyxTC { 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:none; }#xyvCS9bSfA7qunbMzPOcpQMA5D1xyxTC > .row .container { border-width: 0; border-radius: 0; }#xyvCS9bSfA7qunbMzPOcpQMA5D1xyxTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xyvCS9bSfA7qunbMzPOcpQMA5D1xyxTC > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:none; }#BTnNTdzC9trgffQFEgTTP2ZVTWZEJacd { color:#26d8eb;display:block;width:58rem;position:absolute;font-family:gotham;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.28125rem;left:8.5rem;height:1.6911764144898rem;font-style:normal;display:none; }
#TcPGlKSn4N1XaacvaqscugBAtZnadcTt { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:14.875rem;top:9.0625rem;left:51.40625rem;overflow:hidden;display:block; }
#GMKaof1gEoMqHz18SAR27RagTOI3z8DQ { color:#004796;display:block;width:56.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.060546875rem;left:9.40625rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yu99ciocmSxJAkqrnSkuBUEzRITnIeCs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:18.75rem;top:9.75rem;left:28.125rem;overflow:hidden;display:block; }
#BuTOh0IIzI6qFZTy80Z68gfUn71TwCwa { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:18.75rem;top:10rem;left:8.375rem;overflow:hidden;display:block; }
#E0fzHK6ZUdRqaofpnbNGGx0VuAppP2Ax { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:16.8125rem;top:17.203125rem;left:19.2890625rem;overflow:hidden;display:block; }
#Ma1gnRieH4x6aLAM7xUEO6LpbWO8b8ca { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:14.3125rem;top:18.203125rem;left:41.53125rem;overflow:hidden;display:block; }
#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004796;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; }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row .container { background-color: transparent; background-image: none; }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row .container > .video-iframe-container { display: none; }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row > .video-iframe-container { display: none; }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .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); }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row .container { border-width: 0; border-radius: 0; }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#a19B01JpGPftrPSLRCcLf8FTPSln8n1s { color:rgba(var(--color-tertiary-1),1);display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.80078125rem;left:23.875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ID9UCKI06tspUT39gRBy4zpgeX8NToMk { display:block; }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmaMa1uTvdwHbpSb8K3Svg7qkBey61g7 { width:7rem;height:2.5rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoeTU5bFTnvEhnvnD3MbaduUTodykHzJ { width:14.125rem;height:2.6875rem;top:0.6875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBIwKSZkx0g1GRMU9BNT16d2ChN6KIxi { display:block; }
 }@media only screen and (max-width: 763px) { #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW { display:block; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1n62eKk1bWpduOiMJo7vezfM13oGogU { width:30.375rem;height:1.9375rem;top:13.375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri0MWsDEeOXi2lW9tXSfR2TJOQmvtx2X { width:21.9375rem;height:7.6875rem;top:19.1875rem;left:24.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd92FeCz8F5a71W1uvaq0KICxHagTosf { width:36.625rem;height:7.625rem;top:4.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ7g4NR8G68XdgMFg53zlcqgIpvzkohG { width:16.25rem;height:3.0625rem;top:29rem;left:27.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4byIm1eOIKSh5tkqoz4lmpLi6FhpT2L { width:35.8125rem;height:2.1875rem;top:13.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFKcKhfQPwyPCrgagQ9nB1mCXntV1gK2 { width:18.625rem;height:0.1875rem;top:30.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdcTvWi3oLrOU5JAHRESgdHzTCSoUd1U { width:18.5rem;height:0.1875rem;top:37.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC6exWM8mxhsTqD6sNoiC1eOVpxeNAM8 { width:2.375rem;height:2.375rem;top:29.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr7u0UWTmMEJBhfTeuSxqN1ppttqKm48 { width:18.1875rem;height:4.125rem;top:16.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6qwfAncVE7As7qAgCEEkM6BbTXwmTbh { width:18.625rem;height:0.1875rem;top:32.1875rem;left:26.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVFD9ONCUueHBmmpDVHgNleRpXC5raeV { width:30.8125rem;height:1.8125rem;top:34.5rem;left:8.46875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-regular-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-text { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-text {padding-top: 0; padding-bottom: 0;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-textarea { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-select { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-select {padding-top: 0; padding-bottom: 0;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-button { width:11.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-checkbox-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR  { width:20.375rem;height:auto;top:9.0625rem;left:12.25rem; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .radio-container { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR {display:block;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR { width:20.375rem;height:auto;top:9.0625rem;left:12.25rem; }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #PTpGQsw2cQ6NTISTqdU6cT7Zi1wmDIsg {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #hKN5XzIJsbahDXGoqZuGNlaxIU0JK8rT { display:block; }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #SEPrk7uw3bh2GlGMLxRXOTSiwiD47V7F {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #bRciLZlFMA0e1fheVF3BCHl56TWTL8Wy {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #TsZirGa23E4NmuIJ1fNkFbQmQi03kwHH { display:block; }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #DkVGMTMaS00B7RyrbRtZSxCKITPLLFWa {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #ETP6UTRN7bTXhGzb5gHgP6sHv521NpnD {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #S4xqIimMhmrTNTdl9WG88C6dTqwhTPst { display:block; }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #ca3e2KCzSKuelU80gmtnT55PKFPH8GTc {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #TeiUArfXzpef0DpC1kpoMJxSMtNKkugR {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #sBDbcHpz7lTX4btAWSzVQrNO4HtykSVl {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #Kygr2bZQ6MBIUdFuszbJ5r9isC1O4Wx6 {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #h4OTdRu4mNzt2lCao3sIVHlcpOszRizt {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #GhpQE0cHkuPLqnvBr7LJgS7l8QShOSvV {  }
 }@media only screen and (max-width: 763px) { #yDMHK06tar0Rq3OaUHAapHf54w8TPd3M { width:20rem;height:20.6875rem;top:19rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeXBwQWZuvBne4ols4d1KCoSqeAdp2wp { width:25.4375rem;height:1.5625rem;top:32.875rem;left:22.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZsRRHnI4gqr8XAyB9qM8MrKgC3Ugikz { width:18.625rem;height:0.1875rem;top:28.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi7vnQNU1npsB5t4A6uCNHa99gACquJM { width:18.625rem;height:0.1875rem;top:36.9375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZBFibdyfbJWXqHd14RrwQc2sqkFougZ { width:22.8125rem;height:1.5rem;top:38.1875rem;left:24.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdxTRDb9tBDFnlDaeWTwKXVuZBk65CSs { width:2.5rem;height:2.5rem;top:32.4375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z { display:block; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z { background-color: transparent; background-image: none; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container > .video-iframe-container { display: none; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row > .video-iframe-container { display: none; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .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); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z { border-width: 0; border-radius: 0; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3pQGbJQIqBq9ItiGwNS7CcoCqSDN39h { top:1.25rem;left:0rem;width:8.8125rem;height:4.4057651039947rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ziVJVKNTZ9wISTy328mHTFGT112Rr5KG { top:1.25rem;left:6.1875rem;width:8.875rem;height:4.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TG4In08OxSsLMIwM86Dk87KUAFwudJg4 { top:1.25rem;left:15.5rem;width:8.875rem;height:4.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HMRI8qCyTbKorDgoUuaCoVQwnIFZzdwO { top:1.25rem;left:24.375rem;width:8.875rem;height:4.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ezPkxgK6yXLh8whuVEGZKoRr31S6zEnI { top:1.25rem;left:33.25rem;width:8.875rem;height:4.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mEpWGpyTfMveRcK3EDs5X2FS2b8XObps { top:1.25rem;left:33.0625rem;width:8.875rem;height:4.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FzlaMSXKfdE30GiR0cSi22CbXRMfQ3pa { top:1.125rem;left:38.25rem;width:9.5rem;height:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IafhE1UVQl341t2pe8fONqxcvS4d1gpO { top:1.4375rem;left:39.625rem;width:8.125rem;height:3.9990234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy { display:block; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN24E6lwBI5Z2eElzbK1dED2UTWvl5cr { top:16.6875rem;left:8.5625rem;width:39.1875rem;height:19.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnvgVyr55BKObskUQU8fiRSxmOoNVdTr { width:33.625rem;height:6.1875rem;top:8.3125rem;left:14.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUvHtoaBBaUB0UyTmdx1nm2iwivUKGFv { width:19.1875rem;height:20.6875rem;top:29rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 { display:block; }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 > .row .container { width:47.75rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGkVLUQkuLc2fJBsuby0mw5NCQubJPm7 { top:1.25rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EF82uRfuiZq3A336UlHHfknBche4AJEm { width:43.625rem;height:2.875rem;top:1rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAnP2KJ6D4lNw90qgo7ZRNK8zf0KZNN8 { width:47.75rem;height:2.1875rem;top:6.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXLQKxa2cN6dJkxXXXlgmLamR12aTrFQ { width:47.75rem;height:0.25rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR3HQfpUJy18sii7UIOZHwU8kag82kSs { width:43.625rem;height:2.875rem;top:1rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNTBfRalBZnrPGPptlL1FJ27TWMBAvmQ { width:17rem;height:16.9375rem;top:33.375rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5GWncpVnWVFy1idRf67S5D99LwI69AE { width:30.375rem;height:16.9375rem;top:33.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6azdIIlsiPCb2OmaS5VGXW9DoV6pVLA { width:43.625rem;height:2.875rem;top:1rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyT8qMWHWot4q4c2bIW1h8B8SU3eNrZF { width:43.625rem;height:2.875rem;top:1rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCXA0zdBBs0AU1EAvBm80GcZCJxSFQXo { width:26.125rem;height:16.9375rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIW1ywDn4Aupqmo7ELbaZBe6GGNosufy { top:10.5625rem;left:0rem;width:47.75rem;height:9rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoWAooF1KtLcUq5UF09l2V5LO3ddBDi0 { width:19.1875rem;height:13.375rem;top:8.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd { display:block; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QksZxOu3nmlZ34qQU7dJ3fbLiRqBFaxT { width:47.75rem;height:2.1875rem;top:2.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laJmGJk2TkBT3xLpfmhk4oNhbqRzpxwG { width:43.625rem;height:2.875rem;top:1rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh9tOr3KG24U6f5SobyMNH9cgVNCnQ4t { width:19.625rem;height:3.125rem;top:5.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woEVDyPxsH4yngFTRKDPRl5G4BuHaJDb { width:1.4375rem;height:1.4375rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlVl2BXhUik3GDHzCeHw0SDt6xEgpKwr { width:18.375rem;height:3.125rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTs7ArEOVmHvkqK9nkLdTEiXatCna1lV { width:18.75rem;height:0.1875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIkCklwGEb1r5fTAuAuWozXizK99ec7l { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container { background-color: transparent; background-image: none; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container > .video-iframe-container { display: none; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row > .video-iframe-container { display: none; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .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); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container { border-width: 0; border-radius: 0; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVQKnzNGLFAmZySF7misivnkeU87K1Dx { width:34.375rem;height:8.5rem;top:4.125rem;left:0rem;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LUURgxWQgJT35Baqcz3WNd7ZdgTzRJXh { width:36.9375rem;height:41.75rem;top:4.125rem;left:10.8125rem;font-size:1.125rem;color:#000000;display:block; }#LUURgxWQgJT35Baqcz3WNd7ZdgTzRJXh li:before{  }
 }@media only screen and (max-width: 763px) { #GGKnDVF2BUcxqWMLZ3OItVC73Q3TCDf7 { top:21.6875rem;left:0rem;width:28rem;height:34.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #O0ckT7PfFH2OTdD4a99OTnfWEPqw9U8D { width:26.4375rem;height:5.9375rem;top:14.25rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FbrNFfNmULdi4pUJTxkogzts0VbfDVAN { width:0.125rem;height:43.625rem;top:2.9375rem;left:23.773500402576rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH { display:block; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzIQE3k5MOGQJSKy9QIHv5iTfmE1DtJW { top:23.375rem;left:0rem;width:47.75rem;height:12.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSaNwFzpBRmTfPBiAVbZZZDTGxhKenDG { width:31rem;height:4.375rem;top:16.1875rem;left:8.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn7JHHxaBnU8JqkdRdFGg5DdZNC6ci6h { width:11.3125rem;height:11.3125rem;top:4.25rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCA2rd2bm2iG8tIxbMJrOKyuGdfkSKma { width:18rem;height:18.1875rem;top:20.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyvCS9bSfA7qunbMzPOcpQMA5D1xyxTC { display:block; }#xyvCS9bSfA7qunbMzPOcpQMA5D1xyxTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTnNTdzC9trgffQFEgTTP2ZVTWZEJacd { top:1.25rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcPGlKSn4N1XaacvaqscugBAtZnadcTt { width:14.875rem;height:6.75rem;top:9.0625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMKaof1gEoMqHz18SAR27RagTOI3z8DQ { width:47.75rem;height:3.125rem;top:2rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu99ciocmSxJAkqrnSkuBUEzRITnIeCs { width:18.75rem;height:5.375rem;top:9.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTOh0IIzI6qFZTy80Z68gfUn71TwCwa { width:18.75rem;height:4.875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0fzHK6ZUdRqaofpnbNGGx0VuAppP2Ax { width:16.8125rem;height:6.1875rem;top:17.1875rem;left:5.6640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma1gnRieH4x6aLAM7xUEO6LpbWO8b8ca { width:14.3125rem;height:4.1875rem;top:18.1875rem;left:27.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr { display:block; }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a19B01JpGPftrPSLRCcLf8FTPSln8n1s { width:26.8125rem;height:1.6875rem;top:1.75rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #ID9UCKI06tspUT39gRBy4zpgeX8NToMk { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ID9UCKI06tspUT39gRBy4zpgeX8NToMk > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmaMa1uTvdwHbpSb8K3Svg7qkBey61g7 { width:6rem;height:2.3125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoeTU5bFTnvEhnvnD3MbaduUTodykHzJ { width:12.875rem;height:2.0625rem;top:0.5rem;left:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBIwKSZkx0g1GRMU9BNT16d2ChN6KIxi { display:block; }
 }@media only screen and (max-width: 763px) { #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49e07ced-8ef6-4f6e-a047-cc0e3290b5a6/GIFAMAMERICAMEDITAvertical.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.adaptive-delivery-prevent-bg, #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.lazyload, #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.lazyloading { background-image: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { background-color: transparent; background-image: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,9,118,0.43); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container > .video-iframe-container { display: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,9,118,0.43); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container { display: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .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); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { border-width: 0; border-radius: 0; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1n62eKk1bWpduOiMJo7vezfM13oGogU { width:20rem;height:1.0996125rem;top:8.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Ri0MWsDEeOXi2lW9tXSfR2TJOQmvtx2X { width:20rem;height:3.25rem;top:6.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nd92FeCz8F5a71W1uvaq0KICxHagTosf { width:18.625rem;height:3.75rem;top:4.1875rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yZ7g4NR8G68XdgMFg53zlcqgIpvzkohG { width:14.5625rem;height:2.3999rem;top:17.125rem;left:3.375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #P4byIm1eOIKSh5tkqoz4lmpLi6FhpT2L { width:17.625rem;height:1.625rem;top:8.25rem;left:1.25rem;background-color:#004796;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RFKcKhfQPwyPCrgagQ9nB1mCXntV1gK2 { width:18.625rem;height:0.1875rem;top:21.5625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdcTvWi3oLrOU5JAHRESgdHzTCSoUd1U { width:18.625rem;height:0.1875rem;top:76.75rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kC6exWM8mxhsTqD6sNoiC1eOVpxeNAM8 { display:flex;width:1.625rem;height:1.625rem;top:17.51220703125rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #Jr7u0UWTmMEJBhfTeuSxqN1ppttqKm48 { width:17.125rem;height:3.89941875rem;top:10.4375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15018;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #T6qwfAncVE7As7qAgCEEkM6BbTXwmTbh { width:18.625rem;height:0.125rem;top:29.625rem;left:0.6875rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #EVFD9ONCUueHBmmpDVHgNleRpXC5raeV { width:20rem;height:2.76171875rem;top:31.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#9b4db8;font-size:0.9375rem;overflow:hidden;height:auto;background-color:transparent;background-image:none;display:block; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.375rem; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-text {padding-top: 0; padding-bottom: 0;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-select {padding-top: 0; padding-bottom: 0;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:3.125rem;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:2.8125rem;background-color:#feae00;background-image:none; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#001b56; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-container:first-of-type{padding-top:0;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .widget-container:last-of-type{padding-bottom:0;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR  { width:16.6875rem;height:auto;top:28.5rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sIsosWTn08PMicH2MQzdXSiVlTttHGpR {display:block;}#sIsosWTn08PMicH2MQzdXSiVlTttHGpR { width:16.6875rem;height:auto;top:28.5rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem; }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #PTpGQsw2cQ6NTISTqdU6cT7Zi1wmDIsg {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #hKN5XzIJsbahDXGoqZuGNlaxIU0JK8rT { display:block; }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #SEPrk7uw3bh2GlGMLxRXOTSiwiD47V7F {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #bRciLZlFMA0e1fheVF3BCHl56TWTL8Wy {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #TsZirGa23E4NmuIJ1fNkFbQmQi03kwHH { display:block; }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #DkVGMTMaS00B7RyrbRtZSxCKITPLLFWa {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #ETP6UTRN7bTXhGzb5gHgP6sHv521NpnD {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #S4xqIimMhmrTNTdl9WG88C6dTqwhTPst { display:block; }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #ca3e2KCzSKuelU80gmtnT55PKFPH8GTc {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #TeiUArfXzpef0DpC1kpoMJxSMtNKkugR {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #sBDbcHpz7lTX4btAWSzVQrNO4HtykSVl {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #Kygr2bZQ6MBIUdFuszbJ5r9isC1O4Wx6 {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #h4OTdRu4mNzt2lCao3sIVHlcpOszRizt {  }
 }@media only screen and (max-width: 763px) { #sIsosWTn08PMicH2MQzdXSiVlTttHGpR #GhpQE0cHkuPLqnvBr7LJgS7l8QShOSvV {  }
 }@media only screen and (max-width: 763px) { #yDMHK06tar0Rq3OaUHAapHf54w8TPd3M { width:20rem;height:18.0625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeXBwQWZuvBne4ols4d1KCoSqeAdp2wp { width:20rem;height:1.54296875rem;top:19.5234375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MZsRRHnI4gqr8XAyB9qM8MrKgC3Ugikz { width:18.625rem;height:0.1875rem;top:24.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi7vnQNU1npsB5t4A6uCNHa99gACquJM { width:18.625rem;height:0.1875rem;top:36.9375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZBFibdyfbJWXqHd14RrwQc2sqkFougZ { width:20rem;height:1.54345625rem;top:24.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdxTRDb9tBDFnlDaeWTwKXVuZBk65CSs { display:flex;width:2.5rem;height:2.5rem;top:54.8749984375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z { background-color:#004796;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container { background-color: transparent; background-image: none; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container > .video-iframe-container { display: none; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row > .video-iframe-container { display: none; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .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); }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container { border-width: 0; border-radius: 0; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eyPG8lLqIfMxeLKrgaNZmSH0y1olAk0Z > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3pQGbJQIqBq9ItiGwNS7CcoCqSDN39h { width:3.875rem;height:1.875rem;top:0.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ziVJVKNTZ9wISTy328mHTFGT112Rr5KG { width:4.1875rem;height:2rem;top:0.9375rem;left:3.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TG4In08OxSsLMIwM86Dk87KUAFwudJg4 { width:4.25rem;height:2rem;top:0.875rem;left:6.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HMRI8qCyTbKorDgoUuaCoVQwnIFZzdwO { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:9.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ezPkxgK6yXLh8whuVEGZKoRr31S6zEnI { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:15.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mEpWGpyTfMveRcK3EDs5X2FS2b8XObps { width:3.625rem;height:1.75rem;top:1rem;left:12.90625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FzlaMSXKfdE30GiR0cSi22CbXRMfQ3pa { width:6.9375rem;height:3.3125rem;top:6.1875rem;left:6.53125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IafhE1UVQl341t2pe8fONqxcvS4d1gpO { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy { background-color:#c3c4c2;background-image:url("https://images.assets-landingi.com/uc/d5a0f0f5-f477-4469-b275-4a95edc524ab/a4810715ede544769ef11431306082a9copia.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy.adaptive-delivery-prevent-bg, #grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy.lazyload, #grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy.lazyloading { background-image: none; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row .container { background-color: transparent; background-image: none; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row .container > .video-iframe-container { display: none; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row > .video-iframe-container { display: none; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .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); }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row .container { border-width: 0; border-radius: 0; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grIFd1iTlm4CR6ArI6EhGpuGSVNT8fxy > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN24E6lwBI5Z2eElzbK1dED2UTWvl5cr { width:18.499375rem;height:18.19395625rem;top:6.25rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #tnvgVyr55BKObskUQU8fiRSxmOoNVdTr { width:17.5625rem;height:5.75rem;top:22.2490234375rem;left:1.21875rem;font-size:1.4375rem;font-family:montserrat;font-weight:700;font-style:normal;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUvHtoaBBaUB0UyTmdx1nm2iwivUKGFv { top:29.05322265625rem;left:0.40625rem;width:19.1875rem;height:20.71875rem;z-index:15006;text-align:center;text-align-last:center;color:#004796;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 { display:block; }#vOUVTzhkE0f68Dc9VEiXqx7osJwHf4l2 > .row .container { width:20rem;height:94.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGkVLUQkuLc2fJBsuby0mw5NCQubJPm7 { width:20rem;height:2.875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #EF82uRfuiZq3A336UlHHfknBche4AJEm { width:20rem;height:6.296875rem;top:25.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tAnP2KJ6D4lNw90qgo7ZRNK8zf0KZNN8 { width:20rem;height:4.875rem;top:2.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eXLQKxa2cN6dJkxXXXlgmLamR12aTrFQ { width:20rem;height:0.25rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR3HQfpUJy18sii7UIOZHwU8kag82kSs { width:19.125rem;height:2.9746125rem;top:84.45703125rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rNTBfRalBZnrPGPptlL1FJ27TWMBAvmQ { width:17.4375rem;height:17.4375rem;top:66.544921875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5GWncpVnWVFy1idRf67S5D99LwI69AE { width:17.4375rem;height:9.6875rem;top:50.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6azdIIlsiPCb2OmaS5VGXW9DoV6pVLA { width:20rem;height:2.9746125rem;top:61rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xyT8qMWHWot4q4c2bIW1h8B8SU3eNrZF { width:16.6875rem;height:2.9746125rem;top:45.7216796875rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mCXA0zdBBs0AU1EAvBm80GcZCJxSFQXo { width:17.4375rem;height:11.5rem;top:33.67138671875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIW1ywDn4Aupqmo7ELbaZBe6GGNosufy { width:20rem;height:auto;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #WoWAooF1KtLcUq5UF09l2V5LO3ddBDi0 { top:8.67822265625rem;left:0.40625rem;width:19.1875rem;height:13.40625rem;z-index:15007;text-align:center;text-align-last:center;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7be92d46-32ee-437d-b16e-69ced97aca5d/envatolabsimageedit8copia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd.adaptive-delivery-prevent-bg, #tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd.lazyload, #tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd.lazyloading { background-image: none; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row .container { background-color: transparent; background-image: none; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row .container > .video-iframe-container { display: none; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row > .video-iframe-container { display: none; }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .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); }#tDADGUWWcSyLoQ84lob9bQS8tyQlcoTd > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QksZxOu3nmlZ34qQU7dJ3fbLiRqBFaxT { width:20rem;height:4.3300875rem;top:1.24951171875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #laJmGJk2TkBT3xLpfmhk4oNhbqRzpxwG { width:19.1875rem;height:13.5rem;top:9.28515625rem;left:0.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Nh9tOr3KG24U6f5SobyMNH9cgVNCnQ4t { width:15.625rem;height:2.625rem;top:5.75rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #woEVDyPxsH4yngFTRKDPRl5G4BuHaJDb { display:flex;width:1.4375rem;height:1.4375rem;top:6.25rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #hlVl2BXhUik3GDHzCeHw0SDt6xEgpKwr { width:18.375rem;height:3.125rem;top:1.83740234375rem;left:0.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;z-index:15016;color:#004796;display:block; }
 }@media only screen and (max-width: 763px) { #TTs7ArEOVmHvkqK9nkLdTEiXatCna1lV { width:18.75rem;height:0.1875rem;top:19.90625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIkCklwGEb1r5fTAuAuWozXizK99ec7l { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container { background-color: transparent; background-image: none; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container > .video-iframe-container { display: none; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row > .video-iframe-container { display: none; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .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); }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container { border-width: 0; border-radius: 0; }#gIkCklwGEb1r5fTAuAuWozXizK99ec7l > .row .container { width:20rem;height:89.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVQKnzNGLFAmZySF7misivnkeU87K1Dx { width:20rem;height:6.25rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#004796;display:block; }
 }@media only screen and (max-width: 763px) { #LUURgxWQgJT35Baqcz3WNd7ZdgTzRJXh { width:20rem;height:48.5rem;top:35.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#004796;z-index:15001;display:block; }#LUURgxWQgJT35Baqcz3WNd7ZdgTzRJXh li:before{  }
 }@media only screen and (max-width: 763px) { #GGKnDVF2BUcxqWMLZ3OItVC73Q3TCDf7 { width:18.0625rem;height:22.25rem;top:16.5rem;left:0.96875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O0ckT7PfFH2OTdD4a99OTnfWEPqw9U8D { width:18.6875rem;height:6.5625rem;top:9.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#004796;display:block; }
 }@media only screen and (max-width: 763px) { #FbrNFfNmULdi4pUJTxkogzts0VbfDVAN { width:0.1875rem;height:49.1875rem;top:34.7978515625rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eab1582c-7660-49c6-90f8-9a4fc325c636/meditaminimasiva.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH.adaptive-delivery-prevent-bg, #J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH.lazyload, #J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH.lazyloading { background-image: none; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container { background-color: transparent; background-image: none; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,71,150,0.84); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container > .video-iframe-container { display: none; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,71,150,0.84); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row > .video-iframe-container { display: none; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .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); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container { border-width: 0; border-radius: 0; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzIQE3k5MOGQJSKy9QIHv5iTfmE1DtJW { width:18.499375rem;height:18.19395625rem;top:6.25rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #wSaNwFzpBRmTfPBiAVbZZZDTGxhKenDG { width:16rem;height:4.6875rem;top:12.5615234375rem;left:2rem;font-size:1.5625rem;font-family:montserrat;font-weight:700;font-style:normal;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yn7JHHxaBnU8JqkdRdFGg5DdZNC6ci6h { display:flex;width:10.25rem;height:10.25rem;top:2.1865234375rem;left:4.96875rem; }
 }@media only screen and (max-width: 763px) { #oCA2rd2bm2iG8tIxbMJrOKyuGdfkSKma { top:20.125rem;left:1rem;width:18rem;height:18.197275rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyvCS9bSfA7qunbMzPOcpQMA5D1xyxTC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xyvCS9bSfA7qunbMzPOcpQMA5D1xyxTC > .row .container { border-width: 0; border-radius: 0; }#xyvCS9bSfA7qunbMzPOcpQMA5D1xyxTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xyvCS9bSfA7qunbMzPOcpQMA5D1xyxTC > .row .container { width:20rem;height:19.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BTnNTdzC9trgffQFEgTTP2ZVTWZEJacd { width:20rem;height:2.875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #TcPGlKSn4N1XaacvaqscugBAtZnadcTt { width:8.1875rem;height:3.5625rem;top:8.875rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GMKaof1gEoMqHz18SAR27RagTOI3z8DQ { width:20rem;height:1.58105625rem;top:1.99951171875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;color:#004796;display:block; }
 }@media only screen and (max-width: 763px) { #yu99ciocmSxJAkqrnSkuBUEzRITnIeCs { width:10.1875rem;height:2.8125rem;top:4.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTOh0IIzI6qFZTy80Z68gfUn71TwCwa { width:9.875rem;height:2.4375rem;top:9.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0fzHK6ZUdRqaofpnbNGGx0VuAppP2Ax { width:8.75rem;height:3.125rem;top:13.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma1gnRieH4x6aLAM7xUEO6LpbWO8b8ca { width:8.5rem;height:2.4375rem;top:14.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr { background-color:#004796;background-image:none;display:block; }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row .container { background-color: transparent; background-image: none; }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row .container > .video-iframe-container { display: none; }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row > .video-iframe-container { display: none; }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .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); }#tiuwMJ4Uc8TlTBSqCTdtncc0c3ZQhGlr > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a19B01JpGPftrPSLRCcLf8FTPSln8n1s { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }