.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:217,220,227;--color-primary-1:128,137,161;--color-primary-2:0,19,67;--color-primary-3:0,10,34;--color-primary-4:0,3,10;--color-secondary-0:243,217,217;--color-secondary-1:216,128,128;--color-secondary-2:176,1,1;--color-secondary-3:88,1,1;--color-secondary-4:26,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:210,206,207;--color-tertiary-2:104,92,95;--color-tertiary-3:52,46,48;--color-tertiary-4:10,9,9;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { background-color: transparent; background-image: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .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); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { border-width: 0; border-radius: 0; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#aCAFH0zzq6SyvM3UAKvfNCBKBlpChbsw { position:absolute;display:block;z-index:15006;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.5625rem;width:11.3125rem;top:0rem;left:22.75rem;overflow:hidden;display:block; }
#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/71b42d72-a46e-443b-8960-45e43ec37d88/image1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.adaptive-delivery-prevent-bg, #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.lazyload, #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.lazyloading { background-image: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { background-color: transparent; background-image: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container > .video-iframe-container { display: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container { display: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .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); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { border-width: 0; border-radius: 0; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#NPvnwOD7hRVMSmQx3ARVHF20anRTn4kA { background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.5625rem;left:5.90625rem;display:block; }
#kh4UGMmsK3XKPGf422gODEuimdXT8ChG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A0q3PnUTka8FllxreSV6EFNbDHsoRc9c { box-sizing:content-box;height:7.75rem;width:15.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),0.83) ;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);top:6.25rem;left:4.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#yiOTq0xL7Sr5MbQeuBEQihRWTA9aMR2f { color:rgba(var(--color-primary-2),1);display:block;width:57.0625rem;position:absolute;font-family:inter;font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.35546875rem;left:1.46875rem;height:3.33105625rem;font-style:normal;display:block; }
#ng653ZylpWbsh2AZkL1Np6mmCCbmrX8C { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.60546875rem;left:2.125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#qhESPiOQee2utmgqxKfdVOMUVI9TQGrX { box-sizing:content-box;height:7.75rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);top:6.25rem;left:24rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ITn2Ut1rOENBl2IO1ILt12607bMVBPiJ { background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.5625rem;left:25.59375rem;display:block; }
#TlKbgG7rDP7ZytfpAt0LXF0n0y39JF10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxEer5BFGtrHW3c2vMiWi4WlJFp9bQD7 { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.60546875rem;left:24rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#f3AUPktRamLNSuEanOmwbI48v7bI5kL2 { position:absolute;display:block;z-index:15011;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:25.0625rem;width:25.0625rem;top:4.625rem;left:34.9375rem;overflow:hidden;display:block; }
#NCgu4viIk4QlWWbfMtNCQlKN4KZ5Gf8B { box-sizing:content-box;height:7.75rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),1) ;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);top:17rem;left:4.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#EvZOM9aliN5AoQ1aIhO672NVVBWughxT { box-sizing:content-box;height:7.75rem;width:15.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),0.99) ;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);top:17rem;left:24rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#IqHh5ZVVaI7gl7AgJbk9mx6tSGkCF4m9 { background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.9375rem;left:5.90625rem;display:block; }
#Vq7tzVz4WbOJxt0yuFuvKbKIHIHmQUoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L3LDlpISxNoJCgwxmTnfwzKt9JLeu0m4 { background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(181deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.9375rem;left:25.59375rem;display:block; }
#LEgGvrTnJTF1MfRy3sn9lG8I15vTtLtm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KS82orLZ1iNuIeaomVVhZsxMZlPpWyV5 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.48046875rem;left:2.125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#bcf3a64zsAqcCULGcfIcltiMQQeUosyr { color:rgba(var(--color-primary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.5615234375rem;left:24.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe > .row .container { background-color: transparent; background-image: none; }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe > .row .container > .video-iframe-container { display: none; }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe > .row > .video-iframe-container { display: none; }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe > .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); }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe > .row .container { border-width: 0; border-radius: 0; }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#unlpFkXs549XRuMbutZza0rkwTXQHdmH { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2e32403b-d2b3-4bc0-8867-3f4a25664b91/_GuidelinesForLogo.jpeg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.adaptive-delivery-prevent-bg, #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.lazyload, #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.lazyloading { background-image: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { background-color: transparent; background-image: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container > .video-iframe-container { display: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row > .video-iframe-container { display: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .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); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { border-width: 0; border-radius: 0; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#fQ9ufZeXC9PfAkNB8zJSVU5MqkTEQfAx { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tTwJTRreWEAqzvt78J5wUoORTTK0t9B5 { position:absolute;display:block;z-index:15006;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:33.0625rem;top:3.09375rem;left:0rem;overflow:hidden;display:block; }
#FS3LrIgmKi9TLFcHM04qSFCP25JlnHLk { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6181640625rem;left:35.75rem;height:19.3241875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv > .row .container { background-color: transparent; background-image: none; }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv > .row .container > .video-iframe-container { display: none; }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv > .row > .video-iframe-container { display: none; }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv > .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); }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv > .row .container { border-width: 0; border-radius: 0; }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#zEIcT2QUIFaIU2A1NVFldxIwC5xCoOkx { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/71b42d72-a46e-443b-8960-45e43ec37d88/image1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7.adaptive-delivery-prevent-bg, #AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7.lazyload, #AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7.lazyloading { background-image: none; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container { background-color: transparent; background-image: none; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container > .video-iframe-container { display: none; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row > .video-iframe-container { display: none; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .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); }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container { border-width: 0; border-radius: 0; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#IF46pCcZrMWAaDUTKLbigDyMd3vZXhDH { 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:21.75rem;width:21.75rem;top:-0.0625rem;left:-0.625rem;overflow:hidden;display:block; }
#Tx2z4PZ5EQgaXJzo0xSGM9UJ3B8EhRlm { box-sizing:content-box;height:3.625rem;width:35.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),1) ;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:0.75rem;left:23.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#qKcnFuzvpRa8b3xkFOkoHbn1lK3qMaUx { color:rgba(var(--color-primary-2),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.708984375rem;left:26.875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#OFBqaWq4PU85sMLf6H1F6sGPA6dqenLm { box-sizing:content-box;height:11.6875rem;width:30.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),1) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:3.4150390625rem;left:28.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#eNFTu03wte4KDQniPGRnrTRksTCSVnct { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.875rem;left:37.875rem;display:block; }
#z62GMayFXwJTzVRc5moD2N4v3mfTGOoy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aWunPGiWvHPD7lsCQDfkn7KtwTZUthnt { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3125rem;left:31.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2e32403b-d2b3-4bc0-8867-3f4a25664b91/_GuidelinesForLogo.jpeg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep.adaptive-delivery-prevent-bg, #th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep.lazyload, #th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep.lazyloading { background-image: none; }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep > .row .container { background-color: transparent; background-image: none; }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep > .row .container > .video-iframe-container { display: none; }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep > .row > .video-iframe-container { display: none; }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep > .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); }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep > .row .container { border-width: 0; border-radius: 0; }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;position:relative;display:block; }#CNBnSipquwtGaRfTPOwkv07DR7u0EiMP { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD > .row .container { background-color: transparent; background-image: none; }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD > .row .container > .video-iframe-container { display: none; }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD > .row > .video-iframe-container { display: none; }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD > .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); }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD > .row .container { border-width: 0; border-radius: 0; }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#W1LN4087MRx59HBBk1Av0CWhwvTqGR8f { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz > .row .container { background-color: transparent; background-image: none; }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz > .row .container > .video-iframe-container { display: none; }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz > .row > .video-iframe-container { display: none; }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz > .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); }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz > .row .container { border-width: 0; border-radius: 0; }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#ZitUHTI0Ue6rmdPbsyXVlTEEDvwKECkr { box-sizing:content-box;height:3.625rem;width:35.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),1) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:0.685546875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#cG4h3OAXwie2f2ACEH7eXhihB6i0f3AP { box-sizing:content-box;height:11.6875rem;width:30.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),1) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:3.46875rem;left:0.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#VwPbNoBr6fB2V9Iy7Igshx7Aapd5wvo5 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.6875rem;left:8.78125rem;display:block; }
#p6LycKSA5DqZyTWQFiFGaTeqSBFJ0Hiv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uNQrT7N9Qz5Wz5gmG3gGcyt13Fzf0XA8 { color:rgba(var(--color-primary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.0625rem;left:1.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#RDwtD9NXS62kJh0iKN7aEMlRCgzlmatt { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.873046875rem;left:1.84375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hSfwlnzTEVNFxhO035h7HwtswgSGJ1rd { position:absolute;display:block;z-index:15003;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.5625rem;width:18.5625rem;top:0.0625rem;left:41.0625rem;overflow:hidden;display:block; }
#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2e32403b-d2b3-4bc0-8867-3f4a25664b91/_GuidelinesForLogo.jpeg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG.adaptive-delivery-prevent-bg, #BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG.lazyload, #BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG.lazyloading { background-image: none; }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG > .row .container { background-color: transparent; background-image: none; }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG > .row .container > .video-iframe-container { display: none; }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG > .row > .video-iframe-container { display: none; }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG > .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); }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG > .row .container { border-width: 0; border-radius: 0; }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:60rem;position:relative;display:block; }#NOxZNaKmUzqRXaMlJJbcFVvOTUyF0NzE { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SyHhSKteXTGx1abZNR7SEgoqMROiQCN2 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0.375rem;height:;text-align:center;text-align-last:center;display:block; }
#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ > .row .container { background-color: transparent; background-image: none; }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ > .row .container > .video-iframe-container { display: none; }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ > .row > .video-iframe-container { display: none; }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ > .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); }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ > .row .container { border-width: 0; border-radius: 0; }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#Wa18hutKGxh1pbTvHNt6EskDUrZh7e7Q { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CGed75tpI28SJURR3L9r5q1Cq5yG05nT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/71b42d72-a46e-443b-8960-45e43ec37d88/image1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT.adaptive-delivery-prevent-bg, #CGed75tpI28SJURR3L9r5q1Cq5yG05nT.lazyload, #CGed75tpI28SJURR3L9r5q1Cq5yG05nT.lazyloading { background-image: none; }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT > .row .container { background-color: transparent; background-image: none; }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT > .row .container > .video-iframe-container { display: none; }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT > .row > .video-iframe-container { display: none; }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT > .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); }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT > .row .container { border-width: 0; border-radius: 0; }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#GZpRUu59S5B6ttoMC1TUNvq16PANUt7v { 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:18.3125rem;width:18.3125rem;top:0.75rem;left:1.125rem;overflow:hidden;display:block; }
#JyNMdzLsEoazOIKwhTC1iiBR0VK3nmg7 { box-sizing:content-box;height:3.625rem;width:35.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),1) ;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:0.75rem;left:23.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#X7IqrBRTKv4EyrJDc83FUHcA7gMg8lRD { box-sizing:content-box;height:11.6875rem;width:30.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),1) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:3.4150390625rem;left:28.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#LlyAB2oe4JT9llQEhpKRqNM4R73B4Gmu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.875rem;left:37.875rem;display:block; }
#NTpu4hRizF2hlmsdxEw8WqTf6Mx8vS0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bqut6gbmWB5lxdowl0qnuqvKaHfJCioJ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.36328125rem;left:31.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#hOnin4ZAnJ9Ah9bkmpr8cmJctZDqxtcT { color:rgba(var(--color-primary-2),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.896484375rem;left:23.9375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2e32403b-d2b3-4bc0-8867-3f4a25664b91/_GuidelinesForLogo.jpeg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd.adaptive-delivery-prevent-bg, #B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd.lazyload, #B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd.lazyloading { background-image: none; }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd > .row .container { background-color: transparent; background-image: none; }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd > .row .container > .video-iframe-container { display: none; }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd > .row > .video-iframe-container { display: none; }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd > .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); }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd > .row .container { border-width: 0; border-radius: 0; }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;position:relative;display:block; }#Kubxv9Pu5ptyh4RckGFwxOaHfsaoC9Sb { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET > .row .container { background-color: transparent; background-image: none; }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET > .row .container > .video-iframe-container { display: none; }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET > .row > .video-iframe-container { display: none; }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET > .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); }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET > .row .container { border-width: 0; border-radius: 0; }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#lqCiuiFMV3sPVfzAH6aI9csNecp9bOQL { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 > .row .container { background-color: transparent; background-image: none; }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 > .row .container > .video-iframe-container { display: none; }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 > .row > .video-iframe-container { display: none; }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 > .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); }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 > .row .container { border-width: 0; border-radius: 0; }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#m9TrhUS6cqIgqSzFX8wZMGDOImW7ii17 { box-sizing:content-box;height:3.625rem;width:35.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),1) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:0.685546875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#u5pLpb411WCLOrGOix0DVlWE35Mm0ZpO { box-sizing:content-box;height:11.6875rem;width:30.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.0625rem 0.375rem rgba(var(--color-tertiary-2),1) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:3.46875rem;left:0.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#KMVuA937bZVZK4uTRL5EfZ8Et4aQKL9A { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.6875rem;left:8.78125rem;display:block; }
#O7vpk0SrVTDQArDs8UBGkv5EcNrZXJAe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lnqGrdeVitNEVoVDz3A1ehVxCdWDs2QH { color:rgba(var(--color-primary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.0625rem;left:1.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#DLgZ7CtpPx4CmnpGsc4eyNoXuZuTtwJn { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.873046875rem;left:1.84375rem;height:;text-align:center;text-align-last:center;display:block; }
#RyWxWZy8m4QVCIgF8I5NTuR0GVLFvouR { position:absolute;display:block;z-index:15003;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.4375rem;width:18.4375rem;top:0.1875rem;left:39.875rem;overflow:hidden;display:block; }
#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2e32403b-d2b3-4bc0-8867-3f4a25664b91/_GuidelinesForLogo.jpeg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX.adaptive-delivery-prevent-bg, #CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX.lazyload, #CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX.lazyloading { background-image: none; }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX > .row .container { background-color: transparent; background-image: none; }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX > .row .container > .video-iframe-container { display: none; }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX > .row > .video-iframe-container { display: none; }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX > .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); }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX > .row .container { border-width: 0; border-radius: 0; }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:60rem;position:relative;display:block; }#K5KiSH9VKPw9xwUyiQb7JzpHAxRAkrdM { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HoTazTXitVJPexBap8WfyWZoRFgtqLrE { color:rgba(var(--color-tertiary-0),1);display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.63671875rem;left:0.15625rem;height:1.625rem;display:block; }
#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN > .row .container { background-color: transparent; background-image: none; }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN > .row .container > .video-iframe-container { display: none; }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN > .row > .video-iframe-container { display: none; }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN > .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); }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN > .row .container { border-width: 0; border-radius: 0; }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#UoRZsGhU9PO7mA1BBboHG13UN7Hg56I4 { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/71b42d72-a46e-443b-8960-45e43ec37d88/image1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.adaptive-delivery-prevent-bg, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyload, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyloading { background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { background-color: transparent; background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .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); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { border-width: 0; border-radius: 0; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:60rem;position:relative;display:block; }#GEHWXKfOvG7auu4T1tmVMpdKKhPTkUmJ { color:rgba(var(--color-primary-2),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.30078125rem;left:5.875rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;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; }
#M3FXfp7T0nMe04OGhTiinu75oOT82E6K { position:absolute;display:block;z-index:15007;height:25.25rem;width:55.9375rem;top:7.625rem;left:2.03125rem;display:block; }
#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0de0c730-bb5b-4724-b751-98ec3fac397c/_GuidelinesForLogo.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm.adaptive-delivery-prevent-bg, #hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm.lazyload, #hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm.lazyloading { background-image: none; }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm > .row .container { background-color: transparent; background-image: none; }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm > .row .container > .video-iframe-container { display: none; }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm > .row > .video-iframe-container { display: none; }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm > .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); }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm > .row .container { border-width: 0; border-radius: 0; }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-form-header {  }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:15.4375rem;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; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:15.4375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .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:15.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:15.4375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .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; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-button { border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:14.0625rem;overflow:hidden;font-style:normal; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .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; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-container:first-of-type{padding-top:0;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-container:last-of-type{padding-bottom:0;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.4375rem;height:auto;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);z-index:15000;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;position:absolute;top:1.71875rem;left:41.6875rem; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.4375rem; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .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:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx {display:block;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.4375rem;height:auto;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);z-index:15000;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;position:absolute;top:1.71875rem;left:41.6875rem; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #Pz04Nt27JMLd3q0N1BNhlgVuECBf2ZZF { position:relative; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #seU6FUMyGVnQRWWmz3FoMOMPCGGboBbw { position:relative;display:block; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #EfPAL4ILfyK6hb6kPNIXKkN3CpDGLRIz { position:relative; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #sSRruePAaKfKABazSMtSJ4MaVpBad8GG { position:relative; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #OKAnNhCM0HEinpTU94BZEArrABBu4b5s { position:relative;display:block; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #bGtPMDeZZkT3yp30VeaapU1VVWbI8OnT { position:relative; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #Z9etlan7laDnAlSREl9nnUcESgvezozT { position:relative; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #bOTz4DP5SU26EDreFiureoIB6ZVvLwFt { position:relative;display:block; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #fPKKqk7MOCHSa9p5sUR08pPFRFBsmBgX { position:relative; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #HRsQXmcFgB1SVZwzb8Gez7yIfLowGbvS { position:relative; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #UDNtQQlHLmH2KXmbIv4Ixxxf5ZseW1CW { position:relative;display:block; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #UJ63pbLIugbFzpCE8QlcECsaxa75zOKW { position:relative; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #WaGVyAM18334ts3pPp1fTsr596CrHXHV { position:relative; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #xBACKtQHyraGgexET5nxvDt3hExXAuXI { position:relative; }
#w8OEZgBfEXPl8adPcZMvVSSL0db94sx8 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#Gu46CcDaykH1QZ09cWlZap6eilJ1STIe { position:absolute;display:block;z-index:15003;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:9.6875rem;width:19.6875rem;top:20.125rem;left:20.15625rem;overflow:hidden;display:block; }
#Ui4RheeC5nUaVTWgBvkSTTZUtwIxT942 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.75rem;left:8.875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#PTmZ4D9rzQmLcqT5S1dWPiu5KM4h6x61 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:21.53125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCAFH0zzq6SyvM3UAKvfNCBKBlpChbsw { top:0rem;left:16.625rem;width:11.3125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPvnwOD7hRVMSmQx3ARVHF20anRTn4kA { width:12.4375rem;height:2.625rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh4UGMmsK3XKPGf422gODEuimdXT8ChG { display:block; }
 }@media only screen and (max-width: 763px) { #A0q3PnUTka8FllxreSV6EFNbDHsoRc9c { top:6.25rem;left:0rem;width:15.625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiOTq0xL7Sr5MbQeuBEQihRWTA9aMR2f { top:1.3125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng653ZylpWbsh2AZkL1Np6mmCCbmrX8C { top:7.5625rem;left:0rem;width:20rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhESPiOQee2utmgqxKfdVOMUVI9TQGrX { top:6.25rem;left:17.875rem;width:15.625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITn2Ut1rOENBl2IO1ILt12607bMVBPiJ { width:12.4375rem;height:2.625rem;top:12.5625rem;left:19.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlKbgG7rDP7ZytfpAt0LXF0n0y39JF10 { display:block; }
 }@media only screen and (max-width: 763px) { #xxEer5BFGtrHW3c2vMiWi4WlJFp9bQD7 { top:7.5625rem;left:17.875rem;width:15.625rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3AUPktRamLNSuEanOmwbI48v7bI5kL2 { top:4.625rem;left:22.6875rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCgu4viIk4QlWWbfMtNCQlKN4KZ5Gf8B { top:17rem;left:0rem;width:15.625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvZOM9aliN5AoQ1aIhO672NVVBWughxT { top:17rem;left:17.875rem;width:15.625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqHh5ZVVaI7gl7AgJbk9mx6tSGkCF4m9 { width:12.4375rem;height:2.625rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq7tzVz4WbOJxt0yuFuvKbKIHIHmQUoB { display:block; }
 }@media only screen and (max-width: 763px) { #L3LDlpISxNoJCgwxmTnfwzKt9JLeu0m4 { width:12.4375rem;height:2.625rem;top:23.9375rem;left:19.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEgGvrTnJTF1MfRy3sn9lG8I15vTtLtm { display:block; }
 }@media only screen and (max-width: 763px) { #KS82orLZ1iNuIeaomVVhZsxMZlPpWyV5 { top:18.4375rem;left:0rem;width:20rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcf3a64zsAqcCULGcfIcltiMQQeUosyr { top:18.5rem;left:18rem;width:15.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe { display:block; }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unlpFkXs549XRuMbutZza0rkwTXQHdmH { width:47.75rem;height:0.0625rem;top:0.25rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C { display:block; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQ9ufZeXC9PfAkNB8zJSVU5MqkTEQfAx { width:47.75rem;height:0.0625rem;top:0.25rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTwJTRreWEAqzvt78J5wUoORTTK0t9B5 { top:3.0625rem;left:0rem;width:33.0625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS3LrIgmKi9TLFcHM04qSFCP25JlnHLk { top:1.5625rem;left:24.75rem;width:23rem;height:19.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv { display:block; }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEIcT2QUIFaIU2A1NVFldxIwC5xCoOkx { width:47.75rem;height:0.0625rem;top:0.25rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 { display:block; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF46pCcZrMWAaDUTKLbigDyMd3vZXhDH { top:-0.0625rem;left:0rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2z4PZ5EQgaXJzo0xSGM9UJ3B8EhRlm { top:0.75rem;left:0rem;width:35.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKcnFuzvpRa8b3xkFOkoHbn1lK3qMaUx { top:1.6875rem;left:0rem;width:30.125rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFBqaWq4PU85sMLf6H1F6sGPA6dqenLm { top:3.375rem;left:0rem;width:30.4375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNFTu03wte4KDQniPGRnrTRksTCSVnct { width:12.4375rem;height:2.625rem;top:13.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z62GMayFXwJTzVRc5moD2N4v3mfTGOoy { display:block; }
 }@media only screen and (max-width: 763px) { #aWunPGiWvHPD7lsCQDfkn7KtwTZUthnt { top:6.3125rem;left:20.875rem;width:26.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep { display:block; }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNBnSipquwtGaRfTPOwkv07DR7u0EiMP { width:47.75rem;height:0.0625rem;top:0.25rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD { display:block; }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1LN4087MRx59HBBk1Av0CWhwvTqGR8f { width:47.75rem;height:0.0625rem;top:0.25rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz { display:block; }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZitUHTI0Ue6rmdPbsyXVlTEEDvwKECkr { top:0.625rem;left:0rem;width:35.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG4h3OAXwie2f2ACEH7eXhihB6i0f3AP { top:3.4375rem;left:0rem;width:30.4375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwPbNoBr6fB2V9Iy7Igshx7Aapd5wvo5 { width:12.4375rem;height:2.625rem;top:13.6875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6LycKSA5DqZyTWQFiFGaTeqSBFJ0Hiv { display:block; }
 }@media only screen and (max-width: 763px) { #uNQrT7N9Qz5Wz5gmG3gGcyt13Fzf0XA8 { top:7.0625rem;left:0rem;width:26.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDwtD9NXS62kJh0iKN7aEMlRCgzlmatt { top:1.8125rem;left:0rem;width:32.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSfwlnzTEVNFxhO035h7HwtswgSGJ1rd { top:0.0625rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG { display:block; }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOxZNaKmUzqRXaMlJJbcFVvOTUyF0NzE { width:47.75rem;height:0.0625rem;top:0.25rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyHhSKteXTGx1abZNR7SEgoqMROiQCN2 { top:0rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ { display:block; }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wa18hutKGxh1pbTvHNt6EskDUrZh7e7Q { width:47.75rem;height:0.0625rem;top:0.25rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGed75tpI28SJURR3L9r5q1Cq5yG05nT { display:block; }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZpRUu59S5B6ttoMC1TUNvq16PANUt7v { top:0.75rem;left:0rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyNMdzLsEoazOIKwhTC1iiBR0VK3nmg7 { top:0.75rem;left:0rem;width:35.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7IqrBRTKv4EyrJDc83FUHcA7gMg8lRD { top:3.375rem;left:0rem;width:30.4375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlyAB2oe4JT9llQEhpKRqNM4R73B4Gmu { width:12.4375rem;height:2.625rem;top:13.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTpu4hRizF2hlmsdxEw8WqTf6Mx8vS0O { display:block; }
 }@media only screen and (max-width: 763px) { #bqut6gbmWB5lxdowl0qnuqvKaHfJCioJ { top:7.3125rem;left:20.875rem;width:26.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOnin4ZAnJ9Ah9bkmpr8cmJctZDqxtcT { top:1.875rem;left:0rem;width:36.0625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd { display:block; }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kubxv9Pu5ptyh4RckGFwxOaHfsaoC9Sb { width:47.75rem;height:0.0625rem;top:0.25rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET { display:block; }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqCiuiFMV3sPVfzAH6aI9csNecp9bOQL { width:47.75rem;height:0.0625rem;top:0.25rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 { display:block; }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9TrhUS6cqIgqSzFX8wZMGDOImW7ii17 { top:0.625rem;left:0rem;width:35.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5pLpb411WCLOrGOix0DVlWE35Mm0ZpO { top:3.4375rem;left:0rem;width:30.4375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMVuA937bZVZK4uTRL5EfZ8Et4aQKL9A { width:12.4375rem;height:2.625rem;top:13.6875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vpk0SrVTDQArDs8UBGkv5EcNrZXJAe { display:block; }
 }@media only screen and (max-width: 763px) { #lnqGrdeVitNEVoVDz3A1ehVxCdWDs2QH { top:7.0625rem;left:0rem;width:26.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLgZ7CtpPx4CmnpGsc4eyNoXuZuTtwJn { top:1.8125rem;left:0rem;width:32.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyWxWZy8m4QVCIgF8I5NTuR0GVLFvouR { top:0.1875rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX { display:block; }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5KiSH9VKPw9xwUyiQb7JzpHAxRAkrdM { width:47.75rem;height:0.0625rem;top:0.25rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTazTXitVJPexBap8WfyWZoRFgtqLrE { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN { display:block; }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoRZsGhU9PO7mA1BBboHG13UN7Hg56I4 { width:47.75rem;height:0.0625rem;top:0.25rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEHWXKfOvG7auu4T1tmVMpdKKhPTkUmJ { width:47.75rem;height:3.6875rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3FXfp7T0nMe04OGhTiinu75oOT82E6K { top:7.625rem;left:0rem;width:47.75rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm { display:block; }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-regular-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-text { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-textarea { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-select { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-button { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-checkbox-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx  { width:15.4375rem;height:auto;top:1.6875rem;left:29.4375rem; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .radio-container { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx {display:block;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx { width:15.4375rem;height:auto;top:1.6875rem;left:29.4375rem; }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #Pz04Nt27JMLd3q0N1BNhlgVuECBf2ZZF {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #seU6FUMyGVnQRWWmz3FoMOMPCGGboBbw {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #EfPAL4ILfyK6hb6kPNIXKkN3CpDGLRIz {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #sSRruePAaKfKABazSMtSJ4MaVpBad8GG {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #OKAnNhCM0HEinpTU94BZEArrABBu4b5s { display:block; }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #bGtPMDeZZkT3yp30VeaapU1VVWbI8OnT {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #Z9etlan7laDnAlSREl9nnUcESgvezozT {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #bOTz4DP5SU26EDreFiureoIB6ZVvLwFt {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #fPKKqk7MOCHSa9p5sUR08pPFRFBsmBgX {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #HRsQXmcFgB1SVZwzb8Gez7yIfLowGbvS {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #UDNtQQlHLmH2KXmbIv4Ixxxf5ZseW1CW {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #UJ63pbLIugbFzpCE8QlcECsaxa75zOKW {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #WaGVyAM18334ts3pPp1fTsr596CrHXHV {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #xBACKtQHyraGgexET5nxvDt3hExXAuXI {  }
 }@media only screen and (max-width: 763px) { #w8OEZgBfEXPl8adPcZMvVSSL0db94sx8 { top:3.3125rem;left:0rem;width:40.125rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu46CcDaykH1QZ09cWlZap6eilJ1STIe { top:20.125rem;left:14.03125rem;width:19.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4RheeC5nUaVTWgBvkSTTZUtwIxT942 { top:9.75rem;left:2.75rem;width:22.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmZ4D9rzQmLcqT5S1dWPiu5KM4h6x61 { top:21.5rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCAFH0zzq6SyvM3UAKvfNCBKBlpChbsw { width:11.3125rem;height:5.5625rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPvnwOD7hRVMSmQx3ARVHF20anRTn4kA { width:12.4375rem;height:2.625rem;top:12.7255859375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh4UGMmsK3XKPGf422gODEuimdXT8ChG { display:block; }
 }@media only screen and (max-width: 763px) { #A0q3PnUTka8FllxreSV6EFNbDHsoRc9c { width:15.8125rem;height:7.875rem;top:18.0126953125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiOTq0xL7Sr5MbQeuBEQihRWTA9aMR2f { width:20rem;height:4.38671875rem;top:1.087890625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ng653ZylpWbsh2AZkL1Np6mmCCbmrX8C { width:12.875rem;height:3.25rem;top:8.5107421875rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhESPiOQee2utmgqxKfdVOMUVI9TQGrX { width:15.6875rem;height:7.8125rem;top:6.5927734375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITn2Ut1rOENBl2IO1ILt12607bMVBPiJ { width:12.4375rem;height:2.625rem;top:24.5126953125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlKbgG7rDP7ZytfpAt0LXF0n0y39JF10 { display:block; }
 }@media only screen and (max-width: 763px) { #xxEer5BFGtrHW3c2vMiWi4WlJFp9bQD7 { width:13.8125rem;height:3.25rem;top:19.8994140625rem;left:3.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3AUPktRamLNSuEanOmwbI48v7bI5kL2 { width:20rem;height:20rem;top:50.6376984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCgu4viIk4QlWWbfMtNCQlKN4KZ5Gf8B { width:15.625rem;height:7.75rem;top:29.9501953125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvZOM9aliN5AoQ1aIhO672NVVBWughxT { width:15.625rem;height:7.75rem;top:41.2373046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqHh5ZVVaI7gl7AgJbk9mx6tSGkCF4m9 { width:12.4375rem;height:2.625rem;top:36.3623046875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq7tzVz4WbOJxt0yuFuvKbKIHIHmQUoB { display:block; }
 }@media only screen and (max-width: 763px) { #L3LDlpISxNoJCgwxmTnfwzKt9JLeu0m4 { width:12.4375rem;height:2.625rem;top:47.6748046875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEgGvrTnJTF1MfRy3sn9lG8I15vTtLtm { display:block; }
 }@media only screen and (max-width: 763px) { #KS82orLZ1iNuIeaomVVhZsxMZlPpWyV5 { width:14.875rem;height:3.25rem;top:31.525390625rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcf3a64zsAqcCULGcfIcltiMQQeUosyr { width:15.375rem;height:3.25rem;top:43.4873046875rem;left:2.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe { display:block; }#NWRv5bFuCwbXpki4bxXwpAfLUQNXtUqe > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unlpFkXs549XRuMbutZza0rkwTXQHdmH { width:14.5625rem;height:4.38671875rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C { display:block; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQ9ufZeXC9PfAkNB8zJSVU5MqkTEQfAx { width:14.5625rem;height:4.38671875rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTwJTRreWEAqzvt78J5wUoORTTK0t9B5 { width:20rem;height:9.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS3LrIgmKi9TLFcHM04qSFCP25JlnHLk { width:20rem;height:19.3241875rem;top:11.140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv { display:block; }#xrJGytV7ZNIKz1CsLA1Gn0lXJufmAqRv > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEIcT2QUIFaIU2A1NVFldxIwC5xCoOkx { width:14.5625rem;height:4.38671875rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 { display:block; }#AoLq0fgah448gWThfT7Ul9cZ6rQn9Zx7 > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF46pCcZrMWAaDUTKLbigDyMd3vZXhDH { width:15rem;height:15rem;top:1.7119140625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2z4PZ5EQgaXJzo0xSGM9UJ3B8EhRlm { width:19.875rem;height:3.625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKcnFuzvpRa8b3xkFOkoHbn1lK3qMaUx { width:20rem;height:3.25rem;top:14.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFBqaWq4PU85sMLf6H1F6sGPA6dqenLm { width:16.6875rem;height:11.6875rem;top:16.375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNFTu03wte4KDQniPGRnrTRksTCSVnct { width:12.4375rem;height:2.625rem;top:26.5849609375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z62GMayFXwJTzVRc5moD2N4v3mfTGOoy { display:block; }
 }@media only screen and (max-width: 763px) { #aWunPGiWvHPD7lsCQDfkn7KtwTZUthnt { width:15.75rem;height:5.19921875rem;top:19.75rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep { display:block; }#th9HR5PwSeobg0ik2H1Ovbi4C9nXR1Ep > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNBnSipquwtGaRfTPOwkv07DR7u0EiMP { width:14.5625rem;height:4.38671875rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD { display:block; }#e7NKAeeHHLn8BPDC9PmmiST7fn2FsToD > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1LN4087MRx59HBBk1Av0CWhwvTqGR8f { width:14.5625rem;height:4.38671875rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz { display:block; }#vkT8y2TVc8OstwoLurarDcB2NrQ3hCwz > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZitUHTI0Ue6rmdPbsyXVlTEEDvwKECkr { width:19.875rem;height:3.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG4h3OAXwie2f2ACEH7eXhihB6i0f3AP { width:16.875rem;height:11.6875rem;top:4.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwPbNoBr6fB2V9Iy7Igshx7Aapd5wvo5 { width:12.4375rem;height:2.625rem;top:14.40625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6LycKSA5DqZyTWQFiFGaTeqSBFJ0Hiv { display:block; }
 }@media only screen and (max-width: 763px) { #uNQrT7N9Qz5Wz5gmG3gGcyt13Fzf0XA8 { width:15.0625rem;height:5.19921875rem;top:6.40625rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDwtD9NXS62kJh0iKN7aEMlRCgzlmatt { width:20rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSfwlnzTEVNFxhO035h7HwtswgSGJ1rd { width:11.1875rem;height:11.1875rem;top:16.75rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG { display:block; }#BGW1TzKtB8b9CRS2TdqORL5of3UQd6JG > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOxZNaKmUzqRXaMlJJbcFVvOTUyF0NzE { width:14.5625rem;height:4.38671875rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyHhSKteXTGx1abZNR7SEgoqMROiQCN2 { width:20rem;height:2.5996125rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ { display:block; }#VXM4oJ9hiD5RAtgRNvlikC6sqZ8oTuzZ > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wa18hutKGxh1pbTvHNt6EskDUrZh7e7Q { width:14.5625rem;height:4.38671875rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGed75tpI28SJURR3L9r5q1Cq5yG05nT { display:block; }#CGed75tpI28SJURR3L9r5q1Cq5yG05nT > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZpRUu59S5B6ttoMC1TUNvq16PANUt7v { width:15rem;height:15rem;top:0rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyNMdzLsEoazOIKwhTC1iiBR0VK3nmg7 { width:19.875rem;height:3.625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7IqrBRTKv4EyrJDc83FUHcA7gMg8lRD { width:16.6875rem;height:11.6875rem;top:16.375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlyAB2oe4JT9llQEhpKRqNM4R73B4Gmu { width:12.4375rem;height:2.625rem;top:26.5849609375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTpu4hRizF2hlmsdxEw8WqTf6Mx8vS0O { display:block; }
 }@media only screen and (max-width: 763px) { #bqut6gbmWB5lxdowl0qnuqvKaHfJCioJ { width:15.75rem;height:5.19921875rem;top:19.75rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOnin4ZAnJ9Ah9bkmpr8cmJctZDqxtcT { width:20rem;height:1.625rem;top:15rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd { display:block; }#B5LSu8AOlgHTMFWxcJcEwLwsqIM2ZCgd > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kubxv9Pu5ptyh4RckGFwxOaHfsaoC9Sb { width:14.5625rem;height:4.38671875rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET { display:block; }#uus5Wi5Kb3H5zhURbeDp7NALlfKVWzET > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqCiuiFMV3sPVfzAH6aI9csNecp9bOQL { width:14.5625rem;height:4.38671875rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 { display:block; }#HSsDXgnDZKJTaTluEnQF8Xwcn0wKkcJ5 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9TrhUS6cqIgqSzFX8wZMGDOImW7ii17 { width:19.875rem;height:3.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5pLpb411WCLOrGOix0DVlWE35Mm0ZpO { width:16.875rem;height:11.6875rem;top:4.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMVuA937bZVZK4uTRL5EfZ8Et4aQKL9A { width:12.4375rem;height:2.625rem;top:14.40625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vpk0SrVTDQArDs8UBGkv5EcNrZXJAe { display:block; }
 }@media only screen and (max-width: 763px) { #lnqGrdeVitNEVoVDz3A1ehVxCdWDs2QH { width:15.0625rem;height:7.7988125rem;top:6.40625rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLgZ7CtpPx4CmnpGsc4eyNoXuZuTtwJn { width:20rem;height:1.625rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyWxWZy8m4QVCIgF8I5NTuR0GVLFvouR { width:11.5625rem;height:11.5625rem;top:16.375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX { display:block; }#CPlDDU9HPhpMthtgdzGRJCvR4KkWV7HX > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5KiSH9VKPw9xwUyiQb7JzpHAxRAkrdM { width:14.5625rem;height:4.38671875rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoTazTXitVJPexBap8WfyWZoRFgtqLrE { width:20rem;height:3.8994125rem;top:0.67578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN { display:block; }#Lh3bqElgGO3OZJ0Fo8iFFLB9LCr8mnNN > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoRZsGhU9PO7mA1BBboHG13UN7Hg56I4 { width:14.5625rem;height:4.38671875rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/71b42d72-a46e-443b-8960-45e43ec37d88/image1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.adaptive-delivery-prevent-bg, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyload, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyloading { background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { background-color: transparent; background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .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); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { border-width: 0; border-radius: 0; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEHWXKfOvG7auu4T1tmVMpdKKhPTkUmJ { width:19.9375rem;height:4.875rem;top:0.875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3FXfp7T0nMe04OGhTiinu75oOT82E6K { width:20rem;height:25.25rem;top:8.1328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm { display:block; }#hNQl9VbQSKX9tTn0zOqafdrRLBtdGkQm > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx  { width:17.5rem;height:auto;top:11.4375rem;left:0rem; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx {display:block;}#ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx { width:17.5rem;height:auto;top:11.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #Pz04Nt27JMLd3q0N1BNhlgVuECBf2ZZF {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #seU6FUMyGVnQRWWmz3FoMOMPCGGboBbw {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #EfPAL4ILfyK6hb6kPNIXKkN3CpDGLRIz {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #sSRruePAaKfKABazSMtSJ4MaVpBad8GG {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #OKAnNhCM0HEinpTU94BZEArrABBu4b5s { display:block; }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #bGtPMDeZZkT3yp30VeaapU1VVWbI8OnT {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #Z9etlan7laDnAlSREl9nnUcESgvezozT {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #bOTz4DP5SU26EDreFiureoIB6ZVvLwFt {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #fPKKqk7MOCHSa9p5sUR08pPFRFBsmBgX {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #HRsQXmcFgB1SVZwzb8Gez7yIfLowGbvS {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #UDNtQQlHLmH2KXmbIv4Ixxxf5ZseW1CW {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #UJ63pbLIugbFzpCE8QlcECsaxa75zOKW {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #WaGVyAM18334ts3pPp1fTsr596CrHXHV {  }
 }@media only screen and (max-width: 763px) { #ZXtzyLyfca3TQZSq0zGFOTxT9Udg9JZx #xBACKtQHyraGgexET5nxvDt3hExXAuXI {  }
 }@media only screen and (max-width: 763px) { #w8OEZgBfEXPl8adPcZMvVSSL0db94sx8 { width:20rem;height:2.03125rem;top:2.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gu46CcDaykH1QZ09cWlZap6eilJ1STIe { width:20rem;height:9.75rem;top:40.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4RheeC5nUaVTWgBvkSTTZUtwIxT942 { width:20rem;height:3.8994125rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmZ4D9rzQmLcqT5S1dWPiu5KM4h6x61 { width:6.875rem;height:6.875rem;top:56.3984375rem;left:6.5625rem;display:block; }
 }