.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/Tc6dPLl4/Untitled_design_%282%29.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2,15,23,0.35); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2,15,23,0.35); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { position:relative;display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { border-width: 0; border-radius: 0; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(13,3,6,0.63);background-image:none;font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#gISaFIvOK4VlotavBZEunktslRx2Do8S { color:#f4f4f4;display:block;width:32rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:17.6875rem;height:3.736325rem;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;text-align:center;text-align-last:center;display:block; }
#pa7bIWt0Xn3AdbE39Gv11eqSXzpqEZx2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;height:2.25rem;width:7.3125rem;top:1.0625rem;left:10.375rem;overflow:hidden;display:block; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-form-header {  }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:0.8125rem;font-weight:bold;color:#f8f8f8;width:17.625rem;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;overflow:hidden; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-text { background-color:rgba(255,255,255,0.91);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(0,0,0,0.8);border-left:0.0625rem solid rgba(0,0,0,0.8);border-right:0.0625rem solid rgba(0,0,0,0.8);border-bottom:0.0625rem solid rgba(0,0,0,0.8);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:17.625rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:"titillium web";border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;vertical-align:top; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-text {padding-top: 0; padding-bottom: 0;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-textarea { background-color:rgba(255,255,255,0.91);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(0,0,0,0.8);border-left:0.0625rem solid rgba(0,0,0,0.8);border-right:0.0625rem solid rgba(0,0,0,0.8);border-bottom:0.0625rem solid rgba(0,0,0,0.8);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:17.625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:"titillium web";border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;vertical-align:top; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-select { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.35);border-right:0.125rem solid rgba(242,249,255,0.35);border-bottom:0.125rem solid rgba(242,249,255,0.35);border-left:0.125rem solid rgba(242,249,255,0.35);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:17.625rem;box-sizing:border-box;height:2.5625rem;font-family:"titillium web";color:#ffffff;font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-select {padding-top: 0; padding-bottom: 0;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-checkbox { width:0.81176875rem;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; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-button { background-color:#88b943;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:0.8125rem;font-weight:bold;color:#ffffff;width:17.625rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW [class*="-text"]:-moz-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:0.8125rem; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW [class*="-text"]::-moz-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:0.8125rem; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW [class*="-text"]:-ms-input-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:0.8125rem; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW [class*="-text"]::-webkit-input-placeholder { color:rgba(242,249,255,0.4);font-family:"titillium web";font-size:0.8125rem; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .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:"titillium web";font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:16.625rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .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:"titillium web";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-container:first-of-type{padding-top:0;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-container:last-of-type{padding-bottom:0;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW  { background-color:#65cad7;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:4.8125009536743rem;top:6.9375rem;z-index:100004;position:absolute;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.625rem;display:block;vertical-align:top; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-info-text { display:block;height:auto;font-family:"titillium web";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW {display:block;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW { background-color:#65cad7;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:4.8125009536743rem;top:6.9375rem;z-index:100004;position:absolute;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #bnl75A1zhwFIyIedVI6xc4b3hcRvJROf { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #ddDg9f7NbUyLkXbXzV3kL1RXMus43bCb { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #K2Q29MwSqvn1QwLT8cX0PlH4dnJUZQy9 { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #cNS9GwBKxv9iGJhFNG2SK1KZzWOvfsZK { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #ZEJiWfzTABy8eoIlgAxeUHXW34TBc5Js { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #qbDTCQmlIaghaCIc6qEWAObU6ughhv32 { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #a5bxOtF99e1N54rvqTxsp8BUC38zTPFS { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #NqbbiB4rgAxJ1m64dbmNNMfkeSnFs1PO { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #TFJNTyMQySKngAes6Z33hHHIKaw89EZu { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #O0xrsVVzigntgxKzGyo1ViPIQXD2v3c5 { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #LFD9A5fS04cs6HCN2xaqzZxqBNXtCst6 { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #VAzay6ZMRu2m0TJhGzBu86vgddTw5Qs0 { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #BcAVXZBvBvbPyGOwGDuKBsOtCdVrHL5d { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #iPH2gg9Dc5Lbd7qlAmrXATteGNUOaoG9 { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #WHnOgSPZR0wMiultRW1Sm42qwClitEWb { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #wLDoXd0f1Hi2qrGud3T2HEtOfuTV75lx { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #tPGgk0UXwae1AqvQ78Wl4sIT3J7Jimy7 { position:relative;z-index:2; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #lciLkSWFXypITSGW1BN9TqsKFPTqDA0z { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #uBIaKn5Ztye1z1ZRe9OIhyovPrn4eCrW { position:relative;display:block;z-index:100000; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #cpM75zbCb9ulJzhoeIxWIzBCUriVNZMH { position:relative;display:block;z-index:100000; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #z3mZQmXPAyikQl2tNhGRHbe3BUKieX2x { position:relative; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #o9HibT6lgaQWkPiMu9ENbHKfKz5yMW1G { position:relative; }
#osAxEKb2wawVNzLCsgtlbTc8R3xmir1T { box-sizing:content-box;color:#89d4e3;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:6.125rem;left:28.625rem;display:block; }
#p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { color:#8dc63f;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:8.125rem;left:32.9375rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lkBH9OkCOfL8ImNsII6LirIWlVOrCwNk { box-sizing:content-box;color:#89d4e3;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:12.6875rem;left:28.625rem;display:block; }
#GH1oVoaqqBa9e67zdiXTdvfHZwzZRGek { color:#8dc63f;display:block;width:9.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:9.5rem;left:32.9375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvnJbsnkRi3KLBIyuuRysLSG8BkrTo9V { color:#8dc63f;display:block;width:27.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:14.375rem;left:32.9375rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FPB7TAgsydQatIKpngqNDCPkElx5VmVV { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:25.1875rem;left:32.1875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#Ov27dqUWL7q28CdNCLoKC4HUOTbMt41f { box-sizing:content-box;color:#89d4e3;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:18.6875rem;left:28.875rem;display:block; }
#TEJegnU1gVlInJ4cFgTsEeWZl5si2eTg { color:#8dc63f;display:block;width:17.62075rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:19.375rem;left:32.9375rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gFoJv4JlZO8wlqRSbzKUEXDXWE3TyPrl { box-sizing:content-box;color:#8dc63f;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:36.0625rem;left:40.125000953674rem;display:block; }
#Pm9zyvKu4XvyNN3U14MHtO2BD0daooUX { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:31.5625rem;left:28.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#sswhcGPAhIpZdLDcIMlpLlymmRcOfITG { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:39.5rem;left:28.500000953674rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#xr5SMRETFnxSPcrUUXiTiaWMkOO50rtF { box-sizing:content-box;color:#89d4e3;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:25.1875rem;left:28.4375rem;display:block; }
#PyxMKystFtSNCEunaeFievoxCvpfiHu1 { position:absolute;display:block;z-index:100001;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:7.1875rem;width:28.9375rem;top:23.125rem;left:27.375rem;display:block; }
#Sx1T5skDdCByil6KbiA9iHTogKFk8I03 { color:#f8f8f8;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:6.75rem;left:32.9375rem;height:;display:block; }
#qvRFBwTEJT7dFQpJUDuVBAtvXQqaxtAV { color:#f8f8f8;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:12.6875rem;left:32.9375rem;height:;display:block; }
#Jv1IkxFhws0wepIwEeTZvzzHT203hu3P { color:#000000;display:block;width:27.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:26.625rem;left:32.0625rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW { position:relative;display:block; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW { background-color: transparent; background-image: none; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container > .video-iframe-container { display: none; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row > .video-iframe-container { display: none; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .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); }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW { border-width: 0; border-radius: 0; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container { border-top:0.3125rem solid #1e0a47;border-left:0.3125rem solid #1e0a47;border-right:0.3125rem solid #1e0a47;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:7.6875rem;width:60rem;position:relative;display:block; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container.adaptive-delivery-prevent-bg, #WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container.lazyload, #WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container.lazyloading { background-image: none; }#mTTv5Fe7kTLK2DBCUVmP9KcnVCDwBkvN { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.3124952316284rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4u0eKS9dFOu4SUkNdanmufogykIH56F { position:absolute;display:block;z-index:100003;background-color:#46b1cc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124511875rem;width:1.875rem;top:7.24853515625rem;left:29.0625rem;display:block; }
#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { position:relative;display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { background-color: transparent; background-image: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .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); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { border-width: 0; border-radius: 0; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { border-top:0;border-left:0.3125rem solid #1e0a47;border-right:0.3125rem solid #1e0a47;border-bottom:0.3125rem solid #1e0a47;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:42.6875rem;width:60rem;position:relative;display:block; }#tUdxNVcXyT7KpMrGJmRMvyOr00OHkE2w { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.5) ;height:19.125rem;width:24.6875rem;top:0.5625rem;left:2.8125rem;display:block; }
#bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { color:#383838;display:block;width:27.372396469116rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:1.0625rem;left:30.2734375rem;height:16.198225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCllga7OaW9OusoKQ7bzoD261xKMayVC { color:#000000;display:block;width:20.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2rem;left:6.375rem;height:15.597675rem;font-style:italic;display:block; }
#UO1PHHiwi1uqVQe7VfZHAEr2LfaLGD2F { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.93725625rem;width:1.93725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2rem;left:4.0625rem;display:block; }
#r5aaWMC7JWIvBsBXfX0vpWhN7UD4snQs { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.93725625rem;width:1.93725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:5.875rem;left:4.0625rem;display:block; }
#Or4y5gm5O25VO5gVwVfU88bZ7709zhbW { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9359375rem;width:1.9359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:10.894531443715rem;left:4.0625rem;display:block; }
#pwJpv8T0U2R7a1Z3z41xFzEJgAOKC6m6 { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9359375rem;width:1.9359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:14.812500193715rem;left:4.0625rem;display:block; }
#dqb2EmueGOe73t0q0O5TMzTA9U1IBsL5 { color:#383838;display:block;width:54.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:24.311718940735rem;left:2.8125rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dz7pecFdVlr57PFFwpc4VkbTbVWRfFLT { color:#383838;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:26.386719942093rem;left:8.8125rem;height:14.39844375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZbWGwvhS9vcaVMzZC6z80g7HfOT7OiCf { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.93671875rem;width:1.93671875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:26.386719226837rem;left:5.9984378814697rem;display:block; }
#IZ7iE2i73DeuDMb55VkB9yWilUgPRvVb { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9361978769302rem;width:1.9361978769302rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:30.040367126465rem;left:5.9986991882324rem;display:block; }
#HBCnb7limViw1q5fmumIKkcVuxuw94Fc { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9359375rem;width:1.9359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:38.913283541799rem;left:5.9984378814697rem;display:block; }
#Gr3ntc7lEFKd4CbtVbdhfArsy2FOTcSA { box-sizing:content-box;color:rgba(72,81,90,0.92);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9359375rem;width:1.9359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:35.437502101064rem;left:5.9984378814697rem;display:block; }
#pFqfaZet15pWxTTExXx8rTzseOf7f8vQ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:14.25rem;width:21.375rem;top:24.725784301757rem;left:31.64999961853rem;overflow:hidden;display:block; }
#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 { position:relative;display:block; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 { background-color: transparent; background-image: none; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row .container > .video-iframe-container { display: none; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row > .video-iframe-container { display: none; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .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); }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 { border-width: 0; border-radius: 0; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.75rem;width:60rem;position:relative;display:block; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.62);background-image:none;position:relative;display:block; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { background-color: transparent; background-image: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container > .video-iframe-container { display: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row > .video-iframe-container { display: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .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); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { border-width: 0; border-radius: 0; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { font-size:0.875rem;font-family:"open sans";height:52.3125rem;width:60rem;position:relative;display:block; }#pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQOfARKOhoxGItv519mV6iibmghpxDts { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:1.875rem;top:6.8125rem;left:29.0625rem;display:block; }
#ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp { position:absolute;display:block;z-index:100010;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/B9cv0KsY/Ne_vtelen_terv_42.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:10.3125rem;width:10.37475rem;top:9.9658203125rem;left:24.810791015625rem;display:block; }#ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp.adaptive-delivery-prevent-bg, #ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp.lazyload, #ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp.lazyloading { background-image: none; }
#HlKLqXC8ckhgBeLrsHz9L7aadepE67od { color:#ffffff;display:block;width:14.6228125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.9677734375rem;left:22.68798828125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NVSh25v6cDpsibw7fZH9FNAiAIOOleBS { color:#000000;display:block;width:19.1858125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:24.49951171875rem;left:20.37353515625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy { position:absolute;display:block;z-index:100011;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/92a0cc0f-c255-4d44-9b4f-2364681e2173/KEKp.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:10.3125rem;width:10.373698234558rem;top:30.3125rem;left:24.8125rem;display:block; }#Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy.adaptive-delivery-prevent-bg, #Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy.lazyload, #Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy.lazyloading { background-image: none; }
#pLkuIyHDV5JgfO5Okozt5ElCi9mDI82L { color:#ffffff;display:block;width:14.622395515442rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:42.625rem;left:22.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFXydQlrtGogaVBvoBT2b92WBB6aWbXZ { color:#000000;display:block;width:19.184896469116rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:44.8125rem;left:20.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { border-top:0.3125rem solid #1e0a47;border-left:0.3125rem solid #1e0a47;border-right:0.3125rem solid #1e0a47;border-bottom:0.3125rem solid #1e0a47;background-color:#ffffff;background-image:none;position:relative;display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { background-color: transparent; background-image: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container > .video-iframe-container { display: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container { display: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .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); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { border-width: 0; border-radius: 0; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { font-size:0.875rem;font-family:"open sans";height:39.1875rem;width:60rem;position:relative;display:block; }#sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { color:#1178b5;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.0000114440918rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Du83f7c2mm4zPiREwU6zVBPiwqOQhUxn { position:absolute;display:block;z-index:100003;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:1.875rem;top:7.125rem;left:29.0625rem;display:block; }
#axnVIR6bfTV5nG6KFiTVhingVTyZzuzl { position:absolute;display:block;z-index:100004;background-color:#ffffff;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.25rem solid #2888ab;border-bottom:0;height:21rem;width:11.625rem;top:11.1875rem;left:18.1875rem;display:block; }
#NMPyU3J29uUKdMEJ53HkJhSTwowUK7MQ { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:9.754687309265rem;left:12.75rem;height:2.761725rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HRvC7Cec1p5WC3msC6Mvf06XXf6JylzD { color:#000000;display:block;width:5.74921875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:12.742188215256rem;left:19.938280105591rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#BmeboRRDSWmOoA6hZ3ccTnbTSUF4sM8q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.0625rem;left:33.875rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q6iTKwSp72gWDRpefdw7lH77ITAFSgzF { color:#000000;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:16.5rem;left:33.875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#mzg5Qa8LNn3u4N6JKxVByl7Q1neFpFPe { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:18.6875rem;left:10.1875rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#caJ77xNaeuiIwrJmOAZZJJBeumBzCEg2 { color:#000000;display:block;width:5.74921875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:20.150001287461rem;left:19.938280105591rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#UurevK7CXTdzPzgFFzXDpDKnJDmP6ZKh { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:23.1875rem;left:33.875001907349rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nxSN9CDtWWtwpvFaT13hOceqni1TSSiH { color:#000000;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:26.0625rem;left:33.875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#b2lTQt3Mza525tM3PXsUGTOqROVRPEJq { position:absolute;display:block;z-index:100018;background-color:#8dc63f;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;height:0.5625rem;width:0.5625rem;top:10.625rem;left:26.125rem;display:block; }
#fmtKcx6DsxwlSx5WgyirTHbMQTgnPmis { position:absolute;display:block;z-index:100019;background-color:#8dc63f;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;height:0.5625rem;width:0.5625rem;top:15.5625rem;left:32.5625rem;display:block; }
#Z0CVQVGsgavyeMyGAZmQ1TSVZEceIKEL { position:absolute;display:block;z-index:100020;background-color:#8dc63f;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;height:0.5625rem;width:0.5625rem;top:19.125rem;left:26.0625rem;display:block; }
#iUZt1N52t6z3k6NC79LCmk2HBmaA4wPv { position:absolute;display:block;z-index:100020;background-color:#8dc63f;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;height:0.5625rem;width:0.5625rem;top:24.3125rem;left:32.5625rem;display:block; }
#H2np6834st58ufthEgp8Uoqyxm5R9DhQ { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:28.4375rem;left:6.5rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZCAa3GMKPkfpSgP8TalZn4O2ihXFKy7o { position:absolute;display:block;z-index:100027;background-color:#8dc63f;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;height:0.5625rem;width:0.5625rem;top:28.875rem;left:26.0625rem;display:block; }
#iA5b2oBwqy0g51GTPhsdUEFLkvE0tJNh { position:absolute;display:block;z-index:100027;background-color:#8dc63f;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;height:0.5625rem;width:0.5625rem;top:28.875rem;left:26.0625rem;display:block; }
#ueCHAQEACvygCQ65vT053NcWcPooaaLQ { position:absolute;display:block;z-index:100027;background-color:#8dc63f;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;height:0.5625rem;width:0.5625rem;top:28.875rem;left:26.0625rem;display:block; }
#wJWvWkPZNhmyHQUyOALdSoGv1qNs1nV8 { color:#000000;display:block;width:5.74921875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:29.900001287461rem;left:19.938280105591rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#mu1T4a5rkUi1CRoRaqNsrsNbZq4iMgMl { position:absolute;display:block;z-index:100027;background-color:#8dc63f;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;height:0.5625rem;width:0.5625rem;top:28.875rem;left:26.0625rem;display:block; }
#bXyIBxXRBMeZQJq5cO7LxEl3UpHaHHVn { position:absolute;display:block;z-index:100027;background-color:#8dc63f;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;height:0.5625rem;width:0.5625rem;top:28.875rem;left:26.0625rem;display:block; }
#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/bePMPzub/K%C3%A9perny%C5%91fot%C3%B3_2018-03-02_-_11.10.28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM.adaptive-delivery-prevent-bg, #mqQJRRbD0kihvn8tshX14Q1di5cCLXNM.lazyload, #mqQJRRbD0kihvn8tshX14Q1di5cCLXNM.lazyloading { background-image: none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { background-color: transparent; background-image: none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container > .video-iframe-container { display: none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row > .video-iframe-container { display: none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .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); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { border-width: 0; border-radius: 0; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { font-size:0.875rem;font-family:"open sans";height:19.0625rem;width:60rem;position:relative;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.79);background-image:none;position:relative;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { border-width: 0; border-radius: 0; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { font-size:0.875rem;font-family:"open sans";height:31.1875rem;width:60rem;position:relative;display:block; }#z87DPESxhoBtOZnMlAgfm02cL4s8bST8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.84375rem;height:0;display:block; }
#piJQHmxHcaldO1Zim9p5GISLhW3ou6dd { background-color:#8dc63f;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.93676875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:19.3115234375rem;left:20.811767578125rem;display:block; }
#D1fpwwnFT17yd4DQPBe7LTCVZ6N5K1d7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P4EmauHiW57aexT9EnTRw4tgpmPeoqUD { color:#ffffff;display:block;width:34.43725rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:9.90966796875rem;left:12.779541015625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { width:47.75rem;height:48.875rem;background-color:rgba(0,0,0,0.63);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gISaFIvOK4VlotavBZEunktslRx2Do8S { width:21.496875rem;height:6.09375rem;top:4.4976568222046rem;left:1.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #pa7bIWt0Xn3AdbE39Gv11eqSXzpqEZx2 { width:8.9375rem;height:2.875rem;top:0.56015676259994rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-regular-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-text { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-text {padding-top: 0; padding-bottom: 0;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-textarea { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-select { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-select {padding-top: 0; padding-bottom: 0;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-button { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-checkbox-label { width:16.6234375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW  { width:17.622875rem;height:auto;top:4.4971590042114rem;left:25.687500655651rem;z-index:100000; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .radio-container { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW {display:block;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW { width:17.622875rem;height:auto;top:4.4971590042114rem;left:25.687500655651rem;z-index:100000; }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #bnl75A1zhwFIyIedVI6xc4b3hcRvJROf {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #ddDg9f7NbUyLkXbXzV3kL1RXMus43bCb {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #K2Q29MwSqvn1QwLT8cX0PlH4dnJUZQy9 {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #cNS9GwBKxv9iGJhFNG2SK1KZzWOvfsZK {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #ZEJiWfzTABy8eoIlgAxeUHXW34TBc5Js {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #qbDTCQmlIaghaCIc6qEWAObU6ughhv32 {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #a5bxOtF99e1N54rvqTxsp8BUC38zTPFS {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #NqbbiB4rgAxJ1m64dbmNNMfkeSnFs1PO {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #TFJNTyMQySKngAes6Z33hHHIKaw89EZu {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #O0xrsVVzigntgxKzGyo1ViPIQXD2v3c5 {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #LFD9A5fS04cs6HCN2xaqzZxqBNXtCst6 {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #VAzay6ZMRu2m0TJhGzBu86vgddTw5Qs0 {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #BcAVXZBvBvbPyGOwGDuKBsOtCdVrHL5d {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #iPH2gg9Dc5Lbd7qlAmrXATteGNUOaoG9 {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #WHnOgSPZR0wMiultRW1Sm42qwClitEWb {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #wLDoXd0f1Hi2qrGud3T2HEtOfuTV75lx {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #tPGgk0UXwae1AqvQ78Wl4sIT3J7Jimy7 { z-index:2; }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #lciLkSWFXypITSGW1BN9TqsKFPTqDA0z {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #uBIaKn5Ztye1z1ZRe9OIhyovPrn4eCrW {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #cpM75zbCb9ulJzhoeIxWIzBCUriVNZMH {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #z3mZQmXPAyikQl2tNhGRHbe3BUKieX2x {  }
 }@media only screen and (max-width: 959px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #o9HibT6lgaQWkPiMu9ENbHKfKz5yMW1G {  }
 }@media only screen and (max-width: 959px) { #osAxEKb2wawVNzLCsgtlbTc8R3xmir1T { width:2.625rem;height:2.625rem;top:10.0625rem;left:1.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { width:16.5625rem;height:1.38068125rem;top:11.25rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lkBH9OkCOfL8ImNsII6LirIWlVOrCwNk { width:2.4375rem;height:2.4375rem;top:15.5625rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GH1oVoaqqBa9e67zdiXTdvfHZwzZRGek { width:12.375rem;height:1.137075rem;top:12.5625rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lvnJbsnkRi3KLBIyuuRysLSG8BkrTo9V { width:19.8125rem;height:2.27415rem;top:17rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FPB7TAgsydQatIKpngqNDCPkElx5VmVV { width:19.435375rem;height:1.21875rem;top:25.90625rem;left:5.1889206767082rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #Ov27dqUWL7q28CdNCLoKC4HUOTbMt41f { width:2.625rem;height:2.5625rem;top:20.25rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TEJegnU1gVlInJ4cFgTsEeWZl5si2eTg { width:16.5625rem;height:1.137075rem;top:20.9375rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gFoJv4JlZO8wlqRSbzKUEXDXWE3TyPrl { width:3.125rem;height:3.125rem;top:35.387500762939rem;left:18.623438239097rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #Pm9zyvKu4XvyNN3U14MHtO2BD0daooUX { width:23.625rem;height:3.9375rem;top:31.004972457886rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #sswhcGPAhIpZdLDcIMlpLlymmRcOfITG { width:24.4375rem;height:2.625rem;top:34.942472457886rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #xr5SMRETFnxSPcrUUXiTiaWMkOO50rtF { width:2.625rem;height:2.5625rem;top:25.90625rem;left:1.6874999403954rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #PyxMKystFtSNCEunaeFievoxCvpfiHu1 { width:22.5rem;height:5.75rem;top:24.3125rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 959px) { #Sx1T5skDdCByil6KbiA9iHTogKFk8I03 { width:12.5rem;height:1.38068125rem;top:10.0625rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qvRFBwTEJT7dFQpJUDuVBAtvXQqaxtAV { width:12.5rem;height:1.38068125rem;top:15.5625rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jv1IkxFhws0wepIwEeTZvzzHT203hu3P { width:18rem;height:1.05610625rem;top:27.3125rem;left:5.2500001788139rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW { display:block; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mTTv5Fe7kTLK2DBCUVmP9KcnVCDwBkvN { width:47.75rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #t4u0eKS9dFOu4SUkNdanmufogykIH56F { width:1.875rem;height:0.12421875rem;top:5.6218748092651rem;left:22.93750038743rem;display:block; }
 }@media only screen and (max-width: 959px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:47.75rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tUdxNVcXyT7KpMrGJmRMvyOr00OHkE2w { width:23.375rem;height:20rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:22.622625rem;height:19.19315625rem;top:1.3867177963257rem;left:24.374218374491rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 959px) { #rCllga7OaW9OusoKQ7bzoD261xKMayVC { width:19.8108125rem;height:18.2585375rem;top:1.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #UO1PHHiwi1uqVQe7VfZHAEr2LfaLGD2F { width:1.875rem;height:1.875rem;top:1.8125rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #r5aaWMC7JWIvBsBXfX0vpWhN7UD4snQs { width:1.875rem;height:1.875rem;top:5.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Or4y5gm5O25VO5gVwVfU88bZ7709zhbW { width:1.875rem;height:1.875rem;top:10.6875rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pwJpv8T0U2R7a1Z3z41xFzEJgAOKC6m6 { width:1.875rem;height:1.875rem;top:14.625rem;left:1.0625000298023rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dqb2EmueGOe73t0q0O5TMzTA9U1IBsL5 { width:39.0625rem;height:1.9125rem;top:23.750000476837rem;left:2.8750001490116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dz7pecFdVlr57PFFwpc4VkbTbVWRfFLT { width:40.875rem;height:7.96875rem;top:27.156251430511rem;left:5.2499999105931rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 959px) { #ZbWGwvhS9vcaVMzZC6z80g7HfOT7OiCf { width:1.875rem;height:1.875rem;top:33.5rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #IZ7iE2i73DeuDMb55VkB9yWilUgPRvVb { width:1.875rem;height:1.875rem;top:31.8125rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HBCnb7limViw1q5fmumIKkcVuxuw94Fc { width:1.875rem;height:1.875rem;top:27.125rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gr3ntc7lEFKd4CbtVbdhfArsy2FOTcSA { width:1.875rem;height:1.875rem;top:28.625rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pFqfaZet15pWxTTExXx8rTzseOf7f8vQ { width:21.375rem;height:14.25rem;top:24.6875rem;left:25.52499961853rem;display:none; }
 }@media only screen and (max-width: 959px) { #TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 { display:block; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn { display:block; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { width:47.75rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { width:47.75rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zQOfARKOhoxGItv519mV6iibmghpxDts { width:1.875rem;height:0.125rem;top:7.3747863769531rem;left:22.937283992768rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp { width:11.25rem;height:11.25rem;top:8.9375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HlKLqXC8ckhgBeLrsHz9L7aadepE67od { width:14.56175rem;height:1.4625rem;top:21.5625rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NVSh25v6cDpsibw7fZH9FNAiAIOOleBS { width:19.12475rem;height:2.8238625rem;top:23.8125rem;left:14.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy { width:11.25rem;height:11.25rem;top:30.3125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #pLkuIyHDV5JgfO5Okozt5ElCi9mDI82L { width:14.56175rem;height:1.4625rem;top:42.5rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JFXydQlrtGogaVBvoBT2b92WBB6aWbXZ { width:19.1241875rem;height:2.8238625rem;top:44.4375rem;left:14.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { width:47.75rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { width:47.75rem;height:2.4375rem;top:1.9359428286553rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Du83f7c2mm4zPiREwU6zVBPiwqOQhUxn { width:1.875rem;height:0.125rem;top:5.2490234375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #axnVIR6bfTV5nG6KFiTVhingVTyZzuzl { width:11.625rem;height:21rem;top:11.1875rem;left:12.0625rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 959px) { #NMPyU3J29uUKdMEJ53HkJhSTwowUK7MQ { width:12.875rem;height:2.8238625rem;top:9.75rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HRvC7Cec1p5WC3msC6Mvf06XXf6JylzD { width:5.6875rem;height:1.1375rem;top:12.6875rem;left:13.813280105591rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BmeboRRDSWmOoA6hZ3ccTnbTSUF4sM8q { width:7.875rem;height:1.38125rem;top:15.0625rem;left:27.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q6iTKwSp72gWDRpefdw7lH77ITAFSgzF { width:5.75rem;height:1.1375rem;top:16.5rem;left:27.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #mzg5Qa8LNn3u4N6JKxVByl7Q1neFpFPe { width:15.375rem;height:1.38125rem;top:18.6875rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #caJ77xNaeuiIwrJmOAZZJJBeumBzCEg2 { width:5.6875rem;height:1.1375rem;top:20.125rem;left:13.813280105591rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UurevK7CXTdzPzgFFzXDpDKnJDmP6ZKh { width:17.125rem;height:2.7613625rem;top:23.362500905991rem;left:27.750000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nxSN9CDtWWtwpvFaT13hOceqni1TSSiH { width:5.75rem;height:1.1375rem;top:26.3125rem;left:27.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #b2lTQt3Mza525tM3PXsUGTOqROVRPEJq { width:0.5625rem;height:0.5625rem;top:10.625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 959px) { #fmtKcx6DsxwlSx5WgyirTHbMQTgnPmis { width:0.5625rem;height:0.5625rem;top:15.5625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z0CVQVGsgavyeMyGAZmQ1TSVZEceIKEL { width:0.5625rem;height:0.5625rem;top:19.125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #iUZt1N52t6z3k6NC79LCmk2HBmaA4wPv { width:0.5625rem;height:0.5625rem;top:24.3125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #H2np6834st58ufthEgp8Uoqyxm5R9DhQ { width:19.0625rem;height:1.38125rem;top:28.4375rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZCAa3GMKPkfpSgP8TalZn4O2ihXFKy7o { width:0.5625rem;height:0.5625rem;top:28.875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #iA5b2oBwqy0g51GTPhsdUEFLkvE0tJNh { width:0.5625rem;height:0.5625rem;top:28.875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ueCHAQEACvygCQ65vT053NcWcPooaaLQ { width:0.5625rem;height:0.5625rem;top:28.875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #wJWvWkPZNhmyHQUyOALdSoGv1qNs1nV8 { width:5.6875rem;height:1.1375rem;top:29.875rem;left:13.813280105591rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mu1T4a5rkUi1CRoRaqNsrsNbZq4iMgMl { width:0.5625rem;height:0.5625rem;top:28.875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bXyIBxXRBMeZQJq5cO7LxEl3UpHaHHVn { width:0.5625rem;height:0.5625rem;top:28.875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mqQJRRbD0kihvn8tshX14Q1di5cCLXNM { display:block; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { background-color:rgba(70,177,204,0.2);background-image:none;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:47.75rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #z87DPESxhoBtOZnMlAgfm02cL4s8bST8 { width:12.5rem;height:;top:19.3125rem;left:19.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #piJQHmxHcaldO1Zim9p5GISLhW3ou6dd { width:16.25rem;height:3.8745125rem;top:11.873779296875rem;left:15.748291015625rem;color:#f8f8f8;display:block; }
 }@media only screen and (max-width: 959px) { #D1fpwwnFT17yd4DQPBe7LTCVZ6N5K1d7 { display:block; }
 }@media only screen and (max-width: 959px) { #P4EmauHiW57aexT9EnTRw4tgpmPeoqUD { width:34.375rem;height:5.2rem;top:4.6240234375rem;left:6.685791015625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { width:20rem;height:79.1875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/NZ0HxSy55hY/unsplash/mudassir-ali-NZ0HxSy55hY-photo-1563518839049-f44a5e423f12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container.adaptive-delivery-prevent-bg, #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container.lazyload, #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #gISaFIvOK4VlotavBZEunktslRx2Do8S { width:15.3125rem;height:2.5994375rem;top:4.3103694915771rem;left:2.3437499403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa7bIWt0Xn3AdbE39Gv11eqSXzpqEZx2 { width:6.875rem;height:2.1875rem;top:0.99786937236787rem;left:6.5312501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-regular-label { width:16.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;font-weight:400;font-style:normal;color:#000000; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-text { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-text {padding-top: 0; padding-bottom: 0;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-textarea { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-select { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;border-top:0.125rem solid rgba(0,0,0,0.35);border-left:0.125rem solid rgba(0,0,0,0.35);border-right:0.125rem solid rgba(0,0,0,0.35);border-bottom:0.125rem solid rgba(0,0,0,0.35); }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-select {padding-top: 0; padding-bottom: 0;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-input-button { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-checkbox-label { width:15.87426875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;color:#000000; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW  { width:16.87426875rem;height:auto;top:8.3765625953675rem;left:0.34375rem;background-color:rgba(255,255,255,0.78);background-image:none;z-index:100001;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .radio-container { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW .widget-info-text { color:#000000; }
#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW {display:block;}#MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW { width:16.87426875rem;height:auto;top:8.3765625953675rem;left:0.34375rem;background-color:rgba(255,255,255,0.78);background-image:none;z-index:100001;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ; }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #bnl75A1zhwFIyIedVI6xc4b3hcRvJROf {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #ddDg9f7NbUyLkXbXzV3kL1RXMus43bCb {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #K2Q29MwSqvn1QwLT8cX0PlH4dnJUZQy9 {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #cNS9GwBKxv9iGJhFNG2SK1KZzWOvfsZK {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #ZEJiWfzTABy8eoIlgAxeUHXW34TBc5Js {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #qbDTCQmlIaghaCIc6qEWAObU6ughhv32 {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #a5bxOtF99e1N54rvqTxsp8BUC38zTPFS {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #NqbbiB4rgAxJ1m64dbmNNMfkeSnFs1PO {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #TFJNTyMQySKngAes6Z33hHHIKaw89EZu {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #O0xrsVVzigntgxKzGyo1ViPIQXD2v3c5 {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #LFD9A5fS04cs6HCN2xaqzZxqBNXtCst6 {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #VAzay6ZMRu2m0TJhGzBu86vgddTw5Qs0 {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #BcAVXZBvBvbPyGOwGDuKBsOtCdVrHL5d {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #iPH2gg9Dc5Lbd7qlAmrXATteGNUOaoG9 {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #WHnOgSPZR0wMiultRW1Sm42qwClitEWb {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #wLDoXd0f1Hi2qrGud3T2HEtOfuTV75lx {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #tPGgk0UXwae1AqvQ78Wl4sIT3J7Jimy7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #lciLkSWFXypITSGW1BN9TqsKFPTqDA0z {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #uBIaKn5Ztye1z1ZRe9OIhyovPrn4eCrW {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #cpM75zbCb9ulJzhoeIxWIzBCUriVNZMH {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #z3mZQmXPAyikQl2tNhGRHbe3BUKieX2x {  }
 }@media only screen and (max-width: 763px) { #MhRVIrSTUXL2bizDTAWKN6r4KWDTgynW #o9HibT6lgaQWkPiMu9ENbHKfKz5yMW1G {  }
 }@media only screen and (max-width: 763px) { #osAxEKb2wawVNzLCsgtlbTc8R3xmir1T { width:2.9375rem;height:2.875rem;top:51.656251907349rem;left:2.3437499403954rem;font-size:2rem;color:#f8f8f8;display:block; }
 }@media only screen and (max-width: 763px) { #p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { width:14.3125rem;height:1.21875rem;top:53.3125rem;left:5.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lkBH9OkCOfL8ImNsII6LirIWlVOrCwNk { width:3.0625rem;height:2.9375rem;top:57.1875rem;left:2.375rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GH1oVoaqqBa9e67zdiXTdvfHZwzZRGek { width:14.25rem;height:1.137075rem;top:54.4375rem;left:5.75rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lvnJbsnkRi3KLBIyuuRysLSG8BkrTo9V { width:13.1875rem;height:3.168325rem;top:58.625rem;left:5.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FPB7TAgsydQatIKpngqNDCPkElx5VmVV { width:19.435375rem;height:1.38068125rem;top:69.625rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ov27dqUWL7q28CdNCLoKC4HUOTbMt41f { width:2.75rem;height:2.6875rem;top:63.125rem;left:2.4375rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TEJegnU1gVlInJ4cFgTsEeWZl5si2eTg { width:14.25rem;height:1.21875rem;top:63.875rem;left:5.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gFoJv4JlZO8wlqRSbzKUEXDXWE3TyPrl { width:4.875rem;height:4.875rem;top:75.5765625rem;left:7.5625rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pm9zyvKu4XvyNN3U14MHtO2BD0daooUX { width:19.4375rem;height:3.168325rem;top:43.8125rem;left:0.2805398106575rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sswhcGPAhIpZdLDcIMlpLlymmRcOfITG { width:19.5625rem;height:2.27415rem;top:47.625001907349rem;left:0.21875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xr5SMRETFnxSPcrUUXiTiaWMkOO50rtF { width:3.0625rem;height:3.0625rem;top:68.8125rem;left:2.3125rem;font-size:2.125rem;color:#89d4e3;display:block; }
 }@media only screen and (max-width: 763px) { #PyxMKystFtSNCEunaeFievoxCvpfiHu1 { width:19.625rem;height:6.75rem;top:67.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1T5skDdCByil6KbiA9iHTogKFk8I03 { width:14.25rem;height:1.38068125rem;top:51.840201377869rem;left:5.7187501788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvRFBwTEJT7dFQpJUDuVBAtvXQqaxtAV { width:14.3125rem;height:1.38068125rem;top:57.1875rem;left:5.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv1IkxFhws0wepIwEeTZvzzHT203hu3P { width:20rem;height:1.05610625rem;top:71.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW { display:block; }#WwFqeKKMisRbAW6I4r3iEoH42yfiLtdW > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTTv5Fe7kTLK2DBCUVmP9KcnVCDwBkvN { width:18.75rem;height:4.0625rem;top:0.90625rem;left:0.62500008940694rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #t4u0eKS9dFOu4SUkNdanmufogykIH56F { width:1.875rem;height:0.123579375rem;top:6.0319614410401rem;left:9.0625006854531rem;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUdxNVcXyT7KpMrGJmRMvyOr00OHkE2w { width:19.875rem;height:18.625rem;top:1rem;left:2.9802322387695E-8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:19.25rem;height:18rem;top:21.307530403137rem;left:0.37428984045982rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCllga7OaW9OusoKQ7bzoD261xKMayVC { width:17.8125rem;height:15.84375rem;top:2.9375rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UO1PHHiwi1uqVQe7VfZHAEr2LfaLGD2F { width:2.68676875rem;height:2.68676875rem;top:10.020751953125rem;left:9.874267578125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5aaWMC7JWIvBsBXfX0vpWhN7UD4snQs { width:1.875rem;height:1.875rem;top:5.875rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Or4y5gm5O25VO5gVwVfU88bZ7709zhbW { width:1.875rem;height:1.875rem;top:10.875rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwJpv8T0U2R7a1Z3z41xFzEJgAOKC6m6 { width:1.875rem;height:1.875rem;top:14.8125rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqb2EmueGOe73t0q0O5TMzTA9U1IBsL5 { width:20rem;height:1.79971875rem;top:42.686789989471rem;left:2.9802322387695E-8rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz7pecFdVlr57PFFwpc4VkbTbVWRfFLT { width:18.125rem;height:10.5rem;top:45.875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWGwvhS9vcaVMzZC6z80g7HfOT7OiCf { width:1.375rem;height:1.375rem;top:45.875rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ7iE2i73DeuDMb55VkB9yWilUgPRvVb { width:1.5625rem;height:1.625rem;top:54.8125rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBCnb7limViw1q5fmumIKkcVuxuw94Fc { width:1.4375rem;height:1.4375rem;top:48.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3ntc7lEFKd4CbtVbdhfArsy2FOTcSA { width:1.5625rem;height:1.625rem;top:52.375rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFqfaZet15pWxTTExXx8rTzseOf7f8vQ { width:17.0625rem;height:11.375rem;top:43.870316505432rem;left:2.9802322387695E-8rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 { display:block; }#TNHbUeFyrBAOZbT8H4rKMPavPyiAIzX8 > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn { background-color:transparent;background-image:none;display:block; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { background-color: transparent; background-image: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container > .video-iframe-container { display: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row > .video-iframe-container { display: none; }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .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); }#F9VhMN4QzSFFxJCiw4uaGVMbUcOrwxUn > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { width:18.75rem;height:2.4375rem;top:1.99951171875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQOfARKOhoxGItv519mV6iibmghpxDts { width:1.875rem;height:0.125rem;top:6.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlLTbiDyJZ8zvHF0KZAIvoEtHEH7GOAp { width:8.75rem;height:8.75rem;top:7.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlKLqXC8ckhgBeLrsHz9L7aadepE67od { width:14.624rem;height:1.54375rem;top:18.0625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVSh25v6cDpsibw7fZH9FNAiAIOOleBS { width:19.187rem;height:2.8238625rem;top:20.0625rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5ca7NLxCM01wQfEGkgdk1aB477gPIy { width:10.3125rem;height:10.3125rem;top:24.1375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLkuIyHDV5JgfO5Okozt5ElCi9mDI82L { width:14.5625rem;height:1.54375rem;top:35.7rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFXydQlrtGogaVBvoBT2b92WBB6aWbXZ { width:19.125rem;height:2.8238625rem;top:38.49375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { width:18.75rem;height:2.4375rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Du83f7c2mm4zPiREwU6zVBPiwqOQhUxn { width:1.875rem;height:0.125rem;top:5.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axnVIR6bfTV5nG6KFiTVhingVTyZzuzl { width:11.625rem;height:21.875rem;top:9.0625rem;left:4.0625rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #NMPyU3J29uUKdMEJ53HkJhSTwowUK7MQ { width:12.25rem;height:2.5994375rem;top:8.25rem;left:0.5rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HRvC7Cec1p5WC3msC6Mvf06XXf6JylzD { width:5.75rem;height:1.1375rem;top:10.875rem;left:6.625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BmeboRRDSWmOoA6hZ3ccTnbTSUF4sM8q { width:7.875rem;height:1.3rem;top:13.5rem;left:4rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Q6iTKwSp72gWDRpefdw7lH77ITAFSgzF { width:5.75rem;height:1.1375rem;top:14.9375rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mzg5Qa8LNn3u4N6JKxVByl7Q1neFpFPe { width:9.8125rem;height:1.3rem;top:18.375rem;left:3rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #caJ77xNaeuiIwrJmOAZZJJBeumBzCEg2 { width:5.75rem;height:1.1375rem;top:19.75rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UurevK7CXTdzPzgFFzXDpDKnJDmP6ZKh { width:12.8125rem;height:3.59871875rem;top:22.375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nxSN9CDtWWtwpvFaT13hOceqni1TSSiH { width:5.74921875rem;height:1.1375rem;top:26.25rem;left:6.625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #b2lTQt3Mza525tM3PXsUGTOqROVRPEJq { width:0.5625rem;height:0.5625rem;top:9.5rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmtKcx6DsxwlSx5WgyirTHbMQTgnPmis { width:0.5625rem;height:0.5625rem;top:37.4375rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0CVQVGsgavyeMyGAZmQ1TSVZEceIKEL { width:0.5625rem;height:0.5625rem;top:13.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUZt1N52t6z3k6NC79LCmk2HBmaA4wPv { width:0.5625rem;height:0.5625rem;top:32.375rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2np6834st58ufthEgp8Uoqyxm5R9DhQ { width:12.9375rem;height:1.3rem;top:28.5rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZCAa3GMKPkfpSgP8TalZn4O2ihXFKy7o { width:0.5625rem;height:0.5625rem;top:29.4375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA5b2oBwqy0g51GTPhsdUEFLkvE0tJNh { width:0.5625rem;height:0.5625rem;top:37.4375rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueCHAQEACvygCQ65vT053NcWcPooaaLQ { width:0.5625rem;height:0.5625rem;top:29.4375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJWvWkPZNhmyHQUyOALdSoGv1qNs1nV8 { width:5.74921875rem;height:1.1375rem;top:29.8125rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mu1T4a5rkUi1CRoRaqNsrsNbZq4iMgMl { width:0.56152375rem;height:0.56152375rem;top:23.5rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXyIBxXRBMeZQJq5cO7LxEl3UpHaHHVn { width:0.5625rem;height:0.5625rem;top:18.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqQJRRbD0kihvn8tshX14Q1di5cCLXNM { display:none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { background-color:#1e0a47;background-image:none;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z87DPESxhoBtOZnMlAgfm02cL4s8bST8 { width:12.5rem;height:0;top:15.936767578125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #piJQHmxHcaldO1Zim9p5GISLhW3ou6dd { width:16.25rem;height:3.875rem;top:10.811767578125rem;left:1.875rem;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1fpwwnFT17yd4DQPBe7LTCVZ6N5K1d7 { display:block; }
 }@media only screen and (max-width: 763px) { #P4EmauHiW57aexT9EnTRw4tgpmPeoqUD { width:20rem;height:2.6rem;top:5.560302734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }