.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:255,237,217;--color-primary-1:255,194,128;--color-primary-2:255,132,0;--color-primary-3:128,66,0;--color-primary-4:38,20,0;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:20,127,252;--color-secondary-4:19,29,51;--color-tertiary-0:255,255,255;--color-tertiary-1:239,239,239;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins2";--paragraphs-font-family:"Poppins2"; }@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:#222225;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:rgba(var(--color-primary-2),1);display:block;width:33.4375rem;position:absolute;font-family:poppins2;font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.875rem;left:0rem;height:8.833333rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:rgba(var(--color-tertiary-1),1);display:block;width:32.1875rem;position:absolute;font-family:poppins2;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:21.186965942382rem;left:0rem;height:6.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins2;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.062320709229rem;left:0rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#km4HtzDPnH94wRK8F8JXDZvT7BZMfrAy { position:absolute;display:block;z-index:15010;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.5rem;width:7.562125rem;top:7.4375rem;left:0rem;overflow:hidden;display:block; }
#Tq3OubPgAosTz3oRf6EuqH5egbGy8h3r { position:absolute;display:block;z-index:15011;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:34.6875rem;width:48.75rem;top:6.3744668960569rem;left:33.562675476074rem;overflow:hidden;display:block; }
#GWnrb7OCsTeRFPc8k8mztW2IWOWZfmRV { position:absolute;display:block;z-index:15011;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:3.06196875rem;width:7.6243125rem;top:7.1555395126344rem;left:8.8121433258056rem;overflow:hidden;display:block; }
#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi { border-top:0.0625rem solid #212121;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi > .row .container { background-color: transparent; background-image: none; }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi > .row .container > .video-iframe-container { display: none; }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi > .row > .video-iframe-container { display: none; }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi > .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); }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi > .row .container { border-width: 0; border-radius: 0; }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi > .row .container { font-size:0.875rem;font-family:arial;height:82.5rem;width:75rem;position:relative;display:block; }#tSzzWx21Hh9ia4ozOEHaX2TiFATxCVHl { color:rgba(var(--color-tertiary-1),1);display:block;width:28.625rem;position:absolute;font-family:poppins2;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5rem;left:22rem;height:3.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IauTfud1tBQQ8S8PuiC8AB4fAtydnki5 { color:rgba(var(--color-tertiary-1),1);display:block;width:46.4375rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:9.375rem;left:13.71875rem;height:9.500000125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ig97zeGgzxeHashOwDBQXIV4hwhdb1dB { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.5625rem;width:46.5rem;top:21.1875rem;left:13.625rem;display:block; }
#uMrwdITFZWAz9pTz3vNLr8FU74hqwQrH { color:rgba(var(--color-tertiary-1),1);display:block;width:37.7494375rem;position:absolute;font-family:poppins2;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.9375rem;left:15.125rem;height:1.416666625rem;font-style:normal;display:block; }
#JLzQ1LTBqCKdBMEUDP7n14TFWcS3eTgq { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.5625rem;width:46.5rem;top:27.8125rem;left:13.625rem;display:block; }
#HobffpD2QcVfeGhm9dfkRBlpQZQb74Cc { color:rgba(var(--color-tertiary-1),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:29.5rem;left:15.125rem;height:1.416666625rem;display:block; }
#abKKSBDUxkCH7TEbMl3JTkLTTeuBlm2q { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.5625rem;width:46.5rem;top:34.375rem;left:13.625rem;display:block; }
#STWmShxrMcmOqWJ5vR4kmxkE0dTr3bGQ { color:rgba(var(--color-tertiary-1),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:36.0625rem;left:15.125rem;height:1.416666625rem;display:block; }
#ATcg2q7aPBFvmnbzUXLT4JC4JJQc2RTe { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.5625rem;width:46.5rem;top:40.9375rem;left:13.625rem;display:block; }
#FLZxJQ1bQRZnwy14sGNG6dB3Bxp8RkQM { color:rgba(var(--color-tertiary-1),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:42.625rem;left:15.125rem;height:1.416666625rem;display:block; }
#OAvr3J5AZJZRDQ8eUGw2eE02OM5pWwEd { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.5625rem;width:46.5rem;top:47.5rem;left:13.625rem;display:block; }
#WAtkJ6SOJRbltUpHIq3BIW3cOWCOWuEu { color:rgba(var(--color-tertiary-1),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:49.1875rem;left:15.125rem;height:1.416666625rem;display:block; }
#tAPTfZH9xZwyKFifPXWKk8wQGVGmmBui { position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.5625rem;width:46.5rem;top:54.0625rem;left:13.625rem;display:block; }
#VQ4T1KCQKBB2N9mVN1n8LuT8AC7drfEB { color:rgba(var(--color-tertiary-1),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:55.75rem;left:15.125rem;height:1.416666625rem;display:block; }
#OofJO13tKx9DLLQyd3pRTyTfe3OBUG8v { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.9375rem;width:46.5625rem;top:60.6875rem;left:13.6875rem;display:block; }
#c71Pid8T8BMVkEcy3T0SeG4Ov8sW8i1r { color:rgba(var(--color-tertiary-1),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:65.5625rem;left:16rem;height:9.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yrTMBykWsMHrbvoONENXfw8lpDvzD0Ix { color:rgba(var(--color-tertiary-1),1);display:block;width:25.687125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:62.6875rem;left:16rem;height:1.916666625rem;font-style:normal;display:block; }
#VT1U8BeexH9SNeGIr6c3qhEOG7L560TQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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:none; }#VT1U8BeexH9SNeGIr6c3qhEOG7L560TQ > .row .container { border-width: 0; border-radius: 0; }#VT1U8BeexH9SNeGIr6c3qhEOG7L560TQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VT1U8BeexH9SNeGIr6c3qhEOG7L560TQ > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:none; }#xWvCpZM7GbfeNhHiw6yXA2ecefBKCbzh { position:absolute;display:block;z-index:15015;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:10.875rem;width:16.375rem;top:6.375rem;left:20.25rem;overflow:hidden;display:block; }
#eRqnQ9fipZFgbD5ofrwwNC64M2icq0Dr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.375rem;left:37.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gtvxSQPpT6mHDMbFUWoy5mIuBJ44PL4V { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11rem;left:37.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Joq6lVrWy9fQpWKBOvTgiQRk02fA3ghw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.5rem;left:37.8125rem;display:block; }
#slF1ND36U1Lx28I616vypIcncmP5RLSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSnVU554FpxUCmrGRfoTZ3m5h9UVy9qG { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.875rem;left:12.3125rem;height:2.33333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbWDb5ZDSTfNwAA7O3wHF1i2DNfzBN0R { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:7rem;left:37.75rem;height:1.75rem;display:block; }
#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 { border-top:0.0625rem solid #2f2f2f;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #212121;background-color:rgba(var(--color-tertiary-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; }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 > .row .container { background-color: transparent; background-image: none; }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 > .row .container > .video-iframe-container { display: none; }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 > .row > .video-iframe-container { display: none; }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 > .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); }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 > .row .container { border-width: 0; border-radius: 0; }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 > .row .container { font-size:0.875rem;font-family:arial;height:36.56321025rem;width:75rem;position:relative;display:block; }#EJJBwGGoLEWEWtwIxJASkX1QhWRwIsA5 { color:rgba(var(--color-tertiary-1),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0625rem;left:23.1875rem;height:3.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#koF3xF7DhG4FJTrTXRoKZsrk8tL0gV8Q { color:rgba(var(--color-tertiary-1),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:18.625rem;left:26.6875rem;height:9.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#phG7I6VQTXop3sPiVpxgfTXqdf6TM9Uk { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5rem;left:26.6875rem;height:2.58333325rem;font-style:normal;display:block; }
#emfup3myFlnHoqS54ZkVmtoXSeNICTts { color:rgba(var(--color-tertiary-1),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16rem;left:26.6875rem;height:1.416666625rem;display:block; }
#rGTBs9ZkZoDFtKPRrCzllQH9uLqU67Et { position:absolute;display:block;z-index:15004;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.75rem;width:15.75rem;top:13.530712127686rem;left:5.4367885589599rem;overflow:hidden;display:block; }
#Xon2fthhey7zoTCiiexpKqbk9irS1gEx { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:13.5625rem;left:45.25rem;display:block; }
#OTxQo8RGxeLmetpwwvTAu3uCqTsRrt9C { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:13.8125rem;left:45.5625rem;display:block; }
#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT > .row .container { background-color: transparent; background-image: none; }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT > .row .container > .video-iframe-container { display: none; }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT > .row > .video-iframe-container { display: none; }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT > .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); }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT > .row .container { border-width: 0; border-radius: 0; }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-form-header {  }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-1),1);width:34.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:34.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-text {padding-top: 0; padding-bottom: 0;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:34.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:34.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-select {padding-top: 0; padding-bottom: 0;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:34.8125rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.6;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-1),1);vertical-align:top;width:33.375rem;overflow:hidden;font-style:normal; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .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; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-container:first-of-type{padding-top:0;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-container:last-of-type{padding-bottom:0;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.380859375rem;left:35.248046875rem; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.8125rem; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S {display:block;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.380859375rem;left:35.248046875rem; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #P2ZmBiu2bg2HTTTJkHTJ75JedINtmDLV { position:relative; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #E8lTipfnL4GbZbTVws4Jdrn3yfTxHTxJ { position:relative;display:block; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #kAvtoFlHQU5qGLgvueARq24Wi9acucqX { position:relative; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #Ib0MqZbsLX84JH6CcwRVRRySgWPkMMki { position:relative; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #ONLoo20xA85w6BqS5si24S4rIa5uK8dR { position:relative;display:block; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #UcrTqWpxfcFy7PscRiXMFaMFdNgntgLf { position:relative; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #QndMqgymosVeTI9qQ44GpyGd5JDaIcRw { position:relative; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #z09uG57hBBBldrPms0THpdr4ZzcANdas { position:relative;display:block; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #TbIP9bmibIFus2fNs0xLyTv9U4PeJAPK { position:relative; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #FzD3GZflhncpgFt5MgdTQTGDxyZ4Mg13 { position:relative; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #axvAbGlRQckrmToOHNO7anLw353fmRSb { position:relative;z-index:2; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #DqgvQmwBZoqL84bp0CCv2t3Eif7386sT { position:relative; }
#RS5X7erpT0HVrfchtKwo5JG26OL29P1T { position:relative;display:block; }
#XqrksNgVq86BIMevnyCJ05s41MiituSq { position:relative;display:block; }
#phfbnavNddWinwku5Hv3cAyTZqJDUJAp { position:relative;display:block;z-index:100000;display:block; }
#MtR6OkrQQbWuVbCUUhrxNKW1f81H4hMR { position:relative;display:block;z-index:100000;display:block; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #CPev6SePBIQ8W8r5aXubAHX1ruo2ynao { position:relative; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #NWL32Rknl9oF2wHnWCdgdCRpmK6ESFR9 { position:relative; }
#p3EcpA39LObMuDMG6eLTVhDqxI3IT68u { color:rgba(var(--color-tertiary-1),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3150939941406rem;left:4.125rem;height:6.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iw01XWXBebWbKtBTqqHcai0lx8Z90aDy { color:rgba(var(--color-tertiary-1),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:21.75rem;left:0rem;height:4.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SORUb9zKL2FH6C17P17SZyg6b1VJ0cec { color:rgba(var(--color-tertiary-1),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.375rem;left:0rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ts6f262NJQVc6OJQKK3ZwQdBmuBltthb { color:rgba(var(--color-tertiary-1),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:12.12890625rem;left:0rem;height:4.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq { border-top:0.0625rem solid #212121;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #212121;background-color:rgba(var(--color-tertiary-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; }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq > .row .container { background-color: transparent; background-image: none; }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq > .row .container > .video-iframe-container { display: none; }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq > .row > .video-iframe-container { display: none; }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq > .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); }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq > .row .container { border-width: 0; border-radius: 0; }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#KXReWkhrB6FkGr2dsdVpKZ4JzdWschbl { color:rgba(var(--color-tertiary-1),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5625rem;left:11.65625rem;height:3.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EpNfB9pGmwFvZsAIiZvhAM1sTcmDcz4L { color:rgba(var(--color-tertiary-1),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:14.1875rem;left:0rem;height:4.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fn6IOpbUVNgfEVkem8HSaOVlKfx4eeMw { color:rgba(var(--color-tertiary-1),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#swcpI9gT6JnrIVANIkzGTc5paosyH7fv { color:rgba(var(--color-tertiary-1),1);display:block;width:71.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:23.061187744141rem;left:0rem;height:3.16666675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RTs9EMu9IrLMmJs1DMhSbCzVZzH2G9X3 { color:rgba(var(--color-tertiary-1),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.12482213974rem;left:0rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTndL2mkPvdPhFKT4qhZigVIrBiGTSxU { color:rgba(var(--color-tertiary-0),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:30.18732213974rem;left:0rem;height:3.16666675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lw4M8WG5JValWxV9TX6QhipUH14CPDBr { color:rgba(var(--color-tertiary-1),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:28.31232213974rem;left:0rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BToKdyHgEBrT1RDzqVPVsRiJODGTyG0B { color:rgba(var(--color-tertiary-1),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:37.374642848969rem;left:0rem;height:2.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#J7xVETXwC2KegecmHDPy4T9ObKFyTvs9 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:35.499642848969rem;left:0rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GgsATu9mZbkyCEG8V0XAt7ZZSQ9qvpdT { color:rgba(var(--color-tertiary-1),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:43.6875rem;left:0rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zLrp8ufTBGpiKpRF5vRECG7Lzfyr91Gd { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:41.8125rem;left:0rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq > .row .container { background-color: transparent; background-image: none; }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq > .row .container > .video-iframe-container { display: none; }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq > .row > .video-iframe-container { display: none; }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq > .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); }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq > .row .container { border-width: 0; border-radius: 0; }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#C7PZeTqNIpviTJ48k2evAvnITfsDTzew { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:10.4375rem;top:2.5625rem;left:7.5rem;overflow:hidden;display:block; }
#wsEswGSOTuqKdAyefPRsBhgWTyptuyeL { color:rgba(var(--color-tertiary-1),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:2.5625rem;left:21.0625rem;height:6.3333335rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#grkZefq8nlkZJJNCtyFX5syAVnGKLFg5 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.87369725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:9.90625rem;left:21.0625rem;height:1.583333375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy > .row .container { background-color: transparent; background-image: none; }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy > .row .container > .video-iframe-container { display: none; }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy > .row > .video-iframe-container { display: none; }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy > .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); }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy > .row .container { border-width: 0; border-radius: 0; }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy > .row .container { font-size:0.875rem;font-family:ubuntu;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#R0CdHosZ4BZGNzfUOi4LD8f7cG9cvF14 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:1.0625rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#GnzU8yHaI41K5UbBISM0ZKHbnT20we89 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.5559310913086rem;left:54.4375rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qvEgwV1LauSQTa2JPBn38vPs1WXRqnK2 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:2.6875rem;left:0rem;display:block; }
#GBvi0J7H4GTmTLuVW7XmPo6paUG4LFmt { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:2.625rem;left:2.625rem;display:block; }
#eBrozMIsLy29030q3Mqz7UhZeEUdD8LI { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:2.6875rem;left:5.25rem;display:block; }
#S5Oc5DlVM83Vo0Ti4b5mJZvKVbgxvgk8 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:2.6875rem;left:7.9375rem;display:block; }
#DPk30e114315aMOHlfcF1OtrOOcL7MPg { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.6875rem;left:10.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:11.875rem;left:0rem;width:33.4375rem;height:8.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:21.125rem;left:0rem;width:32.1875rem;height:6.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:18.75rem;height:3.125rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #km4HtzDPnH94wRK8F8JXDZvT7BZMfrAy { top:7.4375rem;left:0rem;width:7.5rem;height:2.4794617914938rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3OubPgAosTz3oRf6EuqH5egbGy8h3r { top:6.3125rem;left:0rem;width:47.75rem;height:33.975961538462rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWnrb7OCsTeRFPc8k8mztW2IWOWZfmRV { top:7.125rem;left:0rem;width:7.5625rem;height:3.0371444863881rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi { display:block; }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSzzWx21Hh9ia4ozOEHaX2TiFATxCVHl { top:5.5rem;left:8.375rem;width:28.625rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IauTfud1tBQQ8S8PuiC8AB4fAtydnki5 { top:9.375rem;left:0rem;width:46.4375rem;height:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig97zeGgzxeHashOwDBQXIV4hwhdb1dB { top:21.1875rem;left:0rem;width:46.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMrwdITFZWAz9pTz3vNLr8FU74hqwQrH { top:22.9375rem;left:1.5rem;width:37.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLzQ1LTBqCKdBMEUDP7n14TFWcS3eTgq { top:27.8125rem;left:0rem;width:46.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HobffpD2QcVfeGhm9dfkRBlpQZQb74Cc { top:29.5rem;left:1.5rem;width:37.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abKKSBDUxkCH7TEbMl3JTkLTTeuBlm2q { top:34.375rem;left:0rem;width:46.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STWmShxrMcmOqWJ5vR4kmxkE0dTr3bGQ { top:36.0625rem;left:1.5rem;width:37.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATcg2q7aPBFvmnbzUXLT4JC4JJQc2RTe { top:40.9375rem;left:0rem;width:46.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLZxJQ1bQRZnwy14sGNG6dB3Bxp8RkQM { top:42.625rem;left:1.5rem;width:37.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAvr3J5AZJZRDQ8eUGw2eE02OM5pWwEd { top:47.5rem;left:0rem;width:46.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAtkJ6SOJRbltUpHIq3BIW3cOWCOWuEu { top:49.1875rem;left:1.5rem;width:37.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAPTfZH9xZwyKFifPXWKk8wQGVGmmBui { top:54.0625rem;left:0rem;width:46.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ4T1KCQKBB2N9mVN1n8LuT8AC7drfEB { top:55.75rem;left:1.5rem;width:37.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OofJO13tKx9DLLQyd3pRTyTfe3OBUG8v { top:60.6875rem;left:0.0625rem;width:46.5625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c71Pid8T8BMVkEcy3T0SeG4Ov8sW8i1r { top:65.5625rem;left:2.375rem;width:41.875rem;height:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrTMBykWsMHrbvoONENXfw8lpDvzD0Ix { top:62.6875rem;left:2.375rem;width:25.625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT1U8BeexH9SNeGIr6c3qhEOG7L560TQ { display:block; }#VT1U8BeexH9SNeGIr6c3qhEOG7L560TQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWvCpZM7GbfeNhHiw6yXA2ecefBKCbzh { top:6.375rem;left:6.625rem;width:16.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRqnQ9fipZFgbD5ofrwwNC64M2icq0Dr { top:9.375rem;left:24.125rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtvxSQPpT6mHDMbFUWoy5mIuBJ44PL4V { top:11rem;left:24.125rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Joq6lVrWy9fQpWKBOvTgiQRk02fA3ghw { width:9.1875rem;height:1.75rem;top:14.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slF1ND36U1Lx28I616vypIcncmP5RLSq { display:block; }
 }@media only screen and (max-width: 763px) { #OSnVU554FpxUCmrGRfoTZ3m5h9UVy9qG { top:1.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWDb5ZDSTfNwAA7O3wHF1i2DNfzBN0R { top:7rem;left:24.125rem;width:19.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 { display:block; }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJJBwGGoLEWEWtwIxJASkX1QhWRwIsA5 { top:4.0625rem;left:9.5625rem;width:28.625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koF3xF7DhG4FJTrTXRoKZsrk8tL0gV8Q { top:18.5625rem;left:4.3125rem;width:43.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phG7I6VQTXop3sPiVpxgfTXqdf6TM9Uk { top:13.4375rem;left:13.061786651611rem;width:17.5rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emfup3myFlnHoqS54ZkVmtoXSeNICTts { top:15.9375rem;left:13.061786651611rem;width:27.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGTBs9ZkZoDFtKPRrCzllQH9uLqU67Et { top:13.5rem;left:0rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xon2fthhey7zoTCiiexpKqbk9irS1gEx { top:13.5625rem;left:31.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxQo8RGxeLmetpwwvTAu3uCqTsRrt9C { top:13.8125rem;left:31.9375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT { display:block; }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-regular-label { width:34.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-text { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-text {padding-top: 0; padding-bottom: 0;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-textarea { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-select { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-select {padding-top: 0; padding-bottom: 0;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-button { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-checkbox-label { width:33.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S  { width:34.8125rem;height:auto;top:3.375rem;left:10.4375rem; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .radio-container { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S {display:block;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S { width:34.8125rem;height:auto;top:3.375rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #P2ZmBiu2bg2HTTTJkHTJ75JedINtmDLV {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #E8lTipfnL4GbZbTVws4Jdrn3yfTxHTxJ { display:block; }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #kAvtoFlHQU5qGLgvueARq24Wi9acucqX {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #Ib0MqZbsLX84JH6CcwRVRRySgWPkMMki {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #ONLoo20xA85w6BqS5si24S4rIa5uK8dR { display:block; }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #UcrTqWpxfcFy7PscRiXMFaMFdNgntgLf {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #QndMqgymosVeTI9qQ44GpyGd5JDaIcRw {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #z09uG57hBBBldrPms0THpdr4ZzcANdas { display:block; }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #TbIP9bmibIFus2fNs0xLyTv9U4PeJAPK {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #FzD3GZflhncpgFt5MgdTQTGDxyZ4Mg13 {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #axvAbGlRQckrmToOHNO7anLw353fmRSb {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #DqgvQmwBZoqL84bp0CCv2t3Eif7386sT {  }
 }@media only screen and (max-width: 763px) { #RS5X7erpT0HVrfchtKwo5JG26OL29P1T { display:block; }
 }@media only screen and (max-width: 763px) { #XqrksNgVq86BIMevnyCJ05s41MiituSq { display:block; }
 }@media only screen and (max-width: 763px) { #phfbnavNddWinwku5Hv3cAyTZqJDUJAp { display:block; }
 }@media only screen and (max-width: 763px) { #MtR6OkrQQbWuVbCUUhrxNKW1f81H4hMR { display:block; }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #CPev6SePBIQ8W8r5aXubAHX1ruo2ynao {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #NWL32Rknl9oF2wHnWCdgdCRpmK6ESFR9 {  }
 }@media only screen and (max-width: 763px) { #p3EcpA39LObMuDMG6eLTVhDqxI3IT68u { top:4.3125rem;left:0rem;width:19.9375rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw01XWXBebWbKtBTqqHcai0lx8Z90aDy { top:21.75rem;left:0rem;width:28.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SORUb9zKL2FH6C17P17SZyg6b1VJ0cec { top:19.375rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6f262NJQVc6OJQKK3ZwQdBmuBltthb { top:12.125rem;left:0rem;width:28.125rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq { display:block; }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXReWkhrB6FkGr2dsdVpKZ4JzdWschbl { top:4.5625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpNfB9pGmwFvZsAIiZvhAM1sTcmDcz4L { top:14.125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn6IOpbUVNgfEVkem8HSaOVlKfx4eeMw { top:12.25rem;left:0rem;width:25.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swcpI9gT6JnrIVANIkzGTc5paosyH7fv { top:23rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTs9EMu9IrLMmJs1DMhSbCzVZzH2G9X3 { top:21.0625rem;left:0rem;width:20.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTndL2mkPvdPhFKT4qhZigVIrBiGTSxU { top:30.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw4M8WG5JValWxV9TX6QhipUH14CPDBr { top:28.25rem;left:0rem;width:20.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BToKdyHgEBrT1RDzqVPVsRiJODGTyG0B { top:37.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7xVETXwC2KegecmHDPy4T9ObKFyTvs9 { top:35.4375rem;left:0rem;width:22.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgsATu9mZbkyCEG8V0XAt7ZZSQ9qvpdT { top:43.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLrp8ufTBGpiKpRF5vRECG7Lzfyr91Gd { top:41.8125rem;left:0rem;width:26.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq { display:block; }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7PZeTqNIpviTJ48k2evAvnITfsDTzew { top:2.5625rem;left:0rem;width:10.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsEswGSOTuqKdAyefPRsBhgWTyptuyeL { width:47.75rem;height:4.75rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grkZefq8nlkZJJNCtyFX5syAVnGKLFg5 { width:19.8125rem;height:1.5625rem;top:9.875rem;left:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy { display:block; }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0CdHosZ4BZGNzfUOi4LD8f7cG9cvF14 { top:1.0625rem;left:0rem;width:7.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnzU8yHaI41K5UbBISM0ZKHbnT20we89 { top:2.5rem;left:27.375rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvEgwV1LauSQTa2JPBn38vPs1WXRqnK2 { top:2.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBvi0J7H4GTmTLuVW7XmPo6paUG4LFmt { top:2.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBrozMIsLy29030q3Mqz7UhZeEUdD8LI { top:2.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Oc5DlVM83Vo0Ti4b5mJZvKVbgxvgk8 { top:2.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPk30e114315aMOHlfcF1OtrOOcL7MPg { top:2.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/zWuXTalL/5781552_ai_1_.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1c1c1c; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1c1c1c; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:20rem;height:6.1666665rem;top:7.71875rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:17.8125rem;height:3.25rem;top:15.03125rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.81214375rem;top:35.8125rem;left:1.875rem;font-family:arial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #km4HtzDPnH94wRK8F8JXDZvT7BZMfrAy { width:6rem;height:2rem;top:3.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3OubPgAosTz3oRf6EuqH5egbGy8h3r { width:18.8743125rem;height:13.4375rem;top:20rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWnrb7OCsTeRFPc8k8mztW2IWOWZfmRV { width:6.6875rem;height:2.6875rem;top:3.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi { display:block; }#dEtIKn5N4i5iiNzt8ylML48aKwgNUlGi > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSzzWx21Hh9ia4ozOEHaX2TiFATxCVHl { width:20rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1.375rem;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #IauTfud1tBQQ8S8PuiC8AB4fAtydnki5 { width:20rem;height:13.333333375rem;top:6.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #ig97zeGgzxeHashOwDBQXIV4hwhdb1dB { width:19.8125rem;height:2.8125rem;top:19.874822616577rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMrwdITFZWAz9pTz3vNLr8FU74hqwQrH { width:13.1875rem;height:2.16666675rem;top:20.278648376465rem;left:3.4062502980233rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #JLzQ1LTBqCKdBMEUDP7n14TFWcS3eTgq { width:19.75rem;height:2.8125rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HobffpD2QcVfeGhm9dfkRBlpQZQb74Cc { width:14.1875rem;height:2.16666675rem;top:24.53125rem;left:2.9062500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #abKKSBDUxkCH7TEbMl3JTkLTTeuBlm2q { width:19.75rem;height:2.8125rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STWmShxrMcmOqWJ5vR4kmxkE0dTr3bGQ { width:17.4360625rem;height:1.083333375rem;top:29.375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #ATcg2q7aPBFvmnbzUXLT4JC4JJQc2RTe { width:19.75rem;height:2.8125rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLZxJQ1bQRZnwy14sGNG6dB3Bxp8RkQM { width:19.3119375rem;height:1.083333375rem;top:33.648792266846rem;left:0.34268468618393rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAvr3J5AZJZRDQ8eUGw2eE02OM5pWwEd { width:19.75rem;height:2.8125rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAtkJ6SOJRbltUpHIq3BIW3cOWCOWuEu { width:17.8125rem;height:1.083333375rem;top:37.898614883423rem;left:1.0937499403954rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #tAPTfZH9xZwyKFifPXWKk8wQGVGmmBui { width:19.75rem;height:2.8125rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ4T1KCQKBB2N9mVN1n8LuT8AC7drfEB { width:18.81125rem;height:1.083333375rem;top:42.08717918396rem;left:0.59303969144821rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #OofJO13tKx9DLLQyd3pRTyTfe3OBUG8v { width:19.8748125rem;height:21.25rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c71Pid8T8BMVkEcy3T0SeG4Ov8sW8i1r { width:18.3735625rem;height:17.333334rem;top:51.609728813171rem;left:0.81232243776319rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #yrTMBykWsMHrbvoONENXfw8lpDvzD0Ix { width:20rem;height:3.5rem;top:49rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #VT1U8BeexH9SNeGIr6c3qhEOG7L560TQ { display:none; }#VT1U8BeexH9SNeGIr6c3qhEOG7L560TQ > .row .container { width:20rem;height:33.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xWvCpZM7GbfeNhHiw6yXA2ecefBKCbzh { width:16.375rem;height:10.875rem;top:5.79785rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRqnQ9fipZFgbD5ofrwwNC64M2icq0Dr { width:16.3125rem;height:1.29980625rem;top:20.3349625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtvxSQPpT6mHDMbFUWoy5mIuBJ44PL4V { width:16.3125rem;height:2.5996125rem;top:22.25976875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Joq6lVrWy9fQpWKBOvTgiQRk02fA3ghw { width:9.1875rem;height:1.75rem;top:26.10938125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slF1ND36U1Lx28I616vypIcncmP5RLSq { display:block; }
 }@media only screen and (max-width: 763px) { #OSnVU554FpxUCmrGRfoTZ3m5h9UVy9qG { width:20rem;height:3.298825rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbWDb5ZDSTfNwAA7O3wHF1i2DNfzBN0R { width:17.375rem;height:1.7871125rem;top:17.734375rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 { display:block; }#DXpZTfBrBb9bG9IELy66Eq2vVxxOnJQ7 > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJJBwGGoLEWEWtwIxJASkX1QhWRwIsA5 { width:20rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #koF3xF7DhG4FJTrTXRoKZsrk8tL0gV8Q { width:20rem;height:14.666667rem;top:22.436973571778rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #phG7I6VQTXop3sPiVpxgfTXqdf6TM9Uk { width:17.5rem;height:1.583333375rem;top:18.8125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emfup3myFlnHoqS54ZkVmtoXSeNICTts { width:20rem;height:1.083333375rem;top:20.374290466309rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #rGTBs9ZkZoDFtKPRrCzllQH9uLqU67Et { width:9.375rem;height:9.375rem;top:8.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xon2fthhey7zoTCiiexpKqbk9irS1gEx { width:2.5rem;height:2.5rem;top:37.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxQo8RGxeLmetpwwvTAu3uCqTsRrt9C { width:1.875rem;height:1.875rem;top:38.1875rem;left:9.125rem;font-size:1.3125rem;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT { display:block; }#sFnI6hDpaWei7d5aHbNC6HdxPzNTVgNT > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#efefef;display:block; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-text {padding-top: 0; padding-bottom: 0;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-select {padding-top: 0; padding-bottom: 0;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#efefef; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S  { width:17.5rem;height:auto;top:13.125rem;left:0rem; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S {display:block;}#Jio1Q62XWv6UNZh4mSL3SgI36UndC75S { width:17.5rem;height:auto;top:13.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #P2ZmBiu2bg2HTTTJkHTJ75JedINtmDLV {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #E8lTipfnL4GbZbTVws4Jdrn3yfTxHTxJ { display:block; }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #kAvtoFlHQU5qGLgvueARq24Wi9acucqX {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #Ib0MqZbsLX84JH6CcwRVRRySgWPkMMki {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #ONLoo20xA85w6BqS5si24S4rIa5uK8dR { display:block; }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #UcrTqWpxfcFy7PscRiXMFaMFdNgntgLf {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #QndMqgymosVeTI9qQ44GpyGd5JDaIcRw {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #z09uG57hBBBldrPms0THpdr4ZzcANdas { display:block; }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #TbIP9bmibIFus2fNs0xLyTv9U4PeJAPK {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #FzD3GZflhncpgFt5MgdTQTGDxyZ4Mg13 {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #axvAbGlRQckrmToOHNO7anLw353fmRSb {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #DqgvQmwBZoqL84bp0CCv2t3Eif7386sT {  }
 }@media only screen and (max-width: 763px) { #RS5X7erpT0HVrfchtKwo5JG26OL29P1T { display:block; }
 }@media only screen and (max-width: 763px) { #XqrksNgVq86BIMevnyCJ05s41MiituSq { display:block; }
 }@media only screen and (max-width: 763px) { #phfbnavNddWinwku5Hv3cAyTZqJDUJAp { display:block; }
 }@media only screen and (max-width: 763px) { #MtR6OkrQQbWuVbCUUhrxNKW1f81H4hMR { display:block; }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #CPev6SePBIQ8W8r5aXubAHX1ruo2ynao {  }
 }@media only screen and (max-width: 763px) { #Jio1Q62XWv6UNZh4mSL3SgI36UndC75S #NWL32Rknl9oF2wHnWCdgdCRpmK6ESFR9 {  }
 }@media only screen and (max-width: 763px) { #p3EcpA39LObMuDMG6eLTVhDqxI3IT68u { width:20rem;height:3.5rem;top:2.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #Iw01XWXBebWbKtBTqqHcai0lx8Z90aDy { width:20rem;height:4rem;top:48.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #SORUb9zKL2FH6C17P17SZyg6b1VJ0cec { width:20rem;height:1.083333375rem;top:46.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6f262NJQVc6OJQKK3ZwQdBmuBltthb { width:20rem;height:5.3333335rem;top:6.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq { display:block; }#SXxAJRABNJ4WvspSUWeW64LsSOIMTHCq > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXReWkhrB6FkGr2dsdVpKZ4JzdWschbl { width:20rem;height:3.5rem;top:2.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #EpNfB9pGmwFvZsAIiZvhAM1sTcmDcz4L { width:20rem;height:12rem;top:9.8124980926512rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #fn6IOpbUVNgfEVkem8HSaOVlKfx4eeMw { width:16.3743125rem;height:2.16666675rem;top:6.5625rem;left:1.8110795617104rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #swcpI9gT6JnrIVANIkzGTc5paosyH7fv { width:20rem;height:6.6666665rem;top:25.95916056633rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #RTs9EMu9IrLMmJs1DMhSbCzVZzH2G9X3 { width:20rem;height:1.083333375rem;top:23.823685407639rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #OTndL2mkPvdPhFKT4qhZigVIrBiGTSxU { width:20rem;height:5.3333335rem;top:36.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #lw4M8WG5JValWxV9TX6QhipUH14CPDBr { width:20rem;height:1.333333375rem;top:34.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #BToKdyHgEBrT1RDzqVPVsRiJODGTyG0B { width:20rem;height:4.3333335rem;top:46.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #J7xVETXwC2KegecmHDPy4T9ObKFyTvs9 { width:20rem;height:1.083333375rem;top:44.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #GgsATu9mZbkyCEG8V0XAt7ZZSQ9qvpdT { width:20rem;height:4rem;top:56.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #zLrp8ufTBGpiKpRF5vRECG7Lzfyr91Gd { width:20rem;height:1.083333375rem;top:54.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq { display:block; }#fUTTvkbGxvgOQ8gxXAa8xUMJkIPGtPGq > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7PZeTqNIpviTJ48k2evAvnITfsDTzew { width:7.3125rem;height:2.5rem;top:2.5625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsEswGSOTuqKdAyefPRsBhgWTyptuyeL { width:20rem;height:12rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #grkZefq8nlkZJJNCtyFX5syAVnGKLFg5 { width:19.8748125rem;height:1.583333375rem;top:18.843216896057rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#efefef;display:block; }
 }@media only screen and (max-width: 763px) { #ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy { display:block; }#ry4CX32RI7XJPR9fXKaQZOL46iQ8DDiy > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0CdHosZ4BZGNzfUOi4LD8f7cG9cvF14 { width:7.5rem;height:1.5rem;top:1.3094787597656rem;left:6.2491121888161rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnzU8yHaI41K5UbBISM0ZKHbnT20we89 { width:16.5625rem;height:2.16666675rem;top:6.435546875rem;left:1.7178621888161rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvEgwV1LauSQTa2JPBn38vPs1WXRqnK2 { width:2.5rem;height:2.5rem;top:3.0619659423828rem;left:2.4999998211861rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBvi0J7H4GTmTLuVW7XmPo6paUG4LFmt { width:2.5rem;height:2.5rem;top:3.0619659423828rem;left:5.6249995827675rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBrozMIsLy29030q3Mqz7UhZeEUdD8LI { width:2.5rem;height:2.5rem;top:3.0619659423828rem;left:8.7499995827675rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Oc5DlVM83Vo0Ti4b5mJZvKVbgxvgk8 { width:2.5rem;height:2.5rem;top:3.0619659423828rem;left:11.874999582768rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPk30e114315aMOHlfcF1OtrOOcL7MPg { width:2.5rem;height:2.5rem;top:3.0619659423828rem;left:14.999999582768rem;font-size:1.75rem;display:block; }
 }