.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:250,254,254;--color-primary-1:239,251,251;--color-primary-2:222,246,247;--color-primary-3:111,123,124;--color-primary-4:33,37,37;--color-secondary-0:254,236,222;--color-secondary-1:250,193,144;--color-secondary-2:245,130,32;--color-secondary-3:123,65,16;--color-secondary-4:37,20,5;--color-tertiary-0:217,223,230;--color-tertiary-1:128,148,171;--color-tertiary-2:0,40,86;--color-tertiary-3:0,20,43;--color-tertiary-4:0,6,13;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:#ffffff;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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0471b7bc-0bce-4041-9e01-53338139c951/biganko2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:rgba(var(--color-secondary-2),1);display:block;width:36.0625rem;position:absolute;font-family:montserrat;font-size:4.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:19.0556640625rem;left:36.24609375rem;height:9.761725rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { color:#ffffff;display:block;width:60.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.33984375rem;left:2.30859375rem;height:2.4375rem;font-style:normal;display:block; }
#E3PkKvkKeD7c6bfv1Fbvm64Tt7zfN7fn { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.625rem;top:1.654296875rem;left:2.30859375rem;overflow:hidden;display:block; }
#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 { position:relative;display:block; }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 { background-color: transparent; background-image: none; }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 > .row .container > .video-iframe-container { display: none; }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 > .row > .video-iframe-container { display: none; }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 > .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); }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 { border-width: 0; border-radius: 0; }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 > .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; }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;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; }#w9EzqMWetWPK6gXriA90hepMlkPslTs1 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:74.0625rem;top:2.65625rem;left:0.46875rem;overflow:hidden;display:block; }
#xScqxPl4Vdt7N5hTQCbDMiv0iwQPPBIo { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.6875rem;width:75rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#G4TfDiyGkN924G7r7oyJFMPg2EIafzzz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:66.4375rem;top:9.75rem;left:4.3125rem;overflow:hidden;display:block; }
#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7f9;background-image:url("https://images.assets-landingi.com/uc/f045f8f7-2b08-4f11-9a5e-540fced306b7/testoweika2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e.adaptive-delivery-prevent-bg, #i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e.lazyload, #i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e.lazyloading { background-image: none; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container { background-color: transparent; background-image: none; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container > .video-iframe-container { display: none; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row > .video-iframe-container { display: none; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .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); }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container { border-width: 0; border-radius: 0; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#bc9rq24u1A1NpJ8MbRkNLzGHMT8G3sBs { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:56.25rem;top:7.6875rem;left:9.9375rem;overflow:hidden;display:block; }
#NtTTPrGmNLwy5TkXLtvOXP09eTc54dDd { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.3125rem;width:70.75rem;top:4.875rem;left:4.25rem;overflow:hidden;display:block; }
#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ { position:relative;display:block; }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ { background-color: transparent; background-image: none; }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ > .row .container > .video-iframe-container { display: none; }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ > .row > .video-iframe-container { display: none; }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ > .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); }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ { border-width: 0; border-radius: 0; }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ > .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; }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;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; }#xS5TP71CftcBq3ScKlGR9Wlwn0LKfPhb { color:#002856;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.92578125rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR { position:relative;display:block; }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR { background-color: transparent; background-image: none; }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR > .row .container > .video-iframe-container { display: none; }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR > .row > .video-iframe-container { display: none; }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR > .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); }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR { border-width: 0; border-radius: 0; }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR > .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; }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;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; }#guOy3wlNki7ahZq42yHb80wwW7nz3qD5 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:2.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWFGA3qa6JOikZTcmdrebqh8iN74SDBn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.375rem;top:1.875rem;left:8.3125rem;overflow:hidden;display:block; }
#P9G1NJTCZ8ewnrenynTvKMzDHmzxwb0i { color:rgba(var(--color-tertiary-2),1);display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.0625rem;left:2.375rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVIZOVnLuiJxGdN0UdxFzrx6fD5cL7F0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:1.5625rem;left:32.75rem;overflow:hidden;display:block; }
#QU881MBZAy0hTifTdDzzfdBA0lN7QloV { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.375rem;left:27.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFCgBROcTWoxvzurUkh4MzPJGZZTtSMB { color:rgba(var(--color-tertiary-2),1);display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.0625rem;left:26.3125rem;height:5.84765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VizTQwV0nAFvgZmoZrA0rQORSy1DDQRq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:1.6875rem;left:57.9375rem;overflow:hidden;display:block; }
#HBAGTvE7fTEQRQMUqK66AO6WVBUro63T { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.25rem;left:52.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LoyWKddmk3H9Jt1kaEKlSrQgEyfJGCTh { color:rgba(var(--color-tertiary-2),1);display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:50.6875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9VgekXldERxSPmTp2UXN5rwxiesOPXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT > .row .container { background-color: transparent; background-image: none; }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT > .row .container > .video-iframe-container { display: none; }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT > .row > .video-iframe-container { display: none; }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT > .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); }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT > .row .container { border-width: 0; border-radius: 0; }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#MgB1apZwUcT5dpmVolfIWdMVxmfc9zIM { color:#0f053e;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.380859375rem;left:0rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c66b75b4-47fd-4cd9-a312-8e92b01a698c/testoweika6.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0.adaptive-delivery-prevent-bg, #Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0.lazyload, #Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0.lazyloading { background-image: none; }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 > .row .container { background-color: transparent; background-image: none; }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 > .row .container > .video-iframe-container { display: none; }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 > .row > .video-iframe-container { display: none; }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 > .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); }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 > .row .container { border-width: 0; border-radius: 0; }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Vx54CJ4BJpTe8J090elhMNlQ6zqmCRRU { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.672309875488rem;left:2.7488427162171rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5LhnS374Hc9yIMGsGTopTzTGp1VA2gN { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.671875rem;left:27.96875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwfiExnRTlKFyMzboRdXgHZ3NMzJHXZE { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.671875rem;left:51.21875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPwwx0NrhSooOrnt8ZE9N0HKl7D6V1TQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.125rem;top:0rem;left:7.4375rem;overflow:hidden;display:block; }
#luiPC5E0FfBPZtXlMwl2rn0WQfmx6LPU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:1.109375rem;left:33.4375rem;overflow:hidden;display:block; }
#ZXdNTG3iibnfzNQV0ycocprfH8AFJIBw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:10.0625rem;top:0.671875rem;left:57.46875rem;overflow:hidden;display:block; }
#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm > .row .container { background-color: transparent; background-image: none; }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm > .row .container > .video-iframe-container { display: none; }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm > .row > .video-iframe-container { display: none; }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm > .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); }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm > .row .container { border-width: 0; border-radius: 0; }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#VpiiB0dyCI7StXx4IPupQbr9SH89iz1Z { color:#0f053e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.380859375rem;left:0rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fStGdRw4hRkiEhip8nAOir4s2BukQEP3 { position:absolute;display:block;z-index:15011;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:11.5rem;width:11.5rem;top:10.208984375rem;left:56.748046875rem;overflow:hidden;display:block; }
#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6420f1bc-fe19-4b92-ae97-b490ba09bdc4/testoweika7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI.adaptive-delivery-prevent-bg, #wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI.lazyload, #wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI.lazyloading { background-image: none; }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI > .row .container { background-color: transparent; background-image: none; }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI > .row .container > .video-iframe-container { display: none; }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI > .row > .video-iframe-container { display: none; }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI > .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); }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI > .row .container { border-width: 0; border-radius: 0; }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#sgv1uSvdEJHXkZoiaAWroT7v7JaqRIc0 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.698928833007rem;left:2.7488427162171rem;height:5.84765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJnslJ4KzrmKK0W5yETNFeOsenwJwPQs { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4989375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.698959350586rem;left:27.751042366028rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8D9dy60AWuW1CkVkt8v16cnezOvfRwV { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4994375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.698064804077rem;left:52.749569416046rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fP3psV65a6U5K35MJQIbNGErVdLqUOTb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:1.4563102722168rem;left:8.7492766380312rem;overflow:hidden;display:block; }
#dR5zfzCebvsXvehiuOQC0ULFJG0oy6Gb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:1.4554405212402rem;left:33.749279499054rem;overflow:hidden;display:block; }
#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg > .row .container { background-color: transparent; background-image: none; }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg > .row .container > .video-iframe-container { display: none; }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg > .row > .video-iframe-container { display: none; }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg > .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); }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg > .row .container { border-width: 0; border-radius: 0; }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#stmrBU7zD8exu3mkAdCaSsXm3LqyU8qP { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.380859375rem;left:0rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container { background-color: transparent; background-image: none; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container > .video-iframe-container { display: none; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row > .video-iframe-container { display: none; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .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); }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container { border-width: 0; border-radius: 0; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#UQ0WziEP5w0TAmU3kfBMU6QdDVWP58Gx { color:rgba(var(--color-tertiary-2),1);display:block;width:21.124rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.4375rem;left:2rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBOO6PaOkTzZDEm7fyAlUJGoXrqeP59n { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:0.875rem;left:7.25rem;overflow:hidden;display:block; }
#yNqwDKQHoSM0KZRflcZUtOHHxUVK7w13 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.124rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.4375rem;left:27rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbLbpBl2kXQ7ndygKKIgnnqTHvLE1nrZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:1.0625rem;left:32.1875rem;overflow:hidden;display:block; }
#xLoFk2yfmnrdIWp0XqCQPmVTIXBW6RmS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:1.25rem;left:57.4375rem;overflow:hidden;display:block; }
#NIsfm3vBUC6K9iHhAgneEVFkqCHyGUyr { color:rgba(var(--color-tertiary-2),1);display:block;width:21.124rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.4375rem;left:52rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ecb2730f-da79-4c6d-b68a-57483a6ee37e/testoweika3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ.adaptive-delivery-prevent-bg, #BHStD6BOVApH2P49PTEyVwyX7muMXIGZ.lazyload, #BHStD6BOVApH2P49PTEyVwyX7muMXIGZ.lazyloading { background-image: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { background-color: transparent; background-image: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container > .video-iframe-container { display: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container { display: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .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); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { border-width: 0; border-radius: 0; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { color:rgba(var(--color-secondary-2),1);display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:2.5608978271484rem;left:40.311779499054rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL li:before{  }
#IMqRbophUBPsEZ8tNK9azBa9OZ0mVUp2 { color:#0f053e;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:4.6861877441406rem;left:42.436344623566rem;height:10.125rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cd63ut4WVDp3O45DlfoZ9g2R9E84STgS { color:rgba(var(--color-secondary-2),1);display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:16.061340332031rem;left:40.311779499054rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Cd63ut4WVDp3O45DlfoZ9g2R9E84STgS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cd63ut4WVDp3O45DlfoZ9g2R9E84STgS li:before{  }
#EZhkFggO5mQD49FVFSSgysKOeFmHCWzF { color:#0f053e;display:block;width:30.0621875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:18.21484375rem;left:42.372688770294rem;height:10.125rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V2aKqKIPCMw481vgctbuh6Fk0I9P6ICr { color:rgba(var(--color-secondary-2),1);display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:29.498555421829rem;left:40.311779499054rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#V2aKqKIPCMw481vgctbuh6Fk0I9P6ICr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V2aKqKIPCMw481vgctbuh6Fk0I9P6ICr li:before{  }
#xUuSNW8RhcgtDpflTZtAAhchBhkLNTbX { color:#0f053e;display:block;width:30.0621875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:31.653503537178rem;left:42.434898853302rem;height:8.4375rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#msvPteuyUb0G7oSTQSaC20q2VfZJqP1X { position:absolute;display:block;z-index:15018;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:40rem;width:24.6875rem;top:1.875rem;left:6.40625rem;overflow:hidden;display:block; }
#ZVQMRCrC0TkTpShbxvp1G7TunIICJwv0 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:33.25rem;top:28.33984375rem;left:1.5625rem;overflow:hidden;display:block; }
#VKD3qmZyM0uDcdKcfpQczTwW1ETDmEvO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;top:42.875rem;left:0rem;overflow:hidden;display:block; }
#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container { background-color: transparent; background-image: none; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container > .video-iframe-container { display: none; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row > .video-iframe-container { display: none; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .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); }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container { border-width: 0; border-radius: 0; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#EcxlWe5B0RwM0GuZmqTJLVTkSNyzcA14 { color:rgba(var(--color-tertiary-2),1);display:block;width:74.998125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.92578125rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eaf03cee-7217-4d58-9a00-5cade552168d/5555.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa.adaptive-delivery-prevent-bg, #HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa.lazyload, #HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa.lazyloading { background-image: none; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container { background-color: transparent; background-image: none; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container > .video-iframe-container { display: none; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row > .video-iframe-container { display: none; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .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); }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container { border-width: 0; border-radius: 0; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#R71kuAAH9d7MFaF6vizHTOqJru7g5kde { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:63.875rem;top:3.8125rem;left:11.125rem;overflow:hidden;display:block; }
#wy6yDIb11Zs7Lg1NCvSOyZquiqMHnKXp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q { position:relative;display:block; }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q { background-color: transparent; background-image: none; }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q > .row .container > .video-iframe-container { display: none; }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q > .row > .video-iframe-container { display: none; }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q > .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); }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q { border-width: 0; border-radius: 0; }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q > .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; }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;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; }#DhDqqiVDPhsktJhkUTZG7rRzQ88Gv6sp { color:rgba(var(--color-tertiary-2),1);display:block;width:74.998125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.92578125rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil { position:relative;display:block; }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil { background-color: transparent; background-image: none; }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil > .row .container > .video-iframe-container { display: none; }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil > .row > .video-iframe-container { display: none; }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil > .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); }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil { border-width: 0; border-radius: 0; }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil > .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; }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#PchSs9QJ3mfOXvWCsam0t9BUJzwVGvmI { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.75rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tIL7mlQD3fy9RAQnMWcL83He8IBrmTCf { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:3rem;left:8.9375rem;overflow:hidden;display:block; }
#MiAeOUfQXPhpxCdzHpDEzPvE9wEEWBq4 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.1875rem;left:27.75rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rowMSS8D752psiIE8kXlESvT4fCTtC1W { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:3.125rem;left:34.125rem;overflow:hidden;display:block; }
#RByJFaoyKTVoSMSyiqxt94baokImDDle { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:2.9375rem;left:58.75rem;overflow:hidden;display:block; }
#v6cHF8I5vesHF9yQkQzwVt9WxdGV59b6 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.375rem;left:52.75rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq { position:relative;display:block; }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq { background-color: transparent; background-image: none; }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq > .row .container > .video-iframe-container { display: none; }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq > .row > .video-iframe-container { display: none; }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq > .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); }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq { border-width: 0; border-radius: 0; }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq > .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; }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;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; }#WKQuTKcNinZD7oGrXDNm1nf7DuhOGo8r { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.92578125rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df1c438a-9bce-4591-aa8a-85f753f6f079/789454789858.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM.adaptive-delivery-prevent-bg, #cVp16TywDXb7bLmWx8RA0QLIQppZI4fM.lazyload, #cVp16TywDXb7bLmWx8RA0QLIQppZI4fM.lazyloading { background-image: none; }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM > .row .container { background-color: transparent; background-image: none; }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM > .row .container > .video-iframe-container { display: none; }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM > .row > .video-iframe-container { display: none; }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM > .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); }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM > .row .container { border-width: 0; border-radius: 0; }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#de3Plnb7V3hFzdSTM5DJo3xbJlPnFePz { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:3.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tfmqrdz1b45ZH7vbrkaS2fUZgQzaH0qT { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AHdV5EUXTwT6SuBUMPMnQVhtwVcQVnaT { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wNTAd2QZoTW0q7RGkQkzTvL5uqtFEPFQ { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8125rem;left:3.375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U21nAAg9FeHb0CONVpzr65q4Be50ImKT { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:41.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tBogNda7MpUt8XQpQ9Ra1BSNTXl02c0F { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:3.3125rem;left:41.9375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pnEa5s9WcV4pfxeUWFP4yBi8wqTU6slT { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.3125rem;left:41.9375rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FEKiVZysTlJ8Gvg8Za2SHAJev8MEA4FF { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.3125rem;left:41.9375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zJivScA6TFig3ZuyvQ8xD7clLlLHGXhD { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:3.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nbzLC45mQ3w9qCtVTV2b6zf0TCLyoQWR { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.0625rem;left:3.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0IBhB7FbwBLo9ktzaXcKBof1nzSytM4 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.125rem;left:3.375rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VFQKqJGhnU62btolPziRWMDZQBpndtC7 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:27.5625rem;left:3.375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KaEHfkwixybUlb6v4Cs0uVz7A4oRxhrg { color:rgba(var(--color-secondary-2),1);display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.125rem;left:41.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVyTumFTdn1huwGWQzXIGnRsX1QHshFB { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.25rem;left:41.9375rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NMeMS4RydBoWMsNpiRXTTFpeszNgGsng { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.1875rem;left:41.9375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QAe5csRyKtv9u9J36S9Gs5QaBEawBzns { color:rgba(var(--color-tertiary-2),1);display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.25rem;left:41.9375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy > .row .container { background-color: transparent; background-image: none; }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy > .row .container > .video-iframe-container { display: none; }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy > .row > .video-iframe-container { display: none; }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy > .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); }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy > .row .container { border-width: 0; border-radius: 0; }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#ithEE4HOCyBOKu21A9NfpqsNpgXUFtA6 { color:rgba(var(--color-tertiary-2),1);display:block;width:74.998125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.92578125rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a509ebed-5367-406f-9fb2-eb7ec91e353c/4kplansza.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK.adaptive-delivery-prevent-bg, #xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK.lazyload, #xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK.lazyloading { background-image: none; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container { background-color: transparent; background-image: none; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container > .video-iframe-container { display: none; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row > .video-iframe-container { display: none; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .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); }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container { border-width: 0; border-radius: 0; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#VLax4JCr0quH35if4ZpIVqGyGIDkzbeS { 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:19.6230625rem;width:35.1230625rem;top:23.154296875rem;left:38.6875rem;overflow:hidden;display:block; }
#J3s1829zuXp5uRAiwoHeopCEpgruT1Hk { color:rgba(var(--color-secondary-2),1);display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25rem;left:11.5625rem;height:1.86830625rem;font-style:normal;display:block; }
#P2t06dPefVgKKSGTEp68DuJhLKLtN30V { color:rgba(var(--color-tertiary-2),1);display:block;width:34.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:26.875rem;left:11.5625rem;height:1.625rem;font-style:normal;display:block; }
#gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu { color:rgba(var(--color-secondary-2),1);display:block;width:34.1869375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:29.5625rem;left:11.5625rem;height:11.32225rem;font-style:normal;display:block; }#gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu li:before{  }
#Rkp6DP5sGMQQTWmiy86P6TTpxdLoBsaT { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:29.4375rem;top:1.728515625rem;left:4.03125rem;overflow:hidden;display:block; }
#a4A119TJQgSQ8fx4Ef1ftGmw21Hf6Dz9 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:69.0625rem;top:22.8720703125rem;left:5.9375rem;overflow:hidden;display:block; }
#zDy6lJF4lG9OXp063ux3vKrK7M4PELUu { color:rgba(var(--color-secondary-2),1);display:block;width:34.1869375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.5625rem;left:35.875rem;height:11.32225rem;font-style:normal;display:block; }#zDy6lJF4lG9OXp063ux3vKrK7M4PELUu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zDy6lJF4lG9OXp063ux3vKrK7M4PELUu li:before{  }
#ElVFTF5VmJCJFfOn7gGsdVdSWGXTfLBh { color:rgba(var(--color-tertiary-2),1);display:block;width:34.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.875rem;left:35.875rem;height:1.625rem;font-style:normal;display:block; }
#yt2n3SHtCmSBMTAydmXZqKzUDpbS1LvS { color:rgba(var(--color-secondary-2),1);display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:35.875rem;height:1.86830625rem;font-style:normal;display:block; }
#hLhJI64ClKb0GPcrCTpKeQORfXpW2RRK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:69.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 { position:relative;display:block; }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 { background-color: transparent; background-image: none; }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 > .row .container > .video-iframe-container { display: none; }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 > .row > .video-iframe-container { display: none; }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 > .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); }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 { border-width: 0; border-radius: 0; }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 > .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; }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#OgbPH2XTETpuyE4b687ciB5X1STIp1UL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.561525rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.53125rem;left:29.375rem;display:block; }
#TXx8WwGf96bl3RQaLsRMxOd5DRlGIf9o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa { position:relative;display:block; }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa { background-color: transparent; background-image: none; }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa > .row .container > .video-iframe-container { display: none; }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa > .row > .video-iframe-container { display: none; }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa > .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); }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa { border-width: 0; border-radius: 0; }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa > .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; }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;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; }#IWzAriv3bhpNOTumTtNmvChQztkX1Jnf { color:rgba(var(--color-tertiary-2),1);display:block;width:74.998125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.92578125rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP { position:relative;display:block; }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP { background-color: transparent; background-image: none; }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP > .row .container > .video-iframe-container { display: none; }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP > .row > .video-iframe-container { display: none; }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP > .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); }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP { border-width: 0; border-radius: 0; }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP > .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; }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.125rem;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; }#a2pVuPHf7zwdM0d7lJwW8rhtlif2SnP2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:16.25rem;width:29.3125rem;top:1.25rem;left:4.09375rem;display:block; }
#EMsMsAug4GWAo8Ps8QNDWwLKrIEi5ucx { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:16.25rem;width:29.1875rem;top:1.25rem;left:41.65625rem;display:block; }
#DPBpwTEaP7DC7aOrrVTrK4fih9D5Vq7k { color:rgba(var(--color-tertiary-2),1);display:block;width:33.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:18.6865234375rem;left:1.84375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qedeul3pqgySd4hJ9srHW6nAiLdzJfkm { color:rgba(var(--color-tertiary-2),1);display:block;width:34.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:18.6875rem;left:38.8125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/867ee661-c5c8-4b31-bfdc-1155843641d1/4kplansza46.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf.adaptive-delivery-prevent-bg, #bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf.lazyload, #bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf.lazyloading { background-image: none; }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf > .row .container { background-color: transparent; background-image: none; }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf > .row .container > .video-iframe-container { display: none; }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf > .row > .video-iframe-container { display: none; }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf > .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); }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf > .row .container { border-width: 0; border-radius: 0; }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-form-header {  }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-0),1);width:45.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:15.75rem;margin-bottom:0.25rem;margin-left:15.75rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:13.5rem;height:2.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.625rem;font-weight:400;color:#ffffff;vertical-align:top;width:43.625rem;overflow:hidden;font-style:normal; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-container:first-of-type{padding-top:0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-container:last-of-type{padding-bottom:0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK  { background-color:#002856;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.0625rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);z-index:15004;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:1.6875rem;left:13.683036804199rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.0625rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK {display:block;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK { background-color:#002856;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.0625rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);z-index:15004;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:1.6875rem;left:13.683036804199rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lTN9xzOKPJGaqQvQHa81bNKOSz4zIPcO { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Sggndbm0bW8uTPzDoapI7etwURID3WP4 { position:relative;display:block; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #haR6Ep9vMWkSkI3Cidnrpr0TRGBEAUXf { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #OQWnNN3FaWgM0W4QoeeJrPQalyUVlttG { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lU1RDwAtTTUAMrac190VvWqIDV0KGLGZ { position:relative;display:block; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #mqzMsXOJkTHGV3kQdx18x5XudsrgkxfE { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #i6VE9k8oHoWJPMRVL2IRTRD41RqRBPfL { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #TpXoINBTHT24rzlzpcTezAKWTAXvBn8u { position:relative;display:block; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #JBVX21yoExHaZBT3dE282IbRi2RcDcw9 { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #wgFTMVBEm58CToo4AOoiBQaIRHWcoPuI { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Bg1QFNCvgTk7D3RCinTuSGlF2v51HDo3 { position:relative;display:block; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #WlxeId2NVBiwTe37tqKu7gHlEsZqh7bs { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #KixyPDP7iIvyCDFJx7ilOF7EBWomwXBm { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #t6EvnubsmxsZQrpSPobFrRQnFADHVAB4 { position:relative;z-index:2; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #rZPO9sBOZn6wMTrHAK4uPV40ZlapZmRx { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #dixIw3KKs0b8FKdL1CZQHz356WaKSe6n { position:relative; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #k9Bc9wgFiZxOHuBJKsqPoTPNO5bVIG3x { position:relative; }
#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { background-color: transparent; background-image: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .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); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { border-width: 0; border-radius: 0; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#WhCXTIRpTTp27LNtauKG7pMOVSmHuU7V { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.5927429199219rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SEXqxux2GhflHrdtfRdVXSdxIvyS4PT6 { color:rgba(var(--color-secondary-2),1);display:block;width:13.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.589584350586rem;left:0.94479179382325rem;height:1.3rem;display:block; }
#v6WpN773a5ep80JrdLznnG2EMRkTugfx { color:rgba(var(--color-secondary-2),1);display:block;width:60.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.670837402344rem;left:13.944790840149rem;height:1.137275rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:19rem;left:11.6875rem;width:36.0625rem;height:9.75rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { top:30.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PkKvkKeD7c6bfv1Fbvm64Tt7zfN7fn { top:1.625rem;left:0rem;width:13.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 { display:block; }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9EzqMWetWPK6gXriA90hepMlkPslTs1 { top:2.625rem;left:0rem;width:47.75rem;height:3.626582278481rem;display:block; }
 }@media only screen and (max-width: 763px) { #xScqxPl4Vdt7N5hTQCbDMiv0iwQPPBIo { top:5.1875rem;left:0rem;width:47.75rem;height:26.541041666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4TfDiyGkN924G7r7oyJFMPg2EIafzzz { top:9.75rem;left:0rem;width:47.75rem;height:26.727422389464rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e { display:block; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc9rq24u1A1NpJ8MbRkNLzGHMT8G3sBs { top:7.6875rem;left:0rem;width:47.75rem;height:26.633888888889rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtTTPrGmNLwy5TkXLtvOXP09eTc54dDd { top:4.875rem;left:0rem;width:47.75rem;height:26.532464664311rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ { display:block; }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xS5TP71CftcBq3ScKlGR9Wlwn0LKfPhb { top:3.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR { display:block; }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guOy3wlNki7ahZq42yHb80wwW7nz3qD5 { top:12.0625rem;left:0rem;width:19.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWFGA3qa6JOikZTcmdrebqh8iN74SDBn { top:1.875rem;left:3.75rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9G1NJTCZ8ewnrenynTvKMzDHmzxwb0i { top:15.0625rem;left:0rem;width:20.25rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVIZOVnLuiJxGdN0UdxFzrx6fD5cL7F0 { top:1.5625rem;left:19.0625rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU881MBZAy0hTifTdDzzfdBA0lN7QloV { top:12.375rem;left:12.25rem;width:19.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFCgBROcTWoxvzurUkh4MzPJGZZTtSMB { top:15.0625rem;left:9.375rem;width:22.375rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VizTQwV0nAFvgZmoZrA0rQORSy1DDQRq { top:1.6875rem;left:35.125rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBAGTvE7fTEQRQMUqK66AO6WVBUro63T { top:12.25rem;left:28.125rem;width:19.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoyWKddmk3H9Jt1kaEKlSrQgEyfJGCTh { top:15rem;left:24rem;width:23.625rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9VgekXldERxSPmTp2UXN5rwxiesOPXT { display:block; }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgB1apZwUcT5dpmVolfIWdMVxmfc9zIM { top:2.375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 { display:block; }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vx54CJ4BJpTe8J090elhMNlQ6zqmCRRU { top:10.625rem;left:0rem;width:19.5rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5LhnS374Hc9yIMGsGTopTzTGp1VA2gN { top:10.625rem;left:12.6875rem;width:19.0625rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwfiExnRTlKFyMzboRdXgHZ3NMzJHXZE { top:10.625rem;left:25.0625rem;width:22.5625rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPwwx0NrhSooOrnt8ZE9N0HKl7D6V1TQ { top:0rem;left:2.875rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luiPC5E0FfBPZtXlMwl2rn0WQfmx6LPU { top:1.0625rem;left:19.75rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXdNTG3iibnfzNQV0ycocprfH8AFJIBw { top:0.625rem;left:34.65625rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm { display:block; }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpiiB0dyCI7StXx4IPupQbr9SH89iz1Z { top:2.375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fStGdRw4hRkiEhip8nAOir4s2BukQEP3 { top:10.1875rem;left:36.25rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI { display:block; }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgv1uSvdEJHXkZoiaAWroT7v7JaqRIc0 { top:10.6875rem;left:0rem;width:19.5rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJnslJ4KzrmKK0W5yETNFeOsenwJwPQs { top:10.6875rem;left:12.3125rem;width:19.4375rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8D9dy60AWuW1CkVkt8v16cnezOvfRwV { top:10.6875rem;left:28.1875rem;width:19.4375rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP3psV65a6U5K35MJQIbNGErVdLqUOTb { top:1.4375rem;left:4.186776638031rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR5zfzCebvsXvehiuOQC0ULFJG0oy6Gb { top:1.4375rem;left:20.061779499054rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg { display:block; }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stmrBU7zD8exu3mkAdCaSsXm3LqyU8qP { top:2.375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV { display:block; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQ0WziEP5w0TAmU3kfBMU6QdDVWP58Gx { top:11.4375rem;left:0rem;width:21.0625rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBOO6PaOkTzZDEm7fyAlUJGoXrqeP59n { top:0.875rem;left:2.6875rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNqwDKQHoSM0KZRflcZUtOHHxUVK7w13 { top:11.4375rem;left:10.6875rem;width:21.0625rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbLbpBl2kXQ7ndygKKIgnnqTHvLE1nrZ { top:1.0625rem;left:18.5rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLoFk2yfmnrdIWp0XqCQPmVTIXBW6RmS { top:1.25rem;left:34.625rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsfm3vBUC6K9iHhAgneEVFkqCHyGUyr { top:11.4375rem;left:26.5625rem;width:21.0625rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { display:block; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { top:2.5rem;left:18.25rem;width:29.5rem;height:1.9375rem;font-size:1.0625rem;display:block; }#kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL li:before{  }
 }@media only screen and (max-width: 763px) { #IMqRbophUBPsEZ8tNK9azBa9OZ0mVUp2 { top:4.625rem;left:17.6875rem;width:30.0625rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd63ut4WVDp3O45DlfoZ9g2R9E84STgS { top:16rem;left:16.75rem;width:31rem;height:1.9375rem;font-size:1.0625rem;display:block; }#Cd63ut4WVDp3O45DlfoZ9g2R9E84STgS li:before{  }
 }@media only screen and (max-width: 763px) { #EZhkFggO5mQD49FVFSSgysKOeFmHCWzF { top:18.1875rem;left:17.75rem;width:30rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2aKqKIPCMw481vgctbuh6Fk0I9P6ICr { top:29.4375rem;left:22.125rem;width:25.625rem;height:1.9375rem;font-size:1.125rem;display:block; }#V2aKqKIPCMw481vgctbuh6Fk0I9P6ICr li:before{  }
 }@media only screen and (max-width: 763px) { #xUuSNW8RhcgtDpflTZtAAhchBhkLNTbX { top:31.625rem;left:17.75rem;width:30rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msvPteuyUb0G7oSTQSaC20q2VfZJqP1X { top:1.875rem;left:0rem;width:24.6875rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVQMRCrC0TkTpShbxvp1G7TunIICJwv0 { top:28.3125rem;left:0rem;width:33.25rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKD3qmZyM0uDcdKcfpQczTwW1ETDmEvO { top:42.875rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo { display:block; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcxlWe5B0RwM0GuZmqTJLVTkSNyzcA14 { top:3.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa { display:block; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R71kuAAH9d7MFaF6vizHTOqJru7g5kde { top:3.8125rem;left:0rem;width:47.75rem;height:26.818493150685rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy6yDIb11Zs7Lg1NCvSOyZquiqMHnKXp { top:0.6875rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q { display:block; }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhDqqiVDPhsktJhkUTZG7rRzQ88Gv6sp { top:3.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil { display:block; }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PchSs9QJ3mfOXvWCsam0t9BUJzwVGvmI { top:11.3125rem;left:0rem;width:19.5rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIL7mlQD3fy9RAQnMWcL83He8IBrmTCf { top:3rem;left:4.375rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiAeOUfQXPhpxCdzHpDEzPvE9wEEWBq4 { top:11.1875rem;left:12.25rem;width:19.5rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rowMSS8D752psiIE8kXlESvT4fCTtC1W { top:3.125rem;left:20.4375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RByJFaoyKTVoSMSyiqxt94baokImDDle { top:2.9375rem;left:35.9375rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6cHF8I5vesHF9yQkQzwVt9WxdGV59b6 { top:11.375rem;left:28.125rem;width:19.5rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq { display:block; }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKQuTKcNinZD7oGrXDNm1nf7DuhOGo8r { top:3.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVp16TywDXb7bLmWx8RA0QLIQppZI4fM { display:block; }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de3Plnb7V3hFzdSTM5DJo3xbJlPnFePz { top:1.25rem;left:0rem;width:13.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfmqrdz1b45ZH7vbrkaS2fUZgQzaH0qT { top:3.25rem;left:0rem;width:19.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHdV5EUXTwT6SuBUMPMnQVhtwVcQVnaT { top:5.25rem;left:0rem;width:24.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNTAd2QZoTW0q7RGkQkzTvL5uqtFEPFQ { top:8.8125rem;left:0rem;width:21.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U21nAAg9FeHb0CONVpzr65q4Be50ImKT { top:1.25rem;left:28.3125rem;width:13.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBogNda7MpUt8XQpQ9Ra1BSNTXl02c0F { top:3.3125rem;left:28.25rem;width:19.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnEa5s9WcV4pfxeUWFP4yBi8wqTU6slT { top:5.3125rem;left:18.0625rem;width:29.6875rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEKiVZysTlJ8Gvg8Za2SHAJev8MEA4FF { top:10.3125rem;left:25.9375rem;width:21.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJivScA6TFig3ZuyvQ8xD7clLlLHGXhD { top:17.125rem;left:0rem;width:16.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbzLC45mQ3w9qCtVTV2b6zf0TCLyoQWR { top:19.0625rem;left:0rem;width:19.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0IBhB7FbwBLo9ktzaXcKBof1nzSytM4 { top:21.125rem;left:0rem;width:33.375rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFQKqJGhnU62btolPziRWMDZQBpndtC7 { top:27.5625rem;left:0rem;width:21.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaEHfkwixybUlb6v4Cs0uVz7A4oRxhrg { top:17.125rem;left:25.875rem;width:21.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVyTumFTdn1huwGWQzXIGnRsX1QHshFB { top:21.25rem;left:20.8125rem;width:26.9375rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMeMS4RydBoWMsNpiRXTTFpeszNgGsng { top:19.1875rem;left:28.25rem;width:19.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAe5csRyKtv9u9J36S9Gs5QaBEawBzns { top:26.25rem;left:19.375rem;width:28.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy { display:block; }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ithEE4HOCyBOKu21A9NfpqsNpgXUFtA6 { top:3.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK { display:block; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLax4JCr0quH35if4ZpIVqGyGIDkzbeS { top:23.125rem;left:12.6875rem;width:35.0625rem;height:19.589226563209rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3s1829zuXp5uRAiwoHeopCEpgruT1Hk { top:25rem;left:0rem;width:26.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2t06dPefVgKKSGTEp68DuJhLKLtN30V { top:26.875rem;left:0rem;width:34.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu { top:29.5625rem;left:0rem;width:34.125rem;height:11.3125rem;font-size:1.125rem;display:block; }#gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu li:before{  }
 }@media only screen and (max-width: 763px) { #Rkp6DP5sGMQQTWmiy86P6TTpxdLoBsaT { top:1.6875rem;left:0rem;width:29.4375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4A119TJQgSQ8fx4Ef1ftGmw21Hf6Dz9 { top:22.8125rem;left:0rem;width:47.75rem;height:13.957692307692rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDy6lJF4lG9OXp063ux3vKrK7M4PELUu { top:6.5625rem;left:0rem;width:34.125rem;height:11.3125rem;font-size:1.125rem;display:block; }#zDy6lJF4lG9OXp063ux3vKrK7M4PELUu li:before{  }
 }@media only screen and (max-width: 763px) { #ElVFTF5VmJCJFfOn7gGsdVdSWGXTfLBh { top:3.875rem;left:0rem;width:34.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt2n3SHtCmSBMTAydmXZqKzUDpbS1LvS { top:2rem;left:0rem;width:26.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhJI64ClKb0GPcrCTpKeQORfXpW2RRK { top:0rem;left:0rem;width:47.75rem;height:13.957692307692rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 { display:block; }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgbPH2XTETpuyE4b687ciB5X1STIp1UL { width:16.25rem;height:2.5rem;top:1.5rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXx8WwGf96bl3RQaLsRMxOd5DRlGIf9o { display:block; }
 }@media only screen and (max-width: 763px) { #IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa { display:block; }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWzAriv3bhpNOTumTtNmvChQztkX1Jnf { top:3.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP { display:block; }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2pVuPHf7zwdM0d7lJwW8rhtlif2SnP2 { top:1.25rem;left:0rem;width:29.3125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMsMsAug4GWAo8Ps8QNDWwLKrIEi5ucx { top:1.25rem;left:18.5625rem;width:29.1875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPBpwTEaP7DC7aOrrVTrK4fih9D5Vq7k { top:18.625rem;left:0rem;width:33.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qedeul3pqgySd4hJ9srHW6nAiLdzJfkm { top:18.6875rem;left:12.875rem;width:34.875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf { display:block; }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-regular-label { width:45.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text { width:45.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-textarea { width:45.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select { width:45.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:15.75rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-checkbox-label { width:43.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK  { width:45.0625rem;height:auto;top:1.6875rem;left:0.058036804199219rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .radio-container { width:45.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK {display:block;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK { width:45.0625rem;height:auto;top:1.6875rem;left:0.058036804199219rem; }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lTN9xzOKPJGaqQvQHa81bNKOSz4zIPcO {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Sggndbm0bW8uTPzDoapI7etwURID3WP4 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #haR6Ep9vMWkSkI3Cidnrpr0TRGBEAUXf {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #OQWnNN3FaWgM0W4QoeeJrPQalyUVlttG {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lU1RDwAtTTUAMrac190VvWqIDV0KGLGZ {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #mqzMsXOJkTHGV3kQdx18x5XudsrgkxfE {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #i6VE9k8oHoWJPMRVL2IRTRD41RqRBPfL {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #TpXoINBTHT24rzlzpcTezAKWTAXvBn8u {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #JBVX21yoExHaZBT3dE282IbRi2RcDcw9 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #wgFTMVBEm58CToo4AOoiBQaIRHWcoPuI {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Bg1QFNCvgTk7D3RCinTuSGlF2v51HDo3 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #WlxeId2NVBiwTe37tqKu7gHlEsZqh7bs {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #KixyPDP7iIvyCDFJx7ilOF7EBWomwXBm {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #t6EvnubsmxsZQrpSPobFrRQnFADHVAB4 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #rZPO9sBOZn6wMTrHAK4uPV40ZlapZmRx {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #dixIw3KKs0b8FKdL1CZQHz356WaKSe6n {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #k9Bc9wgFiZxOHuBJKsqPoTPNO5bVIG3x {  }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhCXTIRpTTp27LNtauKG7pMOVSmHuU7V { top:2.5625rem;left:0rem;width:47.75rem;height:6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEXqxux2GhflHrdtfRdVXSdxIvyS4PT6 { top:13.5625rem;left:0rem;width:13.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6WpN773a5ep80JrdLznnG2EMRkTugfx { top:13.625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/7210c623-63c7-4bc3-b44f-ee55580286ee/KopiaBeztytuu3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:45.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:14.562375rem;height:3.3000625rem;top:2.4991319775581rem;left:1.1248553991318rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { width:16.6875rem;height:3.65625rem;top:7.461805820465rem;left:1.6558160781861rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E3PkKvkKeD7c6bfv1Fbvm64Tt7zfN7fn { width:5.74941875rem;height:1.874275rem;top:0.125rem;left:1.1248553991318rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 { display:block; }#qo9TKP4fP6wgeoZqEdiXJagnSqTgofv1 > .row .container { width:20rem;height:18.257231890875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9EzqMWetWPK6gXriA90hepMlkPslTs1 { width:20rem;height:1.5189873417722rem;top:-1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xScqxPl4Vdt7N5hTQCbDMiv0iwQPPBIo { width:20rem;height:11.116666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4TfDiyGkN924G7r7oyJFMPg2EIafzzz { width:20rem;height:11.194731890875rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e { display:block; }#i7VLCyFkRzdfOGt4k7NtMWyKn3ugUA5e > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc9rq24u1A1NpJ8MbRkNLzGHMT8G3sBs { width:20rem;height:11.155555555556rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtTTPrGmNLwy5TkXLtvOXP09eTc54dDd { width:20rem;height:11.113074204947rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ { display:block; }#XyROXriu9KUfugfMTI3rxqOVTOfnO3RJ > .row .container { width:20rem;height:5.5859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xS5TP71CftcBq3ScKlGR9Wlwn0LKfPhb { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR { display:block; }#ARXlpVAzFFgGbF47M5wiKdbVsdCN5poR > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guOy3wlNki7ahZq42yHb80wwW7nz3qD5 { width:19.5rem;height:0;top:10.875rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWFGA3qa6JOikZTcmdrebqh8iN74SDBn { width:8.375rem;height:8.375rem;top:1.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9G1NJTCZ8ewnrenynTvKMzDHmzxwb0i { width:20rem;height:0;top:13.5859375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVIZOVnLuiJxGdN0UdxFzrx6fD5cL7F0 { width:9.5625rem;height:9.5625rem;top:19.2207rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU881MBZAy0hTifTdDzzfdBA0lN7QloV { width:19.5rem;height:0;top:30.0332rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFCgBROcTWoxvzurUkh4MzPJGZZTtSMB { width:20rem;height:0;top:32.7441375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VizTQwV0nAFvgZmoZrA0rQORSy1DDQRq { width:9.1875rem;height:9.1875rem;top:39.84081875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBAGTvE7fTEQRQMUqK66AO6WVBUro63T { width:19.5rem;height:0;top:50.27831875rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LoyWKddmk3H9Jt1kaEKlSrQgEyfJGCTh { width:20rem;height:0;top:52.98925625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9VgekXldERxSPmTp2UXN5rwxiesOPXT { display:block; }#V9VgekXldERxSPmTp2UXN5rwxiesOPXT > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgB1apZwUcT5dpmVolfIWdMVxmfc9zIM { width:19.9375rem;height:6.33691875rem;top:0.31163024902344rem;left:0.060763835906982rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 { display:block; }#Epa9L3MEZu5rxsmqDePDqipcOTXHG2y0 > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vx54CJ4BJpTe8J090elhMNlQ6zqmCRRU { width:19.4994375rem;height:5.5234375rem;top:9.5625rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5LhnS374Hc9yIMGsGTopTzTGp1VA2gN { width:19.4371875rem;height:5.5234375rem;top:23.704166412354rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwfiExnRTlKFyMzboRdXgHZ3NMzJHXZE { width:19.4371875rem;height:5.5234375rem;top:39.227085113526rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPwwx0NrhSooOrnt8ZE9N0HKl7D6V1TQ { width:7.5rem;height:7.5rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luiPC5E0FfBPZtXlMwl2rn0WQfmx6LPU { width:7.5rem;height:7.5rem;top:15.392075rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXdNTG3iibnfzNQV0ycocprfH8AFJIBw { width:7.5rem;height:7.5rem;top:30.789583206177rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm { display:block; }#nqekP1y1zTSzJfWe7IDq9IRcClIOs6Mm > .row .container { width:20rem;height:39.7958984375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpiiB0dyCI7StXx4IPupQbr9SH89iz1Z { width:19.75rem;height:8.449225rem;top:0rem;left:0.12442129850387rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fStGdRw4hRkiEhip8nAOir4s2BukQEP3 { width:7.5rem;height:7.5rem;top:32.2960125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI { display:block; }#wTJRBn7JIyCDNdX1RCzLMcSg2HIH0teI > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgv1uSvdEJHXkZoiaAWroT7v7JaqRIc0 { width:19.4994375rem;height:5.5234375rem;top:10rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJnslJ4KzrmKK0W5yETNFeOsenwJwPQs { width:19.4371875rem;height:5.5234375rem;top:25.52300625rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8D9dy60AWuW1CkVkt8v16cnezOvfRwV { width:19.4371875rem;height:6.9043125rem;top:41.0460125rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fP3psV65a6U5K35MJQIbNGErVdLqUOTb { width:7.5rem;height:7.5rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR5zfzCebvsXvehiuOQC0ULFJG0oy6Gb { width:7.5rem;height:7.5rem;top:16.77300625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg { display:block; }#nTnLh9DiVmwdq5zPwkifIyczSVKHp8vg > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stmrBU7zD8exu3mkAdCaSsXm3LqyU8qP { width:20rem;height:6.58008125rem;top:0.49790954589844rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV { display:block; }#dNo46m1KGTgrrnzxUi5DUo3RyLRDqmXV > .row .container { width:20rem;height:95.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQ0WziEP5w0TAmU3kfBMU6QdDVWP58Gx { width:19.99925rem;height:4.548825rem;top:9.8755625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBOO6PaOkTzZDEm7fyAlUJGoXrqeP59n { width:7.375rem;height:7.375rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNqwDKQHoSM0KZRflcZUtOHHxUVK7w13 { width:19.99925rem;height:4.548825rem;top:24.56231875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbLbpBl2kXQ7ndygKKIgnnqTHvLE1nrZ { width:7.3125rem;height:7.3125rem;top:15.99969375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLoFk2yfmnrdIWp0XqCQPmVTIXBW6RmS { width:7.5rem;height:7.5rem;top:30.68645rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsfm3vBUC6K9iHhAgneEVFkqCHyGUyr { width:19.99925rem;height:4.548825rem;top:39.561575rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { display:block; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { width:20rem;height:106.17614837876rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { width:19.9375rem;height:3.1875rem;top:1.7498474121094rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL li:before{  }
 }@media only screen and (max-width: 763px) { #IMqRbophUBPsEZ8tNK9azBa9OZ0mVUp2 { width:20rem;height:12rem;top:5.09375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cd63ut4WVDp3O45DlfoZ9g2R9E84STgS { width:20rem;height:1.59375rem;top:19.780380249024rem;left:0rem;font-size:1.0625rem;display:block; }#Cd63ut4WVDp3O45DlfoZ9g2R9E84STgS li:before{  }
 }@media only screen and (max-width: 763px) { #EZhkFggO5mQD49FVFSSgysKOeFmHCWzF { width:20rem;height:13.5rem;top:22.186447143555rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2aKqKIPCMw481vgctbuh6Fk0I9P6ICr { width:20rem;height:1.6875rem;top:38.499996185302rem;left:0rem;font-size:1.125rem;display:block; }#V2aKqKIPCMw481vgctbuh6Fk0I9P6ICr li:before{  }
 }@media only screen and (max-width: 763px) { #xUuSNW8RhcgtDpflTZtAAhchBhkLNTbX { width:20rem;height:10.5rem;top:40.967708587646rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #msvPteuyUb0G7oSTQSaC20q2VfZJqP1X { width:16.0625rem;height:26.0625rem;top:53.873958587646rem;left:1.9364585876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVQMRCrC0TkTpShbxvp1G7TunIICJwv0 { width:20rem;height:11.240601503759rem;top:93.685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKD3qmZyM0uDcdKcfpQczTwW1ETDmEvO { width:20rem;height:11.25rem;top:81.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo { display:block; }#tvka5Du9hwcvvG5HW7dqPQ7bzLXsgwwo > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcxlWe5B0RwM0GuZmqTJLVTkSNyzcA14 { width:19.99925rem;height:4.548825rem;top:0.49911499023438rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa { display:block; }#HVg63FdOTNSLUnKsIGnoJLqOTO5ZGEKa > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R71kuAAH9d7MFaF6vizHTOqJru7g5kde { width:20rem;height:11.232876712329rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy6yDIb11Zs7Lg1NCvSOyZquiqMHnKXp { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q { display:block; }#CZxxRhAMAxcyWPs4KnBxrLNHEdf3hv3Q > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhDqqiVDPhsktJhkUTZG7rRzQ88Gv6sp { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil { display:block; }#LfBPoyXcmVM1oT9zdwTWpJVKlPeTpZil > .row .container { width:20rem;height:43.28026875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PchSs9QJ3mfOXvWCsam0t9BUJzwVGvmI { width:19.5rem;height:0;top:9.6875rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIL7mlQD3fy9RAQnMWcL83He8IBrmTCf { width:7.1875rem;height:7.1875rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiAeOUfQXPhpxCdzHpDEzPvE9wEEWBq4 { width:19.5rem;height:0;top:23.32324375rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rowMSS8D752psiIE8kXlESvT4fCTtC1W { width:6.75rem;height:6.75rem;top:15.32324375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RByJFaoyKTVoSMSyiqxt94baokImDDle { width:7.4375rem;height:7.4375rem;top:28.95800625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6cHF8I5vesHF9yQkQzwVt9WxdGV59b6 { width:19.5rem;height:0;top:37.64550625rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq { display:block; }#h7cTtT3MgvXskBL5RlucDJpTLvX1Q8rq > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKQuTKcNinZD7oGrXDNm1nf7DuhOGo8r { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVp16TywDXb7bLmWx8RA0QLIQppZI4fM { display:block; }#cVp16TywDXb7bLmWx8RA0QLIQppZI4fM > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de3Plnb7V3hFzdSTM5DJo3xbJlPnFePz { width:13.125rem;height:0;top:1.25rem;left:3.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tfmqrdz1b45ZH7vbrkaS2fUZgQzaH0qT { width:19.5rem;height:0;top:4.53125rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AHdV5EUXTwT6SuBUMPMnQVhtwVcQVnaT { width:20rem;height:0;top:13.234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNTAd2QZoTW0q7RGkQkzTvL5uqtFEPFQ { width:20rem;height:0;top:17.407225rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U21nAAg9FeHb0CONVpzr65q4Be50ImKT { width:13.125rem;height:0;top:7.2421875rem;left:3.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBogNda7MpUt8XQpQ9Ra1BSNTXl02c0F { width:19.5rem;height:0;top:10.5234375rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnEa5s9WcV4pfxeUWFP4yBi8wqTU6slT { width:20rem;height:0;top:21.580075rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FEKiVZysTlJ8Gvg8Za2SHAJev8MEA4FF { width:20rem;height:0;top:27.21581875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJivScA6TFig3ZuyvQ8xD7clLlLHGXhD { width:16.5625rem;height:0;top:31.38866875rem;left:1.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbzLC45mQ3w9qCtVTV2b6zf0TCLyoQWR { width:19.5rem;height:0;top:34.66991875rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0IBhB7FbwBLo9ktzaXcKBof1nzSytM4 { width:20rem;height:0;top:43.37304375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFQKqJGhnU62btolPziRWMDZQBpndtC7 { width:20rem;height:0;top:56.10644375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KaEHfkwixybUlb6v4Cs0uVz7A4oRxhrg { width:20rem;height:0;top:37.38085625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVyTumFTdn1huwGWQzXIGnRsX1QHshFB { width:20rem;height:0;top:50.4707rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMeMS4RydBoWMsNpiRXTTFpeszNgGsng { width:19.5rem;height:0;top:40.66210625rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAe5csRyKtv9u9J36S9Gs5QaBEawBzns { width:20rem;height:0;top:60.27929375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy { display:block; }#hvcaqIbFwGmLF6I5DtizWllbqBMnpoyy > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ithEE4HOCyBOKu21A9NfpqsNpgXUFtA6 { width:19.99925rem;height:6.82325rem;top:0.31060791015625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK { display:block; }#xTiWbdqGPxsfLXLa8vDK79xLuPIEvWwK > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLax4JCr0quH35if4ZpIVqGyGIDkzbeS { width:20rem;height:11.173915596513rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3s1829zuXp5uRAiwoHeopCEpgruT1Hk { width:19.99925rem;height:1.8684875rem;top:13.6733125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2t06dPefVgKKSGTEp68DuJhLKLtN30V { width:19.99925rem;height:3.25rem;top:16.79108125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu { width:19.99925rem;height:11.32225rem;top:21.45181875rem;left:0rem;font-size:1.125rem;display:block; }#gtfBCNfVr5d2Wg5DuS1I5DyUIKXHMqOu li:before{  }
 }@media only screen and (max-width: 763px) { #Rkp6DP5sGMQQTWmiy86P6TTpxdLoBsaT { width:20rem;height:11.082802547771rem;top:35.7421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4A119TJQgSQ8fx4Ef1ftGmw21Hf6Dz9 { width:20rem;height:5.8461538461538rem;top:53.147484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDy6lJF4lG9OXp063ux3vKrK7M4PELUu { width:20rem;height:0;top:40.576171875rem;left:0rem;font-size:1.125rem;display:block; }#zDy6lJF4lG9OXp063ux3vKrK7M4PELUu li:before{  }
 }@media only screen and (max-width: 763px) { #ElVFTF5VmJCJFfOn7gGsdVdSWGXTfLBh { width:20rem;height:0;top:37.888671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt2n3SHtCmSBMTAydmXZqKzUDpbS1LvS { width:20rem;height:0;top:36.013671875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhJI64ClKb0GPcrCTpKeQORfXpW2RRK { width:20rem;height:5.8461538461538rem;top:34.013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 { display:block; }#ToZ4t0UmDKquLohM0pObwnITxtLvuwb9 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgbPH2XTETpuyE4b687ciB5X1STIp1UL { width:16.25rem;height:2.5rem;top:2.4354095458984rem;left:1.8729162216186rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXx8WwGf96bl3RQaLsRMxOd5DRlGIf9o { display:block; }
 }@media only screen and (max-width: 763px) { #IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa { display:block; }#IJ53FxGXp4GS1SDP5l75oEhtlE5IMTTa > .row .container { width:20rem;height:5.5859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWzAriv3bhpNOTumTtNmvChQztkX1Jnf { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP { display:block; }#kgyiCWtBdrDbH3tC3E3rltOPNDwxKelP > .row .container { width:20rem;height:34.318023682901rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2pVuPHf7zwdM0d7lJwW8rhtlif2SnP2 { height:11.087420042644rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMsMsAug4GWAo8Ps8QNDWwLKrIEi5ucx { height:11.134903640257rem;width:20rem;top:17.760270042644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPBpwTEaP7DC7aOrrVTrK4fih9D5Vq7k { width:20rem;height:0;top:13.587420042644rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qedeul3pqgySd4hJ9srHW6nAiLdzJfkm { width:20rem;height:0;top:30.145173682901rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf { display:block; }#bBliFglEvPoPqVIdsKxtHZaQgpi5FCvf > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-text {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-select {padding-top: 0; padding-bottom: 0;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-input-button { width:14.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.8125rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .widget-checkbox-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK  { width:18.125rem;height:auto;top:18.5823125rem;left:-0.0625rem; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK {display:block;}#FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK { width:18.125rem;height:auto;top:18.5823125rem;left:-0.0625rem; }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lTN9xzOKPJGaqQvQHa81bNKOSz4zIPcO {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Sggndbm0bW8uTPzDoapI7etwURID3WP4 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #haR6Ep9vMWkSkI3Cidnrpr0TRGBEAUXf {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #OQWnNN3FaWgM0W4QoeeJrPQalyUVlttG {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #lU1RDwAtTTUAMrac190VvWqIDV0KGLGZ {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #mqzMsXOJkTHGV3kQdx18x5XudsrgkxfE {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #i6VE9k8oHoWJPMRVL2IRTRD41RqRBPfL {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #TpXoINBTHT24rzlzpcTezAKWTAXvBn8u {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #JBVX21yoExHaZBT3dE282IbRi2RcDcw9 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #wgFTMVBEm58CToo4AOoiBQaIRHWcoPuI {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #Bg1QFNCvgTk7D3RCinTuSGlF2v51HDo3 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #WlxeId2NVBiwTe37tqKu7gHlEsZqh7bs {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #KixyPDP7iIvyCDFJx7ilOF7EBWomwXBm {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #t6EvnubsmxsZQrpSPobFrRQnFADHVAB4 {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #rZPO9sBOZn6wMTrHAK4uPV40ZlapZmRx {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #dixIw3KKs0b8FKdL1CZQHz356WaKSe6n {  }
 }@media only screen and (max-width: 763px) { #FJngCk3xWPr9aZ5h3pby3M7wOkLtXdsK #k9Bc9wgFiZxOHuBJKsqPoTPNO5bVIG3x {  }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhCXTIRpTTp27LNtauKG7pMOVSmHuU7V { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SEXqxux2GhflHrdtfRdVXSdxIvyS4PT6 { width:11.625rem;height:1.1375rem;top:8.9968757629394rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6WpN773a5ep80JrdLznnG2EMRkTugfx { width:19.99925rem;height:2.923825rem;top:10.671890258789rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }