.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:232,236,248;--color-primary-1:163,184,205;--color-primary-2:102,136,171;--color-primary-3:61,82,103;--color-primary-4:0,57,115;--color-secondary-0:253,250,230;--color-secondary-1:249,239,173;--color-secondary-2:243,223,90;--color-secondary-3:122,112,45;--color-secondary-4:36,33,14;--color-tertiary-0:255,255,255;--color-tertiary-1:243,236,238;--color-tertiary-2:146,142,143;--color-tertiary-3:88,85,86;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvwGWfmTEi53E3JU8v178125RgCmxAAc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aadb2b83-2b25-4ac4-b67c-d45f0d595f28/IMG_55671.jpg");background-position:top 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; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc.adaptive-delivery-prevent-bg, #LvwGWfmTEi53E3JU8v178125RgCmxAAc.lazyload, #LvwGWfmTEi53E3JU8v178125RgCmxAAc.lazyloading { background-image: none; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row .container { background-color: transparent; background-image: none; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,34,52,0.72); }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row .container > .video-iframe-container { display: none; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,34,52,0.72); }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row > .video-iframe-container { display: none; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .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); }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row .container { border-width: 0; border-radius: 0; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc::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; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#uBwX9O2p47F4zROIwZX49UZ3lTbycQpa { color:rgba(var(--color-primary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:12.675000190735rem;left:45.967969894409rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uqdf1IQ2Z6XtvIaZLTBJyQ4QMyR332iJ { position:absolute;display:block;z-index:14999;background-color:rgba(232,236,248,0.91);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.36) ;height:24rem;width:24.625rem;top:12.0625rem;left:43.25rem;display:block; }
#W71wCBfOGuHaTDVaMLgVJhxOJCenEaCU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.0625rem;top:20.125rem;left:25rem;overflow:hidden;display:block; }
#eUdzIPENHHTTbf17vmpc8HLd36a0rIP0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:8.375rem;top:5.5rem;left:14.71875rem;overflow:hidden;display:block; }
#O1gzEZ89PlZ2npeKJiosm9MWbh06UkBn { color:rgba(var(--color-secondary-1),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.875rem;left:9.375rem;height:1.3rem;font-style:normal;display:block; }
#eDkSVOC05affO2lqcsl7rgsrKgAwqGMn { color:#fde1c7;display:block;width:15.3125rem;position:absolute;font-family:"times new roman";font-size:5.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.0625rem;left:11.1875rem;height:7.3125rem;font-style:normal;display:block; }
#FtVFuy07Gn2pqdkH2b37DnTJTlzwXCBZ { color:rgba(var(--color-secondary-1),1);display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.8125rem;left:25.625rem;height:2.5996125rem;font-style:normal;display:block; }
#KfHDU34VOpHI6xvTN8OCO7DzJwIV4V8i { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.125rem;left:8.84375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VtOei8lgs5vsULmINXab1Fq0uevHvlRZ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29.375rem;left:6.78125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-form-header {  }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:21.1875rem;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; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .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:#eaf2ff;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;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:21.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-text {padding-top: 0; padding-bottom: 0;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .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:#eaf2ff;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:21.1875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-select {padding-top: 0; padding-bottom: 0;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .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; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:21.1875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT [class*="-text"]:-moz-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT [class*="-text"]::-moz-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT [class*="-text"]:-ms-input-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT [class*="-text"]::-webkit-input-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20rem;overflow:hidden;font-style:normal;float:none; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .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; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-container:first-of-type{padding-top:0;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-container:last-of-type{padding-bottom:0;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT  { background-color:rgba(var(--color-tertiary-0),0);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:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.8115234375rem;top:17.2998046875rem;z-index:15009;position:absolute; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.1875rem;display:block;vertical-align:top; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT {display:block;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT { background-color:rgba(var(--color-tertiary-0),0);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:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.8115234375rem;top:17.2998046875rem;z-index:15009;position:absolute; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #N3L2p6dpWDTh2acObwNyCTxrH5giHn7q { position:relative; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #m5QsbyJWrt50isfcOhXiespueNJEIgys { position:relative;display:none; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #BnGrT1QkmG5Z6vdV1RuAfQw0LqTenIUg { position:relative; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #UVA7zIk7t2nE9xEkgr4C9ou5U0TPStDL { position:relative; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #EpSyyegK42Q2v9rxAThRlE6xTJJ5MMcU { position:relative;display:none; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #Ecqe7NxTQEJATldMWNatlbehlfcnT9Du { position:relative; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #V0aCz7L3S0cZI4XhR7fiEwifoyvHM23e { position:relative; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #yOe5Rgionsx5Ftzaq5kOk7FTCnXH4ZDq { position:relative;display:none; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #Qt1pKX2VzkIiHmU6plZbwxzQOvtIGw01 { position:relative; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #rch3i1rIVOzdVdkN6BPErLTJVAo8uBmb { position:relative; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #fqrnh4TT2rBiyeGBHXEGD4QiVkpsWsdk { position:relative; }
#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 { position:relative;display:block; }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 { background-color: transparent; background-image: none; }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .row .container > .video-iframe-container { display: none; }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .row > .video-iframe-container { display: none; }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .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); }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 { border-width: 0; border-radius: 0; }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .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; }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdf4ea;background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lwPtNQKO9fFi4cMrq1WLQU1bubJ77fem { color:rgba(var(--color-primary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:3.6875rem;left:38.875rem;height:6rem;display:block; }
#SyI6lTp2LhK8t9vquLNpnasu9UJTi8qt { z-index:15004;top:24.875rem;left:38.5rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3730625rem;height:2.55859375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dDRDulFySMXXsJ47b6ztR3WCD8khUdv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sA5H6uDfxNa0To0g6uWx2rFTgzZuAECW { color:rgba(var(--color-primary-4),1);display:block;width:35.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:10rem;left:38.500001907349rem;height:13.5rem;display:block; }
#rsrzz4lxGVJM7t17RHXH6sXTMZBzHpVq { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:35rem;top:2.8818359375rem;left:38.1875rem;display:block; }
#PMfPvcJcKafAnLGJHo0UTFzMTFuaO7qv { color:rgba(var(--color-primary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5rem;left:38.4375rem;height:1.8681625rem;font-style:normal;display:block; }
#fcD8pC6iRdcCfmCmNNt667A9L0eSAdEp { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.0625rem;width:35.875rem;top:4.8125rem;left:0.78125rem;display:block; }
#nkwTKNkoZBe1kRItwhwWR464oy0z61fs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.03);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; }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row .container { background-color: transparent; background-image: none; }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row .container > .video-iframe-container { display: none; }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row > .video-iframe-container { display: none; }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .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); }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row .container { border-width: 0; border-radius: 0; }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#EnG1bzT6UqkD9srQc8JdCaIv5o6FKQBK { color:rgba(var(--color-primary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:7.1835947036744rem;left:4.4375rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#SVflguQDKs0M8kJo5oTtrzDbJ26yCZGS { color:rgba(var(--color-primary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3671875rem;left:4.4375rem;height:3.73698125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZsL9ZlAR0NwQf5QVp8CwtGiEW7Xv1hrK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:39.625rem;top:0rem;left:35.373699188233rem;overflow:hidden;display:block; }
#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk { position:relative;display:block; }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk { background-color: transparent; background-image: none; }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .row .container > .video-iframe-container { display: none; }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .row > .video-iframe-container { display: none; }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .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); }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk { border-width: 0; border-radius: 0; }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .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; }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),0.09);background-image:none;font-size:0.875rem;font-family:arial;height:36.5625rem;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; }#w5xuneTMePHUfPl2tXZUuzbEMhzrogtO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.125rem;width:22.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.625rem;left:1.75rem;overflow:hidden;display:block; }
#p6tfXSoE4Qf2OxNB2X1EA2i6Z4HonNLz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.1875rem;width:22.875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.5625rem;left:25.5rem;overflow:hidden;display:block; }
#b5xMSkR3KSB1BLgkU58eFvlBSIwu7msW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.5617079734802rem;left:49.312501907349rem;overflow:hidden;display:block; }
#LkFp0GASswgda2o6GTdHSDnKR6ELkEkb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.125rem;width:22.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.8125rem;left:1.8125rem;overflow:hidden;display:block; }
#cWKNgcO9ymglP6kuC1hRuzbRnHE8TfOS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.125rem;width:22.6875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.8125rem;left:25.5625rem;overflow:hidden;display:block; }
#zrQlnqBVUdOtDUQAqAHJ2iPdtB7dxDFD { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:22.75rem;top:16.1875rem;left:1.75rem;display:block; }
#pdPP0HMfhz8ZTuATRFW5ztD1AIlN4TV9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.5625rem;left:3.1875rem;height:1.625rem;font-style:normal;display:block; }
#OTTtcxA6CQt8G544iTRmfye5aloTzb5F { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5625rem;left:26.8125rem;height:1.625rem;font-style:normal;display:block; }
#TXcCNLk3UEsMtO3lMSvotWQISkq5uH6E { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:50.75rem;height:1.625rem;font-style:normal;display:block; }
#EtckpdoQh5wARztT2iBdVFWkwbpIzFeO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:33.875rem;left:3.1875rem;height:1.625rem;font-style:normal;display:block; }
#mhPnK5A6SFeo0MSWIIJZOTGWOqvwtprT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:33.875rem;left:26.75rem;height:1.625rem;font-style:normal;display:block; }
#Hp91lOwkxQrFDJIo5VTEcxG8oImJbFUG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:33.875rem;left:50.75rem;height:1.625rem;font-style:normal;display:block; }
#Oe0kZRhc3efMDRNJzR0Wu7E6EAS78fIU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:22.8125rem;top:16.1875rem;left:25.5625rem;display:block; }
#pzBApwZZIL8rvEi2uJZqK6ZV30PHDaSQ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:22.8125rem;top:16.25rem;left:49.3125rem;display:block; }
#mJhgCEvUWK4fg5daPWgHB35taDtfBf5d { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:22.8125rem;top:33.4375rem;left:1.8125rem;display:block; }
#Lu9OLXPnoWwmZqmpBgxuTfle4xJSZfH4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:22.8125rem;top:33.375rem;left:25.5625rem;display:block; }
#NFlTDaTGNNDlxLH5bGWahpSGMeDIeVad { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:22.875rem;top:33.4375rem;left:49.3125rem;display:block; }
#WpBGavvVssv3tgDKNATbS7LwWvKupzDs { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.3125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
#CwpJ3PMgc8WUIxffo3QX5T6bDv3oiTm7 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:22.8125rem;top:20.8125rem;left:49.3125rem;overflow:hidden;display:block; }
#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row .container { background-color: transparent; background-image: none; }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row .container > .video-iframe-container { display: none; }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row > .video-iframe-container { display: none; }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .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); }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row .container { border-width: 0; border-radius: 0; }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#GtpxGJKpUZg03wNqtIHTuVzriWxlFTEW { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.125rem;left:7.125rem; }
#lvxBlvP2iKXRox6I2ObW2RM4pZmx4kuI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.055990219116rem;left:2.3125rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z5eKpIhnSoFBiLLokAG0TIbQ23iQGyGn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.311199188233rem;left:0.78125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#sSRh2rDGq2gMin7G2lZQUalow6yWuzco { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.125rem;left:24.8125rem; }
#MCk9NQMtHWI3heu5DH0024H0RQK1Gzx8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.138021469116rem;left:20.4375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QI17tC76I7aLUvMAV9GLny6TmeIABda8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.311199188233rem;left:20.40625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#eLmemSNmu6GaIqMNL9p3LLw1rhsK8LSW { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.4375rem;left:44.625rem; }
#rSFZGhsyRNhZG9FRTRxKCU6UGD3oS74C { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.055990219116rem;left:38.843753814698rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vHkcuR4duJx85TQCgrXDboBctr1rXw08 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.260417938233rem;left:38.750003814698rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#zgib8bGlrD3f7JlLbmDA5bJTGZ4mnxd4 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.125rem;left:63.375rem; }
#W5NlvPb0MECoVaaZotaSHqG4ZfrWdSi0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.055990219116rem;left:58.875003814698rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJ7D1T1wVkuqvAT5IomVN76DvKWQRxKn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.81640625rem;left:57.466144561767rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#uKGrRbvk2Zd9g1ifZbECm1N10bOMl3Kq { color:rgba(var(--color-tertiary-1),1);display:block;width:64.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.82890605926512rem;left:4.9609375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row .container { background-color: transparent; background-image: none; }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row .container > .video-iframe-container { display: none; }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row > .video-iframe-container { display: none; }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .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); }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row .container { border-width: 0; border-radius: 0; }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#vhtNcKbqWobXZCvgmL50Iv8OhRqO6Q3r { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.25rem;width:36.8125rem;top:1.9895839691162rem;left:0.34375rem;display:block; }
#RwHh7H3QDO1LTnFbEGa47DkqkLrNMaWA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.4375rem;width:36.8125rem;top:2.0208339691162rem;left:37.860675811767rem;display:block; }
#wRNC8iThSmpianO6mG0m6xqEXL09Kvvx { color:rgba(var(--color-primary-4),1);display:block;width:31.4364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.56232213973999rem;left:40.15678024292rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b8cy6N6sHmWybv8epA0mz4mMSG2cx5rD { color:rgba(var(--color-primary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6015625rem;left:3.1875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2q2OBxwu4wEKBx48shwc4Wms59zigxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row .container { background-color: transparent; background-image: none; }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row .container > .video-iframe-container { display: none; }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row > .video-iframe-container { display: none; }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .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); }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row .container { border-width: 0; border-radius: 0; }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#RTumHpxd6ViRqduNzvB5Esb5lyuo805s { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.30859375rem;left:15.21875rem;height:2.5996125rem;font-style:normal;display:block; }
#NTXdfbdzr2ZTcKdbozpnT6WuzucVTsHG { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:9.4999876022337rem;left:29.125001907349rem;display:block; }
#rd1SONtlZh7oovzUSbDx9uptlzOLZU0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwcmitFBGPsAkdzKXlq5B05CQLCAi6gc { color:rgba(var(--color-tertiary-0),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.91015625rem;left:18.09375rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row .container { background-color: transparent; background-image: none; }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row .container > .video-iframe-container { display: none; }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row > .video-iframe-container { display: none; }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .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); }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row .container { border-width: 0; border-radius: 0; }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#ldhAi7FHz5rC9KS6TF0Iu4M87Z4X1PTh { color:rgba(var(--color-primary-4),1);display:block;width:28.2493125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:3rem;left:43.9375rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSyZnA6EQyCITamcUubWJtXzdOR7p0r1 { color:rgba(var(--color-primary-4),1);display:block;width:26.624625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:1.4375rem;left:44.75rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpFJbcCtUGdgZvTJChhhCwli8k0L1JQC { color:rgba(var(--color-primary-4),1);display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:2.8125rem;left:4rem;height:3.673825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sVEgRKdmhpTalZPGLMWNxgbDZaTloEqE { color:rgba(var(--color-primary-4),1);display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:1.4375rem;left:4rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb > .row .container { background-color: transparent; background-image: none; }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb > .row .container > .video-iframe-container { display: none; }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb > .row > .video-iframe-container { display: none; }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb > .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); }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb > .row .container { border-width: 0; border-radius: 0; }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#gyrBh1LEX5ldJ2ZS9mOZTTpTvpVn9CKx { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.71164703369138rem;left:23.499645233154rem;height:1.13671875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LvwGWfmTEi53E3JU8v178125RgCmxAAc { display:block; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBwX9O2p47F4zROIwZX49UZ3lTbycQpa { top:12.625rem;left:28.375rem;width:19.375rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqdf1IQ2Z6XtvIaZLTBJyQ4QMyR332iJ { top:12.0625rem;left:23.125rem;width:24.625rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #W71wCBfOGuHaTDVaMLgVJhxOJCenEaCU { top:20.125rem;left:11.375rem;width:5.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUdzIPENHHTTbf17vmpc8HLd36a0rIP0 { top:5.5rem;left:1.09375rem;width:8.375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1gzEZ89PlZ2npeKJiosm9MWbh06UkBn { top:18.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDkSVOC05affO2lqcsl7rgsrKgAwqGMn { top:19.0625rem;left:0rem;width:15.3125rem;height:7.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtVFuy07Gn2pqdkH2b37DnTJTlzwXCBZ { top:24.8125rem;left:12rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfHDU34VOpHI6xvTN8OCO7DzJwIV4V8i { top:13.125rem;left:0rem;width:20.125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtOei8lgs5vsULmINXab1Fq0uevHvlRZ { top:29.375rem;left:0rem;width:24.25rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-text {padding-top: 0; padding-bottom: 0;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-select {padding-top: 0; padding-bottom: 0;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT  { width:18.375rem;height:auto;top:14.1875rem;left:26.875rem; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT {display:block;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT { width:18.375rem;height:auto;top:14.1875rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #N3L2p6dpWDTh2acObwNyCTxrH5giHn7q {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #m5QsbyJWrt50isfcOhXiespueNJEIgys { display:none; }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #BnGrT1QkmG5Z6vdV1RuAfQw0LqTenIUg {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #UVA7zIk7t2nE9xEkgr4C9ou5U0TPStDL {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #EpSyyegK42Q2v9rxAThRlE6xTJJ5MMcU { display:none; }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #Ecqe7NxTQEJATldMWNatlbehlfcnT9Du {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #V0aCz7L3S0cZI4XhR7fiEwifoyvHM23e {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #yOe5Rgionsx5Ftzaq5kOk7FTCnXH4ZDq {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #Qt1pKX2VzkIiHmU6plZbwxzQOvtIGw01 {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #rch3i1rIVOzdVdkN6BPErLTJVAo8uBmb {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #fqrnh4TT2rBiyeGBHXEGD4QiVkpsWsdk {  }
 }@media only screen and (max-width: 763px) { #y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 { display:block; }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwPtNQKO9fFi4cMrq1WLQU1bubJ77fem { top:3.6875rem;left:11.625rem;width:36.125rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyI6lTp2LhK8t9vquLNpnasu9UJTi8qt { top:24.875rem;left:23.875rem;width:12.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDRDulFySMXXsJ47b6ztR3WCD8khUdv3 { display:block; }
 }@media only screen and (max-width: 763px) { #sA5H6uDfxNa0To0g6uWx2rFTgzZuAECW { top:10rem;left:12.6875rem;width:35.0625rem;height:13.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsrzz4lxGVJM7t17RHXH6sXTMZBzHpVq { top:2.875rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMfPvcJcKafAnLGJHo0UTFzMTFuaO7qv { top:0.5rem;left:12.125rem;width:35.625rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcD8pC6iRdcCfmCmNNt667A9L0eSAdEp { top:4.8125rem;left:0rem;width:35.875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkwTKNkoZBe1kRItwhwWR464oy0z61fs { display:block; }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnG1bzT6UqkD9srQc8JdCaIv5o6FKQBK { top:7.125rem;left:0rem;width:31.3125rem;height:13.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVflguQDKs0M8kJo5oTtrzDbJ26yCZGS { width:25.625rem;height:3.6875rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsL9ZlAR0NwQf5QVp8CwtGiEW7Xv1hrK { top:0rem;left:0rem;width:39.625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk { display:block; }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5xuneTMePHUfPl2tXZUuzbEMhzrogtO { width:22.75rem;height:15.125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6tfXSoE4Qf2OxNB2X1EA2i6Z4HonNLz { width:22.875rem;height:15.1875rem;top:3.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5xMSkR3KSB1BLgkU58eFvlBSIwu7msW { width:22.8125rem;height:15.1875rem;top:3.5rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkFp0GASswgda2o6GTdHSDnKR6ELkEkb { width:22.8125rem;height:15.125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWKNgcO9ymglP6kuC1hRuzbRnHE8TfOS { width:22.6875rem;height:15.125rem;top:20.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrQlnqBVUdOtDUQAqAHJ2iPdtB7dxDFD { top:16.1875rem;left:0rem;width:22.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdPP0HMfhz8ZTuATRFW5ztD1AIlN4TV9 { top:16.5625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTTtcxA6CQt8G544iTRmfye5aloTzb5F { top:16.5625rem;left:13.1875rem;width:17.9375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXcCNLk3UEsMtO3lMSvotWQISkq5uH6E { top:16.5625rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtckpdoQh5wARztT2iBdVFWkwbpIzFeO { top:33.875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhPnK5A6SFeo0MSWIIJZOTGWOqvwtprT { top:33.875rem;left:13.125rem;width:12.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp91lOwkxQrFDJIo5VTEcxG8oImJbFUG { top:33.8125rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe0kZRhc3efMDRNJzR0Wu7E6EAS78fIU { top:16.1875rem;left:11.9375rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzBApwZZIL8rvEi2uJZqK6ZV30PHDaSQ { top:16.25rem;left:24.9375rem;width:22.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJhgCEvUWK4fg5daPWgHB35taDtfBf5d { top:33.4375rem;left:0rem;width:22.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu9OLXPnoWwmZqmpBgxuTfle4xJSZfH4 { top:33.375rem;left:11.9375rem;width:22.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFlTDaTGNNDlxLH5bGWahpSGMeDIeVad { top:33.4375rem;left:24.9375rem;width:22.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpBGavvVssv3tgDKNATbS7LwWvKupzDs { width:47.75rem;height:3.1875rem;top:0.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwpJ3PMgc8WUIxffo3QX5T6bDv3oiTm7 { top:20.8125rem;left:24.9375rem;width:22.8125rem;height:15.1243125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX { display:block; }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtpxGJKpUZg03wNqtIHTuVzriWxlFTEW { top:5.125rem;left:3.71875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvxBlvP2iKXRox6I2ObW2RM4pZmx4kuI { top:10rem;left:0rem;width:14.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5eKpIhnSoFBiLLokAG0TIbQ23iQGyGn { top:14.25rem;left:0rem;width:17.1875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSRh2rDGq2gMin7G2lZQUalow6yWuzco { top:5.125rem;left:14.59375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCk9NQMtHWI3heu5DH0024H0RQK1Gzx8 { top:10.125rem;left:8.5rem;width:15.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI17tC76I7aLUvMAV9GLny6TmeIABda8 { top:14.25rem;left:8.4375rem;width:15.4375rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLmemSNmu6GaIqMNL9p3LLw1rhsK8LSW { top:5.4375rem;left:27.59375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSFZGhsyRNhZG9FRTRxKCU6UGD3oS74C { top:10rem;left:19.75rem;width:16.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHkcuR4duJx85TQCgrXDboBctr1rXw08 { top:13.25rem;left:19.5625rem;width:16.25rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgib8bGlrD3f7JlLbmDA5bJTGZ4mnxd4 { top:5.125rem;left:39.53125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5NlvPb0MECoVaaZotaSHqG4ZfrWdSi0 { top:10rem;left:34.25rem;width:13.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ7D1T1wVkuqvAT5IomVN76DvKWQRxKn { top:12.8125rem;left:31.5rem;width:16.25rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKGrRbvk2Zd9g1ifZbECm1N10bOMl3Kq { width:47.75rem;height:2.8125rem;top:0.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp { display:block; }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhtNcKbqWobXZCvgmL50Iv8OhRqO6Q3r { width:36.8125rem;height:20.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwHh7H3QDO1LTnFbEGa47DkqkLrNMaWA { top:2rem;left:10.9375rem;width:36.8125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRNC8iThSmpianO6mG0m6xqEXL09Kvvx { width:31.375rem;height:1.4375rem;top:0.5rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8cy6N6sHmWybv8epA0mz4mMSG2cx5rD { width:31.125rem;height:1.375rem;top:0.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2q2OBxwu4wEKBx48shwc4Wms59zigxm { display:block; }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTumHpxd6ViRqduNzvB5Esb5lyuo805s { top:2.25rem;left:1.3125rem;width:46.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTXdfbdzr2ZTcKdbozpnT6WuzucVTsHG { width:16.75rem;height:3.125rem;top:9.4375rem;left:15.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd1SONtlZh7oovzUSbDx9uptlzOLZU0T { display:block; }
 }@media only screen and (max-width: 763px) { #TwcmitFBGPsAkdzKXlq5B05CQLCAi6gc { top:5.875rem;left:4.46875rem;width:40.6875rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC { display:block; }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldhAi7FHz5rC9KS6TF0Iu4M87Z4X1PTh { top:3rem;left:19.5625rem;width:28.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSyZnA6EQyCITamcUubWJtXzdOR7p0r1 { top:1.4375rem;left:21.1875rem;width:26.5625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpFJbcCtUGdgZvTJChhhCwli8k0L1JQC { top:2.8125rem;left:0rem;width:34.625rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVEgRKdmhpTalZPGLMWNxgbDZaTloEqE { top:1.375rem;left:0rem;width:24.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvs5zx40iTuVywv58G2NtXyq0uVuTCsb { display:block; }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyrBh1LEX5ldJ2ZS9mOZTTpTvpVn9CKx { top:0.6875rem;left:9.8740234375rem;width:27.9375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LvwGWfmTEi53E3JU8v178125RgCmxAAc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33929d5f-d23f-4a0d-b473-6fd2d2aa9bf4/bgandroid.jpg");background-position:center !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; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc.adaptive-delivery-prevent-bg, #LvwGWfmTEi53E3JU8v178125RgCmxAAc.lazyload, #LvwGWfmTEi53E3JU8v178125RgCmxAAc.lazyloading { background-image: none; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row .container { background-color: transparent; background-image: none; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,34,45,0.87); }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row .container > .video-iframe-container { display: none; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,34,45,0.87); }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row > .video-iframe-container { display: none; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .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); }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row .container { border-width: 0; border-radius: 0; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc::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; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvwGWfmTEi53E3JU8v178125RgCmxAAc > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBwX9O2p47F4zROIwZX49UZ3lTbycQpa { width:16.4373125rem;height:3.59765625rem;top:21.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqdf1IQ2Z6XtvIaZLTBJyQ4QMyR332iJ { width:18.125rem;height:23.3125rem;top:21.4375rem;left:1.125rem;background-color:rgba(232,236,248,0.91);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #W71wCBfOGuHaTDVaMLgVJhxOJCenEaCU { width:3.8125rem;height:2rem;top:12.237500190735rem;left:14.485937476158rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUdzIPENHHTTbf17vmpc8HLd36a0rIP0 { width:5.9375rem;height:3.3125rem;top:1.1171875rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1gzEZ89PlZ2npeKJiosm9MWbh06UkBn { width:6.8125rem;height:1.29980625rem;top:10.75rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDkSVOC05affO2lqcsl7rgsrKgAwqGMn { width:15.3125rem;height:6.5rem;top:11.425000190735rem;left:1.125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtVFuy07Gn2pqdkH2b37DnTJTlzwXCBZ { width:3.75rem;height:2.5996125rem;top:14.187500476837rem;left:14.923437476158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfHDU34VOpHI6xvTN8OCO7DzJwIV4V8i { width:16.9991875rem;height:2.69921875rem;top:6.1875rem;left:1.4992188215256rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VtOei8lgs5vsULmINXab1Fq0uevHvlRZ { width:19.4366875rem;height:1.38125rem;top:18.74609375rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:montserrat;display:block;vertical-align:top; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-text {padding-top: 0; padding-bottom: 0;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:montserrat;display:block;vertical-align:top; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-select {padding-top: 0; padding-bottom: 0;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;height:3.8125rem; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT [class*="-text"]:-moz-placeholder { font-size:1.125rem; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT [class*="-text"]::-moz-placeholder { font-size:1.125rem; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT [class*="-text"]:-ms-input-placeholder { font-size:1.125rem; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT  { width:17.5rem;height:auto;top:28.4375rem;left:0rem; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT {display:block;}#bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT { width:17.5rem;height:auto;top:28.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #N3L2p6dpWDTh2acObwNyCTxrH5giHn7q {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #m5QsbyJWrt50isfcOhXiespueNJEIgys { display:none; }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #BnGrT1QkmG5Z6vdV1RuAfQw0LqTenIUg {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #UVA7zIk7t2nE9xEkgr4C9ou5U0TPStDL {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #EpSyyegK42Q2v9rxAThRlE6xTJJ5MMcU { display:none; }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #Ecqe7NxTQEJATldMWNatlbehlfcnT9Du {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #V0aCz7L3S0cZI4XhR7fiEwifoyvHM23e {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #yOe5Rgionsx5Ftzaq5kOk7FTCnXH4ZDq { display:none; }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #Qt1pKX2VzkIiHmU6plZbwxzQOvtIGw01 {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #rch3i1rIVOzdVdkN6BPErLTJVAo8uBmb {  }
 }@media only screen and (max-width: 763px) { #bhIRmEDPTy12UCdexGCgpbiMRmHLzrTT #fqrnh4TT2rBiyeGBHXEGD4QiVkpsWsdk {  }
 }@media only screen and (max-width: 763px) { #y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 { display:block; }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 { background-color: transparent; background-image: none; }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .row .container > .video-iframe-container { display: none; }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .row > .video-iframe-container { display: none; }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .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); }#y7zP1ndgcGByFni08yBNQfwcDCzl4wt4 > .row .container { width:20rem;height:43.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwPtNQKO9fFi4cMrq1WLQU1bubJ77fem { width:18.6875rem;height:6.33398125rem;top:18.1865234375rem;left:0.65625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SyI6lTp2LhK8t9vquLNpnasu9UJTi8qt { top:39.75rem;left:3.78125rem;width:12.4355625rem;height:2.249025rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDRDulFySMXXsJ47b6ztR3WCD8khUdv3 { display:block; }
 }@media only screen and (max-width: 763px) { #sA5H6uDfxNa0To0g6uWx2rFTgzZuAECW { width:18.6845625rem;height:14.2978375rem;top:24.45703125rem;left:0.6572265625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsrzz4lxGVJM7t17RHXH6sXTMZBzHpVq { width:18.9355625rem;height:0.3125rem;top:2.625rem;left:0.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMfPvcJcKafAnLGJHo0UTFzMTFuaO7qv { width:19.5rem;height:1.125rem;top:0.9375rem;left:0.5rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fcD8pC6iRdcCfmCmNNt667A9L0eSAdEp { height:11.184668989547rem;width:20rem;top:5.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkwTKNkoZBe1kRItwhwWR464oy0z61fs { background-color:rgba(0,57,115,0.03);background-image:none;display:block; }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row .container { background-color: transparent; background-image: none; }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row .container > .video-iframe-container { display: none; }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row > .video-iframe-container { display: none; }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .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); }#nkwTKNkoZBe1kRItwhwWR464oy0z61fs > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnG1bzT6UqkD9srQc8JdCaIv5o6FKQBK { width:19.561625rem;height:12.99805625rem;top:3.0078125rem;left:0.4375rem;font-size:0.8125rem;color:#003973;display:block; }
 }@media only screen and (max-width: 763px) { #SVflguQDKs0M8kJo5oTtrzDbJ26yCZGS { width:18.375rem;height:2.5996125rem;top:0.3739128112793rem;left:0.56098085641861rem;text-align:left;text-align-last:left;font-size:1rem;color:#003973;display:block; }
 }@media only screen and (max-width: 763px) { #ZsL9ZlAR0NwQf5QVp8CwtGiEW7Xv1hrK { width:20rem;height:11.198738170347rem;top:16.315104007721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk { display:block; }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk { background-color: transparent; background-image: none; }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .row .container > .video-iframe-container { display: none; }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .row > .video-iframe-container { display: none; }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .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); }#z1ftQ7fCdisHhem3OG22EzCRJl5WcRbk > .row .container { width:20rem;height:84.5rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5xuneTMePHUfPl2tXZUuzbEMhzrogtO { width:18.8125rem;height:12.5rem;top:5.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6tfXSoE4Qf2OxNB2X1EA2i6Z4HonNLz { width:18.625rem;height:12.375rem;top:18.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5xMSkR3KSB1BLgkU58eFvlBSIwu7msW { width:18.75rem;height:12.4375rem;top:31.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkFp0GASswgda2o6GTdHSDnKR6ELkEkb { width:18.75rem;height:12.25rem;top:44.875rem;left:0.62244897959184rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWKNgcO9ymglP6kuC1hRuzbRnHE8TfOS { width:18.8125rem;height:12.5625rem;top:58rem;left:0.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrQlnqBVUdOtDUQAqAHJ2iPdtB7dxDFD { width:18.8125rem;height:2.375rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdPP0HMfhz8ZTuATRFW5ztD1AIlN4TV9 { width:12.5rem;height:1.3808625rem;top:15.71484375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTTtcxA6CQt8G544iTRmfye5aloTzb5F { width:15rem;height:1.3808625rem;top:28.65234375rem;left:1.5625rem;font-size:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TXcCNLk3UEsMtO3lMSvotWQISkq5uH6E { width:12.5rem;height:1.3808625rem;top:41.8720703125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtckpdoQh5wARztT2iBdVFWkwbpIzFeO { width:12.5rem;height:1.3808625rem;top:55.0625rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhPnK5A6SFeo0MSWIIJZOTGWOqvwtprT { width:17.5rem;height:1.3808625rem;top:68.6845703125rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp91lOwkxQrFDJIo5VTEcxG8oImJbFUG { width:15.125rem;height:1.3808625rem;top:81.6875rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oe0kZRhc3efMDRNJzR0Wu7E6EAS78fIU { width:18.8125rem;height:2.5625rem;top:54.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzBApwZZIL8rvEi2uJZqK6ZV30PHDaSQ { width:18.75rem;height:2.5625rem;top:81.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJhgCEvUWK4fg5daPWgHB35taDtfBf5d { width:18.75rem;height:2.5rem;top:68.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu9OLXPnoWwmZqmpBgxuTfle4xJSZfH4 { width:18.75rem;height:2.5625rem;top:41.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFlTDaTGNNDlxLH5bGWahpSGMeDIeVad { width:18.625rem;height:2.5rem;top:28.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpBGavvVssv3tgDKNATbS7LwWvKupzDs { width:20rem;height:4.38671875rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwpJ3PMgc8WUIxffo3QX5T6bDv3oiTm7 { width:18.75rem;height:12.3125rem;top:71.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX { background-color:#003973;background-image:none;display:block; }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row .container { background-color: transparent; background-image: none; }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row .container > .video-iframe-container { display: none; }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row > .video-iframe-container { display: none; }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .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); }#B94Gytd5h3lutNOzkbfDmJHTkGDHPVKX > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtpxGJKpUZg03wNqtIHTuVzriWxlFTEW { display:flex;width:3.4375rem;height:3.4375rem;top:4.5625rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #lvxBlvP2iKXRox6I2ObW2RM4pZmx4kuI { width:13.625rem;height:2.5996125rem;top:8.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5eKpIhnSoFBiLLokAG0TIbQ23iQGyGn { width:17.3125rem;height:4.546875rem;top:11.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSRh2rDGq2gMin7G2lZQUalow6yWuzco { display:flex;width:6.125rem;height:6.125rem;top:16.3125rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #MCk9NQMtHWI3heu5DH0024H0RQK1Gzx8 { width:13.6875rem;height:2.4375rem;top:21.375rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI17tC76I7aLUvMAV9GLny6TmeIABda8 { width:14.8125rem;height:3.41015625rem;top:23.8125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLmemSNmu6GaIqMNL9p3LLw1rhsK8LSW { display:flex;width:4.5rem;height:4.5rem;top:28rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #rSFZGhsyRNhZG9FRTRxKCU6UGD3oS74C { width:15.3125rem;height:2.4375rem;top:32.5625rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHkcuR4duJx85TQCgrXDboBctr1rXw08 { width:16.4375rem;height:4.546875rem;top:35.125rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgib8bGlrD3f7JlLbmDA5bJTGZ4mnxd4 { display:flex;width:3.5625rem;height:3.5625rem;top:40.5625rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #W5NlvPb0MECoVaaZotaSHqG4ZfrWdSi0 { width:12.875rem;height:2.4375rem;top:44.3125rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ7D1T1wVkuqvAT5IomVN76DvKWQRxKn { width:17.4375rem;height:3.41015625rem;top:47rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKGrRbvk2Zd9g1ifZbECm1N10bOMl3Kq { width:17.1875rem;height:3.25rem;top:0.55988883972168rem;left:1.4062500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp { background-color:#ffffff;background-image:none;display:block; }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row .container { background-color: transparent; background-image: none; }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row .container > .video-iframe-container { display: none; }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row > .video-iframe-container { display: none; }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .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); }#c3VFa8fbhMyudK5i7CgUn1RuTDy8kgcp > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhtNcKbqWobXZCvgmL50Iv8OhRqO6Q3r { height:10.6861875rem;width:20rem;top:2.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwHh7H3QDO1LTnFbEGa47DkqkLrNMaWA { height:11.0625rem;width:20rem;top:15.574219703674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRNC8iThSmpianO6mG0m6xqEXL09Kvvx { width:17.1875rem;height:2.2734375rem;top:13.300782203674rem;left:1.4062500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#003973;display:block; }
 }@media only screen and (max-width: 763px) { #b8cy6N6sHmWybv8epA0mz4mMSG2cx5rD { width:16.8111875rem;height:2.2734375rem;top:0.125rem;left:1.5911458134651rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#003973;display:block; }
 }@media only screen and (max-width: 763px) { #V2q2OBxwu4wEKBx48shwc4Wms59zigxm { background-color:#003973;background-image:none;display:block; }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row .container { background-color: transparent; background-image: none; }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row .container > .video-iframe-container { display: none; }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row > .video-iframe-container { display: none; }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .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); }#V2q2OBxwu4wEKBx48shwc4Wms59zigxm > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTumHpxd6ViRqduNzvB5Esb5lyuo805s { width:14.1875rem;height:2rem;top:1.0484380722046rem;left:2.9062501192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NTXdfbdzr2ZTcKdbozpnT6WuzucVTsHG { width:16.1875rem;height:2.625rem;top:7.8046875rem;left:1.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd1SONtlZh7oovzUSbDx9uptlzOLZU0T { display:block; }
 }@media only screen and (max-width: 763px) { #TwcmitFBGPsAkdzKXlq5B05CQLCAi6gc { width:16.4986875rem;height:4.22265625rem;top:3.359375rem;left:1.9062500596046rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC { background-color:#ffffff;background-image:none;display:block; }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row .container { background-color: transparent; background-image: none; }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row .container > .video-iframe-container { display: none; }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row > .video-iframe-container { display: none; }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .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); }#rX3G5BSE9STkOQMOc9PKJmZZfubVHmmC > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldhAi7FHz5rC9KS6TF0Iu4M87Z4X1PTh { width:15.1855625rem;height:3.1494125rem;top:10.8125rem;left:2.5rem;font-size:0.75rem;font-family:montserrat;text-align:center;text-align-last:center;color:#003973;display:block; }
 }@media only screen and (max-width: 763px) { #kSyZnA6EQyCITamcUubWJtXzdOR7p0r1 { width:17.7485rem;height:2.625rem;top:8.3125rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;color:#003973;display:block; }
 }@media only screen and (max-width: 763px) { #zpFJbcCtUGdgZvTJChhhCwli8k0L1JQC { width:17rem;height:6.2988125rem;top:1.5rem;left:1.1552734375rem;font-size:0.75rem;font-family:montserrat;text-align:center;text-align-last:center;color:#003973;display:block; }
 }@media only screen and (max-width: 763px) { #sVEgRKdmhpTalZPGLMWNxgbDZaTloEqE { width:18.9995625rem;height:1.48730625rem;top:0.25rem;left:0.3125rem;font-size:1.0625rem;font-family:montserrat;text-align:center;text-align-last:center;color:#003973;display:block; }
 }@media only screen and (max-width: 763px) { #rvs5zx40iTuVywv58G2NtXyq0uVuTCsb { display:block; }#rvs5zx40iTuVywv58G2NtXyq0uVuTCsb > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyrBh1LEX5ldJ2ZS9mOZTTpTvpVn9CKx { width:14.375rem;height:1.625rem;top:0.28125rem;left:2.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }