.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#016ae6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh > .row > .video-iframe-container { display: none; }#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh > .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); }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#cfe002;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; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container { background-color: transparent; background-image: none; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container > .video-iframe-container { display: none; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row > .video-iframe-container { display: none; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .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); }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container { border-width: 0; border-radius: 0; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#QIbn9hihxAD9LZEA3aDt7NywqP3k57sh { display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.76432293653488rem;left:0.059898376464844rem;height:2.8418rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD { background-color:#016ae6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { background-color: transparent; background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .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); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { border-width: 0; border-radius: 0; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { width:75rem;height:69rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LZCubfE2p12NRiW47JCtiiptfql60Kr5 { display:block;width:48rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:7.84375rem;left:0rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CipHwTHzOtCFtusdQ7K27zUq4PFGU33d { display:block;width:35.0625rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:34.373046875rem;left:0rem;height:2.1933625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-form-header {  }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-regular-label { height:auto;display:block;font-family:rubik;font-size:0.875rem;font-weight:bold;color:#ffffff;width:72.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;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.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:72.5rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;font-weight:400;font-style:normal; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-text {padding-top: 0; padding-bottom: 0;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;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.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:72.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;font-weight:400;font-style:normal; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .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:72.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-select {padding-top: 0; padding-bottom: 0;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#cfe002;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#000000;width:72.5rem;height:5.0625rem;font-family:rubik;overflow:hidden; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:rubik;font-size:0.875rem; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:rubik;font-size:0.875rem; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:rubik;font-size:0.875rem; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:rubik;font-size:0.875rem; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .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:rubik;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:75.875rem;overflow:hidden;font-style:normal;line-height:1.3; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .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; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .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:rubik;font-size:0.75rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-container:first-of-type{padding-top:0;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-container:last-of-type{padding-bottom:0;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:76.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:38.6875rem;left:-1.1875rem; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:72.5rem;display:block;vertical-align:top; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-info-text { display:block;height:auto;font-family:rubik;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM {display:block;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:76.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:38.6875rem;left:-1.1875rem; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #E88TmmsTke9UVxBgoCgDXltIQU5TBK1A { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #bkpoNEAg6LRb4KehBz0vxSsIOrTbWmXw { position:relative;display:block; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #vLIgypqzdoTq1PkpLgEdmSK0Hi4XBPxt { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #q0HsarbXUgVINq96yUVTZwqLkTGtemeC { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #dSobTfoQeqavTwP6W22sPlKcPLGrieOp { position:relative;display:block; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #a1tt1TJnpJMgha815MrlAE3dESABbAMu { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #Ln3go01KyrWPnoQZg7EkUtmV7ZcI0CDg { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #zTu5pyR4TfIcoiZFhRSkMLxvsAWTIVhB { position:relative;display:block; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #cU6swKmb1Tg4lh7H03gf5mhO61ppIfo4 { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #CXQ3vWHHlGwPTzJK32smhrkIiA6FpR71 { position:relative;display:block;z-index:15000; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #LzlLm1ouUPPOA8d1OAc3Tgy0Ng8RWLXA { position:relative;display:block;z-index:15000; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #oeJGo2pZIEKaoRNfxniGk3Vo4ysCEf9z { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #eJfxTUXPKoL3GEnOsvB2q5O4cytE7trB { position:relative;z-index:2; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #eMxQfVT83rU1NFgpr2bJ8TTXwi4e2W08 { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #GyRTp4IRXwZdXi6FfTDTTxSzmPGwltAl { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #VC52BgUWWHThvrnLfTKg7q75bF6LdUrf { position:relative;z-index:2; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #sVUsSOxMeWrCF7i1lpZ7oBRZGM3sIn7D { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #lMQHFnKOTbr6RkBipw7kJCmTdsyVKIKA { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #iTXtpnx82ZPIP5MULTpC6TfatGMuUtOP { position:relative;z-index:2; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #iqyWiJ3VnViFKeCeT1OsbWyVeLM0bvnX { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #z6Oo9mkTyp8G1WBfhTtU5BxTTEzcaDkt { position:relative; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #APZ0h6PzrDVAT9S33BtsRvLkUhgqy3EZ { position:relative; }
#UpgfDs0V4EwcbmgTN2IuceJ1tKqTI9FH { position:absolute;display:block;z-index:15019;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:11.1875rem;width:28.875rem;top:2.0625rem;left:45.9375rem;overflow:hidden;display:block; }
#Ml99krLyHoXxHRq0LIyFE1LXk7tNsrWH { display:block;width:75rem;position:absolute;font-family:rubik;font-size:5.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xh3IdxrBia4RDh5wBId0HwhTh153G24v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#016ae6;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; }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v > .row .container { background-color: transparent; background-image: none; }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v > .row .container > .video-iframe-container { display: none; }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v > .row > .video-iframe-container { display: none; }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v > .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); }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v > .row .container { border-width: 0; border-radius: 0; }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#QEmA10xvCay3wLxRVFdaQB5sELnXWQFo { color:#ffffff;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:7.5625019073488rem;left:0rem;height:25.183575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eBUq9o6nUpKnHOxcEhWV5rTHAEdJDc42 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#016ae6;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; }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 > .row .container { background-color: transparent; background-image: none; }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 > .row .container > .video-iframe-container { display: none; }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 > .row > .video-iframe-container { display: none; }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 > .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); }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 > .row .container { border-width: 0; border-radius: 0; }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#ixHbESEa4zkcMzliHEIlmT8JTpCW44BT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.8125rem;left:3.125rem;height:3.24609375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTmVGEimzyLz7udrTlhlxvEAeCXShgkf { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.1875rem;left:28.125rem;height:6.4921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpHt8S1hAvvP4hUn5fmtX3yR3p1ntHng { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.8125rem;left:53.125rem;height:3.24609375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRN0ClOrQwwcao9uKrxMTnTKGsir74Lp { color:#ffffff;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:7.5625019073488rem;left:0rem;height:3.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJH3Tohmk176wXwnmJDiqUvxRNNRfbZG { color:#ffffff;display:block;width:40rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:17.5rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LA3h519clwSGF9mce4MfwtpD86goeLxC { position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:20rem;top:14.375001907349rem;left:2.5rem;display:block; }
#FtEA8U5CIvwQv58AnCxXMQlrUMkgTcQ9 { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:20rem;top:14.375001907349rem;left:27.5rem;display:block; }
#dGIdXyhgraAgcWlb7fBDADV82L4PUxPf { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:20rem;top:14.375001907349rem;left:52.5rem;display:block; }
#qWXqedhccTLhfFRMsWMOm31A3qtQ5OIa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:14.8125rem;top:17.6640625rem;left:30.09375rem;overflow:hidden;display:block; }
#stJMKOyAEXoVoW4Gq5ZHJ1XLObBXRm7w { 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:3.1875rem;width:17.875rem;top:19.196615219116rem;left:3.5625rem;overflow:hidden;display:block; }
#SWwUDkvLT15BzQzKpgQFvdytULVy4TcO { 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.3125rem;width:16.625rem;top:19.1328125rem;left:54.1875rem;overflow:hidden;display:block; }
#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#016ae6;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; }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda > .row .container { background-color: transparent; background-image: none; }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda > .row .container > .video-iframe-container { display: none; }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda > .row > .video-iframe-container { display: none; }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda > .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); }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda > .row .container { border-width: 0; border-radius: 0; }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#JhI4OiOD97Go7U0n3gzgah7ePaCG8WCx { color:#ffffff;display:block;width:54.6875rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250004768372rem;left:10.15625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vJItJ3RbJtVTZ2vit5SEV0ZbTXdUwIR4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:24.375rem;top:8.1250019073488rem;left:0.28125rem;overflow:hidden;display:block; }
#c0NUvrsoNIodfPxMQrvStCHttmU8bbSx { 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:15rem;width:24.375rem;top:24.871095657349rem;left:0.3125rem;overflow:hidden;display:block; }
#ZcSchP4hXKNPTRIZVwTfnMUSB4hZmv3A { 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.0625rem;width:24.4375rem;top:8.0937519073488rem;left:25.28125rem;overflow:hidden;display:block; }
#JOqzmAqgoiTzyVfmVqnseESket6MapNx { position:absolute;display:block;z-index:15012;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:15rem;width:24.375rem;top:24.871095657349rem;left:25.3125rem;overflow:hidden;display:block; }
#P8IuHql3NDcDVJhlgLTXaaRTOl4mLTV2 { position:absolute;display:block;z-index:15005;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:14.9375rem;width:24.4375rem;top:8.1562519073488rem;left:50.28125rem;overflow:hidden;display:block; }
#n8thJ17UiPkqgWo9MHTR7WMuVbBdznC6 { position:absolute;display:block;z-index:15006;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.1875rem;width:24.375rem;top:24.871095657349rem;left:50.3125rem;overflow:hidden;display:block; }
#enbo6dZLMDQmvfQpgXI1cem297zWI0bw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#016ae6;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; }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw > .row .container { background-color: transparent; background-image: none; }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw > .row .container > .video-iframe-container { display: none; }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw > .row > .video-iframe-container { display: none; }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw > .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); }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw > .row .container { border-width: 0; border-radius: 0; }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#spgcfuOibJruxxVXlKNicSXgS4uTdWfF { position:absolute;display:block;z-index:15005;background-color:#cfe002;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:1.1875rem;left:64.25rem;display:block; }
#nuUs0kb3sQGrG9N0B5r67IQC5QZpDR5p { position:absolute;display:block;z-index:15007;background-color:#cfe002;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:1.1875rem;left:68.25rem;display:block; }
#KCJ5zeLgfZr9xyJk6VC5rlvTHP1beFDl { color:#cfe002;display:block;width:22.6875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:1.8125rem;left:39.75rem;height:1.75rem;font-style:normal;display:block; }
#rycZsCVkNTdyV8zQsBu8hroRM5F25hm2 { color:#cfe002;display:block;width:10.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:1.8125rem;left:25.3125rem;height:1.75rem;font-style:normal;display:block; }
#urFzCrauhaNPCt266SMThGiHTAcQnETF { color:#cfe002;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:1.875rem;left:8.75rem;height:1.75rem;font-style:normal;display:block; }
#UaHTc00Q3fxtfffkK2FaonwLZc7Dg7kN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.8125rem;left:6.5rem; }
#o5gKv7xe5J8hxtLthmPbTwLtDDCS9ieN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:1.9375rem;left:23.25rem; }
#CkBwMpDFdGQyDvEG7aVn8Le35r1w8JqE { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.9375rem;left:37.75rem; }
#tMiotHTw1dzoFx2768qKew1BfsQse7h5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:1.8125rem;left:64.8125rem; }
#tMiotHTw1dzoFx2768qKew1BfsQse7h5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Z9ErTZpMr4C1vzVpMU02EzgAEmsu3CFQ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:1.625rem;left:68.6875rem; }
#Z9ErTZpMr4C1vzVpMU02EzgAEmsu3CFQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hspha2gZhrwnncGsWDv9eLW3feiAEvnx { display:block; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIbn9hihxAD9LZEA3aDt7NywqP3k57sh { width:9.75rem;height:1.75rem;top:2.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD { background-color:#1e1e22;background-image:url("https://images.assets-landingi.com/N1cawmR1/background_img.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.adaptive-delivery-prevent-bg, #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.lazyload, #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.lazyloading { background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { background-color: transparent; background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .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); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { width:47.75rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZCubfE2p12NRiW47JCtiiptfql60Kr5 { width:21.75rem;height:10.5rem;top:8.75rem;left:0.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CipHwTHzOtCFtusdQ7K27zUq4PFGU33d { width:9.75rem;height:1.75rem;top:2.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-text {padding-top: 0; padding-bottom: 0;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-select {padding-top: 0; padding-bottom: 0;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-checkbox-label { width:44.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM  { width:45.25rem;height:auto;top:38.6875rem;left:0rem; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM {display:block;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM { width:45.25rem;height:auto;top:38.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #E88TmmsTke9UVxBgoCgDXltIQU5TBK1A {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #bkpoNEAg6LRb4KehBz0vxSsIOrTbWmXw { display:block; }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #vLIgypqzdoTq1PkpLgEdmSK0Hi4XBPxt {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #q0HsarbXUgVINq96yUVTZwqLkTGtemeC {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #dSobTfoQeqavTwP6W22sPlKcPLGrieOp { display:block; }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #a1tt1TJnpJMgha815MrlAE3dESABbAMu {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #Ln3go01KyrWPnoQZg7EkUtmV7ZcI0CDg {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #zTu5pyR4TfIcoiZFhRSkMLxvsAWTIVhB { display:block; }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #cU6swKmb1Tg4lh7H03gf5mhO61ppIfo4 {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #CXQ3vWHHlGwPTzJK32smhrkIiA6FpR71 {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #LzlLm1ouUPPOA8d1OAc3Tgy0Ng8RWLXA {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #oeJGo2pZIEKaoRNfxniGk3Vo4ysCEf9z {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #eJfxTUXPKoL3GEnOsvB2q5O4cytE7trB {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #eMxQfVT83rU1NFgpr2bJ8TTXwi4e2W08 {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #GyRTp4IRXwZdXi6FfTDTTxSzmPGwltAl {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #VC52BgUWWHThvrnLfTKg7q75bF6LdUrf {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #sVUsSOxMeWrCF7i1lpZ7oBRZGM3sIn7D {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #lMQHFnKOTbr6RkBipw7kJCmTdsyVKIKA {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #iTXtpnx82ZPIP5MULTpC6TfatGMuUtOP {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #iqyWiJ3VnViFKeCeT1OsbWyVeLM0bvnX {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #z6Oo9mkTyp8G1WBfhTtU5BxTTEzcaDkt {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #APZ0h6PzrDVAT9S33BtsRvLkUhgqy3EZ {  }
 }@media only screen and (max-width: 763px) { #UpgfDs0V4EwcbmgTN2IuceJ1tKqTI9FH { top:2.0625rem;left:18.875rem;width:28.875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml99krLyHoXxHRq0LIyFE1LXk7tNsrWH { width:9.75rem;height:1.75rem;top:2.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh3IdxrBia4RDh5wBId0HwhTh153G24v { display:block; }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEmA10xvCay3wLxRVFdaQB5sELnXWQFo { width:47.75rem;height:25.1875rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBUq9o6nUpKnHOxcEhWV5rTHAEdJDc42 { width:47.75rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 { display:block; }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixHbESEa4zkcMzliHEIlmT8JTpCW44BT { width:18.75rem;height:3.25rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTmVGEimzyLz7udrTlhlxvEAeCXShgkf { width:18.75rem;height:6.5rem;top:26.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpHt8S1hAvvP4hUn5fmtX3yR3p1ntHng { width:18.75rem;height:3.25rem;top:26.8125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRN0ClOrQwwcao9uKrxMTnTKGsir74Lp { width:47.75rem;height:3.5625rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJH3Tohmk176wXwnmJDiqUvxRNNRfbZG { width:40rem;height:2.5625rem;top:3.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA3h519clwSGF9mce4MfwtpD86goeLxC { top:14.375rem;left:0rem;width:20rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtEA8U5CIvwQv58AnCxXMQlrUMkgTcQ9 { top:14.375rem;left:11.75rem;width:20rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGIdXyhgraAgcWlb7fBDADV82L4PUxPf { top:14.375rem;left:22.625rem;width:20rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWXqedhccTLhfFRMsWMOm31A3qtQ5OIa { top:17.625rem;left:16.40625rem;width:14.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stJMKOyAEXoVoW4Gq5ZHJ1XLObBXRm7w { top:19.1875rem;left:0rem;width:17.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWwUDkvLT15BzQzKpgQFvdytULVy4TcO { top:19.125rem;left:31rem;width:16.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukg15pffEqXXTZQlMrykiKI2PKx8cQda { display:block; }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhI4OiOD97Go7U0n3gzgah7ePaCG8WCx { width:47.75rem;height:;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJItJ3RbJtVTZ2vit5SEV0ZbTXdUwIR4 { top:8.125rem;left:0rem;width:24.375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0NUvrsoNIodfPxMQrvStCHttmU8bbSx { top:24.8125rem;left:0rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcSchP4hXKNPTRIZVwTfnMUSB4hZmv3A { top:8.0625rem;left:7.3125rem;width:24.4375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOqzmAqgoiTzyVfmVqnseESket6MapNx { top:24.8125rem;left:7.375rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8IuHql3NDcDVJhlgLTXaaRTOl4mLTV2 { top:8.125rem;left:23.1875rem;width:24.4375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8thJ17UiPkqgWo9MHTR7WMuVbBdznC6 { top:24.8125rem;left:23.25rem;width:24.375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enbo6dZLMDQmvfQpgXI1cem297zWI0bw { display:block; }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spgcfuOibJruxxVXlKNicSXgS4uTdWfF { top:1.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuUs0kb3sQGrG9N0B5r67IQC5QZpDR5p { top:1.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCJ5zeLgfZr9xyJk6VC5rlvTHP1beFDl { top:1.8125rem;left:25.0625rem;width:22.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rycZsCVkNTdyV8zQsBu8hroRM5F25hm2 { top:1.8125rem;left:11.687501192093rem;width:10.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urFzCrauhaNPCt266SMThGiHTAcQnETF { top:1.875rem;left:0rem;width:13.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaHTc00Q3fxtfffkK2FaonwLZc7Dg7kN { top:1.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gKv7xe5J8hxtLthmPbTwLtDDCS9ieN { top:1.9375rem;left:9.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkBwMpDFdGQyDvEG7aVn8Le35r1w8JqE { top:1.9375rem;left:24.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMiotHTw1dzoFx2768qKew1BfsQse7h5 { top:1.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#tMiotHTw1dzoFx2768qKew1BfsQse7h5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Z9ErTZpMr4C1vzVpMU02EzgAEmsu3CFQ { top:1.625rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#Z9ErTZpMr4C1vzVpMU02EzgAEmsu3CFQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hspha2gZhrwnncGsWDv9eLW3feiAEvnx { display:block; }#Hspha2gZhrwnncGsWDv9eLW3feiAEvnx > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIbn9hihxAD9LZEA3aDt7NywqP3k57sh { width:20rem;height:5.84911875rem;top:0.3671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD { background-color:#016ae6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { background-color: transparent; background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .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); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { border-width: 0; border-radius: 0; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZCubfE2p12NRiW47JCtiiptfql60Kr5 { width:14.43725rem;height:4.063475rem;top:11.68701171875rem;left:2.779541015625rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CipHwTHzOtCFtusdQ7K27zUq4PFGU33d { width:20rem;height:3.24609375rem;top:31.123698234558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-text {padding-top: 0; padding-bottom: 0;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-select {padding-top: 0; padding-bottom: 0;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM  { width:17.5rem;height:auto;top:34.953125rem;left:0rem; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM {display:block;}#f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM { width:17.5rem;height:auto;top:34.953125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #E88TmmsTke9UVxBgoCgDXltIQU5TBK1A {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #bkpoNEAg6LRb4KehBz0vxSsIOrTbWmXw { display:block; }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #vLIgypqzdoTq1PkpLgEdmSK0Hi4XBPxt {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #q0HsarbXUgVINq96yUVTZwqLkTGtemeC {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #dSobTfoQeqavTwP6W22sPlKcPLGrieOp { display:block; }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #a1tt1TJnpJMgha815MrlAE3dESABbAMu {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #Ln3go01KyrWPnoQZg7EkUtmV7ZcI0CDg {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #zTu5pyR4TfIcoiZFhRSkMLxvsAWTIVhB { display:block; }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #cU6swKmb1Tg4lh7H03gf5mhO61ppIfo4 {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #CXQ3vWHHlGwPTzJK32smhrkIiA6FpR71 {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #LzlLm1ouUPPOA8d1OAc3Tgy0Ng8RWLXA {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #oeJGo2pZIEKaoRNfxniGk3Vo4ysCEf9z {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #eJfxTUXPKoL3GEnOsvB2q5O4cytE7trB {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #eMxQfVT83rU1NFgpr2bJ8TTXwi4e2W08 {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #GyRTp4IRXwZdXi6FfTDTTxSzmPGwltAl {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #VC52BgUWWHThvrnLfTKg7q75bF6LdUrf {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #sVUsSOxMeWrCF7i1lpZ7oBRZGM3sIn7D {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #lMQHFnKOTbr6RkBipw7kJCmTdsyVKIKA {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #iTXtpnx82ZPIP5MULTpC6TfatGMuUtOP {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #iqyWiJ3VnViFKeCeT1OsbWyVeLM0bvnX {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #z6Oo9mkTyp8G1WBfhTtU5BxTTEzcaDkt {  }
 }@media only screen and (max-width: 763px) { #f4ZduNC7fWPDo3GcasbTmJbfmXmAEZpM #APZ0h6PzrDVAT9S33BtsRvLkUhgqy3EZ {  }
 }@media only screen and (max-width: 763px) { #UpgfDs0V4EwcbmgTN2IuceJ1tKqTI9FH { width:16.5625rem;height:6.9375rem;top:2.9244794845581rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml99krLyHoXxHRq0LIyFE1LXk7tNsrWH { width:20rem;height:10.234875rem;top:18.067708015442rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh3IdxrBia4RDh5wBId0HwhTh153G24v { display:block; }#Xh3IdxrBia4RDh5wBId0HwhTh153G24v > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEmA10xvCay3wLxRVFdaQB5sELnXWQFo { width:20rem;height:51.18745625rem;top:9.0625rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #eBUq9o6nUpKnHOxcEhWV5rTHAEdJDc42 { width:20rem;height:4.063475rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 { display:block; }#hbivzvyZS6Mys5wk11oBGTLxQEmgCri9 > .row .container { width:20rem;height:97.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixHbESEa4zkcMzliHEIlmT8JTpCW44BT { width:18.75rem;height:2.59895625rem;top:85.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTmVGEimzyLz7udrTlhlxvEAeCXShgkf { width:18.75rem;height:3.8984375rem;top:61.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpHt8S1hAvvP4hUn5fmtX3yR3p1ntHng { width:18.75rem;height:2.59895625rem;top:33.275390625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRN0ClOrQwwcao9uKrxMTnTKGsir74Lp { width:20rem;height:9.597625rem;top:9.0625rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJH3Tohmk176wXwnmJDiqUvxRNNRfbZG { width:20rem;height:4.063475rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA3h519clwSGF9mce4MfwtpD86goeLxC { width:20rem;height:23.75rem;top:20.5625rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FtEA8U5CIvwQv58AnCxXMQlrUMkgTcQ9 { width:20rem;height:23.75rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGIdXyhgraAgcWlb7fBDADV82L4PUxPf { width:20rem;height:23.75rem;top:72.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qWXqedhccTLhfFRMsWMOm31A3qtQ5OIa { width:14.8125rem;height:6.25rem;top:51.5rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stJMKOyAEXoVoW4Gq5ZHJ1XLObBXRm7w { width:17.875rem;height:3.1875rem;top:77.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWwUDkvLT15BzQzKpgQFvdytULVy4TcO { width:16.625rem;height:3.3125rem;top:25.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukg15pffEqXXTZQlMrykiKI2PKx8cQda { display:block; }#Ukg15pffEqXXTZQlMrykiKI2PKx8cQda > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhI4OiOD97Go7U0n3gzgah7ePaCG8WCx { width:20rem;height:6.0952125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJItJ3RbJtVTZ2vit5SEV0ZbTXdUwIR4 { width:20rem;height:12.4375rem;top:11.645833492279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0NUvrsoNIodfPxMQrvStCHttmU8bbSx { width:20rem;height:12.3125rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcSchP4hXKNPTRIZVwTfnMUSB4hZmv3A { width:20rem;height:12.3125rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOqzmAqgoiTzyVfmVqnseESket6MapNx { width:20rem;height:12.3125rem;top:48.624996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8IuHql3NDcDVJhlgLTXaaRTOl4mLTV2 { width:20rem;height:12.25rem;top:60.936194419861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8thJ17UiPkqgWo9MHTR7WMuVbBdznC6 { width:20rem;height:12.4375rem;top:73.184906005863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enbo6dZLMDQmvfQpgXI1cem297zWI0bw { display:block; }#enbo6dZLMDQmvfQpgXI1cem297zWI0bw > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spgcfuOibJruxxVXlKNicSXgS4uTdWfF { width:3.0625rem;height:3.0625rem;top:13.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuUs0kb3sQGrG9N0B5r67IQC5QZpDR5p { width:3.0625rem;height:3.0625rem;top:13.1875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCJ5zeLgfZr9xyJk6VC5rlvTHP1beFDl { width:15.1875rem;height:3.49805rem;top:8.187255859375rem;left:3.499755859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rycZsCVkNTdyV8zQsBu8hroRM5F25hm2 { width:11.0625rem;height:1.75rem;top:4.81201171875rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urFzCrauhaNPCt266SMThGiHTAcQnETF { width:13.125rem;height:1.75rem;top:1.5625rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaHTc00Q3fxtfffkK2FaonwLZc7Dg7kN { width:1.5625rem;height:1.5625rem;top:1.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5gKv7xe5J8hxtLthmPbTwLtDDCS9ieN { width:1.5625rem;height:1.5625rem;top:4.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkBwMpDFdGQyDvEG7aVn8Le35r1w8JqE { width:1.5625rem;height:1.5625rem;top:8.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMiotHTw1dzoFx2768qKew1BfsQse7h5 { width:1.875rem;height:1.875rem;top:13.8125rem;left:6.75rem;display:block; }
#tMiotHTw1dzoFx2768qKew1BfsQse7h5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Z9ErTZpMr4C1vzVpMU02EzgAEmsu3CFQ { width:2.1875rem;height:2.1875rem;top:13.625rem;left:11.1875rem;display:block; }
#Z9ErTZpMr4C1vzVpMU02EzgAEmsu3CFQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }