.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv > .row .container { background-color: transparent; background-image: none; }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv > .row .container > .video-iframe-container { display: none; }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv > .row > .video-iframe-container { display: none; }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv > .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); }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv > .row .container { border-width: 0; border-radius: 0; }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#hMyBzWRgLS3Am54wEKSqsuDHOh0MgpVG { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#hMyBzWRgLS3Am54wEKSqsuDHOh0MgpVG.adaptive-delivery-prevent-bg, #hMyBzWRgLS3Am54wEKSqsuDHOh0MgpVG.lazyload, #hMyBzWRgLS3Am54wEKSqsuDHOh0MgpVG.lazyloading { background-image: none; }
#hmS9hWdhzIMFuNmQwrTzFS0l3hedzJpF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxCkOFcvCJi3zTDiRcbcFfr0EmoIi0ea { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#zJEomk0Hcp8TAeBepZKJ91I8bct4TF3F { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii > .row .container { background-color: transparent; background-image: none; }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii > .row .container > .video-iframe-container { display: none; }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii > .row > .video-iframe-container { display: none; }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii > .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); }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii > .row .container { border-width: 0; border-radius: 0; }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 > .row .container { background-color: transparent; background-image: none; }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 > .row .container > .video-iframe-container { display: none; }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 > .row > .video-iframe-container { display: none; }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 > .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); }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 > .row .container { border-width: 0; border-radius: 0; }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#bt8ISsrN3RPlX55HFgCxLaQlAWLmyQh2 { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#bt8ISsrN3RPlX55HFgCxLaQlAWLmyQh2.adaptive-delivery-prevent-bg, #bt8ISsrN3RPlX55HFgCxLaQlAWLmyQh2.lazyload, #bt8ISsrN3RPlX55HFgCxLaQlAWLmyQh2.lazyloading { background-image: none; }
#qK2okH6Gvkzo7itHBNXe9FAlynvqV5wP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7ZVElxSl77hNqFy6aeLpTazHp9AiTXh { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#NAlI41ahEI6lQgek2OW5Cc8NBBrNmvMM { color:#fff4e6;display:block;width:45.8125rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A > .row .container { background-color: transparent; background-image: none; }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A > .row .container > .video-iframe-container { display: none; }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A > .row > .video-iframe-container { display: none; }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A > .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); }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A > .row .container { border-width: 0; border-radius: 0; }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#RwHIM2Lp6Ce71FkWHCDNk5FWEFx0poAv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.1875rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1463180a-82a9-48e4-b57e-3886badebcbf/2548.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,31,56,0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,31,56,0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#rRBXoEQVxNGn2y43Z4TtN1c2xHne7g95 { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:anybody;font-size:6.375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:6.875rem;left:10.875rem;height:28.046875rem;font-style:normal;display:block; }
#ExyrLAXz0CHgBMQI3sTwsZ3PJ2vszECE { box-sizing:content-box;height:6.75rem;width:43.8125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:20.8125rem;left:9.1875rem;display:block; }
#Ch5itUHEEt54K2MWoQfggzdSCqucyosU { background-color:#c1b042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:6.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.8125rem;left:52.1875rem;display:block; }
#GC1pGxL1zpO6mqWM5hhlHc5ibwRDEyDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d { position:relative;display:block; }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d { background-color: transparent; background-image: none; }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d > .row .container > .video-iframe-container { display: none; }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d > .row > .video-iframe-container { display: none; }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d > .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); }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d { border-width: 0; border-radius: 0; }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vMidIR1cZL6wtWEdwQV3O4eKFEdaxbCG { box-sizing:content-box;height:13.5rem;width:34.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1463180a-82a9-48e4-b57e-3886badebcbf/2548.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:0rem;left:0rem;display:block; }#vMidIR1cZL6wtWEdwQV3O4eKFEdaxbCG.adaptive-delivery-prevent-bg, #vMidIR1cZL6wtWEdwQV3O4eKFEdaxbCG.lazyload, #vMidIR1cZL6wtWEdwQV3O4eKFEdaxbCG.lazyloading { background-image: none; }
#vMidIR1cZL6wtWEdwQV3O4eKFEdaxbCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,31,56,0.54); }#dmaSduogtQHx7ESzTLZExmqRu5XE1uCR { color:#000000;display:block;width:34.125rem;position:absolute;font-family:anybody;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.9375rem;left:40.625001907349rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O2iqyTrm7VVytU7BvlVQiDe2EyXrKTrt { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0625rem;left:40.750001907349rem;height:1.95rem;display:block; }
#vhxTB8s2sWrSLREKpU86gCrmJkuaA2HA { color:#000000;display:block;width:34.25rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.625rem;left:40.750001907349rem;height:3.375rem;display:block; }
#lEH0DuBgS2OnyXnbNKasn2GG9BWIfA54 { box-sizing:content-box;height:5.0625rem;width:29.9375rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;top:20.75rem;left:40.750001907349rem;display:block; }
#ILPo4PsErmDexGx1nQlNiKi31h4On3wE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.812500953674rem;left:41.750001907349rem; }
#FuXqxlu7PbOaHUUzEg32zZE383S6otLa { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.687500953674rem;left:45.562501907349rem;height:2.923825rem;display:block; }
#tx8qCVA2BuIWqrN0NqHMg34WmHQIoJgZ { color:#000000;display:block;width:30rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.974999427796rem;left:40.687501907349rem;height:1.625rem;display:block; }
#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z { position:relative;display:block; }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z { background-color: transparent; background-image: none; }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z > .row .container > .video-iframe-container { display: none; }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z > .row > .video-iframe-container { display: none; }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z > .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); }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z { border-width: 0; border-radius: 0; }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ieDqwU7xMdkOgGkHUenmhn0VxUTNhOOo { box-sizing:content-box;height:5.0625rem;width:29.9375rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:0.0625rem;left:40.75rem;display:block; }
#rAsNWqNNIOt6SIsV7wF796HXuRrNxmLx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.0625rem;left:41.75rem; }
#KrWdy6qTPbNuxGxGvF2x8D6Cuqf8GuUa { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8125rem;left:45.562501907349rem;height:1.4625rem;display:block; }
#m48TtESLRWuRzRbfg7eGv2lAtGWUmX5w { box-sizing:content-box;height:5.0625rem;width:29.9375rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:5.3125rem;left:40.750001907349rem;display:block; }
#C3gu5WVmtpTwpF7M9p2TEqFRQEHkoTWa { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7rem;left:45.562501907349rem;height:1.4625rem;display:block; }
#ln26JTxGTUMcEzNtKpXhr6klErNQG5wC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.25rem;left:41.750001907349rem; }
#dLORbzmMsFXOdz7oRUaIO2Icdz3OiPdw { box-sizing:content-box;height:22.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3187bc93-c1f5-416a-862a-fa3549e7927c/40313.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:2.375rem;left:0rem;display:block; }#dLORbzmMsFXOdz7oRUaIO2Icdz3OiPdw.adaptive-delivery-prevent-bg, #dLORbzmMsFXOdz7oRUaIO2Icdz3OiPdw.lazyload, #dLORbzmMsFXOdz7oRUaIO2Icdz3OiPdw.lazyloading { background-image: none; }
#dLORbzmMsFXOdz7oRUaIO2Icdz3OiPdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,31,56,0.54); }#gAqQabXBUmxDICNko9KgVdLd7nlib0Xd { color:#ffffff;display:block;width:50.1875rem;position:absolute;font-family:anybody;font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:12.25rem;left:4rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M5DRKetKElAftNOVA0zGqH5XxxvLmBU2 { background-color:#c1b042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:6.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.687500953674rem;left:57.112497329712rem;display:block; }
#pT5EwLG6cBNi5Wcez7qTHwSVAqT7xt0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opgbnuRmA229x45s1uTQJSHCpcpixsh4 { position:relative;display:block; }#opgbnuRmA229x45s1uTQJSHCpcpixsh4 { background-color: transparent; background-image: none; }#opgbnuRmA229x45s1uTQJSHCpcpixsh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opgbnuRmA229x45s1uTQJSHCpcpixsh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opgbnuRmA229x45s1uTQJSHCpcpixsh4 > .row .container > .video-iframe-container { display: none; }#opgbnuRmA229x45s1uTQJSHCpcpixsh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opgbnuRmA229x45s1uTQJSHCpcpixsh4 > .row > .video-iframe-container { display: none; }#opgbnuRmA229x45s1uTQJSHCpcpixsh4 > .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); }#opgbnuRmA229x45s1uTQJSHCpcpixsh4 { border-width: 0; border-radius: 0; }#opgbnuRmA229x45s1uTQJSHCpcpixsh4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#opgbnuRmA229x45s1uTQJSHCpcpixsh4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xR0R5szW2NarkGuP3dfKxb9c5WIUHy7r { box-sizing:content-box;height:8.3125rem;width:32.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3187bc93-c1f5-416a-862a-fa3549e7927c/40313.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:5.1562461853028rem;left:39.687501907349rem;display:block; }#xR0R5szW2NarkGuP3dfKxb9c5WIUHy7r.adaptive-delivery-prevent-bg, #xR0R5szW2NarkGuP3dfKxb9c5WIUHy7r.lazyload, #xR0R5szW2NarkGuP3dfKxb9c5WIUHy7r.lazyloading { background-image: none; }
#xR0R5szW2NarkGuP3dfKxb9c5WIUHy7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,31,56,0.54); }#dxGlDfGlQaXtmeNne7zdca4Qaiv1DQKu { box-sizing:content-box;height:13.5rem;width:34.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3187bc93-c1f5-416a-862a-fa3549e7927c/40313.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:0rem;left:0rem;display:block; }#dxGlDfGlQaXtmeNne7zdca4Qaiv1DQKu.adaptive-delivery-prevent-bg, #dxGlDfGlQaXtmeNne7zdca4Qaiv1DQKu.lazyload, #dxGlDfGlQaXtmeNne7zdca4Qaiv1DQKu.lazyloading { background-image: none; }
#dxGlDfGlQaXtmeNne7zdca4Qaiv1DQKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,31,56,0.54); }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs { position:relative;display:block; }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs { background-color: transparent; background-image: none; }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs > .row .container > .video-iframe-container { display: none; }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs > .row > .video-iframe-container { display: none; }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs > .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); }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs { border-width: 0; border-radius: 0; }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i4lSztIfg4thUd5heyxOGxKz2bxJNbEb { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:anybody;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.125rem;left:4rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DGVTrIaMliafuDir8mg7tFcnycFZWTN9 { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.25rem;left:4rem;height:1.95rem;display:block; }
#VT7zpTTzyKdVLBNqULtsKM9zAAiv9Dpy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:17.625rem;top:16.6875rem;left:4rem;overflow:hidden;display:block; }
#XH1nllTlXbN4BchxHOumstT61oTNZMqS { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:anybody;font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:21.8125rem;left:8.75rem;height:4.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aZ2ZgHTZTEmuQFf4gBpZDLsFGUL5vA17 { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:gilroy;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.418752670288rem;left:9.8000011444094rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#o5L8hygee2WTXt4i15vhPaJc3QnstSRV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:17.625rem;top:4.6875019073486rem;left:52.91250038147rem;overflow:hidden;display:block; }
#AhKs4Mp5qCAFIVxKvvq1VKJMLnRQJdJm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:17.625rem;top:11.156251907349rem;left:28.687501907349rem;overflow:hidden;display:block; }
#fcVuGDi1rFbo5zAmdz5zqG51OLpA49nX { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:anybody;font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:16.25rem;left:33.375001907349rem;height:4.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HBSAIuXGieU8HFmOy4xws3b8CEdv6psx { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:gilroy;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.78750038147rem;left:34.737501144409rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#l1kExSWDQssUcIOymVUXa9To9QbKC3Vg { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:anybody;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:9.6875rem;left:57.38125038147rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AgE2Bvs5fHlBlbMK9VUJqOTM9nZudc4Z { color:#ffffff;display:block;width:6rem;position:absolute;font-family:gilroy;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.35000038147rem;left:59.799997329712rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#hwPQ3uM20UIHkgvp1WSASmosVlzulHtw { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#000000;background-image:none;top:13.53750038147rem;left:10.34375rem;display:block; }
#NpgEvH48NTXs74eMpExeAeWg92I1MpPS { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:anybody;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:14.89999961853rem;left:11.15625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nAQMDmfwv4UJvrMWviogMCvVBHy6DTZn { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#000000;background-image:none;top:7.94375038147rem;left:35.031251907349rem;display:block; }
#E7CicfThtmLcmT66kGgtGSJPpSIkOMtb { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:anybody;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:9.25rem;left:35.781251907349rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgHTrVX23LiSWU5cBAhGDTLfMaOOvkRu { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#000000;background-image:none;top:1.3812503814698rem;left:59.25625038147rem;display:block; }
#J0PJlUgU8zMe5iw961canwRwN1NpSTKd { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:anybody;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:2.7437496185302rem;left:60.00625038147rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQ91UvD14rS2M2ZVeJMzuD91THdqzOK9 { background-color:#c1b042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:6.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.874998092651rem;left:55.22500038147rem;display:block; }
#zcW6HuTD4MpAu6ZPTd71XQET1mo7X8w7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg { position:relative;display:block; }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg { background-color: transparent; background-image: none; }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg > .row .container > .video-iframe-container { display: none; }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg > .row > .video-iframe-container { display: none; }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg > .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); }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg { border-width: 0; border-radius: 0; }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD { position:relative;display:block; }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD { background-color: transparent; background-image: none; }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD > .row .container > .video-iframe-container { display: none; }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD > .row > .video-iframe-container { display: none; }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD > .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); }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD { border-width: 0; border-radius: 0; }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JAmhC7rnSZwWeXUT2L57wCQO16Qr1gQo { box-sizing:content-box;height:12.0625rem;width:20.5625rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b096678-113f-48a1-9bb0-cf5df7427de6/186011.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.4874992370606rem;left:30.812501907349rem;display:block; }#JAmhC7rnSZwWeXUT2L57wCQO16Qr1gQo.adaptive-delivery-prevent-bg, #JAmhC7rnSZwWeXUT2L57wCQO16Qr1gQo.lazyload, #JAmhC7rnSZwWeXUT2L57wCQO16Qr1gQo.lazyloading { background-image: none; }
#ny1wREHc4VFfL3DLqJNr0W0Q86VoB3O6 { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:anybody;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.3125rem;left:0rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vfsvknIx1Gqnh0326p90oayh7CmHnfST { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7874994277954rem;left:0.1875rem;height:1.95rem;display:block; }
#suMqK5yks7xP2at0m7OSi3QpCerQKwth { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;top:7.875rem;left:46.5625rem;display:block; }
#nD4oEqAGqTU82GnfxbPJ2o7WnCsSPd0O { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:52.58749961853rem;height:1.625rem;display:block; }
#fNfPMSOdr45ddwJqWqJHgdrprnbBViwQ { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:gilroy;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.4375rem;left:52.58749961853rem;height:6rem;display:block; }
#fqZARXiKT9CHECNvTF7KBMAPQsB1B1vU { box-sizing:content-box;height:23.4375rem;width:13.1875rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9902dbc7-df5a-4919-85b9-5eb6def4d269/115121.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.362503051757rem;left:24.02499961853rem;display:block; }#fqZARXiKT9CHECNvTF7KBMAPQsB1B1vU.adaptive-delivery-prevent-bg, #fqZARXiKT9CHECNvTF7KBMAPQsB1B1vU.lazyload, #fqZARXiKT9CHECNvTF7KBMAPQsB1B1vU.lazyloading { background-image: none; }
#XTUirJsnBmaUa8e9kARk363QMSP11d9r { box-sizing:content-box;height:0.0625rem;width:22.375rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:34.212493896484rem;left:5.1750001907349rem;display:block; }
#N9kXPELzB6kKDZnwHrQWXvmZ443ixNZx { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.737503051757rem;left:5.2625007629394rem;height:1.625rem;display:block; }
#OwAAwwSqrRmnIMJFKAkVFGoE2C1LtCoX { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:gilroy;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:34.887496948243rem;left:5.1875rem;height:4.5rem;display:block; }
#iQB3RQ0ba1kAu2R1fDkNN5TbphO16Ndk { box-sizing:content-box;height:23.4375rem;width:17.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/33a50b74-daac-401e-b644-f4a9c80e2628/106.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.362503051757rem;left:38.81875038147rem;display:block; }#iQB3RQ0ba1kAu2R1fDkNN5TbphO16Ndk.adaptive-delivery-prevent-bg, #iQB3RQ0ba1kAu2R1fDkNN5TbphO16Ndk.lazyload, #iQB3RQ0ba1kAu2R1fDkNN5TbphO16Ndk.lazyloading { background-image: none; }
#D4JSi7XJpC1cB4Kh21G3IRm3EMcvTndM { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:34.212493896484rem;left:53.93124961853rem;display:block; }
#o6RaWkamlT2wtKw1xXVS9URNclEzumPV { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.75rem;left:57.687501907349rem;height:1.625rem;display:block; }
#iGxRL9CJRkFcWwKstRGz3aQCQKnW4xZn { color:#000000;display:block;width:16.25rem;position:absolute;font-family:gilroy;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:34.875rem;left:57.875001907349rem;height:4.5rem;display:block; }
#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs { position:relative;display:block; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs { background-color: transparent; background-image: none; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container > .video-iframe-container { display: none; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row > .video-iframe-container { display: none; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .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.49); }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs { border-width: 0; border-radius: 0; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a9afbac-9b8e-4d3a-b2ad-f89dcfd38a5c/99118.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container.adaptive-delivery-prevent-bg, #gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container.lazyload, #gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container.lazyloading { background-image: none; }#O9NdEfOENOKo5CBm3zpV6aTihgmVLLAH { box-sizing:content-box;height:11.1875rem;width:53.1875rem;position:absolute;display:block;z-index:15000;background-color:#c1b042;background-image:none;top:20.218758583069rem;left:10.90625rem;display:block; }
#Z3Ez65RJwO6MEtfp67MyQv26dflsrM1l { color:#ffffff;display:block;width:70.3125rem;position:absolute;font-family:anybody;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.4375028610231rem;left:2.34375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n3ivOo2RfeB45BF9XGNythVvBgOZbvGi { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070707;top:11.9375rem;left:18.09375rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-form-header {  }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-regular-label { display:block;width:17.125rem;height:auto;font-size:0.875rem;font-family:gilroy;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;background-color:transparent;background-image:none;overflow:hidden;font-weight:300;font-style:normal;vertical-align:top; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:3.125rem;width:17.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:gilroy;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: none; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-text {padding-top: 0; padding-bottom: 0;}#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:3rem;width:17.125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:gilroy;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: none; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);height:3.125rem;width:17.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#9e9e9e;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-select {padding-top: 0; padding-bottom: 0;}#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:11.25rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:anybody;font-weight:bold;text-align:center;text-align-last:center;font-size:1rem;background-color:#000000;background-image:none;overflow:hidden; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:gilroy;color:#000000; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:gilroy;color:#000000; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:gilroy;color:#000000; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:gilroy;color:#000000; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:45.9375rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#000000; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.6875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-container:first-of-type{padding-top:0;}#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-container:last-of-type{padding-bottom:0;}#wd984K08RidbZtADXkEeiwJSM1p77AiP  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:47.4375rem;height:auto;left:12.53125rem;top:22.687509536743rem;z-index:15005;position:absolute; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .radio-container { width:17.75rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:47.4375rem;height:auto;left:12.53125rem;top:22.687509536743rem;z-index:15005;position:absolute; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP #krwptpMJkzessLPg4odKv5udp8TPv3rq { position:relative; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP #ZCVnVvFK4Ed5mlGvTuEtS6aPrULhwX2P { position:relative;display:none; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP #EeUwNCvl8OHeG4z82NCVs6NT3I9mGx44 { position:relative; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP #x0AJrks2o5y4KOgZ19B5yfGZC7UWTrFi { position:relative; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP #Os6rQv3WkJ42NcH5TK51VDe0dEZLEMTl { position:relative;display:none; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP #uAA3HFW4NFxmg2KVTVPz5JfhWyCSNmL6 { position:relative; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP #T4JaPrgIiQvZzt1cqubFyiQb67SgmiAW { position:relative; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP #TpTFHPH1h6QTSVv3tAunsOxbTA8IX0LT { position:relative; }
#ucdW32PGb9BOlhewI2PMymq2MG5e7LTh { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.96875rem;left:17.78125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 { position:relative;display:block; }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 { background-color: transparent; background-image: none; }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 > .row .container > .video-iframe-container { display: none; }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 > .row > .video-iframe-container { display: none; }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 > .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); }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 { border-width: 0; border-radius: 0; }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv { display:block; }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMyBzWRgLS3Am54wEKSqsuDHOh0MgpVG { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmS9hWdhzIMFuNmQwrTzFS0l3hedzJpF { display:block; }
 }@media only screen and (max-width: 763px) { #uxCkOFcvCJi3zTDiRcbcFfr0EmoIi0ea { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJEomk0Hcp8TAeBepZKJ91I8bct4TF3F { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvp4BCeIPDbqz69THac4PmRLnPyhpUii { display:block; }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 { display:block; }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bt8ISsrN3RPlX55HFgCxLaQlAWLmyQh2 { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK2okH6Gvkzo7itHBNXe9FAlynvqV5wP { display:block; }
 }@media only screen and (max-width: 763px) { #y7ZVElxSl77hNqFy6aeLpTazHp9AiTXh { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAlI41ahEI6lQgek2OW5Cc8NBBrNmvMM { top:3.5625rem;left:0rem;width:45.8125rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A { display:block; }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwHIM2Lp6Ce71FkWHCDNk5FWEFx0poAv { top:0.5rem;left:0rem;width:8.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRBXoEQVxNGn2y43Z4TtN1c2xHne7g95 { top:6.875rem;left:0rem;width:30.8125rem;height:28rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExyrLAXz0CHgBMQI3sTwsZ3PJ2vszECE { top:20.8125rem;left:0rem;width:43.8125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch5itUHEEt54K2MWoQfggzdSCqucyosU { width:13.625rem;height:6.75rem;top:20.8125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC1pGxL1zpO6mqWM5hhlHc5ibwRDEyDU { display:block; }
 }@media only screen and (max-width: 763px) { #vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d { display:block; }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMidIR1cZL6wtWEdwQV3O4eKFEdaxbCG { top:0rem;left:0rem;width:34.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmaSduogtQHx7ESzTLZExmqRu5XE1uCR { top:3.9375rem;left:13.625rem;width:34.125rem;height:4.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2iqyTrm7VVytU7BvlVQiDe2EyXrKTrt { top:8.0625rem;left:27.125001907349rem;width:19.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhxTB8s2sWrSLREKpU86gCrmJkuaA2HA { top:10.625rem;left:13.5rem;width:34.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEH0DuBgS2OnyXnbNKasn2GG9BWIfA54 { top:20.75rem;left:17.8125rem;width:29.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILPo4PsErmDexGx1nQlNiKi31h4On3wE { top:21.8125rem;left:28.125001907349rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXqxlu7PbOaHUUzEg32zZE383S6otLa { top:21.6875rem;left:23.3125rem;width:24.4375rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx8qCVA2BuIWqrN0NqHMg34WmHQIoJgZ { top:17.9375rem;left:17.75rem;width:30rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z { display:block; }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieDqwU7xMdkOgGkHUenmhn0VxUTNhOOo { top:0.0625rem;left:17.8125rem;width:29.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAsNWqNNIOt6SIsV7wF796HXuRrNxmLx { top:1.0625rem;left:28.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrWdy6qTPbNuxGxGvF2x8D6Cuqf8GuUa { top:1.8125rem;left:23.875rem;width:23.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m48TtESLRWuRzRbfg7eGv2lAtGWUmX5w { top:5.3125rem;left:17.8125rem;width:29.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3gu5WVmtpTwpF7M9p2TEqFRQEHkoTWa { top:7rem;left:24.875rem;width:22.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln26JTxGTUMcEzNtKpXhr6klErNQG5wC { top:6.25rem;left:28.125001907349rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLORbzmMsFXOdz7oRUaIO2Icdz3OiPdw { top:2.375rem;left:0rem;width:47.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAqQabXBUmxDICNko9KgVdLd7nlib0Xd { top:12.25rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5DRKetKElAftNOVA0zGqH5XxxvLmBU2 { width:13.625rem;height:6.75rem;top:17.6875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT5EwLG6cBNi5Wcez7qTHwSVAqT7xt0Z { display:block; }
 }@media only screen and (max-width: 763px) { #opgbnuRmA229x45s1uTQJSHCpcpixsh4 { display:block; }#opgbnuRmA229x45s1uTQJSHCpcpixsh4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR0R5szW2NarkGuP3dfKxb9c5WIUHy7r { top:5.125rem;left:15.25rem;width:32.5rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxGlDfGlQaXtmeNne7zdca4Qaiv1DQKu { top:0rem;left:0rem;width:34.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs { display:block; }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4lSztIfg4thUd5heyxOGxKz2bxJNbEb { top:5.125rem;left:0rem;width:21.5625rem;height:4.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGVTrIaMliafuDir8mg7tFcnycFZWTN9 { top:9.25rem;left:0rem;width:21.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT7zpTTzyKdVLBNqULtsKM9zAAiv9Dpy { top:16.6875rem;left:0rem;width:17.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH1nllTlXbN4BchxHOumstT61oTNZMqS { top:21.8125rem;left:0rem;width:8.125rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ2ZgHTZTEmuQFf4gBpZDLsFGUL5vA17 { top:29.375rem;left:0rem;width:7.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5L8hygee2WTXt4i15vhPaJc3QnstSRV { top:4.6875rem;left:30.125rem;width:17.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhKs4Mp5qCAFIVxKvvq1VKJMLnRQJdJm { top:11.125rem;left:15.062501907349rem;width:17.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVuGDi1rFbo5zAmdz5zqG51OLpA49nX { top:16.25rem;left:19.750001907349rem;width:8.4375rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBSAIuXGieU8HFmOy4xws3b8CEdv6psx { top:23.75rem;left:21.112501144409rem;width:6.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1kExSWDQssUcIOymVUXa9To9QbKC3Vg { top:9.6875rem;left:38.4375rem;width:9.3125rem;height:6.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgE2Bvs5fHlBlbMK9VUJqOTM9nZudc4Z { top:17.3125rem;left:41.75rem;width:6rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwPQ3uM20UIHkgvp1WSASmosVlzulHtw { top:13.5rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpgEvH48NTXs74eMpExeAeWg92I1MpPS { top:14.875rem;left:0rem;width:3.4375rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAQMDmfwv4UJvrMWviogMCvVBHy6DTZn { top:7.9375rem;left:21.406251907349rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7CicfThtmLcmT66kGgtGSJPpSIkOMtb { top:9.25rem;left:22.156251907349rem;width:3.4375rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgHTrVX23LiSWU5cBAhGDTLfMaOOvkRu { top:1.375rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0PJlUgU8zMe5iw961canwRwN1NpSTKd { top:2.6875rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ91UvD14rS2M2ZVeJMzuD91THdqzOK9 { width:13.625rem;height:6.75rem;top:35.8125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcW6HuTD4MpAu6ZPTd71XQET1mo7X8w7 { display:block; }
 }@media only screen and (max-width: 763px) { #D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg { display:block; }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Grzs37N3KQkOZEKs82hCynU4Zm2CguXD { display:block; }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAmhC7rnSZwWeXUT2L57wCQO16Qr1gQo { top:4.4375rem;left:17.187501907349rem;width:20.5625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny1wREHc4VFfL3DLqJNr0W0Q86VoB3O6 { top:3.3125rem;left:0rem;width:30.8125rem;height:21rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfsvknIx1Gqnh0326p90oayh7CmHnfST { top:1.75rem;left:0rem;width:19.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suMqK5yks7xP2at0m7OSi3QpCerQKwth { top:7.875rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4oEqAGqTU82GnfxbPJ2o7WnCsSPd0O { top:5.75rem;left:28.6875rem;width:19.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNfPMSOdr45ddwJqWqJHgdrprnbBViwQ { top:8.4375rem;left:28.6875rem;width:19.0625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZARXiKT9CHECNvTF7KBMAPQsB1B1vU { top:18.3125rem;left:10.39999961853rem;width:13.1875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTUirJsnBmaUa8e9kARk363QMSP11d9r { top:34.1875rem;left:0rem;width:22.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9kXPELzB6kKDZnwHrQWXvmZ443ixNZx { top:31.6875rem;left:0rem;width:19.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwAAwwSqrRmnIMJFKAkVFGoE2C1LtCoX { top:34.875rem;left:0rem;width:18.0625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQB3RQ0ba1kAu2R1fDkNN5TbphO16Ndk { top:18.3125rem;left:25.19375038147rem;width:17.9375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4JSi7XJpC1cB4Kh21G3IRm3EMcvTndM { top:34.1875rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RaWkamlT2wtKw1xXVS9URNclEzumPV { top:31.75rem;left:33.0625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGxRL9CJRkFcWwKstRGz3aQCQKnW4xZn { top:34.875rem;left:31.5rem;width:16.25rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs { display:block; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9NdEfOENOKo5CBm3zpV6aTihgmVLLAH { top:20.1875rem;left:0rem;width:47.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Ez65RJwO6MEtfp67MyQv26dflsrM1l { top:7.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3ivOo2RfeB45BF9XGNythVvBgOZbvGi { top:11.9375rem;left:4.46875rem;width:40.1875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-regular-label { display:block;width:16.0625rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-text { width:16.0625rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-text {padding-top: 0; padding-bottom: 0;}#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-textarea { width:16.0625rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-select { width:16.0625rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-select {padding-top: 0; padding-bottom: 0;}#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-checkbox-label { width:43.75rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-radio-label { width:7.15625rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP  { width:45.25rem;height:3.75rem;top:22.6875rem;left:0rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .radio-container { width:16.6875rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP {display:inline-block;}#wd984K08RidbZtADXkEeiwJSM1p77AiP { width:45.25rem;height:3.75rem;top:22.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #krwptpMJkzessLPg4odKv5udp8TPv3rq {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #ZCVnVvFK4Ed5mlGvTuEtS6aPrULhwX2P { display:none; }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #EeUwNCvl8OHeG4z82NCVs6NT3I9mGx44 {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #x0AJrks2o5y4KOgZ19B5yfGZC7UWTrFi {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #Os6rQv3WkJ42NcH5TK51VDe0dEZLEMTl {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #uAA3HFW4NFxmg2KVTVPz5JfhWyCSNmL6 {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #T4JaPrgIiQvZzt1cqubFyiQb67SgmiAW {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #TpTFHPH1h6QTSVv3tAunsOxbTA8IX0LT {  }
 }@media only screen and (max-width: 763px) { #ucdW32PGb9BOlhewI2PMymq2MG5e7LTh { top:31.9375rem;left:4.15625rem;width:39.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 { display:block; }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv { position:relative;z-index:auto;display:block; }#a7LIyKeTrZxOqhw4swifKlHeyaAbgyhv > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMyBzWRgLS3Am54wEKSqsuDHOh0MgpVG { width:9.6875rem;height:3.125rem;top:7.796875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmS9hWdhzIMFuNmQwrTzFS0l3hedzJpF { display:block; }
 }@media only screen and (max-width: 763px) { #uxCkOFcvCJi3zTDiRcbcFfr0EmoIi0ea { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJEomk0Hcp8TAeBepZKJ91I8bct4TF3F { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kvp4BCeIPDbqz69THac4PmRLnPyhpUii { display:block; }#Kvp4BCeIPDbqz69THac4PmRLnPyhpUii > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 { position:relative;z-index:auto;display:block; }#cve0Vw5Z5I6p3VX0GgVa9Dx9JMS7Thn0 > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bt8ISsrN3RPlX55HFgCxLaQlAWLmyQh2 { width:9.6875rem;height:3.125rem;top:10.1484375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK2okH6Gvkzo7itHBNXe9FAlynvqV5wP { display:block; }
 }@media only screen and (max-width: 763px) { #y7ZVElxSl77hNqFy6aeLpTazHp9AiTXh { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAlI41ahEI6lQgek2OW5Cc8NBBrNmvMM { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A { display:block; }#r0X3rH3ZLmpwrk7JMaIkpcU0QGWGQs8A > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwHIM2Lp6Ce71FkWHCDNk5FWEFx0poAv { width:8.1875rem;height:1.875rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRBXoEQVxNGn2y43Z4TtN1c2xHne7g95 { width:18.875rem;height:17.6rem;top:2rem;left:0.875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExyrLAXz0CHgBMQI3sTwsZ3PJ2vszECE { width:19.25rem;height:4.875rem;top:10.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch5itUHEEt54K2MWoQfggzdSCqucyosU { width:11.25rem;height:4.375rem;top:22.875rem;left:4.375rem;font-size:1.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC1pGxL1zpO6mqWM5hhlHc5ibwRDEyDU { display:block; }
 }@media only screen and (max-width: 763px) { #vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d { display:block; }#vhAT82ozn7cgMuz6Dzmo8h1HXk1fOO0d > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMidIR1cZL6wtWEdwQV3O4eKFEdaxbCG { width:20rem;height:13.5rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmaSduogtQHx7ESzTLZExmqRu5XE1uCR { width:20rem;height:3.78125rem;top:2.2999992370606rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2iqyTrm7VVytU7BvlVQiDe2EyXrKTrt { width:19.0625rem;height:1.625rem;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhxTB8s2sWrSLREKpU86gCrmJkuaA2HA { width:18.4375rem;height:4.4625rem;top:9.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEH0DuBgS2OnyXnbNKasn2GG9BWIfA54 { width:20rem;height:5.0625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILPo4PsErmDexGx1nQlNiKi31h4On3wE { display:flex;width:2.875rem;height:2.875rem;top:20.1875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #FuXqxlu7PbOaHUUzEg32zZE383S6otLa { width:15.125rem;height:2.925rem;top:20.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx8qCVA2BuIWqrN0NqHMg34WmHQIoJgZ { width:20rem;height:1.4625rem;top:16rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z { display:block; }#lZXQRZy7HBqAmB0DZM7o9bnVADFu184Z > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieDqwU7xMdkOgGkHUenmhn0VxUTNhOOo { width:20rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAsNWqNNIOt6SIsV7wF796HXuRrNxmLx { display:flex;width:2.875rem;height:2.875rem;top:1.09375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #KrWdy6qTPbNuxGxGvF2x8D6Cuqf8GuUa { width:15.5625rem;height:2.925rem;top:1rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m48TtESLRWuRzRbfg7eGv2lAtGWUmX5w { width:20rem;height:5.0625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3gu5WVmtpTwpF7M9p2TEqFRQEHkoTWa { width:15.4375rem;height:2.925rem;top:6.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln26JTxGTUMcEzNtKpXhr6klErNQG5wC { display:flex;width:2.875rem;height:2.875rem;top:6.1875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #dLORbzmMsFXOdz7oRUaIO2Icdz3OiPdw { width:20rem;height:27.1875rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAqQabXBUmxDICNko9KgVdLd7nlib0Xd { width:14.3125rem;height:17.6rem;top:14.881253242492rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5DRKetKElAftNOVA0zGqH5XxxvLmBU2 { width:11.25rem;height:4.375rem;top:36.1875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT5EwLG6cBNi5Wcez7qTHwSVAqT7xt0Z { display:block; }
 }@media only screen and (max-width: 763px) { #opgbnuRmA229x45s1uTQJSHCpcpixsh4 { display:block; }#opgbnuRmA229x45s1uTQJSHCpcpixsh4 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR0R5szW2NarkGuP3dfKxb9c5WIUHy7r { width:20rem;height:8.3125rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxGlDfGlQaXtmeNne7zdca4Qaiv1DQKu { width:20rem;height:8.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs { display:block; }#WKDfiJTBX7ZvT9CaEaKHhCSImtouOgLs > .row .container { width:20rem;height:91.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4lSztIfg4thUd5heyxOGxKz2bxJNbEb { width:12.3125rem;height:3.4375rem;top:2.25rem;left:1.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGVTrIaMliafuDir8mg7tFcnycFZWTN9 { width:10.4375rem;height:3.25rem;top:5.6875rem;left:1.1875rem;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VT7zpTTzyKdVLBNqULtsKM9zAAiv9Dpy { width:17.625rem;height:20.3125rem;top:14.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH1nllTlXbN4BchxHOumstT61oTNZMqS { width:8.125rem;height:4.4rem;top:19.1875rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ2ZgHTZTEmuQFf4gBpZDLsFGUL5vA17 { width:7.0625rem;height:2.6rem;top:26.6875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5L8hygee2WTXt4i15vhPaJc3QnstSRV { width:17.625rem;height:20.3125rem;top:63.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhKs4Mp5qCAFIVxKvvq1VKJMLnRQJdJm { width:17.625rem;height:20.3125rem;top:38.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVuGDi1rFbo5zAmdz5zqG51OLpA49nX { width:8.4375rem;height:4.4rem;top:43.75rem;left:5.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBSAIuXGieU8HFmOy4xws3b8CEdv6psx { width:6.75rem;height:2.6rem;top:51.5rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1kExSWDQssUcIOymVUXa9To9QbKC3Vg { width:9.3125rem;height:6.1875rem;top:68.5rem;left:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgE2Bvs5fHlBlbMK9VUJqOTM9nZudc4Z { width:6rem;height:2.6rem;top:76.1875rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwPQ3uM20UIHkgvp1WSASmosVlzulHtw { width:4.9375rem;height:4.9375rem;top:35.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpgEvH48NTXs74eMpExeAeWg92I1MpPS { width:3.4375rem;height:2.2rem;top:12.375rem;left:8.375rem;font-size:2rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #nAQMDmfwv4UJvrMWviogMCvVBHy6DTZn { width:4.9375rem;height:4.9375rem;top:11rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7CicfThtmLcmT66kGgtGSJPpSIkOMtb { width:3.4375rem;height:2.2rem;top:37.6875rem;left:8.25rem;font-size:2rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #KgHTrVX23LiSWU5cBAhGDTLfMaOOvkRu { width:4.9375rem;height:4.9375rem;top:60.325004577637rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0PJlUgU8zMe5iw961canwRwN1NpSTKd { width:3.4375rem;height:2.2rem;top:62.393749237061rem;left:8.28125rem;font-size:2rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #VQ91UvD14rS2M2ZVeJMzuD91THdqzOK9 { width:11.25rem;height:4.375rem;top:87.087505340575rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcW6HuTD4MpAu6ZPTd71XQET1mo7X8w7 { display:block; }
 }@media only screen and (max-width: 763px) { #D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg { display:none; }#D9ZTJqaSFMyRDQmBmBx6HuSwEMUPAhdg > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Grzs37N3KQkOZEKs82hCynU4Zm2CguXD { display:block; }#Grzs37N3KQkOZEKs82hCynU4Zm2CguXD > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAmhC7rnSZwWeXUT2L57wCQO16Qr1gQo { width:11.25rem;height:6.875rem;top:23.937494277954rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny1wREHc4VFfL3DLqJNr0W0Q86VoB3O6 { width:20rem;height:15.4rem;top:3.75rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfsvknIx1Gqnh0326p90oayh7CmHnfST { width:19.0625rem;height:1.625rem;top:18.71249961853rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suMqK5yks7xP2at0m7OSi3QpCerQKwth { width:16.25rem;height:0.0625rem;top:34.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4oEqAGqTU82GnfxbPJ2o7WnCsSPd0O { width:19.0625rem;height:1.625rem;top:31.75rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNfPMSOdr45ddwJqWqJHgdrprnbBViwQ { width:16.3125rem;height:6rem;top:34.8125rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqZARXiKT9CHECNvTF7KBMAPQsB1B1vU { width:11.25rem;height:6.875rem;top:44.187501907349rem;left:4.375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9902dbc7-df5a-4919-85b9-5eb6def4d269/115121.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fqZARXiKT9CHECNvTF7KBMAPQsB1B1vU.adaptive-delivery-prevent-bg, #fqZARXiKT9CHECNvTF7KBMAPQsB1B1vU.lazyload, #fqZARXiKT9CHECNvTF7KBMAPQsB1B1vU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XTUirJsnBmaUa8e9kARk363QMSP11d9r { width:16.25rem;height:0.0625rem;top:54.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9kXPELzB6kKDZnwHrQWXvmZ443ixNZx { width:19.0625rem;height:1.625rem;top:52.1875rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OwAAwwSqrRmnIMJFKAkVFGoE2C1LtCoX { width:18.0625rem;height:4.5rem;top:55.21875rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQB3RQ0ba1kAu2R1fDkNN5TbphO16Ndk { width:16.25rem;height:6.875rem;top:63.4374961853rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4JSi7XJpC1cB4Kh21G3IRm3EMcvTndM { width:16.25rem;height:0.0625rem;top:73.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RaWkamlT2wtKw1xXVS9URNclEzumPV { width:14.6875rem;height:1.625rem;top:71.312500953675rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGxRL9CJRkFcWwKstRGz3aQCQKnW4xZn { width:16.25rem;height:4.5rem;top:74.25rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs { display:block; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs { background-color: transparent; background-image: none; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container > .video-iframe-container { display: none; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row > .video-iframe-container { display: none; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container { width:20rem;height:41.0625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a9afbac-9b8e-4d3a-b2ad-f89dcfd38a5c/99118.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container.adaptive-delivery-prevent-bg, #gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container.lazyload, #gWRq7g9hnauwFTny2VhspMcm0ZV2hGSs > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #O9NdEfOENOKo5CBm3zpV6aTihgmVLLAH { width:20rem;height:15.625rem;top:18.749996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Ez65RJwO6MEtfp67MyQv26dflsrM1l { width:17.875rem;height:8.25rem;top:2.0625rem;left:0.9375rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n3ivOo2RfeB45BF9XGNythVvBgOZbvGi { width:17.6875rem;height:7rem;top:10.312488555908rem;left:1.15625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-regular-label { display:block;width:16.875rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-text { width:16.875rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-text {padding-top: 0; padding-bottom: 0;}#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-textarea { width:16.875rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-select { width:16.875rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-select {padding-top: 0; padding-bottom: 0;}#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-input-button { width:16.875rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-checkbox-label { width:16rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .widget-radio-label { width:7.5625rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP  { width:17.5rem;height:auto;top:19.6875rem;left:0rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP .radio-container { width:17.5rem; }
#wd984K08RidbZtADXkEeiwJSM1p77AiP {display:inline-block;}#wd984K08RidbZtADXkEeiwJSM1p77AiP { width:17.5rem;height:auto;top:19.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #krwptpMJkzessLPg4odKv5udp8TPv3rq {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #ZCVnVvFK4Ed5mlGvTuEtS6aPrULhwX2P { display:none; }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #EeUwNCvl8OHeG4z82NCVs6NT3I9mGx44 {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #x0AJrks2o5y4KOgZ19B5yfGZC7UWTrFi {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #Os6rQv3WkJ42NcH5TK51VDe0dEZLEMTl {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #uAA3HFW4NFxmg2KVTVPz5JfhWyCSNmL6 {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #T4JaPrgIiQvZzt1cqubFyiQb67SgmiAW {  }
 }@media only screen and (max-width: 763px) { #wd984K08RidbZtADXkEeiwJSM1p77AiP #TpTFHPH1h6QTSVv3tAunsOxbTA8IX0LT {  }
 }@media only screen and (max-width: 763px) { #ucdW32PGb9BOlhewI2PMymq2MG5e7LTh { width:19.0625rem;height:2.4375rem;top:35.625000953674rem;left:0.46875rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 { display:block; }#uQAPMyyW9oZgoO0wcTBc2EQlVXNhPeN2 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }