.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc116bf5-e893-4212-9859-fb66a82be4cc/AdobeStock_6930832682.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z.adaptive-delivery-prevent-bg, #zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z.lazyload, #zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z.lazyloading { background-image: none; }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z > .row .container { background-color: transparent; background-image: none; }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(57,11,14,0.8); }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z > .row .container > .video-iframe-container { display: none; }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(57,11,14,0.8); }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z > .row > .video-iframe-container { display: none; }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z > .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); }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z > .row .container { border-width: 0; border-radius: 0; }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#HkdqcAZlHlesFEi2uBQT1drKscxgpQhS { color:#ffffff;display:block;width:58.5623125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:12.435113072396rem;left:8.2183170318606rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#WJXli6vkmOR4CO3H0ATTb84kKAPIqyFO { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.56228125rem;width:7.1245625rem;top:2.1234810352326rem;left:4.2476129531861rem;overflow:hidden;display:block; }
#PwPCq6oRSm7RBTKrm513uy34GTOq3MaM { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"yeseva one";font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.749350667rem;left:27.686634063721rem;height:2.68120625rem;text-align:center;text-align-last:center;display:block; }
#HBe5mvvVTPvkFbwCCRsM7JuUTUWuH1nn { box-sizing:content-box;height:1.6875rem;width:20.9375rem;position:absolute;display:block;z-index:15003;background-color:#641219;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.874566197396rem;left:26.875rem;display:block; }
#DQqsK0DvIgUwGoGPhX476OsgdTOsQR74 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.1234810352326rem;left:60.93359375rem; }
#DQqsK0DvIgUwGoGPhX476OsgdTOsQR74 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#giDbGn3cOxIUFylav6hJN1SwsNXZpNai { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.1234810352326rem;left:63.620231628419rem; }
#T8S9gMrAm7zW8VgofCJdTMn6iorCaQmT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.1234810352326rem;left:66.245010375975rem; }
#slU5ObL0Iw3BaOCSvBV6i17tTlricOPb { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.1234810352326rem;left:68.655601501462rem; }
#hyr7QgDOVI8BggqxW4MrQzQSla6pn5U7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:27.873264312744rem;left:71.250007629394rem; }
#hyr7QgDOVI8BggqxW4MrQzQSla6pn5U7 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy { position:relative;display:block; }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy { background-color: transparent; background-image: none; }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy > .row .container > .video-iframe-container { display: none; }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy > .row > .video-iframe-container { display: none; }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy > .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); }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy { border-width: 0; border-radius: 0; }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy > .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; }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KZ9DHPpAPEQMqSbiPQwDryX4d6ry6wra { color:#ae2135;display:block;width:46.0623125rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.7395839691162rem;left:14.468317031861rem;height:6.2988125rem;text-align:center;text-align-last:center;display:block; }
#DZrevLzLXXbpKna1EbyQamkMUXB9RkPP { color:#373735;display:block;width:58.9995625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.809679746628rem;left:7.9991321563719rem;height:7.313375rem;text-align:center;text-align-last:center;display:block; }
#i2TuhNUvHTvs9JARCxQ0q6ETE764O7is { background-color:#373735;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.068144083023rem;left:31.250003814698rem;display:block; }
#ZaO0IiSwr7hXMLJnFsERA9TwFaWfSHKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDitMTqkWt8D8X9vCRbURXcBbTId2OZa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.879341602326rem;left:71.250007629394rem; }
#ZDitMTqkWt8D8X9vCRbURXcBbTId2OZa > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#dadada;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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 > .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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:32.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#WeQmAig59VgNQmAokV9chOe4zeVCTtxJ { color:#ae2135;display:block;width:46.0623125rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.0523014068604rem;left:14.468317031861rem;height:3.14886875rem;text-align:center;text-align-last:center;display:block; }
#V9JuPTCTBEMU15lmBMTLnP0pIq5NKyDp { color:#373735;display:block;width:29.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.6875rem;left:9.4375rem;height:5.85069375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#geXwEPRdulFT1rluZO5ZZcpp0uZBImOO { color:#373735;display:block;width:29.3120625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.120226860046rem;left:9.4359817504881rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ROIEcquLw8GV7l5WsR7UMU5D2iiINuHI { color:#373735;display:block;width:61.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.9327259063719rem;left:6.5625009536744rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hIJsZ6VFk3lMnhZw7f1dG9Kyc02aDnU7 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:25.875rem;top:13.68489074707rem;left:42.444881439209rem;overflow:hidden;display:block; }
#MomikUxehDlJGAC67OS1D8Ky7lPkdN9d { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.93728351593rem;left:6.6558170318606rem; }
#nQfX6DHOVgJwNWJKhFlaKwuwsqWXbl34 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:23.16970539093rem;left:6.5625009536744rem; }
#laM1QAtyZLOF4yIh8iVx8bAJrKa2XWrH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:27.433808326721rem;left:71.250007629394rem; }
#laM1QAtyZLOF4yIh8iVx8bAJrKa2XWrH > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx { position:relative;display:block; }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx { background-color: transparent; background-image: none; }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx > .row .container > .video-iframe-container { display: none; }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx > .row > .video-iframe-container { display: none; }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx > .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); }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx { border-width: 0; border-radius: 0; }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx > .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; }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.375rem;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; }#sfJzTGKonQ1PtoVQGmamSAt986Wt2fHd { color:#ae2135;display:block;width:58.9985rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9344596862793rem;left:8.0002174377444rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dlBn6x1FvFbEc44ATM1ALdmTXAZlI8bm { color:#373735;display:block;width:58.936625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.473308563233rem;left:8.0305995941163rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXoTuMKmS1elSMxS7vrJLsvosZBJXIGc { color:#373735;display:block;width:58.9355625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.848307609558rem;left:8.0316848754881rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3QceaiqBvk3ZWegRlAde39vOwM0yv4X { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.1875rem;left:36.185981750488rem; }
#hx78V3nLKxunEcrwZsTo1SrvPkZnouEr { color:#ae2135;display:block;width:58.9985rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.054688930511rem;left:8.0002174377444rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HBv2Cqs2nN65mTikTnbN9xSSA26Crlsl { color:#373735;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.3125rem;left:10.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODP1SySKBh2Li0FOT3vyHTnwZaT3Lehn { color:#373735;display:block;width:23.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.3125rem;left:41.125rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tPzaO9niBTfofU6mV1p2WyHOsf86KaTL { color:#ffffff;display:block;width:35.1248125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.221572875976rem;left:21.467016220092rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vSnJcc85RleT8ZoxvS0paFZk9PZd6rIE { color:#ae2135;display:block;width:35.1248125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:40.720487594604rem;left:21.467016220092rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VFyOEqqIrKmzRM3r75ZeJv33qDFXHvBS { box-sizing:content-box;height:2.43706875rem;width:37.6248125rem;position:absolute;display:block;z-index:15011;background-color:#ae2135;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.944879531861rem;left:20.217016220092rem;display:block; }
#DkgZNsm2lSCUxE0MTONwOn4kVGVEB3BH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:29.251954555511rem;left:20.248699188233rem; }
#SCdZ6ZwBOIo6UgCI5pKbDwsEIxKZtT1X { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:29.251304149628rem;left:52.061199188233rem; }
#coVkcFGZdi9sZ3XOBPbpbrCkuTMRPIXJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:42.507596969604rem;left:71.250007629394rem; }
#coVkcFGZdi9sZ3XOBPbpbrCkuTMRPIXJ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89568cce-59ad-489e-a294-6c700b9bfbf3/AdobeStock_5420933302.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV.adaptive-delivery-prevent-bg, #aUIhbM5233gzFCEN8p1PJzOt29BfhVQV.lazyload, #aUIhbM5233gzFCEN8p1PJzOt29BfhVQV.lazyloading { background-image: none; }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV > .row .container { background-color: transparent; background-image: none; }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,55,53,0.8); }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV > .row .container > .video-iframe-container { display: none; }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,55,53,0.8); }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV > .row > .video-iframe-container { display: none; }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV > .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); }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV > .row .container { border-width: 0; border-radius: 0; }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#A0g8o08q5MrtvZxTX8RoNz18bsciLo2g { color:#ffffff;display:block;width:58.9985rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3836803436279rem;left:8.0002174377444rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mqW1Of2V2EtsnNTbbpLlHTRWfEk6V4Pf { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:14.5625rem;left:6.125rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzZvvEC8UvTqHBKsZgsmGLOLb6KfgEkn { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:14.5625rem;left:21.9375rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQGuEXOgFgtQqoZHbZyLvE5eWBarhqyZ { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:14.5625rem;left:38.875rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTsu2gTr6axi5BR3uhTdEH1LDgLRZAp9 { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:14.5625rem;left:54.1875rem;height:4.94824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUykvrpCmHrWplN4oFfen5mQA7zb5cxd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06055rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.5rem;left:10.5625rem; }
#mrlnwiwdbDBcOGaHXGNTnVW4aXe5tAmo { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.6875rem;left:26.75rem; }
#d0oWraSrL53wsbXukpdlxreKCaihFSo4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.06055rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.5rem;left:42.625rem; }
#Kpxr5yPpdeV2e6UuaH7Q2lkgaZGOahtL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.1875rem;left:60.25rem; }
#ipv8fo5HsMV9u63cufTki7ZScxLBnHIK { background-color:#dadada;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#373735;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.628040313721rem;left:31.250003814698rem;display:block; }
#tFr1Si8xgbT1qvmFhlmaT39NeSPOBhb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rtOXa6ekfgEp1olPMepPrwwMienQSxMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.440545082092rem;left:71.250007629394rem; }
#rtOXa6ekfgEp1olPMepPrwwMienQSxMo > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad { position:relative;display:block; }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad { background-color: transparent; background-image: none; }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad > .row .container > .video-iframe-container { display: none; }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad > .row > .video-iframe-container { display: none; }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad > .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); }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad { border-width: 0; border-radius: 0; }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad > .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; }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.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; }#sxTo2UnRZexzD9kMwOTq2nUb0uttreBt { color:#373735;display:block;width:33.9995625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:5.75rem;height:8.77604375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mZLqaZ7Th3ck7Dym5Bzyy0PWtluTx07W { color:#ae2135;display:block;width:29.1875rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.75rem;left:5.75rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k1BorGeIxNBd8sWLBnf1BZCkkDpcPHeq { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:24.8125rem;top:5.375rem;left:44.3125rem;overflow:hidden;display:block; }
#rSoarmMUhtrOmrvch7iIXA3KZv5iDzeL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:28.498258590698rem;left:71.250007629394rem; }
#rSoarmMUhtrOmrvch7iIXA3KZv5iDzeL > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadada;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; }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 > .row .container { background-color: transparent; background-image: none; }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 > .row .container > .video-iframe-container { display: none; }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 > .row > .video-iframe-container { display: none; }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 > .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); }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 > .row .container { border-width: 0; border-radius: 0; }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#xb4sTuzyivTX5FndeOEtOOTkxnOGfnrH { color:#ae2135;display:block;width:50.5620625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.1200084686279rem;left:12.218967437744rem;height:3.1497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EBTK8IxeaisoHQprkTVwH1k7yf8ey1Ez { color:#373735;display:block;width:60.186625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9359817504881rem;left:7.4066848754881rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zeerHuO7bKgpXfHphtkw7d3aP7WtLfU9 { color:#373735;display:block;width:43.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:2.3;letter-spacing:0;top:13.5rem;left:18.5rem;height:11.4974rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O7MlQyNz1KPT2PH323FdH3TtMp9ksplK { color:#373735;display:block;width:60.1855625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.810765504837rem;left:7.4066848754881rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z8aDrKoAfWTRkZ0mWnEmpTQVfQua2VqI { color:#373735;display:block;width:60.1855625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:36.060982942581rem;left:7.4066848754881rem;height:7.31336875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PzAxF3n9n9PCcFrI3o0s82PHs7viRpCL { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:28.442710161209rem;left:37.624786376953rem; }
#zsKA3svmCJNVqvHs1JqLwWLtMmDhDFXJ { background-color:#373735;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#dadada;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:46.097211956978rem;left:29.21875rem;display:block; }
#d0nebQBsWnxZPqD1cFxU8eBBCLDafCzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KIJceLqG0pQfu9tfP1yTMMzZmnh2DneL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.9375rem;left:16.0625rem; }
#UByOCCJCDCHmzJ70fTwnBldWQsvtHFT0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.8125rem;left:16.0625rem; }
#dpUeD6ylDJQzoyXMlu55N3oO3zluOCsG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.625rem;left:16.0625rem; }
#uAK73gsqEsRsThahXHkJSNCfdSauRmL5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:22.5rem;left:16.0625rem; }
#Tg3Mtu40LkhAnoOi7fl2uyvW4TsuUndf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:48.317064285278rem;left:71.250007629394rem; }
#Tg3Mtu40LkhAnoOi7fl2uyvW4TsuUndf > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49605e16-4a25-4e98-9474-96c88b92b0d6/AdobeStock_560453554.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81.adaptive-delivery-prevent-bg, #hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81.lazyload, #hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81.lazyloading { background-image: none; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row .container { background-color: transparent; background-image: none; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,55,53,0.85); }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row .container > .video-iframe-container { display: none; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,55,53,0.85); }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row > .video-iframe-container { display: none; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .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); }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row .container { border-width: 0; border-radius: 0; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#oMPO6cU2VZ41q7AyNSqLodIATWpqp1D6 { color:#ffffff;display:block;width:29.6245625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.624145507812rem;left:11.124132156372rem;height:7.313375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z2P0yiIE00lOmxR7qqykfBzNiXwkZlgd { color:#dadada;display:block;width:41.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:9.435546875rem;left:16.875rem;height:2.3990875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewxDIutuFVbUpBgMcqnDVeq57AqlOyxZ { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.3663201332092rem;left:11.093751907349rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pVsP8WK3DS5Zp6OaNvb1VZoTiqid2t3r { color:#ffffff;display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.499786376953rem;left:11.124132156372rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-form-header {  }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;color:#373735;width:18.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-text { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.5625rem;box-sizing:border-box;height:2.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-text {padding-top: 0; padding-bottom: 0;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-textarea { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.5625rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-select {padding-top: 0; padding-bottom: 0;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#373735;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.625rem;margin-bottom:0.25rem;margin-left:4.625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:#ffffff;width:9.25rem;height:2.25rem;font-family:roboto;overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.875rem;font-weight:400;color:#ffffff;vertical-align:top;width:17.375rem;overflow:hidden;font-style:normal; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-container:first-of-type{padding-top:0;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-container:last-of-type{padding-bottom:0;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf  { background-color:#dadada;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:45.312503814698rem;top:14.998914718628rem;z-index:15013;position:absolute; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.5625rem;display:block;vertical-align:top; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.875rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf {display:block;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf { background-color:#dadada;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:45.312503814698rem;top:14.998914718628rem;z-index:15013;position:absolute; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #VDCS3hTnqs3OTCd4xT2OwNR0EtOfJ9Su { position:relative; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #Bqzin7aUZEabUl4cUSQWBnkbJcwM4dI7 { position:relative;display:block; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #CRKIJ2dgOHGo68VsATzhvIms8o3xwXvB { position:relative; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #iWWDu8bXwbZTEalUX0y2bXzefMZ8sed1 { position:relative; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #fxTmoTyvlSRThTDcCvq71WOadMtBbIrB { position:relative;display:block; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #sINn1pqELMLZaw2DDPfooHLxX2gdEEIJ { position:relative; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #TZzqwNBZAwUBN0xIaAkqk5iCHTbeiPT8 { position:relative; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #Ivu3xA405WJSdzXWnppXz8kmPxNSFSPt { position:relative;display:block; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #GkKTZpck2TZwNRuCEa0xCRR8QSwMTnCv { position:relative; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #a64TuK2N9Gw7k5eKH3EnmLpXv4tPbE2r { position:relative; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #Z138lwSzWpmvhkATWmThkFTzermxtfsu { position:relative; }
#unBqsTkdH5ouCUbnEeOAd7mBlloXcSoe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:30.621747016907rem;left:71.250007629394rem; }
#unBqsTkdH5ouCUbnEeOAd7mBlloXcSoe > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#TQkCCQdP52xhlOr8cCPgPTTiyp3nDAkq { background-color:#dadada;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#373735;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:44.594185829162rem;left:29.780818939209rem;display:block; }
#EpKrhiMHungprnIwVoAe7mCG9mfR9kgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKee4MZFWGr1bndDAM7Zh5Kv0upX6hfz { color:#ffffff;display:block;width:48.2498125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:40.426433563233rem;left:13.374567031861rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ae2135;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; }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA > .row .container { background-color: transparent; background-image: none; }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA > .row .container > .video-iframe-container { display: none; }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA > .row > .video-iframe-container { display: none; }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA > .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); }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA > .row .container { border-width: 0; border-radius: 0; }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#lVdxuZ1HdClsR70bSfrDRry2km8g9h9n { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:8.186875rem;top:4.2795143127441rem;left:4.7482643127441rem;overflow:hidden;display:block; }
#KyHVpNQozovLCiwTyTxiwnKaJTSOuuHM { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.2795104980469rem;left:20.249567031861rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dEbNtolwHJODT2d8Nkie5o13LVZzBEML { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.4019165039062rem;left:20.312501907349rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zxacthqNrXuHvo0fztI2kGnAOHTbDA2G { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.4017028808594rem;left:20.312501907349rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rhribc7NwwkTSnLpNoBCvX8BAhM20COw { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.2795104980469rem;left:43.000003814698rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PLAqMHhEWAoPI3lo56v2uFsuexzXUnh9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93685rem;width:1.93685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.2795143127441rem;left:62.686637878419rem; }
#OQfLZ42v7mT87u3nNU8X8UTi4sKoTF0W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93685rem;width:1.93685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.2795143127441rem;left:65.811637878419rem; }
#laZKVkCobkOfQw8nMEnEKOJdq4i3NHVA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93685rem;width:1.93685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.2795143127441rem;left:68.748916625975rem; }
#TVbrxbmn8uolpIqXPKQ44od04bx5Q171 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.2165832519531rem;left:18.310548782349rem; }
#bdUZL70TEwkBZBgqBNS9DZUeCshWiqoZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.342041015625rem;left:18.310548782349rem; }
#LEvfwCegErdFeCtTwJ460OCuN7Rs2zlk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.4040832519531rem;left:18.310548782349rem; }
#Du0ec52q5DXmhwP6iqDGa2TBTT9BvfsE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.2795143127441rem;left:40.935333251953rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z { display:block; }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkdqcAZlHlesFEi2uBQT1drKscxgpQhS { top:12.375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJXli6vkmOR4CO3H0ATTb84kKAPIqyFO { top:2.0625rem;left:0rem;width:7.0625rem;height:3.5307047097635rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwPCq6oRSm7RBTKrm513uy34GTOq3MaM { top:21.6875rem;left:14.061634063721rem;width:19.3125rem;height:2.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBe5mvvVTPvkFbwCCRsM7JuUTUWuH1nn { top:22.8125rem;left:13.25rem;width:20.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQqsK0DvIgUwGoGPhX476OsgdTOsQR74 { top:2.0625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#DQqsK0DvIgUwGoGPhX476OsgdTOsQR74 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #giDbGn3cOxIUFylav6hJN1SwsNXZpNai { top:2.0625rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8S9gMrAm7zW8VgofCJdTMn6iorCaQmT { top:2.0625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slU5ObL0Iw3BaOCSvBV6i17tTlricOPb { top:2.0625rem;left:45.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyr7QgDOVI8BggqxW4MrQzQSla6pn5U7 { top:27.8125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
#hyr7QgDOVI8BggqxW4MrQzQSla6pn5U7 > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy { display:block; }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZ9DHPpAPEQMqSbiPQwDryX4d6ry6wra { top:4.6875rem;left:0.84331703186037rem;width:46rem;height:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZrevLzLXXbpKna1EbyQamkMUXB9RkPP { top:13.75rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2TuhNUvHTvs9JARCxQ0q6ETE764O7is { width:12.5rem;height:2.8125rem;top:24.0625rem;left:17.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaO0IiSwr7hXMLJnFsERA9TwFaWfSHKe { display:block; }
 }@media only screen and (max-width: 763px) { #ZDitMTqkWt8D8X9vCRbURXcBbTId2OZa { top:26.875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
#ZDitMTqkWt8D8X9vCRbURXcBbTId2OZa > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@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) { #WeQmAig59VgNQmAokV9chOe4zeVCTtxJ { top:3rem;left:0.84331703186037rem;width:46rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9JuPTCTBEMU15lmBMTLnP0pIq5NKyDp { top:14.6875rem;left:0rem;width:29.25rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geXwEPRdulFT1rluZO5ZZcpp0uZBImOO { top:23.0625rem;left:0rem;width:29.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROIEcquLw8GV7l5WsR7UMU5D2iiINuHI { top:8.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIJsZ6VFk3lMnhZw7f1dG9Kyc02aDnU7 { top:13.625rem;left:21.875rem;width:25.875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MomikUxehDlJGAC67OS1D8Ky7lPkdN9d { top:14.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfX6DHOVgJwNWJKhFlaKwuwsqWXbl34 { top:23.125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laM1QAtyZLOF4yIh8iVx8bAJrKa2XWrH { top:27.375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
#laM1QAtyZLOF4yIh8iVx8bAJrKa2XWrH > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx { display:block; }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfJzTGKonQ1PtoVQGmamSAt986Wt2fHd { top:3.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlBn6x1FvFbEc44ATM1ALdmTXAZlI8bm { top:10.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXoTuMKmS1elSMxS7vrJLsvosZBJXIGc { top:14.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3QceaiqBvk3ZWegRlAde39vOwM0yv4X { top:20.1875rem;left:22.560981750488rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx78V3nLKxunEcrwZsTo1SrvPkZnouEr { top:24rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBv2Cqs2nN65mTikTnbN9xSSA26Crlsl { top:32.3125rem;left:0rem;width:22.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODP1SySKBh2Li0FOT3vyHTnwZaT3Lehn { top:32.3125rem;left:24.5625rem;width:23.1875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPzaO9niBTfofU6mV1p2WyHOsf86KaTL { top:38.1875rem;left:7.8420162200925rem;width:35.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSnJcc85RleT8ZoxvS0paFZk9PZd6rIE { top:40.6875rem;left:7.8420162200925rem;width:35.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFyOEqqIrKmzRM3r75ZeJv33qDFXHvBS { top:37.9375rem;left:6.5920162200925rem;width:37.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkgZNsm2lSCUxE0MTONwOn4kVGVEB3BH { top:29.25rem;left:6.6236991882325rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCdZ6ZwBOIo6UgCI5pKbDwsEIxKZtT1X { top:29.25rem;left:38.436199188233rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coVkcFGZdi9sZ3XOBPbpbrCkuTMRPIXJ { top:42.5rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
#coVkcFGZdi9sZ3XOBPbpbrCkuTMRPIXJ > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #aUIhbM5233gzFCEN8p1PJzOt29BfhVQV { display:block; }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0g8o08q5MrtvZxTX8RoNz18bsciLo2g { top:4.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqW1Of2V2EtsnNTbbpLlHTRWfEk6V4Pf { top:14.5625rem;left:0rem;width:10.625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZvvEC8UvTqHBKsZgsmGLOLb6KfgEkn { top:14.5625rem;left:8.3125rem;width:11.5625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQGuEXOgFgtQqoZHbZyLvE5eWBarhqyZ { top:14.5625rem;left:25.25rem;width:9.4375rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTsu2gTr6axi5BR3uhTdEH1LDgLRZAp9 { top:14.5625rem;left:33.0625rem;width:14.6875rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUykvrpCmHrWplN4oFfen5mQA7zb5cxd { top:11.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrlnwiwdbDBcOGaHXGNTnVW4aXe5tAmo { top:11.6875rem;left:13.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0oWraSrL53wsbXukpdlxreKCaihFSo4 { top:11.5rem;left:29rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpxr5yPpdeV2e6UuaH7Q2lkgaZGOahtL { top:11.1875rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipv8fo5HsMV9u63cufTki7ZScxLBnHIK { width:12.5rem;height:2.8125rem;top:22.625rem;left:17.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFr1Si8xgbT1qvmFhlmaT39NeSPOBhb7 { display:block; }
 }@media only screen and (max-width: 763px) { #rtOXa6ekfgEp1olPMepPrwwMienQSxMo { top:25.4375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
#rtOXa6ekfgEp1olPMepPrwwMienQSxMo > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad { display:block; }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxTo2UnRZexzD9kMwOTq2nUb0uttreBt { top:17.125rem;left:0rem;width:33.9375rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZLqaZ7Th3ck7Dym5Bzyy0PWtluTx07W { top:6.75rem;left:0rem;width:29.125rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1BorGeIxNBd8sWLBnf1BZCkkDpcPHeq { top:5.375rem;left:22.8125rem;width:24.8125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSoarmMUhtrOmrvch7iIXA3KZv5iDzeL { top:28.4375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
#rSoarmMUhtrOmrvch7iIXA3KZv5iDzeL > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 { display:block; }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xb4sTuzyivTX5FndeOEtOOTkxnOGfnrH { top:4.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBTK8IxeaisoHQprkTVwH1k7yf8ey1Ez { top:9.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeerHuO7bKgpXfHphtkw7d3aP7WtLfU9 { top:13.5rem;left:4.3125rem;width:43.4375rem;height:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7MlQyNz1KPT2PH323FdH3TtMp9ksplK { top:31.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8aDrKoAfWTRkZ0mWnEmpTQVfQua2VqI { top:36rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzAxF3n9n9PCcFrI3o0s82PHs7viRpCL { top:28.4375rem;left:23.999786376953rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsKA3svmCJNVqvHs1JqLwWLtMmDhDFXJ { width:16.5625rem;height:2.8125rem;top:46.0625rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0nebQBsWnxZPqD1cFxU8eBBCLDafCzP { display:block; }
 }@media only screen and (max-width: 763px) { #KIJceLqG0pQfu9tfP1yTMMzZmnh2DneL { top:13.9375rem;left:2.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UByOCCJCDCHmzJ70fTwnBldWQsvtHFT0 { top:16.8125rem;left:2.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpUeD6ylDJQzoyXMlu55N3oO3zluOCsG { top:19.625rem;left:2.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAK73gsqEsRsThahXHkJSNCfdSauRmL5 { top:22.5rem;left:2.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3Mtu40LkhAnoOi7fl2uyvW4TsuUndf { top:48.3125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
#Tg3Mtu40LkhAnoOi7fl2uyvW4TsuUndf > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 { display:block; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMPO6cU2VZ41q7AyNSqLodIATWpqp1D6 { top:15.5625rem;left:0rem;width:29.5625rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2P0yiIE00lOmxR7qqykfBzNiXwkZlgd { top:9.375rem;left:3.25rem;width:41.25rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewxDIutuFVbUpBgMcqnDVeq57AqlOyxZ { top:4.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVsP8WK3DS5Zp6OaNvb1VZoTiqid2t3r { top:24.4375rem;left:0rem;width:30rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-regular-label { display:block;width:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-text { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-text {padding-top: 0; padding-bottom: 0;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-textarea { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-select { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-select {padding-top: 0; padding-bottom: 0;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-button { width:9.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.625rem; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-checkbox-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf  { width:18.5625rem;height:auto;top:14.9375rem;left:26.6875rem; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .radio-container { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf {display:block;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf { width:18.5625rem;height:auto;top:14.9375rem;left:26.6875rem; }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #VDCS3hTnqs3OTCd4xT2OwNR0EtOfJ9Su {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #Bqzin7aUZEabUl4cUSQWBnkbJcwM4dI7 {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #CRKIJ2dgOHGo68VsATzhvIms8o3xwXvB {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #iWWDu8bXwbZTEalUX0y2bXzefMZ8sed1 {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #fxTmoTyvlSRThTDcCvq71WOadMtBbIrB { display:block; }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #sINn1pqELMLZaw2DDPfooHLxX2gdEEIJ {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #TZzqwNBZAwUBN0xIaAkqk5iCHTbeiPT8 {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #Ivu3xA405WJSdzXWnppXz8kmPxNSFSPt {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #GkKTZpck2TZwNRuCEa0xCRR8QSwMTnCv {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #a64TuK2N9Gw7k5eKH3EnmLpXv4tPbE2r {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #Z138lwSzWpmvhkATWmThkFTzermxtfsu {  }
 }@media only screen and (max-width: 763px) { #unBqsTkdH5ouCUbnEeOAd7mBlloXcSoe { top:30.5625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
#unBqsTkdH5ouCUbnEeOAd7mBlloXcSoe > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #TQkCCQdP52xhlOr8cCPgPTTiyp3nDAkq { width:17.9375rem;height:2.8125rem;top:44.5625rem;left:16.155818939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpKrhiMHungprnIwVoAe7mCG9mfR9kgQ { display:block; }
 }@media only screen and (max-width: 763px) { #kKee4MZFWGr1bndDAM7Zh5Kv0upX6hfz { top:40.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFSB6poa6GQgVwIJbq76dQSMbMM9avA { display:block; }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVdxuZ1HdClsR70bSfrDRry2km8g9h9n { top:4.25rem;left:0rem;width:8.125rem;height:4.0931788686159rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyHVpNQozovLCiwTyTxiwnKaJTSOuuHM { top:4.25rem;left:6.6245670318606rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEbNtolwHJODT2d8Nkie5o13LVZzBEML { top:6.375rem;left:6.6875019073488rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxacthqNrXuHvo0fztI2kGnAOHTbDA2G { top:8.375rem;left:6.6875019073488rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhribc7NwwkTSnLpNoBCvX8BAhM20COw { top:4.25rem;left:29.375003814698rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLAqMHhEWAoPI3lo56v2uFsuexzXUnh9 { top:4.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQfLZ42v7mT87u3nNU8X8UTi4sKoTF0W { top:4.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laZKVkCobkOfQw8nMEnEKOJdq4i3NHVA { top:4.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVbrxbmn8uolpIqXPKQ44od04bx5Q171 { top:4.1875rem;left:4.6855487823486rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdUZL70TEwkBZBgqBNS9DZUeCshWiqoZ { top:8.3125rem;left:4.6855487823486rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEvfwCegErdFeCtTwJ460OCuN7Rs2zlk { top:6.375rem;left:4.6855487823486rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du0ec52q5DXmhwP6iqDGa2TBTT9BvfsE { top:4.25rem;left:27.310333251953rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z { display:block; }#zEP9pmT49MQ1ufcC5TOXLZWbRRCPqr2Z > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkdqcAZlHlesFEi2uBQT1drKscxgpQhS { width:19rem;height:11.9954375rem;top:11.90473125rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJXli6vkmOR4CO3H0ATTb84kKAPIqyFO { width:7.0625rem;height:3.5307047097635rem;top:1.7708333730698rem;left:1.4442275166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwPCq6oRSm7RBTKrm513uy34GTOq3MaM { width:19.3120625rem;height:2.59874375rem;top:24.898890719604rem;left:0.6879375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBe5mvvVTPvkFbwCCRsM7JuUTUWuH1nn { width:20rem;height:1.6875rem;top:26.02410625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQqsK0DvIgUwGoGPhX476OsgdTOsQR74 { display:flex;width:1.375rem;height:1.375rem;top:2.8500435352326rem;left:12.060547173023rem;font-size:0.9375rem; }
#DQqsK0DvIgUwGoGPhX476OsgdTOsQR74 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #giDbGn3cOxIUFylav6hJN1SwsNXZpNai { display:flex;width:1.375rem;height:1.375rem;top:2.849392414093rem;left:13.935981094837rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #T8S9gMrAm7zW8VgofCJdTMn6iorCaQmT { display:flex;width:1.375rem;height:1.375rem;top:2.9112415313721rem;left:15.874783813953rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #slU5ObL0Iw3BaOCSvBV6i17tTlricOPb { display:flex;width:1.375rem;height:1.375rem;top:2.9112415313721rem;left:17.937283813953rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #hyr7QgDOVI8BggqxW4MrQzQSla6pn5U7 { display:flex;width:3.375rem;height:3.375rem;top:30.148004531861rem;left:16.436848938465rem;font-size:2.3125rem; }
#hyr7QgDOVI8BggqxW4MrQzQSla6pn5U7 > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy { display:block; }#ltF5AdsA1WOg22EZGvHKhb1hgPJ0Gfxy > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZ9DHPpAPEQMqSbiPQwDryX4d6ry6wra { width:20rem;height:6.18489375rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DZrevLzLXXbpKna1EbyQamkMUXB9RkPP { width:20rem;height:17.55205625rem;top:9.275175rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2TuhNUvHTvs9JARCxQ0q6ETE764O7is { width:12.5rem;height:2.5rem;top:29.326175rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaO0IiSwr7hXMLJnFsERA9TwFaWfSHKe { display:block; }
 }@media only screen and (max-width: 763px) { #ZDitMTqkWt8D8X9vCRbURXcBbTId2OZa { display:flex;width:3.375rem;height:3.375rem;top:33.012154579162rem;left:16.250001251698rem;font-size:2.3125rem; }
#ZDitMTqkWt8D8X9vCRbURXcBbTId2OZa > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeQmAig59VgNQmAokV9chOe4zeVCTtxJ { width:20rem;height:2.24935rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9JuPTCTBEMU15lmBMTLnP0pIq5NKyDp { width:20rem;height:8.7760625rem;top:17.0245rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #geXwEPRdulFT1rluZO5ZZcpp0uZBImOO { width:20rem;height:4.38801875rem;top:30.7380625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROIEcquLw8GV7l5WsR7UMU5D2iiINuHI { width:20rem;height:5.85069375rem;top:5.7000875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIJsZ6VFk3lMnhZw7f1dG9Kyc02aDnU7 { width:20rem;height:10.625rem;top:38.624133586884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MomikUxehDlJGAC67OS1D8Ky7lPkdN9d { display:flex;width:1.875rem;height:1.875rem;top:14.25rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #nQfX6DHOVgJwNWJKhFlaKwuwsqWXbl34 { display:flex;width:2.0625rem;height:2.0625rem;top:27.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #laM1QAtyZLOF4yIh8iVx8bAJrKa2XWrH { display:flex;width:3.375rem;height:3.375rem;top:47.276477813721rem;left:16.624348938465rem;font-size:2.3125rem; }
#laM1QAtyZLOF4yIh8iVx8bAJrKa2XWrH > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx { display:block; }#vZicyZtDvLFvT0XOqXtVHLR46hvGDDHx > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfJzTGKonQ1PtoVQGmamSAt986Wt2fHd { width:20rem;height:5.19748125rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlBn6x1FvFbEc44ATM1ALdmTXAZlI8bm { width:20rem;height:8.7760625rem;top:10.633898019791rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXoTuMKmS1elSMxS7vrJLsvosZBJXIGc { width:20rem;height:10.2386875rem;top:20.034940004349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3QceaiqBvk3ZWegRlAde39vOwM0yv4X { display:flex;width:2.625rem;height:2.625rem;top:32.335072755814rem;left:8.6870663762094rem; }
 }@media only screen and (max-width: 763px) { #hx78V3nLKxunEcrwZsTo1SrvPkZnouEr { width:20rem;height:2.59874375rem;top:36.897355318069rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBv2Cqs2nN65mTikTnbN9xSSA26Crlsl { width:14.249125rem;height:3.2487rem;top:44.62087726593rem;left:2.8743491768837rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODP1SySKBh2Li0FOT3vyHTnwZaT3Lehn { width:15.3125rem;height:4.87305rem;top:53.806425094604rem;left:2.3437500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPzaO9niBTfofU6mV1p2WyHOsf86KaTL { width:20rem;height:3.57421875rem;top:62.207284130859rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSnJcc85RleT8ZoxvS0paFZk9PZd6rIE { width:20rem;height:3.57421875rem;top:66.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFyOEqqIrKmzRM3r75ZeJv33qDFXHvBS { width:20rem;height:4.1875rem;top:61.930341005326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkgZNsm2lSCUxE0MTONwOn4kVGVEB3BH { display:flex;width:2.5rem;height:2.5rem;top:41.371094942093rem;left:8.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #SCdZ6ZwBOIo6UgCI5pKbDwsEIxKZtT1X { display:flex;width:2.5rem;height:2.5rem;top:50.683594942093rem;left:8.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #coVkcFGZdi9sZ3XOBPbpbrCkuTMRPIXJ { display:flex;width:3.375rem;height:3.375rem;top:72.260204315187rem;left:16.624348938465rem;font-size:2.3125rem; }
#coVkcFGZdi9sZ3XOBPbpbrCkuTMRPIXJ > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #aUIhbM5233gzFCEN8p1PJzOt29BfhVQV { display:block; }#aUIhbM5233gzFCEN8p1PJzOt29BfhVQV > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0g8o08q5MrtvZxTX8RoNz18bsciLo2g { width:20rem;height:5.19748125rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqW1Of2V2EtsnNTbbpLlHTRWfEk6V4Pf { width:15.1875rem;height:3.2986125rem;top:11.383897781372rem;left:3.7500002980233rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZvvEC8UvTqHBKsZgsmGLOLb6KfgEkn { width:15.8125rem;height:3.2986125rem;top:15.932510375976rem;left:3.8122833371162rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UQGuEXOgFgtQqoZHbZyLvE5eWBarhqyZ { width:14.9370625rem;height:3.2986125rem;top:20.577040672302rem;left:3.8096788525581rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gTsu2gTr6axi5BR3uhTdEH1LDgLRZAp9 { width:15.0625rem;height:4.94791875rem;top:25.029733657837rem;left:3.7497830986977rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cUykvrpCmHrWplN4oFfen5mQA7zb5cxd { display:flex;width:2rem;height:2rem;top:11.446397781372rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #mrlnwiwdbDBcOGaHXGNTnVW4aXe5tAmo { display:flex;width:2.1875rem;height:2.1875rem;top:16.258681297302rem;left:0.18771743774414rem; }
 }@media only screen and (max-width: 763px) { #d0oWraSrL53wsbXukpdlxreKCaihFSo4 { display:flex;width:2rem;height:2rem;top:20.821180343628rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #Kpxr5yPpdeV2e6UuaH7Q2lkgaZGOahtL { display:flex;width:2.5625rem;height:2.5625rem;top:25.133464813233rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ipv8fo5HsMV9u63cufTki7ZScxLBnHIK { width:12.5rem;height:2.5rem;top:33.727647781372rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFr1Si8xgbT1qvmFhlmaT39NeSPOBhb7 { display:block; }
 }@media only screen and (max-width: 763px) { #rtOXa6ekfgEp1olPMepPrwwMienQSxMo { display:flex;width:3.375rem;height:3.375rem;top:38.287761688233rem;left:16.311848938465rem;font-size:2.3125rem; }
#rtOXa6ekfgEp1olPMepPrwwMienQSxMo > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad { display:block; }#NUeZJLJxphRk8e5MoOxBlpU7M17Pxdad > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxTo2UnRZexzD9kMwOTq2nUb0uttreBt { width:20rem;height:13.49825625rem;top:12.821178436279rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mZLqaZ7Th3ck7Dym5Bzyy0PWtluTx07W { width:20rem;height:6.5983125rem;top:3.6250038146973rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #k1BorGeIxNBd8sWLBnf1BZCkkDpcPHeq { width:20rem;height:17.875rem;top:30.261504173279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSoarmMUhtrOmrvch7iIXA3KZv5iDzeL { display:flex;width:3.75rem;height:3.75rem;top:45.644535064698rem;left:16.248915970326rem; }
#rSoarmMUhtrOmrvch7iIXA3KZv5iDzeL > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 { display:block; }#rVD4V1T8pxoTKBP0o2KDTpFLxAzI0uB1 > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xb4sTuzyivTX5FndeOEtOOTkxnOGfnrH { width:20rem;height:4.798175rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBTK8IxeaisoHQprkTVwH1k7yf8ey1Ez { width:20rem;height:1.462675rem;top:7.5470886230469rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeerHuO7bKgpXfHphtkw7d3aP7WtLfU9 { width:17.1875rem;height:15.74218125rem;top:10.197273254394rem;left:2.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O7MlQyNz1KPT2PH323FdH3TtMp9ksplK { width:20rem;height:4.798175rem;top:32.502830505371rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z8aDrKoAfWTRkZ0mWnEmpTQVfQua2VqI { width:20rem;height:19.01475625rem;top:39.199226379394rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzAxF3n9n9PCcFrI3o0s82PHs7viRpCL { display:flex;width:2.8125rem;height:2.8125rem;top:28.440315246582rem;left:8.5622838139531rem; }
 }@media only screen and (max-width: 763px) { #zsKA3svmCJNVqvHs1JqLwWLtMmDhDFXJ { width:16.5625rem;height:2.5rem;top:61.213981628418rem;left:1.6872830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0nebQBsWnxZPqD1cFxU8eBBCLDafCzP { display:block; }
 }@media only screen and (max-width: 763px) { #KIJceLqG0pQfu9tfP1yTMMzZmnh2DneL { display:flex;width:1.875rem;height:1.875rem;top:10.322265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UByOCCJCDCHmzJ70fTwnBldWQsvtHFT0 { display:flex;width:1.875rem;height:1.875rem;top:15.447265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dpUeD6ylDJQzoyXMlu55N3oO3zluOCsG { display:flex;width:1.875rem;height:1.875rem;top:19.134765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uAK73gsqEsRsThahXHkJSNCfdSauRmL5 { display:flex;width:1.875rem;height:1.875rem;top:22.634765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tg3Mtu40LkhAnoOi7fl2uyvW4TsuUndf { display:flex;width:3.375rem;height:3.375rem;top:65.588110923769rem;left:16.248915970326rem;font-size:2.3125rem; }
#Tg3Mtu40LkhAnoOi7fl2uyvW4TsuUndf > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40d17aba-f4c7-462e-b68e-66b01bdf22f0/AdobeStock_560453554mobile.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81.adaptive-delivery-prevent-bg, #hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81.lazyload, #hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81.lazyloading { background-image: none; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row .container { background-color: transparent; background-image: none; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,55,53,0.85); }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row .container > .video-iframe-container { display: none; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,55,53,0.85); }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row > .video-iframe-container { display: none; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .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); }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row .container { border-width: 0; border-radius: 0; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxxDJLTUxBP9XQpAr0SOnkBTZ4A9um81 > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMPO6cU2VZ41q7AyNSqLodIATWpqp1D6 { width:20rem;height:9.4487875rem;top:16.368270874024rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z2P0yiIE00lOmxR7qqykfBzNiXwkZlgd { width:20rem;height:3.849825rem;top:10.422088623047rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ewxDIutuFVbUpBgMcqnDVeq57AqlOyxZ { width:20rem;height:4.798175rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVsP8WK3DS5Zp6OaNvb1VZoTiqid2t3r { width:20rem;height:4.04948125rem;top:27.855895996094rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-text {padding-top: 0; padding-bottom: 0;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-select {padding-top: 0; padding-bottom: 0;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem;box-shadow: none; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf  { width:17.5rem;height:auto;top:35.492828369141rem;left:0rem; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf {display:block;}#NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf { width:17.5rem;height:auto;top:35.492828369141rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #VDCS3hTnqs3OTCd4xT2OwNR0EtOfJ9Su {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #Bqzin7aUZEabUl4cUSQWBnkbJcwM4dI7 {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #CRKIJ2dgOHGo68VsATzhvIms8o3xwXvB {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #iWWDu8bXwbZTEalUX0y2bXzefMZ8sed1 {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #fxTmoTyvlSRThTDcCvq71WOadMtBbIrB { display:block; }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #sINn1pqELMLZaw2DDPfooHLxX2gdEEIJ {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #TZzqwNBZAwUBN0xIaAkqk5iCHTbeiPT8 {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #Ivu3xA405WJSdzXWnppXz8kmPxNSFSPt {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #GkKTZpck2TZwNRuCEa0xCRR8QSwMTnCv {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #a64TuK2N9Gw7k5eKH3EnmLpXv4tPbE2r {  }
 }@media only screen and (max-width: 763px) { #NgAaVgTBMtIkrdVnwuru1vUpXEfzzdRf #Z138lwSzWpmvhkATWmThkFTzermxtfsu {  }
 }@media only screen and (max-width: 763px) { #unBqsTkdH5ouCUbnEeOAd7mBlloXcSoe { display:flex;width:3.375rem;height:3.375rem;top:52.733290672303rem;left:16.485027220326rem; }
#unBqsTkdH5ouCUbnEeOAd7mBlloXcSoe > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #TQkCCQdP52xhlOr8cCPgPTTiyp3nDAkq { width:17.9375rem;height:2.8125rem;top:64.408638000487rem;left:1.0308160185814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpKrhiMHungprnIwVoAe7mCG9mfR9kgQ { display:block; }
 }@media only screen and (max-width: 763px) { #kKee4MZFWGr1bndDAM7Zh5Kv0upX6hfz { width:20rem;height:4.04948125rem;top:58.858509063721rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JrFSB6poa6GQgVwIJbq76dQSMbMM9avA { display:block; }#JrFSB6poa6GQgVwIJbq76dQSMbMM9avA > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVdxuZ1HdClsR70bSfrDRry2km8g9h9n { width:8.125rem;height:4.0931788686159rem;top:2.75rem;left:5.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyHVpNQozovLCiwTyTxiwnKaJTSOuuHM { width:15.3125rem;height:1.2999125rem;top:9.0961370468137rem;left:3.6241319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEbNtolwHJODT2d8Nkie5o13LVZzBEML { width:15.3125rem;height:1.2999125rem;top:11.515396118164rem;left:3.6241319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxacthqNrXuHvo0fztI2kGnAOHTbDA2G { width:15.3125rem;height:1.2999125rem;top:13.601333618164rem;left:3.6241319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhribc7NwwkTSnLpNoBCvX8BAhM20COw { width:15.3125rem;height:2.599825rem;top:17.313369750976rem;left:3.1872830986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PLAqMHhEWAoPI3lo56v2uFsuexzXUnh9 { display:flex;width:1.875rem;height:1.875rem;top:23.249130249024rem;left:5.9375002980232rem; }
 }@media only screen and (max-width: 763px) { #OQfLZ42v7mT87u3nNU8X8UTi4sKoTF0W { display:flex;width:1.875rem;height:1.875rem;top:23.249130249024rem;left:8.6870663762094rem; }
 }@media only screen and (max-width: 763px) { #laZKVkCobkOfQw8nMEnEKOJdq4i3NHVA { display:flex;width:1.875rem;height:1.875rem;top:23.249130249024rem;left:11.436632454395rem; }
 }@media only screen and (max-width: 763px) { #TVbrxbmn8uolpIqXPKQ44od04bx5Q171 { display:flex;width:1.4375rem;height:1.4375rem;top:9.091796875rem;left:1.8109810948372rem; }
 }@media only screen and (max-width: 763px) { #bdUZL70TEwkBZBgqBNS9DZUeCshWiqoZ { display:flex;width:1.4375rem;height:1.4375rem;top:13.726119995118rem;left:1.8109810948372rem; }
 }@media only screen and (max-width: 763px) { #LEvfwCegErdFeCtTwJ460OCuN7Rs2zlk { display:flex;width:1.4375rem;height:1.4375rem;top:11.515625rem;left:1.8109810948372rem; }
 }@media only screen and (max-width: 763px) { #Du0ec52q5DXmhwP6iqDGa2TBTT9BvfsE { display:flex;width:1.4375rem;height:1.4375rem;top:17.313368797302rem;left:1.8200955986977rem; }
 }