.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { background-color: transparent; background-image: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container > .video-iframe-container { display: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container { display: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .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); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { border-width: 0; border-radius: 0; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.75rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.5rem;top:0.75rem;left:53.5rem;overflow:hidden;display:block; }
#pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.0625rem;top:1rem;left:53rem;overflow:hidden;display:none; }
#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c77e7d8f-f180-4b4b-9914-e8cd1cbbefab/pp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.adaptive-delivery-prevent-bg, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyload, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyloading { background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { background-color: transparent; background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .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); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { border-width: 0; border-radius: 0; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;overflow:visible;position:relative;display:block; }#LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { color:#0f0f10;display:block;width:40.4375rem;position:absolute;font-family:roboto;font-size:3.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { position:absolute;display:block;z-index:14998;background-color:rgba(13,93,159,0.84);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.5625rem;width:35.5625rem;top:8.375rem;left:2.375rem;display:block; }
#l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.75rem;left:1rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { color:#0f0f10;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:27rem;left:5.1875rem;height:1.30126875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-form-header {  }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#f6f8fb;width:28.4375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #9e9e9e;border-left:0.0625rem solid #9e9e9e;border-right:0.0625rem solid #9e9e9e;border-bottom:0.0625rem solid #9e9e9e;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:28.4375rem;box-sizing:border-box;height:3.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #9e9e9e;border-left:0.0625rem solid #9e9e9e;border-right:0.0625rem solid #9e9e9e;border-bottom:0.0625rem solid #9e9e9e;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:28.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:28.4375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .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; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-button { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:#ff7029;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.22);border-left:0.0625rem solid rgba(255,255,255,0.22);border-right:0.0625rem solid rgba(255,255,255,0.22);border-bottom:0.3125rem solid rgba(255,255,255,0.22);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#f2f9ff;width:28.4375rem;height:4rem;font-family:roboto;overflow:hidden;box-shadow: 0.1875rem 0.25rem 0.375rem rgba(15,15,16,0.39) ;line-height:1.5; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]:-moz-placeholder { color:#0f0f10;font-family:"open sans";font-size:0.9375rem; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]::-moz-placeholder { color:#0f0f10;font-family:"open sans";font-size:0.9375rem; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]:-ms-input-placeholder { color:#0f0f10;font-family:"open sans";font-size:0.9375rem; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]::-webkit-input-placeholder { color:#0f0f10;font-family:"open sans";font-size:0.9375rem; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .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:"open sans";line-height:1.4;font-size:0.5625rem;font-weight:300;color:#ffffff;vertical-align:top;width:27.1875rem;overflow:hidden;font-style:normal; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .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; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-container:first-of-type{padding-top:0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-container:last-of-type{padding-bottom:0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.9375rem;top:12.5625rem;z-index:15021;position:absolute; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.4375rem;display:block;vertical-align:top; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 {display:block;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.9375rem;top:12.5625rem;z-index:15021;position:absolute; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #yUJKSWkZNopufPeHoTQSA1SkfTQkfETN { position:relative; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #WDhm4XlB2gMJV5uTs7F1qseQeJR9pRsL { position:relative;display:block; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #c43EsZGb5CJvQCbcStuyFGqahUBXOwlg { position:relative; }
#qzi3hDiD5vgWcJlTmFwM5T9FEOhPnlEp { position:relative;display:block; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #Z8oZnOmr1f6ISWoM0zchze7CMd7xoDze { position:relative; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #H3XJnmNAHU7k52n1LigTWmSiCCoKI5c3 { position:relative;z-index:2; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #XZfncWP1pVT9f7NBFIiuQ5wCayRXXyQT { position:relative; }
#Lh0tUelBRK2LeBVxKnloKkTl2eVWc1W8 { position:relative;display:block; }
#eT6PWdlOO2d244BkT6gzllcnyiNbW11I { position:relative;display:block; }
#fQo9mMJ9PPERQnGw53HrKgiqHaUq90X9 { position:relative;display:block; }
#ssRwukewLsWBhICLnL2K36Xp7aM1quBN { position:relative;display:block; }
#g5U4CEiWdRdLRH1n0ekGTVUPbFCrTJHV { position:relative;display:block; }
#ErlBPPrhQIXgqMGgs5QKsNNFN0HfFcxU { position:relative;display:block; }
#esCOMiKzD8mOF0A4ssgMQs7ofdGz3qND { position:relative;display:block; }
#gepvyAgCRbkcTLwsmyHqbIcx4EgFRk0C { position:relative;display:block; }
#L4uqT8QixFLJz7agnV2vv0l30tlVSTyu { position:relative;display:block; }
#TJcbpqUPHbqFA1wTAfxbFIzp7k6IvuP9 { position:relative;display:block; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #uLTN0JevLBJyrKo8vZUOiCu9T7BiqwOn { position:relative; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #qh8eH6w6OHZ4gWq88U5ouLRp1dmBnoaV { position:relative; }
#zi36QAXWBZMe0t0DcZwZXQTVCohs95qz { box-sizing:content-box;height:10.9375rem;width:10.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#ffea00;background-image:none;top:8.375rem;left:35.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#X0PFb9ubEv9GBGcBQzLwKqfe2eISO3Le { color:#0f0f10;display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:10.5625rem;left:35.875rem;height:6.89941875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cTRZuAORRw9zzcy60WpIvAoabISt8VnH { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0.125rem solid #0f0f10;border-left:0.125rem solid #0f0f10;border-right:0.125rem solid #0f0f10;border-bottom:0.125rem solid #0f0f10;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42) ;height:21.25rem;width:27.875rem;top:10.6875rem;left:1.25rem;display:none; }
#x95eggdAbyQpaUNKkxgImySWHLWnbbIV { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0.125rem solid #0f0f10;border-left:0.125rem solid #0f0f10;border-right:0.125rem solid #0f0f10;border-bottom:0.125rem solid #0f0f10;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42) ;height:21.25rem;width:27.875rem;top:10.6875rem;left:1.25rem;display:none; }
#KpSQFTqlXZCoqQd9wVT8NveKKAmRXkQT { color:#0f0f10;display:block;width:40.4375rem;position:absolute;font-family:roboto;font-size:3.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yUfz5v3g5Hpk7d1eikzrLi87itxEhhD6 { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.75rem;left:1rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QQEJ1hwOegD9WFZ3HH1vQNLeaSxu1Qpz { color:#0f0f10;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.3125rem;left:8.25rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pkThI223MqDyRl3FDrn69oLAzsXzXLUe { color:#0f0f10;display:block;width:24rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:16.125rem;left:3.3125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cHJCR8f65G4UTG0501xnCdzg9utzdP5B { color:#0f0f10;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:16.125rem;left:32.5rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FOTn4WnCIg9GGbJPmyaVyvfrK6vDvN3C { color:#0f0f10;display:block;width:16.375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:12.25rem;left:38.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qRvN7Jw0uMDGbMsbbw8xmbdqhtv0PDAq { color:#000000;display:block;width:20.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:24rem;left:6.5rem;height:1.57421875rem;text-align:left;text-align-last:left;display:none; }
#mChEkxJkf0pRPfMNygNQz1X0Bv0IdOvl { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.5625rem;top:11.9375rem;left:5rem;overflow:hidden;display:none; }
#fwTntQibW6sH5nKbahvncwObeTJlTlJU { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:1.75rem;top:12.125rem;left:35.5rem;overflow:hidden;display:none; }
#xUxHufkznay4gAmIhntQwic8ET8Mlu1n { color:#000000;display:block;width:20.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:24rem;left:6.5rem;height:1.57421875rem;text-align:left;text-align-last:left;display:none; }
#ktaAu3ZNaTyOZhnr0IotwusndJLAyPkd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15010;opacity:1;top:23.5rem;left:3.3125rem;display:none; }
#tbh26TSOEVzV7gcUkcyuFV7L218Flp4m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15010;opacity:1;top:23.5rem;left:3.3125rem;display:none; }
#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d5d9f;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; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row .container { background-color: transparent; background-image: none; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row .container > .video-iframe-container { display: none; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row > .video-iframe-container { display: none; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .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); }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row .container { border-width: 0; border-radius: 0; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#hp5fodHoQrLOwTDk0T4eDqJEe4hNNJFR { background-color:#55be5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:27.3125rem;left:3.3125rem;display:block; }
#WzgAcw8bsKFa3vv0RAXdGHdkPR6NdgTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#weMPGGfo6dqVahTfWN5r76q86itt5MWZ { background-color:#55be5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:27.3125rem;left:33rem;display:block; }
#bOM4gWqqu7eieyDDt6Lli1ql19l1Lhsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V2hmdbolTsJTTDW7SPi89pZJEcwVSw9q { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0.125rem solid #0f0f10;border-left:0.125rem solid #0f0f10;border-right:0.125rem solid #0f0f10;border-bottom:0.125rem solid #0f0f10;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42) ;height:21.25rem;width:27.875rem;top:10.6875rem;left:1.25rem;display:block; }
#B3utOR352DzyHAEwb9J6ob008anRM312 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0.125rem solid #0f0f10;border-left:0.125rem solid #0f0f10;border-right:0.125rem solid #0f0f10;border-bottom:0.125rem solid #0f0f10;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42) ;height:21.375rem;width:27.875rem;top:10.625rem;left:30.9375rem;display:block; }
#tPuG2R4xbTbrxIMi9dDa2lfmbJel52UF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15010;opacity:1;top:23.5rem;left:3.3125rem; }
#r17e8Wslnce1QbWG1TgaQPelhVTXFN4N { color:#000000;display:block;width:20.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:24rem;left:6.5rem;height:1.57470625rem;text-align:left;text-align-last:left;display:block; }
#b9drtqJUUa4DhbLZ7MOoWVG31IIXELio { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.5625rem;top:11.9375rem;left:5rem;overflow:hidden;display:block; }
#nDWpMF3h8fFUwTlQKeGJUzbm8wTN0QLr { color:#0f0f10;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.3125rem;left:8.25rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wzsn4kaILG6DWOsNW6M66UyHO5LkM4c9 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:1.75rem;top:12.125rem;left:35.5rem;overflow:hidden;display:block; }
#zDAaRITVV7E87wVe1OxHLat2WedTETLk { color:#0f0f10;display:block;width:16.375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:12.25rem;left:38.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J4o7fHnQKsE1zWyetutAilaC9DzfoGeL { color:#0f0f10;display:block;width:24rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:16.125rem;left:3.3125rem;height:3.4985375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8ix2hJTqkBhb6gKAssnJTObLIgyx0CG { box-sizing:content-box;height:0.125rem;width:25.3125rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:22.375rem;left:2.625rem;display:block; }
#Vy5STi0kHeXCi60CD6SQcqCgHmvh8l1i { box-sizing:content-box;height:0.125rem;width:25.3125rem;position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;top:22.375rem;left:32.3125rem;display:block; }
#VTnu0bZ91rHUorKMpCvrqZqlk3zamk1E { color:#0f0f10;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:16.125rem;left:32.5rem;height:3.4985375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKzLm3eAq0rRQ5T5UOJaSfEFI6obM0S6 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:23.875rem;left:36.1875rem;height:1.57470625rem;text-align:left;text-align-last:left;display:block; }
#WZNyzWWXZx2x99TwVxImVSSJTih6Nf7I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15011;opacity:1;top:23.5rem;left:33.125rem; }
#PzhV4xK1yg7mWwWLmaatzPVcdv8xX9ly { box-sizing:content-box;height:0.125rem;width:25.3125rem;position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;top:15.125rem;left:2.625rem;display:block; }
#aiIwadwTcs9FseyePBSapKok5ytGbTtI { box-sizing:content-box;height:0.125rem;width:25.3125rem;position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;top:15.125rem;left:32.3125rem;display:block; }
#rk9wS8h2cIiTAMHemsWiSv7kmra1K52d { color:#ff7029;display:block;width:24rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:20.0625rem;left:3.3125rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dmRH2MLuc6smk6UbMFggyb0BzkT9tTBa { color:#ff7029;display:block;width:24rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:20.0625rem;left:33rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBwoJkWovbgsXbkbMVaXKKU86iJsCEQr { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0625rem;left:11.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yXCCnONgL4ewT10m4dyJmBAxu890G4pn { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:5.625rem;left:4.25rem;height:3.1860375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J0aTZcXRewzTmFCHdaW3a9W7E90FvFM1 { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:34.5625rem;left:13.65625rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { background-color: transparent; background-image: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .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); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { border-width: 0; border-radius: 0; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:block; }#qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.875rem;left:7.8125rem;height:2.2692875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jnu9kixZeemuq3ecF2J1FoKtrpBDKk9J { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:7.3125rem;left:11.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PiXuOV3R00bNmwys3RtCpmntgofJeIGN { background-color:#ff7029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:4rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:12.875rem;left:18.78125rem;display:block; }
#ETGZ66KkGTKZVhXWKJ9THSk02WdxqBqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 { background-color:#4d4d4d;background-image:none;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; }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 > .row .container { background-color: transparent; background-image: none; }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 > .row .container > .video-iframe-container { display: none; }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 > .row > .video-iframe-container { display: none; }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 > .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); }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 > .row .container { border-width: 0; border-radius: 0; }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;overflow:visible;position:relative;display:block; }#iI0V4qonaNfyAgRBmmuzUqHO5A2J1ukR { color:#ffffff;display:block;width:56.75rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#ZbC6xzO706sGONErz60bwG9xZiuKfuWM { color:#000000;display:block;width:4.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:17.375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#IvIqE7g4OPheLTTw41GwBBHkKP49nyl6 { color:#000000;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.25rem;left:22.0625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#MyXGHgGSliwRZvFKPc5UcqXi4LzWduU6 { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:37.9375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { display:block; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { top:0.75rem;left:0rem;width:11.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { top:0.75rem;left:41.25rem;width:6.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { top:1rem;left:40.75rem;width:5.0625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { display:none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { width:40.4375rem;height:4.25rem;top:1rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { top:8.375rem;left:0rem;width:35.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { top:8.75rem;left:0rem;width:38.4375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { top:11.375rem;left:0rem;width:26.5625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { top:27rem;left:0rem;width:28.4375rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-regular-label { display:block;width:28.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text { width:28.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-textarea { width:28.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select { width:28.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-button { width:28.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-checkbox-label { width:27.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6  { width:28.4375rem;height:11.625rem;top:12.5625rem;left:0rem; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .radio-container { width:28.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 {display:block;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 { width:28.4375rem;height:11.625rem;top:12.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #yUJKSWkZNopufPeHoTQSA1SkfTQkfETN {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #WDhm4XlB2gMJV5uTs7F1qseQeJR9pRsL { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #c43EsZGb5CJvQCbcStuyFGqahUBXOwlg {  }
 }@media only screen and (max-width: 763px) { #qzi3hDiD5vgWcJlTmFwM5T9FEOhPnlEp { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #Z8oZnOmr1f6ISWoM0zchze7CMd7xoDze {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #H3XJnmNAHU7k52n1LigTWmSiCCoKI5c3 {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #XZfncWP1pVT9f7NBFIiuQ5wCayRXXyQT {  }
 }@media only screen and (max-width: 763px) { #Lh0tUelBRK2LeBVxKnloKkTl2eVWc1W8 { display:block; }
 }@media only screen and (max-width: 763px) { #eT6PWdlOO2d244BkT6gzllcnyiNbW11I { display:block; }
 }@media only screen and (max-width: 763px) { #fQo9mMJ9PPERQnGw53HrKgiqHaUq90X9 { display:block; }
 }@media only screen and (max-width: 763px) { #ssRwukewLsWBhICLnL2K36Xp7aM1quBN { display:block; }
 }@media only screen and (max-width: 763px) { #g5U4CEiWdRdLRH1n0ekGTVUPbFCrTJHV { display:block; }
 }@media only screen and (max-width: 763px) { #ErlBPPrhQIXgqMGgs5QKsNNFN0HfFcxU { display:block; }
 }@media only screen and (max-width: 763px) { #esCOMiKzD8mOF0A4ssgMQs7ofdGz3qND { display:block; }
 }@media only screen and (max-width: 763px) { #gepvyAgCRbkcTLwsmyHqbIcx4EgFRk0C { display:block; }
 }@media only screen and (max-width: 763px) { #L4uqT8QixFLJz7agnV2vv0l30tlVSTyu { display:block; }
 }@media only screen and (max-width: 763px) { #TJcbpqUPHbqFA1wTAfxbFIzp7k6IvuP9 { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #uLTN0JevLBJyrKo8vZUOiCu9T7BiqwOn {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #qh8eH6w6OHZ4gWq88U5ouLRp1dmBnoaV {  }
 }@media only screen and (max-width: 763px) { #zi36QAXWBZMe0t0DcZwZXQTVCohs95qz { top:8.375rem;left:29.5625rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0PFb9ubEv9GBGcBQzLwKqfe2eISO3Le { width:10.8125rem;height:6.875rem;top:10.5rem;left:29.7490234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRZuAORRw9zzcy60WpIvAoabISt8VnH { top:10.6875rem;left:0rem;width:27.875rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x95eggdAbyQpaUNKkxgImySWHLWnbbIV { top:10.6875rem;left:0rem;width:27.875rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpSQFTqlXZCoqQd9wVT8NveKKAmRXkQT { width:15.5rem;height:;top:20.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUfz5v3g5Hpk7d1eikzrLi87itxEhhD6 { top:24.25rem;left:0rem;width:19.5625rem;height:2.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQEJ1hwOegD9WFZ3HH1vQNLeaSxu1Qpz { width:17.125rem;height:1.75rem;top:12.3125rem;left:2.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkThI223MqDyRl3FDrn69oLAzsXzXLUe { top:16.125rem;left:0rem;width:24rem;height:3.5rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHJCR8f65G4UTG0501xnCdzg9utzdP5B { top:16.125rem;left:22.75rem;width:25rem;height:3.5rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOTn4WnCIg9GGbJPmyaVyvfrK6vDvN3C { width:16.375rem;height:1.75rem;top:12.25rem;left:31.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRvN7Jw0uMDGbMsbbw8xmbdqhtv0PDAq { top:32.5rem;left:0rem;width:6.9375rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mChEkxJkf0pRPfMNygNQz1X0Bv0IdOvl { top:11.9375rem;left:0rem;width:2.5625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwTntQibW6sH5nKbahvncwObeTJlTlJU { top:12.125rem;left:29.375rem;width:1.75rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUxHufkznay4gAmIhntQwic8ET8Mlu1n { top:32.5rem;left:0rem;width:6.9375rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktaAu3ZNaTyOZhnr0IotwusndJLAyPkd { top:23.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbh26TSOEVzV7gcUkcyuFV7L218Flp4m { top:23.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 { display:block; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hp5fodHoQrLOwTDk0T4eDqJEe4hNNJFR { width:24rem;height:3.4375rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzgAcw8bsKFa3vv0RAXdGHdkPR6NdgTs { display:block; }
 }@media only screen and (max-width: 763px) { #weMPGGfo6dqVahTfWN5r76q86itt5MWZ { width:24rem;height:3.4375rem;top:27.3125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOM4gWqqu7eieyDDt6Lli1ql19l1Lhsd { display:block; }
 }@media only screen and (max-width: 763px) { #V2hmdbolTsJTTDW7SPi89pZJEcwVSw9q { top:10.6875rem;left:0rem;width:27.875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3utOR352DzyHAEwb9J6ob008anRM312 { top:10.625rem;left:19.625rem;width:27.875rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPuG2R4xbTbrxIMi9dDa2lfmbJel52UF { top:23.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r17e8Wslnce1QbWG1TgaQPelhVTXFN4N { top:24rem;left:0.375rem;width:20.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9drtqJUUa4DhbLZ7MOoWVG31IIXELio { top:11.9375rem;left:0rem;width:2.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDWpMF3h8fFUwTlQKeGJUzbm8wTN0QLr { width:17.125rem;height:1.75rem;top:12.3125rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzsn4kaILG6DWOsNW6M66UyHO5LkM4c9 { top:12.125rem;left:29.375rem;width:1.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDAaRITVV7E87wVe1OxHLat2WedTETLk { width:16.375rem;height:1.75rem;top:12.25rem;left:31.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4o7fHnQKsE1zWyetutAilaC9DzfoGeL { top:16.125rem;left:0rem;width:24rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ix2hJTqkBhb6gKAssnJTObLIgyx0CG { top:22.375rem;left:0rem;width:25.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy5STi0kHeXCi60CD6SQcqCgHmvh8l1i { top:22.375rem;left:22.4375rem;width:25.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTnu0bZ91rHUorKMpCvrqZqlk3zamk1E { top:16.125rem;left:22.75rem;width:25rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKzLm3eAq0rRQ5T5UOJaSfEFI6obM0S6 { top:23.875rem;left:25.9375rem;width:21.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZNyzWWXZx2x99TwVxImVSSJTih6Nf7I { top:23.5rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzhV4xK1yg7mWwWLmaatzPVcdv8xX9ly { top:15.125rem;left:0rem;width:25.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiIwadwTcs9FseyePBSapKok5ytGbTtI { top:15.125rem;left:22.4375rem;width:25.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk9wS8h2cIiTAMHemsWiSv7kmra1K52d { top:20.0625rem;left:0rem;width:24rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmRH2MLuc6smk6UbMFggyb0BzkT9tTBa { top:20.0625rem;left:23.75rem;width:24rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBwoJkWovbgsXbkbMVaXKKU86iJsCEQr { top:2.0625rem;left:5.5rem;width:36.8125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXCCnONgL4ewT10m4dyJmBAxu890G4pn { top:5.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0aTZcXRewzTmFCHdaW3a9W7E90FvFM1 { top:34.5625rem;left:7.53125rem;width:32.6875rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { display:block; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { width:45.9375rem;height:2.25rem;top:3.875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnu9kixZeemuq3ecF2J1FoKtrpBDKk9J { width:38.3125rem;height:3.25rem;top:7.3125rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiXuOV3R00bNmwys3RtCpmntgofJeIGN { width:22.4375rem;height:4rem;top:12.875rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETGZ66KkGTKZVhXWKJ9THSk02WdxqBqT { display:block; }
 }@media only screen and (max-width: 763px) { #cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 { display:block; }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iI0V4qonaNfyAgRBmmuzUqHO5A2J1ukR { top:2.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbC6xzO706sGONErz60bwG9xZiuKfuWM { top:4.3125rem;left:11.25rem;width:4.75rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvIqE7g4OPheLTTw41GwBBHkKP49nyl6 { top:4.25rem;left:15.9375rem;width:15.875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyXGHgGSliwRZvFKPc5UcqXi4LzWduU6 { top:4.3125rem;left:31.8125rem;width:6.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/37c1e9f5-8d66-4cc5-8e17-791ff35f0b13/pp.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { display:block; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { width:6.375rem;height:1.5625rem;top:1.3125rem;left:1.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { width:6.125rem;height:2.5625rem;top:0.34375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { width:8.875rem;height:2.25rem;top:0.71875rem;left:0.5625rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebeb1d09-ed2e-4932-b4e5-8df9e581fb86/1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.adaptive-delivery-prevent-bg, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyload, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyloading { background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { background-color: transparent; background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.33); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.33); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .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); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { border-width: 0; border-radius: 0; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::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; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { width:20rem;height:2.11230625rem;top:0.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { width:19.9375rem;height:14.875rem;top:5.267578125rem;left:0rem;background-color:rgba(255,255,255,0.84);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { width:19.5625rem;height:1.29980625rem;top:2.9873046875rem;left:0.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { width:18.25rem;height:3.1494125rem;top:21.51953125rem;left:0.875rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { width:20rem;height:1.298825rem;top:17.5283203125rem;left:0rem;font-size:0.5rem;color:#252424;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.0625rem; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem;line-height:1.1;overflow:hidden;background-color:#55be5a;background-image:none; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto;color:#000000; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6  { width:17.5rem;height:auto;top:3.5947265625rem;left:0rem; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 {display:block;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 { width:17.5rem;height:auto;top:3.5947265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #yUJKSWkZNopufPeHoTQSA1SkfTQkfETN {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #WDhm4XlB2gMJV5uTs7F1qseQeJR9pRsL { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #c43EsZGb5CJvQCbcStuyFGqahUBXOwlg {  }
 }@media only screen and (max-width: 763px) { #qzi3hDiD5vgWcJlTmFwM5T9FEOhPnlEp { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #Z8oZnOmr1f6ISWoM0zchze7CMd7xoDze {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #H3XJnmNAHU7k52n1LigTWmSiCCoKI5c3 {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #XZfncWP1pVT9f7NBFIiuQ5wCayRXXyQT {  }
 }@media only screen and (max-width: 763px) { #Lh0tUelBRK2LeBVxKnloKkTl2eVWc1W8 { display:block; }
 }@media only screen and (max-width: 763px) { #eT6PWdlOO2d244BkT6gzllcnyiNbW11I { display:block; }
 }@media only screen and (max-width: 763px) { #fQo9mMJ9PPERQnGw53HrKgiqHaUq90X9 { display:block; }
 }@media only screen and (max-width: 763px) { #ssRwukewLsWBhICLnL2K36Xp7aM1quBN { display:block; }
 }@media only screen and (max-width: 763px) { #g5U4CEiWdRdLRH1n0ekGTVUPbFCrTJHV { display:block; }
 }@media only screen and (max-width: 763px) { #ErlBPPrhQIXgqMGgs5QKsNNFN0HfFcxU { display:block; }
 }@media only screen and (max-width: 763px) { #esCOMiKzD8mOF0A4ssgMQs7ofdGz3qND { display:block; }
 }@media only screen and (max-width: 763px) { #gepvyAgCRbkcTLwsmyHqbIcx4EgFRk0C { display:block; }
 }@media only screen and (max-width: 763px) { #L4uqT8QixFLJz7agnV2vv0l30tlVSTyu { display:block; }
 }@media only screen and (max-width: 763px) { #TJcbpqUPHbqFA1wTAfxbFIzp7k6IvuP9 { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #uLTN0JevLBJyrKo8vZUOiCu9T7BiqwOn {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #qh8eH6w6OHZ4gWq88U5ouLRp1dmBnoaV {  }
 }@media only screen and (max-width: 763px) { #zi36QAXWBZMe0t0DcZwZXQTVCohs95qz { width:5.5625rem;height:3.3125rem;top:34.25rem;left:14.048076923077rem;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0PFb9ubEv9GBGcBQzLwKqfe2eISO3Le { width:5.3125rem;height:2.0625rem;top:35.03125rem;left:14.3125rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cTRZuAORRw9zzcy60WpIvAoabISt8VnH { width:9.25rem;height:9.8125rem;top:25.5rem;left:0.375rem;z-index:14998;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42) ;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #69d8e3;border-left:0.0625rem solid #69d8e3;border-right:0.0625rem solid #69d8e3;border-bottom:0.0625rem solid #69d8e3;display:block; }
 }@media only screen and (max-width: 763px) { #x95eggdAbyQpaUNKkxgImySWHLWnbbIV { width:9.375rem;height:9.875rem;top:25.40625rem;left:10.1875rem;z-index:14999;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42) ;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #69d8e3;border-left:0.0625rem solid #69d8e3;border-right:0.0625rem solid #69d8e3;border-bottom:0.0625rem solid #69d8e3;display:block; }
 }@media only screen and (max-width: 763px) { #KpSQFTqlXZCoqQd9wVT8NveKKAmRXkQT { width:15.5rem;height:;top:20.5517578125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;line-height:1.3;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yUfz5v3g5Hpk7d1eikzrLi87itxEhhD6 { width:17.6875rem;height:1.0556625rem;top:23.412109375rem;left:1.15625rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#000000;z-index:15019;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QQEJ1hwOegD9WFZ3HH1vQNLeaSxu1Qpz { width:8rem;height:0.75rem;top:26.849609375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #pkThI223MqDyRl3FDrn69oLAzsXzXLUe { width:7.6875rem;height:2.47265625rem;top:28.84375rem;left:1.75rem;font-size:0.6875rem;line-height:1.2;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #cHJCR8f65G4UTG0501xnCdzg9utzdP5B { width:8.4375rem;height:2.47265625rem;top:28.78125rem;left:11.25rem;font-size:0.6875rem;line-height:1.2;z-index:15043;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOTn4WnCIg9GGbJPmyaVyvfrK6vDvN3C { width:7.5625rem;height:0.82421875rem;top:26.7919921875rem;left:11.75rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #qRvN7Jw0uMDGbMsbbw8xmbdqhtv0PDAq { width:6.9375rem;height:1.7871125rem;top:31.7900390625rem;left:2.1875rem;font-size:0.6875rem;line-height:1.3;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mChEkxJkf0pRPfMNygNQz1X0Bv0IdOvl { width:1.25rem;height:1.3125rem;top:26.51171875rem;left:0.4375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #fwTntQibW6sH5nKbahvncwObeTJlTlJU { width:1rem;height:1.3125rem;top:26.5625rem;left:10.46875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #xUxHufkznay4gAmIhntQwic8ET8Mlu1n { width:6.9375rem;height:1.7871125rem;top:31.8369140625rem;left:12.03125rem;font-size:0.6875rem;line-height:1.3;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktaAu3ZNaTyOZhnr0IotwusndJLAyPkd { display:flex;width:1.1875rem;height:1.1875rem;top:31.53125rem;left:0.6875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #tbh26TSOEVzV7gcUkcyuFV7L218Flp4m { display:flex;width:1.1875rem;height:1.1875rem;top:31.53125rem;left:10.5625rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 { background-color:#0d5d9f;background-image:none;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; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row .container { background-color: transparent; background-image: none; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row .container > .video-iframe-container { display: none; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row > .video-iframe-container { display: none; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .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); }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row .container { border-width: 0; border-radius: 0; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWBdQLWDhX5iISogqiM11cApa5Tnm9W5 > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hp5fodHoQrLOwTDk0T4eDqJEe4hNNJFR { width:17.5rem;height:3rem;top:50.875rem;left:1.25rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzgAcw8bsKFa3vv0RAXdGHdkPR6NdgTs { display:block; }
 }@media only screen and (max-width: 763px) { #weMPGGfo6dqVahTfWN5r76q86itt5MWZ { width:17.5rem;height:3rem;top:27.8125rem;left:1.25rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOM4gWqqu7eieyDDt6Lli1ql19l1Lhsd { display:block; }
 }@media only screen and (max-width: 763px) { #V2hmdbolTsJTTDW7SPi89pZJEcwVSw9q { width:19.75rem;height:20.8125rem;top:11.35546875rem;left:0rem;z-index:14997;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42) ;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #B3utOR352DzyHAEwb9J6ob008anRM312 { width:19.75rem;height:21.375rem;top:33.75rem;left:0rem;z-index:14997;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42) ;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tPuG2R4xbTbrxIMi9dDa2lfmbJel52UF { display:flex;width:1.6875rem;height:1.6875rem;top:24.0498046875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #r17e8Wslnce1QbWG1TgaQPelhVTXFN4N { width:16.375rem;height:2.5996125rem;top:24rem;left:3.625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b9drtqJUUa4DhbLZ7MOoWVG31IIXELio { width:2.5625rem;height:2.625rem;top:12.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDWpMF3h8fFUwTlQKeGJUzbm8wTN0QLr { width:15.5rem;height:1.5rem;top:12.8125rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Wzsn4kaILG6DWOsNW6M66UyHO5LkM4c9 { width:1.75rem;height:2.25rem;top:34.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDAaRITVV7E87wVe1OxHLat2WedTETLk { width:15.75rem;height:1.375rem;top:35.375rem;left:4.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4o7fHnQKsE1zWyetutAilaC9DzfoGeL { width:20rem;height:2.798825rem;top:16.625rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #c8ix2hJTqkBhb6gKAssnJTObLIgyx0CG { width:18.75rem;height:0.0625rem;top:22.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy5STi0kHeXCi60CD6SQcqCgHmvh8l1i { width:18.75rem;height:0.0625rem;top:45.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTnu0bZ91rHUorKMpCvrqZqlk3zamk1E { width:20rem;height:2.798825rem;top:39.25rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vKzLm3eAq0rRQ5T5UOJaSfEFI6obM0S6 { width:15.4375rem;height:2.5996125rem;top:46.875rem;left:3.6875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WZNyzWWXZx2x99TwVxImVSSJTih6Nf7I { display:flex;width:1.6875rem;height:1.6875rem;top:47rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #PzhV4xK1yg7mWwWLmaatzPVcdv8xX9ly { width:18.75rem;height:0.0625rem;top:15.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiIwadwTcs9FseyePBSapKok5ytGbTtI { width:18.75rem;height:0.0625rem;top:38.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk9wS8h2cIiTAMHemsWiSv7kmra1K52d { width:20rem;height:1.3994125rem;top:20.5625rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dmRH2MLuc6smk6UbMFggyb0BzkT9tTBa { width:20rem;height:1.3999rem;top:43.1875rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MBwoJkWovbgsXbkbMVaXKKU86iJsCEQr { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXCCnONgL4ewT10m4dyJmBAxu890G4pn { width:20rem;height:4.546875rem;top:5.5625rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J0aTZcXRewzTmFCHdaW3a9W7E90FvFM1 { width:20rem;height:2.6806625rem;top:56.625rem;left:0rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { background-color:#ffffff;background-image:none;display:block; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { background-color: transparent; background-image: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .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); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { width:16.3125rem;height:2.75rem;top:1.1875rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnu9kixZeemuq3ecF2J1FoKtrpBDKk9J { width:18.1875rem;height:3.41015625rem;top:4.4375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiXuOV3R00bNmwys3RtCpmntgofJeIGN { width:17.5rem;height:3rem;top:8.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETGZ66KkGTKZVhXWKJ9THSk02WdxqBqT { display:block; }
 }@media only screen and (max-width: 763px) { #cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 { display:block; }#cQVViepcv9TZvI1Rh64qrXtCXmANKDF3 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iI0V4qonaNfyAgRBmmuzUqHO5A2J1ukR { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbC6xzO706sGONErz60bwG9xZiuKfuWM { width:4.75rem;height:0.8125rem;top:4.5625rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IvIqE7g4OPheLTTw41GwBBHkKP49nyl6 { width:8.875rem;height:0.8125rem;top:4.5625rem;left:5.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyXGHgGSliwRZvFKPc5UcqXi4LzWduU6 { width:6.9375rem;height:0.8125rem;top:4.5625rem;left:13.0625rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }