.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:246,243,227;--color-primary-1:224,216,161;--color-primary-2:193,176,66;--color-primary-3:97,88,33;--color-primary-4:29,26,10;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:189,188,195;--color-tertiary-2:35,31,56;--color-tertiary-3:18,16,28;--color-tertiary-4:3,3,6;--headlines-font-family:Anybody;--paragraphs-font-family:raleway; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR > .row .container { background-color: transparent; background-image: none; }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR > .row .container > .video-iframe-container { display: none; }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR > .row > .video-iframe-container { display: none; }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR > .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); }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR > .row .container { border-width: 0; border-radius: 0; }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#V3l9es81VhkUkWuZln5yu3KGOQbiXKmt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.1875rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1463180a-82a9-48e4-b57e-3886badebcbf/2548.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb.adaptive-delivery-prevent-bg, #XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb.lazyload, #XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb.lazyloading { background-image: none; }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb > .row .container { background-color: transparent; background-image: none; }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.54); }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb > .row .container > .video-iframe-container { display: none; }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.54); }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb > .row > .video-iframe-container { display: none; }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb > .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); }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb > .row .container { border-width: 0; border-radius: 0; }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#lJnTVXfBMrQsAhLEKPkEmCcD5m4VORAc { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:6.8828125rem;left:10.5625rem;height:28.0488125rem;font-style:normal;display:block; }
#ke567fOygBISUEPrEUUWHWeN31nDPJTt { box-sizing:content-box;height:6.75rem;width:43.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:20.8125rem;left:9.1875rem;display:block; }
#o3bnS2WtTmku7OTbnLHMSqXsb4JpIpAl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:6.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.8125rem;left:52.1875rem;display:block; }
#ZJUq13oyz9a8qDymtdoX1i3io6uZluuX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r { position:relative;display:block; }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r { background-color: transparent; background-image: none; }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r > .row .container > .video-iframe-container { display: none; }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r > .row > .video-iframe-container { display: none; }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r > .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); }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r { border-width: 0; border-radius: 0; }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dQwfcihy26RT3B2AMDvG4woV1bNL94yy { box-sizing:content-box;height:13.5rem;width:34.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1463180a-82a9-48e4-b57e-3886badebcbf/2548.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:0rem;left:0rem;display:block; }#dQwfcihy26RT3B2AMDvG4woV1bNL94yy.adaptive-delivery-prevent-bg, #dQwfcihy26RT3B2AMDvG4woV1bNL94yy.lazyload, #dQwfcihy26RT3B2AMDvG4woV1bNL94yy.lazyloading { background-image: none; }
#dQwfcihy26RT3B2AMDvG4woV1bNL94yy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.54); }#G2nFdFMBvtFw1HrWIdrPcTMcmwRk0fPC { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.9375rem;left:40.625001907349rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydU1HTR1PmD0IaBX8vewhaHLzlhGcWwV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0625rem;left:40.750001907349rem;height:1.94970625rem;display:block; }
#hk1PIDE8Le9htgPwXcOrFrw2geTVdw9M { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.625rem;left:40.750001907349rem;height:3.25rem;font-style:normal;display:block; }
#N7W2k8z90IyQM7TabOS0ZTi3cpbqdNWv { box-sizing:content-box;height:5.0625rem;width:29.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:20.75rem;left:40.750001907349rem;display:block; }
#Qyb5JRZIgaBRU9hU6lMkZkyvtFB9urAh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.812500953674rem;left:41.750001907349rem; }
#wlCAy8DbaPqCmI6opxBlwQPEGiScnH4q { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.687500953674rem;left:45.562501907349rem;height:1.4624rem;display:block; }
#oTxzk8W6aWUFTFqC788oLOl9sIOqPpKh { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.974999427796rem;left:40.687501907349rem;height:1.625rem;font-style:normal;display:block; }
#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy { position:relative;display:block; }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy { background-color: transparent; background-image: none; }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy > .row .container > .video-iframe-container { display: none; }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy > .row > .video-iframe-container { display: none; }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy > .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); }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy { border-width: 0; border-radius: 0; }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nfaeI4AfTKSB6nTMLPWIwzNV2EhnqWFD { box-sizing:content-box;height:5.0625rem;width:29.9375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:0.0625rem;left:40.75rem;display:block; }
#HMRdmcrBRRoEuAqB9glwcx7oVNvodgy9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.0625rem;left:41.75rem; }
#fvPSTSb393XeEOSPo5d9zvnqi53t9lW0 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8125rem;left:45.562501907349rem;height:1.4625rem;display:block; }
#H8hG04prNoSnMMIENkQU7n2RnpADeHuJ { box-sizing:content-box;height:5.0625rem;width:29.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:5.3125rem;left:40.750001907349rem;display:block; }
#ZdLcSR5BZQbVq3J6iItgaayZpOrteAB3 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7rem;left:45.562501907349rem;height:1.4624rem;display:block; }
#JVTBfclzMMUTVJAgEky0hdhyF7DXZzL5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.25rem;left:41.750001907349rem; }
#qo4bc5tQh9CyB9fcG1THUcnNLuFvv9ct { box-sizing:content-box;height:22.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3187bc93-c1f5-416a-862a-fa3549e7927c/40313.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:2.375rem;left:0rem;display:block; }#qo4bc5tQh9CyB9fcG1THUcnNLuFvv9ct.adaptive-delivery-prevent-bg, #qo4bc5tQh9CyB9fcG1THUcnNLuFvv9ct.lazyload, #qo4bc5tQh9CyB9fcG1THUcnNLuFvv9ct.lazyloading { background-image: none; }
#qo4bc5tQh9CyB9fcG1THUcnNLuFvv9ct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.54); }#sn2lX0ZHi8uCTdiKU3QdT411TN2fXFGv { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:12.25rem;left:4rem;height:9.8994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LvKfhLyz7Gyy5dUi6AgG5RFMo3lvIbCt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:6.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.687500953674rem;left:57.112497329712rem;display:block; }
#R3kqqlwGzDfvI2EBnu2ClfFSF3nJUNZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 { position:relative;display:block; }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 { background-color: transparent; background-image: none; }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 > .row .container > .video-iframe-container { display: none; }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 > .row > .video-iframe-container { display: none; }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 > .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); }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 { border-width: 0; border-radius: 0; }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hTKgakeh8SPV85FVK0iIN0Fp33lwfZNn { box-sizing:content-box;height:8.3125rem;width:32.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3187bc93-c1f5-416a-862a-fa3549e7927c/40313.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:5.1562461853028rem;left:39.687501907349rem;display:block; }#hTKgakeh8SPV85FVK0iIN0Fp33lwfZNn.adaptive-delivery-prevent-bg, #hTKgakeh8SPV85FVK0iIN0Fp33lwfZNn.lazyload, #hTKgakeh8SPV85FVK0iIN0Fp33lwfZNn.lazyloading { background-image: none; }
#hTKgakeh8SPV85FVK0iIN0Fp33lwfZNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.54); }#bvFgw0e1ZQiDrmSLG1HleAkVTpVfePNM { box-sizing:content-box;height:13.5rem;width:34.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3187bc93-c1f5-416a-862a-fa3549e7927c/40313.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:0rem;left:0rem;display:block; }#bvFgw0e1ZQiDrmSLG1HleAkVTpVfePNM.adaptive-delivery-prevent-bg, #bvFgw0e1ZQiDrmSLG1HleAkVTpVfePNM.lazyload, #bvFgw0e1ZQiDrmSLG1HleAkVTpVfePNM.lazyloading { background-image: none; }
#bvFgw0e1ZQiDrmSLG1HleAkVTpVfePNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.54); }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg { position:relative;display:block; }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg { background-color: transparent; background-image: none; }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg > .row .container > .video-iframe-container { display: none; }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg > .row > .video-iframe-container { display: none; }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg > .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); }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg { border-width: 0; border-radius: 0; }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ac5T8EidwgWdwubx0x0hfuWCxgqTsNMQ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.125rem;left:4rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ce97FowX4QlD3GxyiMbHzh6EkLfERIAO { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.25rem;left:4rem;height:1.94970625rem;display:block; }
#lpJSd15OiLqEpLKSyETXT8uN4M7NWAEU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:17.625rem;top:16.6875rem;left:4rem;overflow:hidden;display:block; }
#b4tuGTKqAcAVshW58neBXZWOSp9X0w2J { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:21.8125rem;left:8.75rem;height:4.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6TCuspBEIXFR6RDlTf73xIJbOAO4nZI { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.418752670288rem;left:9.8000011444094rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#XUK2lAcTkeB6kdgwoBNmdGE66TOG97Fo { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:17.625rem;top:4.6875019073486rem;left:52.91250038147rem;overflow:hidden;display:block; }
#tJ8CKu04PXdD0Tf2wLTpgHaTKTJbnRqA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:17.625rem;top:11.156251907349rem;left:28.687501907349rem;overflow:hidden;display:block; }
#g8TA2cRO0FTdrSnrnhx0aktQNsbgWMa9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:16.25rem;left:33.375001907349rem;height:4.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KD8tDIz4skuJSQotXizIA1bxOpCwTucT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.78750038147rem;left:34.737501144409rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#ssm6WukWCBy6X0QnkvnGnEFqcDuqugeA { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:9.6875rem;left:57.38125038147rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BMvJOspv8HhGJFrBZ2lbvfxV6p0fedtx { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.35000038147rem;left:59.799997329712rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#quwpqVBf1gc3wfl6NXAZKBW6ko5g1lKv { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:13.53750038147rem;left:10.34375rem;display:block; }
#t4a9QIhLNZao06UfmNhhMXnHJc51GOlK { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:14.89999961853rem;left:11.15625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdwRdp9khLNITfRC2lkuu7rXeKTsu1HW { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:7.94375038147rem;left:35.031251907349rem;display:block; }
#Zc2X26M2ZiN9GGQrA6bhUav29q5QlsS5 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:9.25rem;left:35.781251907349rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1NABxfXFsaZ0HDkh2g5z44qe9ni7Kyn { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:1.3812503814698rem;left:59.25625038147rem;display:block; }
#czWp7EZC5i0cAKtvVxWOgPFtfFgwPXNC { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:2.7437496185302rem;left:60.00625038147rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkTehEVr6CsL13f8hU21Lbxcfv03tfKh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:6.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.874998092651rem;left:55.22500038147rem;display:block; }
#JMpOI4B6QpByh6PDTEev3d0IFupbTG9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo { position:relative;display:block; }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo { background-color: transparent; background-image: none; }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo > .row .container > .video-iframe-container { display: none; }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo > .row > .video-iframe-container { display: none; }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo > .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); }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo { border-width: 0; border-radius: 0; }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD { position:relative;display:block; }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD { background-color: transparent; background-image: none; }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD > .row .container > .video-iframe-container { display: none; }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD > .row > .video-iframe-container { display: none; }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD > .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); }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD { border-width: 0; border-radius: 0; }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TuAgxZoVfb6Wpw6IG4GJVfeQZkgeAgLK { box-sizing:content-box;height:12.0625rem;width:20.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/1b096678-113f-48a1-9bb0-cf5df7427de6/186011.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.4874992370606rem;left:30.812501907349rem;display:block; }#TuAgxZoVfb6Wpw6IG4GJVfeQZkgeAgLK.adaptive-delivery-prevent-bg, #TuAgxZoVfb6Wpw6IG4GJVfeQZkgeAgLK.lazyload, #TuAgxZoVfb6Wpw6IG4GJVfeQZkgeAgLK.lazyloading { background-image: none; }
#uC3SafLnPTcdb99z5T7tvTpKq061OGVL { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.3125rem;left:0rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aWNClRRuaW03r2d3HIm56p7EykGeEgtZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7874994277954rem;left:0.1875rem;height:1.94970625rem;display:block; }
#myNvJwxRhaqH3IqMIx9IRC9FMhDcEDtd { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:7.875rem;left:46.5625rem;display:block; }
#p4Ck5560K4iT1mtivQvoLaKneGp5COiP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:52.58749961853rem;height:1.625rem;display:block; }
#XBVPfWEKNzh60imqldGRZcsOkFvLqfSq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.4375rem;left:52.58749961853rem;height:4.5rem;display:block; }
#BuA5GWFMD7k0ClFLU08fFumuyqpGrJ98 { box-sizing:content-box;height:23.4375rem;width:13.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/9902dbc7-df5a-4919-85b9-5eb6def4d269/115121.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.362503051757rem;left:24.02499961853rem;display:block; }#BuA5GWFMD7k0ClFLU08fFumuyqpGrJ98.adaptive-delivery-prevent-bg, #BuA5GWFMD7k0ClFLU08fFumuyqpGrJ98.lazyload, #BuA5GWFMD7k0ClFLU08fFumuyqpGrJ98.lazyloading { background-image: none; }
#GcgBeOUxuZ8f3vJ2hne5UAR2ys23fQGI { box-sizing:content-box;height:0.0625rem;width:22.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:34.212493896484rem;left:5.1750001907349rem;display:block; }
#EC6nqCJmEB2zoBTSdzpuekcmh0akqZiK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.737503051757rem;left:5.2625007629394rem;height:1.625rem;display:block; }
#hIbgmtCcOy2Eb375OTWyNenGIDdASwlc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:34.887496948243rem;left:5.1875rem;height:4.5rem;display:block; }
#mwz05G6lxqvStpddJSLdaSNB6Z0wNd6Z { box-sizing:content-box;height:23.4375rem;width:17.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/33a50b74-daac-401e-b644-f4a9c80e2628/106.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.362503051757rem;left:38.81875038147rem;display:block; }#mwz05G6lxqvStpddJSLdaSNB6Z0wNd6Z.adaptive-delivery-prevent-bg, #mwz05G6lxqvStpddJSLdaSNB6Z0wNd6Z.lazyload, #mwz05G6lxqvStpddJSLdaSNB6Z0wNd6Z.lazyloading { background-image: none; }
#Ee0iaRsJrzTIBxxtEFGH0fwFha6is7z3 { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:34.212493896484rem;left:53.93124961853rem;display:block; }
#ATkbMeiJI4MkXIozgwLN9pgRZWU7quqF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.75rem;left:57.687501907349rem;height:1.625rem;display:block; }
#uHuRPCQF5v1znL2igdlLKNDUzsE005xf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:34.875rem;left:57.875001907349rem;height:4.5rem;display:block; }
#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU { position:relative;display:block; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU { background-color: transparent; background-image: none; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.49); }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container > .video-iframe-container { display: none; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row > .video-iframe-container { display: none; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.49); }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU { border-width: 0; border-radius: 0; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container::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-right-radius:initial;border-bottom-left-radius:initial; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a9afbac-9b8e-4d3a-b2ad-f89dcfd38a5c/99118.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container.adaptive-delivery-prevent-bg, #PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container.lazyload, #PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container.lazyloading { background-image: none; }#EaES1zgGa3pLWbKmg2KCzWTcHKDFvlfc { box-sizing:content-box;height:11.1875rem;width:53.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.218758583069rem;left:10.90625rem;display:block; }
#gUEy25Cabouv3UntSyVopI1oA9LVLAJ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.4375028610231rem;left:2.34375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tuzBHpcIstLdWqO7VZvmNQ1CUecbPm6t { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070707;top:11.9375rem;left:18.09375rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-form-header {  }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-regular-label { display:block;width:17.125rem;height:auto;font-size:0.875rem;font-family:var(--paragraphs-font-family);line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;overflow:hidden;font-weight:300;font-style:normal;vertical-align:top; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);height:3.125rem;width:17.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-secondary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:0.875rem;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:initial !important;overflow:hidden;box-shadow: none; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);height:3rem;width:17.125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-secondary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:0.875rem;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:initial !important;overflow:hidden;box-shadow: none; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .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;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);height:3.125rem;width:17.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#9e9e9e;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:11.25rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-secondary-0),1);line-height:1;box-sizing:border-box;font-family:var(--headlines-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;overflow:hidden; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.4); }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.4); }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.4); }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),0.4); }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:45.9375rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(var(--color-tertiary-4),1); }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.6875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1); }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-container:first-of-type{padding-top:0;}#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-container:last-of-type{padding-bottom:0;}#nBXyaWkzfIPbHarFHU69m6ApdGOIku02  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-secondary-4),1);font-family:arial;width:47.375rem;height:auto;left:12.53125rem;top:22.687509536743rem;z-index:15005;position:absolute; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .radio-container { width:17.75rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;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; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-secondary-4),1);font-family:arial;width:47.375rem;height:auto;left:12.53125rem;top:22.687509536743rem;z-index:15005;position:absolute; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #rFu99ou5Qut4cABH9w63e7UTAc7TD57D { position:relative; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #b0sOQnNVTLvgx562avXyRnAwMfN4CgeS { position:relative;display:none; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #qKXVPcizyWsNFfVlQJyrirIfaVwvFGN2 { position:relative; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #Lg0EznoDGk1i4kRllt041MGC3B2RzLWb { position:relative; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #LWOdCr0B9Mkr22RJ3XAfO9xpmUHNDI4H { position:relative;display:none; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #G1EO0q1KH2XrLMenAq4wwDBs0wNtWsbZ { position:relative; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #poExU0rGqT7O1O6HvzfO1sLdFb7zA4CH { position:relative; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #LufK3TdfyJpnCDZyHssfSsDgwxsayB3E { position:relative; }
#qkeTdv7rLb9T652oBWDbqiLVzZbmWKWP { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.96875rem;left:17.78125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g { position:relative;display:block; }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g { background-color: transparent; background-image: none; }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g > .row .container > .video-iframe-container { display: none; }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g > .row > .video-iframe-container { display: none; }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g > .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); }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g { border-width: 0; border-radius: 0; }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR { display:block; }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3l9es81VhkUkWuZln5yu3KGOQbiXKmt { top:0.5rem;left:0rem;width:8.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb { display:block; }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJnTVXfBMrQsAhLEKPkEmCcD5m4VORAc { top:6.875rem;left:0rem;width:30.8125rem;height:28rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke567fOygBISUEPrEUUWHWeN31nDPJTt { top:20.8125rem;left:0rem;width:43.8125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3bnS2WtTmku7OTbnLHMSqXsb4JpIpAl { width:13.625rem;height:6.75rem;top:20.8125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUq13oyz9a8qDymtdoX1i3io6uZluuX { display:block; }
 }@media only screen and (max-width: 763px) { #nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r { display:block; }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQwfcihy26RT3B2AMDvG4woV1bNL94yy { top:0rem;left:0rem;width:34.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2nFdFMBvtFw1HrWIdrPcTMcmwRk0fPC { top:3.9375rem;left:13.625rem;width:34.125rem;height:4.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydU1HTR1PmD0IaBX8vewhaHLzlhGcWwV { top:8.0625rem;left:27.125001907349rem;width:19.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk1PIDE8Le9htgPwXcOrFrw2geTVdw9M { top:10.625rem;left:13.5rem;width:34.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7W2k8z90IyQM7TabOS0ZTi3cpbqdNWv { top:20.75rem;left:17.8125rem;width:29.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyb5JRZIgaBRU9hU6lMkZkyvtFB9urAh { top:21.8125rem;left:28.125001907349rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlCAy8DbaPqCmI6opxBlwQPEGiScnH4q { top:21.6875rem;left:23.3125rem;width:24.4375rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTxzk8W6aWUFTFqC788oLOl9sIOqPpKh { top:17.9375rem;left:17.75rem;width:30rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy { display:block; }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfaeI4AfTKSB6nTMLPWIwzNV2EhnqWFD { top:0.0625rem;left:17.8125rem;width:29.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRdmcrBRRoEuAqB9glwcx7oVNvodgy9 { top:1.0625rem;left:28.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvPSTSb393XeEOSPo5d9zvnqi53t9lW0 { top:1.8125rem;left:23.875rem;width:23.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8hG04prNoSnMMIENkQU7n2RnpADeHuJ { top:5.3125rem;left:17.8125rem;width:29.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdLcSR5BZQbVq3J6iItgaayZpOrteAB3 { top:7rem;left:24.875rem;width:22.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVTBfclzMMUTVJAgEky0hdhyF7DXZzL5 { top:6.25rem;left:28.125001907349rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo4bc5tQh9CyB9fcG1THUcnNLuFvv9ct { top:2.375rem;left:0rem;width:47.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn2lX0ZHi8uCTdiKU3QdT411TN2fXFGv { top:12.25rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvKfhLyz7Gyy5dUi6AgG5RFMo3lvIbCt { width:13.625rem;height:6.75rem;top:17.6875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3kqqlwGzDfvI2EBnu2ClfFSF3nJUNZI { display:block; }
 }@media only screen and (max-width: 763px) { #eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 { display:block; }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTKgakeh8SPV85FVK0iIN0Fp33lwfZNn { top:5.125rem;left:15.25rem;width:32.5rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvFgw0e1ZQiDrmSLG1HleAkVTpVfePNM { top:0rem;left:0rem;width:34.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg { display:block; }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac5T8EidwgWdwubx0x0hfuWCxgqTsNMQ { top:5.125rem;left:0rem;width:21.5625rem;height:4.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce97FowX4QlD3GxyiMbHzh6EkLfERIAO { top:9.25rem;left:0rem;width:21.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpJSd15OiLqEpLKSyETXT8uN4M7NWAEU { top:16.6875rem;left:0rem;width:17.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4tuGTKqAcAVshW58neBXZWOSp9X0w2J { top:21.8125rem;left:0rem;width:8.125rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6TCuspBEIXFR6RDlTf73xIJbOAO4nZI { top:29.375rem;left:0rem;width:7.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUK2lAcTkeB6kdgwoBNmdGE66TOG97Fo { top:4.6875rem;left:30.125rem;width:17.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ8CKu04PXdD0Tf2wLTpgHaTKTJbnRqA { top:11.125rem;left:15.062501907349rem;width:17.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8TA2cRO0FTdrSnrnhx0aktQNsbgWMa9 { top:16.25rem;left:19.750001907349rem;width:8.4375rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8tDIz4skuJSQotXizIA1bxOpCwTucT { top:23.75rem;left:21.112501144409rem;width:6.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssm6WukWCBy6X0QnkvnGnEFqcDuqugeA { top:9.6875rem;left:38.4375rem;width:9.3125rem;height:6.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMvJOspv8HhGJFrBZ2lbvfxV6p0fedtx { top:17.3125rem;left:41.75rem;width:6rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quwpqVBf1gc3wfl6NXAZKBW6ko5g1lKv { top:13.5rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4a9QIhLNZao06UfmNhhMXnHJc51GOlK { top:14.875rem;left:0rem;width:3.4375rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdwRdp9khLNITfRC2lkuu7rXeKTsu1HW { top:7.9375rem;left:21.406251907349rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc2X26M2ZiN9GGQrA6bhUav29q5QlsS5 { top:9.25rem;left:22.156251907349rem;width:3.4375rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1NABxfXFsaZ0HDkh2g5z44qe9ni7Kyn { top:1.375rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czWp7EZC5i0cAKtvVxWOgPFtfFgwPXNC { top:2.6875rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkTehEVr6CsL13f8hU21Lbxcfv03tfKh { width:13.625rem;height:6.75rem;top:35.8125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMpOI4B6QpByh6PDTEev3d0IFupbTG9x { display:block; }
 }@media only screen and (max-width: 763px) { #x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo { display:block; }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD { display:block; }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuAgxZoVfb6Wpw6IG4GJVfeQZkgeAgLK { top:4.4375rem;left:17.187501907349rem;width:20.5625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC3SafLnPTcdb99z5T7tvTpKq061OGVL { top:3.3125rem;left:0rem;width:30.8125rem;height:21rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWNClRRuaW03r2d3HIm56p7EykGeEgtZ { top:1.75rem;left:0rem;width:19.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myNvJwxRhaqH3IqMIx9IRC9FMhDcEDtd { top:7.875rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Ck5560K4iT1mtivQvoLaKneGp5COiP { top:5.75rem;left:28.6875rem;width:19.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBVPfWEKNzh60imqldGRZcsOkFvLqfSq { top:8.4375rem;left:28.6875rem;width:19.0625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuA5GWFMD7k0ClFLU08fFumuyqpGrJ98 { top:18.3125rem;left:10.39999961853rem;width:13.1875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcgBeOUxuZ8f3vJ2hne5UAR2ys23fQGI { top:34.1875rem;left:0rem;width:22.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC6nqCJmEB2zoBTSdzpuekcmh0akqZiK { top:31.6875rem;left:0rem;width:19.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIbgmtCcOy2Eb375OTWyNenGIDdASwlc { top:34.875rem;left:0rem;width:18.0625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwz05G6lxqvStpddJSLdaSNB6Z0wNd6Z { top:18.3125rem;left:25.19375038147rem;width:17.9375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee0iaRsJrzTIBxxtEFGH0fwFha6is7z3 { top:34.1875rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkbMeiJI4MkXIozgwLN9pgRZWU7quqF { top:31.75rem;left:33.0625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHuRPCQF5v1znL2igdlLKNDUzsE005xf { top:34.875rem;left:31.5rem;width:16.25rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkdIdB9Ob1miMcballw2ALbXZGqBOuTU { display:block; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaES1zgGa3pLWbKmg2KCzWTcHKDFvlfc { top:20.1875rem;left:0rem;width:47.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUEy25Cabouv3UntSyVopI1oA9LVLAJ1 { top:7.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuzBHpcIstLdWqO7VZvmNQ1CUecbPm6t { top:11.9375rem;left:4.46875rem;width:40.1875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-regular-label { display:block;width:16.0625rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-text { width:16.0625rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-textarea { width:16.0625rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-select { width:16.0625rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-checkbox-label { width:43.75rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-radio-label { width:7.15625rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02  { width:45.25rem;height:auto;top:22.6875rem;left:0rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .radio-container { width:16.6875rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 {display:inline-block;}#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 { width:45.25rem;height:auto;top:22.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #rFu99ou5Qut4cABH9w63e7UTAc7TD57D {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #b0sOQnNVTLvgx562avXyRnAwMfN4CgeS { display:none; }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #qKXVPcizyWsNFfVlQJyrirIfaVwvFGN2 {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #Lg0EznoDGk1i4kRllt041MGC3B2RzLWb {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #LWOdCr0B9Mkr22RJ3XAfO9xpmUHNDI4H {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #G1EO0q1KH2XrLMenAq4wwDBs0wNtWsbZ {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #poExU0rGqT7O1O6HvzfO1sLdFb7zA4CH {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #LufK3TdfyJpnCDZyHssfSsDgwxsayB3E {  }
 }@media only screen and (max-width: 763px) { #qkeTdv7rLb9T652oBWDbqiLVzZbmWKWP { top:31.9375rem;left:4.15625rem;width:39.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g { display:block; }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR { display:block; }#QMvVhP4JgxpfTS1DMJgbb5X4HuFAaNKR > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3l9es81VhkUkWuZln5yu3KGOQbiXKmt { width:8.1875rem;height:1.875rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb { display:block; }#XmFfas0CIyPRbz8SL5Q2fe4KTN5TyrPb > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJnTVXfBMrQsAhLEKPkEmCcD5m4VORAc { width:18.875rem;height:17.5995875rem;top:2rem;left:0.875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke567fOygBISUEPrEUUWHWeN31nDPJTt { width:19.25rem;height:4.875rem;top:10.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3bnS2WtTmku7OTbnLHMSqXsb4JpIpAl { width:11.25rem;height:4.375rem;top:22.875rem;left:4.375rem;font-size:1.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUq13oyz9a8qDymtdoX1i3io6uZluuX { display:block; }
 }@media only screen and (max-width: 763px) { #nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r { display:block; }#nvBvWE31IZJh7nSd7KX7emI9Rb6SJ26r > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQwfcihy26RT3B2AMDvG4woV1bNL94yy { width:20rem;height:13.5rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2nFdFMBvtFw1HrWIdrPcTMcmwRk0fPC { width:20rem;height:3.78125rem;top:2.2999992370606rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydU1HTR1PmD0IaBX8vewhaHLzlhGcWwV { width:19.0625rem;height:1.625rem;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk1PIDE8Le9htgPwXcOrFrw2geTVdw9M { width:18.4375rem;height:4.38720625rem;top:9.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7W2k8z90IyQM7TabOS0ZTi3cpbqdNWv { width:20rem;height:5.0625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyb5JRZIgaBRU9hU6lMkZkyvtFB9urAh { display:flex;width:2.875rem;height:2.875rem;top:20.1875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #wlCAy8DbaPqCmI6opxBlwQPEGiScnH4q { width:15.125rem;height:4.38720625rem;top:20.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTxzk8W6aWUFTFqC788oLOl9sIOqPpKh { width:20rem;height:1.4625rem;top:16rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy { display:block; }#rQZPAwNK6cSufLVF9zX1ssutTSKJxqHy > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfaeI4AfTKSB6nTMLPWIwzNV2EhnqWFD { width:20rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRdmcrBRRoEuAqB9glwcx7oVNvodgy9 { display:flex;width:2.875rem;height:2.875rem;top:1.09375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #fvPSTSb393XeEOSPo5d9zvnqi53t9lW0 { width:15.5625rem;height:2.925rem;top:1rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8hG04prNoSnMMIENkQU7n2RnpADeHuJ { width:20rem;height:5.0625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdLcSR5BZQbVq3J6iItgaayZpOrteAB3 { width:15.4375rem;height:2.925rem;top:6.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVTBfclzMMUTVJAgEky0hdhyF7DXZzL5 { display:flex;width:2.875rem;height:2.875rem;top:6.1875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #qo4bc5tQh9CyB9fcG1THUcnNLuFvv9ct { width:20rem;height:27.1875rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn2lX0ZHi8uCTdiKU3QdT411TN2fXFGv { width:14.3125rem;height:17.597625rem;top:14.881253242492rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvKfhLyz7Gyy5dUi6AgG5RFMo3lvIbCt { width:11.25rem;height:4.375rem;top:36.1875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3kqqlwGzDfvI2EBnu2ClfFSF3nJUNZI { display:block; }
 }@media only screen and (max-width: 763px) { #eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 { display:block; }#eBUzZcg3bAb0wa9V5yDplKFqaWyBxJb6 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTKgakeh8SPV85FVK0iIN0Fp33lwfZNn { width:20rem;height:8.3125rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvFgw0e1ZQiDrmSLG1HleAkVTpVfePNM { width:20rem;height:8.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg { display:block; }#fM6NOlEphONrK5DwoyGMQ73b4oEnfSTg > .row .container { width:20rem;height:91.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac5T8EidwgWdwubx0x0hfuWCxgqTsNMQ { width:12.3125rem;height:3.4375rem;top:2.25rem;left:1.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce97FowX4QlD3GxyiMbHzh6EkLfERIAO { width:10.4375rem;height:3.25rem;top:5.6875rem;left:1.1875rem;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #lpJSd15OiLqEpLKSyETXT8uN4M7NWAEU { width:17.625rem;height:20.3125rem;top:14.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4tuGTKqAcAVshW58neBXZWOSp9X0w2J { width:8.125rem;height:4.3994125rem;top:19.1875rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6TCuspBEIXFR6RDlTf73xIJbOAO4nZI { width:7.0625rem;height:2.6rem;top:26.6875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUK2lAcTkeB6kdgwoBNmdGE66TOG97Fo { width:17.625rem;height:20.3125rem;top:63.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ8CKu04PXdD0Tf2wLTpgHaTKTJbnRqA { width:17.625rem;height:20.3125rem;top:38.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8TA2cRO0FTdrSnrnhx0aktQNsbgWMa9 { width:8.4375rem;height:4.3994125rem;top:43.75rem;left:5.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8tDIz4skuJSQotXizIA1bxOpCwTucT { width:6.75rem;height:2.6rem;top:51.5rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssm6WukWCBy6X0QnkvnGnEFqcDuqugeA { width:9.3125rem;height:6.1875rem;top:68.5rem;left:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMvJOspv8HhGJFrBZ2lbvfxV6p0fedtx { width:6rem;height:2.6rem;top:76.1875rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quwpqVBf1gc3wfl6NXAZKBW6ko5g1lKv { width:4.9375rem;height:4.9375rem;top:35.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4a9QIhLNZao06UfmNhhMXnHJc51GOlK { width:3.4375rem;height:2.2rem;top:12.375rem;left:8.375rem;font-size:2rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TdwRdp9khLNITfRC2lkuu7rXeKTsu1HW { width:4.9375rem;height:4.9375rem;top:11rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc2X26M2ZiN9GGQrA6bhUav29q5QlsS5 { width:3.4375rem;height:2.2rem;top:37.6875rem;left:8.25rem;font-size:2rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #E1NABxfXFsaZ0HDkh2g5z44qe9ni7Kyn { width:4.9375rem;height:4.9375rem;top:60.325004577637rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czWp7EZC5i0cAKtvVxWOgPFtfFgwPXNC { width:3.4375rem;height:2.2rem;top:62.393749237061rem;left:8.28125rem;font-size:2rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #AkTehEVr6CsL13f8hU21Lbxcfv03tfKh { width:11.25rem;height:4.375rem;top:87.087505340575rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMpOI4B6QpByh6PDTEev3d0IFupbTG9x { display:block; }
 }@media only screen and (max-width: 763px) { #x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo { display:none; }#x5xTSd8bZ79Z3zeNM5PiDxWn5tdT9rmo > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD { display:block; }#VELaXLu1oTUQ9KvSSFQpBWgfF3zK69rD > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuAgxZoVfb6Wpw6IG4GJVfeQZkgeAgLK { width:11.25rem;height:6.875rem;top:23.937494277954rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC3SafLnPTcdb99z5T7tvTpKq061OGVL { width:20rem;height:15.3984375rem;top:3.75rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWNClRRuaW03r2d3HIm56p7EykGeEgtZ { width:19.0625rem;height:1.625rem;top:18.71249961853rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myNvJwxRhaqH3IqMIx9IRC9FMhDcEDtd { width:16.25rem;height:0.0625rem;top:34.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Ck5560K4iT1mtivQvoLaKneGp5COiP { width:19.0625rem;height:1.625rem;top:31.75rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBVPfWEKNzh60imqldGRZcsOkFvLqfSq { width:16.3125rem;height:6rem;top:34.8125rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuA5GWFMD7k0ClFLU08fFumuyqpGrJ98 { width:11.25rem;height:6.875rem;top:44.187501907349rem;left:4.375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9902dbc7-df5a-4919-85b9-5eb6def4d269/115121.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BuA5GWFMD7k0ClFLU08fFumuyqpGrJ98.adaptive-delivery-prevent-bg, #BuA5GWFMD7k0ClFLU08fFumuyqpGrJ98.lazyload, #BuA5GWFMD7k0ClFLU08fFumuyqpGrJ98.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GcgBeOUxuZ8f3vJ2hne5UAR2ys23fQGI { width:16.25rem;height:0.0625rem;top:54.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC6nqCJmEB2zoBTSdzpuekcmh0akqZiK { width:19.0625rem;height:1.625rem;top:52.1875rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hIbgmtCcOy2Eb375OTWyNenGIDdASwlc { width:18.0625rem;height:4.5rem;top:55.21875rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwz05G6lxqvStpddJSLdaSNB6Z0wNd6Z { width:16.25rem;height:6.875rem;top:63.4374961853rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee0iaRsJrzTIBxxtEFGH0fwFha6is7z3 { width:16.25rem;height:0.0625rem;top:73.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkbMeiJI4MkXIozgwLN9pgRZWU7quqF { width:14.6875rem;height:1.625rem;top:71.312500953675rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHuRPCQF5v1znL2igdlLKNDUzsE005xf { width:16.25rem;height:4.5rem;top:74.25rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkdIdB9Ob1miMcballw2ALbXZGqBOuTU { display:block; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU { background-color: transparent; background-image: none; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container > .video-iframe-container { display: none; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row > .video-iframe-container { display: none; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .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.63); }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container { width:20rem;height:41.0625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a9afbac-9b8e-4d3a-b2ad-f89dcfd38a5c/99118.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container.adaptive-delivery-prevent-bg, #PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container.lazyload, #PkdIdB9Ob1miMcballw2ALbXZGqBOuTU > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #EaES1zgGa3pLWbKmg2KCzWTcHKDFvlfc { width:20rem;height:15.625rem;top:18.749996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUEy25Cabouv3UntSyVopI1oA9LVLAJ1 { width:17.875rem;height:8.25rem;top:2.0625rem;left:0.9375rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tuzBHpcIstLdWqO7VZvmNQ1CUecbPm6t { width:17.6875rem;height:7rem;top:10.312488555908rem;left:1.15625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-regular-label { display:block;width:16.875rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-text { width:16.875rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-textarea { width:16.875rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-select { width:16.875rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-input-button { width:16.875rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-checkbox-label { width:16rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .widget-radio-label { width:7.5625rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02  { width:17.5rem;height:auto;top:19.6875rem;left:0rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 .radio-container { width:17.5rem; }
#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 {display:inline-block;}#nBXyaWkzfIPbHarFHU69m6ApdGOIku02 { width:17.5rem;height:auto;top:19.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #rFu99ou5Qut4cABH9w63e7UTAc7TD57D {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #b0sOQnNVTLvgx562avXyRnAwMfN4CgeS { display:none; }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #qKXVPcizyWsNFfVlQJyrirIfaVwvFGN2 {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #Lg0EznoDGk1i4kRllt041MGC3B2RzLWb {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #LWOdCr0B9Mkr22RJ3XAfO9xpmUHNDI4H {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #G1EO0q1KH2XrLMenAq4wwDBs0wNtWsbZ {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #poExU0rGqT7O1O6HvzfO1sLdFb7zA4CH {  }
 }@media only screen and (max-width: 763px) { #nBXyaWkzfIPbHarFHU69m6ApdGOIku02 #LufK3TdfyJpnCDZyHssfSsDgwxsayB3E {  }
 }@media only screen and (max-width: 763px) { #qkeTdv7rLb9T652oBWDbqiLVzZbmWKWP { width:19.0625rem;height:2.4375rem;top:35.625000953674rem;left:0.46875rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g { display:block; }#bdmfATMRln5KCeV8H2ibG9cyFMWe9z9g > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }