.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/53cd6b55-e829-4395-8da9-181a40ae71ab/Gravityzone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;overflow:visible;position:relative;display:block; }#LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:roboto;font-size:5.8125rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:15.375rem;left:0rem;height:11.625rem;display:block; }
#Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:28.5rem;left:0rem;height:7.19925rem;font-style:normal;display:block; }
#EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { background-color:#c00000;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.0625rem;left:0rem;display:block; }
#UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.1875rem;left:49.1875rem;display:block; }
#O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.1875rem;left:59.8125rem;display:block; }
#QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcuLmcsyN7oSGuJN2PF7axQbk7O21m80 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.1875rem;left:65.625rem;display:block; }
#rCC599JTbR47dWmlrkwr95Nt6y5UT68L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByxK5mWCD0d9DCDuvhIoQuzLPqoPw2Fl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:15.625rem;top:2.40625rem;left:0rem;overflow:hidden;display:block; }
#kzZzclSDDCWgmCVt7oxJVplQEuT0Vy2u { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:9.625rem;left:0rem;height:4.35rem;font-style:normal;display:block; }
#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { position:relative;display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { color:#0b1020;display:block;width:50rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.75rem;left:12.5rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { position:relative;display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#fff4f4;background-image:none;top:2.1875rem;left:6.875rem;display:block; }
#w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { color:#0b1020;display:block;width:14.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:7.1875rem;left:1.875rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { color:#0b1020;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:9.8125rem;left:1.28125rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.6875rem;left:7.5rem; }
#Lz7KUspyozJrWR9DOnFseRhMmyQCySFD { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0rem;left:19.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#fff4f4;background-image:none;top:2.1875rem;left:25.9375rem;display:block; }
#e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { color:#0b1020;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:9.75rem;left:20.9375rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.6875rem;left:26.4375rem; }
#b6CebVWIxharM91I3EOdtExDv6JlGZXM { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:0rem;left:38.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#fff4f4;background-image:none;top:2.1875rem;left:45.375rem;display:block; }
#lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { color:#0b1020;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.8125rem;left:39.28125rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#due7HiOgITX6EWuINnEsNhJDbtdU7vAQ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.6875rem;left:45.875rem; }
#LvwJpyvHKvrNcE5L8fCgnaE4FN8ozMOS { box-sizing:content-box;height:15.9375rem;width:17.5rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:0rem;left:57.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#fff4f4;background-image:none;top:2.1875rem;left:64.375rem;display:block; }
#eXUygS1rwmpquls0bt58RMWIv8bJDmlh { color:#0b1020;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:9.8125rem;left:58.5625rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.6875rem;left:64.875rem; }
#xukdhhV7CpOliANriNNvtrRQoalpwGJv { color:#0b1020;display:block;width:14.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15021;line-height:.9;letter-spacing:0;top:7.13720703125rem;left:20.5rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QD4hXCA4vCGydQ9d8R2ZT4ZHQifFQs1s { color:#0b1020;display:block;width:14.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15022;line-height:.9;letter-spacing:0;top:7.13720703125rem;left:39.9375rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vtXMUB2Bzdw3kL8mwvHPO2nzDU4GX4r0 { color:#0b1020;display:block;width:14.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15023;line-height:.9;letter-spacing:0;top:7.01220703125rem;left:58.5625rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { position:relative;display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W2wkXBy8OcuHTet9kC3wscu3x3vBeMuv { color:#0b1020;display:block;width:50rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:5.875rem;left:12.5rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { position:relative;display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { box-sizing:content-box;height:31.5rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:#f4f1f1;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:21.0625rem;left:1.8125rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.9375rem;width:23.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:26.037109375rem;left:1.8125rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A4cPk9QrBoWkgEEbkBCriJyvdhpmcaRA { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:26.037109375rem;left:27.375rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.125rem;width:23.9375rem;top:0rem;left:51.125rem;overflow:hidden;display:block; }
#x8eWQScv08wb2GmiTUVvk4QezoHJvaxf { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:26.037109375rem;left:52.96875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SqxNRoDATKUwAFhtZplU123ETHWJ3XRt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.0625rem;width:23.875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#vQyy5CHCnpmt2vnfhGi7aSa1EfJbG8zD { box-sizing:content-box;height:31.5rem;width:23.875rem;position:absolute;display:block;z-index:15000;background-color:#f4f1f1;background-image:none;top:0rem;left:25.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#hMffbvV49Xb2Rimaiipua0NloelBKQkV { box-sizing:content-box;height:31.5rem;width:23.875rem;position:absolute;display:block;z-index:15001;background-color:#f4f1f1;background-image:none;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#p3WLXJOX7B4yg9NRA0No1VZDnlCIf6gR { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:21.0625rem;left:27.375rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zy2Q27aeQcbEavXnNnt7cdeILT8aM9Eu { color:#0b1020;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:21.0625rem;left:52.96875rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { position:relative;display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { background-color: transparent; background-image: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .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); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { border-width: 0; border-radius: 0; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SSfDie9Jy6K70L7BBnAe1qtH6zzHG05T { color:#0b1020;display:block;width:50rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:9.4375rem;left:12.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#I1TNTbeABXSXJTo9Tf4rM6VlJyXWeFld { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:22.1875rem;top:4rem;left:26.40625rem;overflow:hidden;display:block; }
#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { background-color: transparent; background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .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); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { border-width: 0; border-radius: 0; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#aM2tVphfvaArt9tV1Vgcaycs2eifUF9T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:23.8125rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#uhc4HxFQf7B83BG58b2A3kinHck0IWTI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:24rem;top:1.53125rem;left:25.5rem;overflow:hidden;display:block; }
#KshlPchTSfUUkVfgg0bxzna1OGwDU5Hx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:23.9375rem;top:1.5625rem;left:51.0625rem;overflow:hidden;display:block; }
#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { background-color: transparent; background-image: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container > .video-iframe-container { display: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container { display: none; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .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); }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { border-width: 0; border-radius: 0; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#xXXmbBWV9cMcSlaSWwRd3n2Bt5ZhF5Dx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:23.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Dty4FB3DFOFqoGaoqwmlLRUvLwN8wzcQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:23.6875rem;top:0rem;left:25.65625rem;overflow:hidden;display:block; }
#aePw9dzZc4iTfsgs8QLSVxXVWitUdG1S { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:23.6875rem;top:0rem;left:51.3125rem;overflow:hidden;display:block; }
#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { position:relative;display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { background-color: transparent; background-image: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row > .video-iframe-container { display: none; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .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); }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { border-width: 0; border-radius: 0; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { color:#0b1020;display:block;width:25.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:12.88232421875rem;left:40.5rem;height:15.996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { box-sizing:content-box;height:21.5rem;width:21.875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b20000, #890000);background-image: -moz-linear-gradient(180deg, #b20000, #890000);background-image: -ms-linear-gradient(180deg, #b20000, #890000);background-image: -o-linear-gradient(180deg, #b20000, #890000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20000', endColorstr='#890000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20000', endColorstr='#890000' );";background-image: linear-gradient(180deg, #b20000, #890000);background-size:auto !important;top:4rem;left:5.8125rem;border-top-left-radius:15rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:7.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:21.0625rem;width:21.0625rem;top:8.66015625rem;left:11.6875rem;overflow:hidden;display:block; }
#b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { color:#0b1020;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:6.5rem;left:40.5rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#OW4T0E9HTcl0eLT78kxALXsyItdUdetU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b20000;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { background-color: transparent; background-image: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container > .video-iframe-container { display: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container { display: none; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .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); }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { border-width: 0; border-radius: 0; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#lrQ7xZEB7GkPllUHGvd3SE7lIuUqMSO9 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:roboto;font-size:2.9375rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:4rem;left:12.5rem;height:2.9375rem;text-align:center;text-align-last:center;display:block; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-form-header { font-size:0.75rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:27.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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:2.5625rem;color:#3c3c3c;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:left;text-align-last:left; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:4.375rem;color:#3c3c3c;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:left;text-align-last:left; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:2.5rem;color:#7d7d7d;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#7b0303;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4rem;margin-bottom:0.25rem;margin-left:4rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:19.5625rem;height:3.0625rem;font-family:lato;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:26.4375rem;overflow:hidden;font-style:normal;float:none; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-container:first-of-type{padding-top:0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-container:last-of-type{padding-bottom:0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:22.4375rem;top:9.375rem;z-index:15015;position:absolute; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.625rem;display:block;vertical-align:top; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv {display:block;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:22.4375rem;top:9.375rem;z-index:15015;position:absolute; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #lmxIPKosTW1H99kKLv2otlKhuNTWa0Kt { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #LoIyvd15OgpTZOhSiqb164C0bJT5aU11 { position:relative;display:block; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #Cb7Z7r32DTPi8OnxWoBGRmFtokEcVUQh { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #XmaNyMl0EZwmvtTBImllzElOKPTopws1 { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #CkD9KEb4Ou7ZO3KXr96OeJ1OuVZ2cbP7 { position:relative;display:block; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #TARA3aX5xFylxiw9n94B1xsTPKOy3eud { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #mx73INK3lJI4rGin1afQWCf3ZCLmJ7wL { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #QOfuEOxXVbZkZvuRoegBcIRvxnf1T29s { position:relative;display:block; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #wrByA6KloEA31Gee8BOl9WTcxGvfJvSx { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #RTBadimrMoJSd1rTIpL0GMaWf0c8Aeai { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #QTZBmB4iLx698KoaqrZ9vFIffOmVNSf9 { position:relative;display:block; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #HBpERz4I8suoMRBMap8Jdide7nMc0Iz7 { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #WPl9ww7G3fbPLsL4vxODOc9F0bcKBOTO { position:relative; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #szTupHoi25JqZ8KI6CC5rZgB2cb9LVcD { position:relative; }
#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b20000, #530202);background-image: -moz-linear-gradient(180deg, #b20000, #530202);background-image: -ms-linear-gradient(180deg, #b20000, #530202);background-image: -o-linear-gradient(180deg, #b20000, #530202);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20000', endColorstr='#530202' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20000', endColorstr='#530202' );";background-image: linear-gradient(180deg, #b20000, #530202);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:18rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { color:rgba(255,255,255,0.6);display:block;width:22.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.5625rem;left:18rem;height:4.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t10TDUc5DZOqFhNtEerwExspBHUZ77fL { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:13.8125rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#HZ2voKLnQfCpeB7NAer9OM2kF1dI9AsQ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.650390625rem;left:64.43798828125rem; }
#HZ2voKLnQfCpeB7NAer9OM2kF1dI9AsQ > img { max-width: 100%;max-height:100%; width:1.999025rem; height:1.999025rem; }#rzdDRkMM34hQ88qIw8KO1TOebFyIlNOe { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.64990234375rem;left:69rem; }
#rzdDRkMM34hQ88qIw8KO1TOebFyIlNOe > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; }#uDMTbp4NARUrX1qBNokbpWTA8ugM9JIh { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.64990234375rem;left:73.00048828125rem; }
#uDMTbp4NARUrX1qBNokbpWTA8ugM9JIh > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:42.6875rem;height:11.625rem;top:15.375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:33.625rem;height:7.1875rem;top:28.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { width:17.8125rem;height:3.125rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block; }
 }@media only screen and (max-width: 763px) { #AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { width:8.75rem;height:3.125rem;top:1.1875rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block; }
 }@media only screen and (max-width: 763px) { #Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { width:5rem;height:3.125rem;top:1.1875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block; }
 }@media only screen and (max-width: 763px) { #gcuLmcsyN7oSGuJN2PF7axQbk7O21m80 { width:8.125rem;height:3.125rem;top:1.1875rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCC599JTbR47dWmlrkwr95Nt6y5UT68L { display:block; }
 }@media only screen and (max-width: 763px) { #ByxK5mWCD0d9DCDuvhIoQuzLPqoPw2Fl { top:2.375rem;left:0rem;width:15.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzZzclSDDCWgmCVt7oxJVplQEuT0Vy2u { width:35.8125rem;height:4.3125rem;top:9.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:47.75rem;height:3.125rem;top:3.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { width:3.75rem;height:3.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:17.5rem;height:15.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { width:14.625rem;height:1.3125rem;top:7.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:14.9375rem;height:7.9375rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz7KUspyozJrWR9DOnFseRhMmyQCySFD { width:17.5rem;height:15.9375rem;top:0rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { width:3.75rem;height:3.75rem;top:2.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { width:14.375rem;height:7.9375rem;top:9.75rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6CebVWIxharM91I3EOdtExDv6JlGZXM { width:17.5rem;height:15.9375rem;top:0rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { width:3.75rem;height:3.75rem;top:2.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { width:15.9375rem;height:7.9375rem;top:9.8125rem;left:25.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #due7HiOgITX6EWuINnEsNhJDbtdU7vAQ { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvwJpyvHKvrNcE5L8fCgnaE4FN8ozMOS { width:17.5rem;height:15.9375rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { width:3.75rem;height:3.75rem;top:2.1875rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXUygS1rwmpquls0bt58RMWIv8bJDmlh { width:15.125rem;height:7.9375rem;top:9.8125rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { width:2.6875rem;height:2.6875rem;top:2.6875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xukdhhV7CpOliANriNNvtrRQoalpwGJv { width:14.625rem;height:1.3125rem;top:7.125rem;left:6.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD4hXCA4vCGydQ9d8R2ZT4ZHQifFQs1s { width:14.625rem;height:1.3125rem;top:7.125rem;left:26.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtXMUB2Bzdw3kL8mwvHPO2nzDU4GX4r0 { width:14.625rem;height:1.3125rem;top:7rem;left:33.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2wkXBy8OcuHTet9kC3wscu3x3vBeMuv { width:47.75rem;height:3.125rem;top:5.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:23.875rem;height:31.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { width:20.25rem;height:3.4375rem;top:21.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { width:23.875rem;height:18.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { width:20.25rem;height:3.1875rem;top:26rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4cPk9QrBoWkgEEbkBCriJyvdhpmcaRA { width:20.25rem;height:3.1875rem;top:26rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { width:23.9375rem;height:19.125rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8eWQScv08wb2GmiTUVvk4QezoHJvaxf { width:20.25rem;height:3.1875rem;top:26rem;left:27.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqxNRoDATKUwAFhtZplU123ETHWJ3XRt { width:23.875rem;height:19.0625rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQyy5CHCnpmt2vnfhGi7aSa1EfJbG8zD { width:23.875rem;height:31.5rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMffbvV49Xb2Rimaiipua0NloelBKQkV { width:23.875rem;height:31.5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3WLXJOX7B4yg9NRA0No1VZDnlCIf6gR { width:20.25rem;height:3.4375rem;top:21.0625rem;left:13.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy2Q27aeQcbEavXnNnt7cdeILT8aM9Eu { width:20.25rem;height:3.4375rem;top:21.0625rem;left:27.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSfDie9Jy6K70L7BBnAe1qtH6zzHG05T { width:47.75rem;height:4.875rem;top:9.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1TNTbeABXSXJTo9Tf4rM6VlJyXWeFld { top:4rem;left:12.78125rem;width:22.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aM2tVphfvaArt9tV1Vgcaycs2eifUF9T { top:1.625rem;left:0rem;width:23.8125rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhc4HxFQf7B83BG58b2A3kinHck0IWTI { top:1.5rem;left:11.875rem;width:24rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KshlPchTSfUUkVfgg0bxzna1OGwDU5Hx { top:1.5625rem;left:23.8125rem;width:23.9375rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 { display:block; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXXmbBWV9cMcSlaSWwRd3n2Bt5ZhF5Dx { top:0rem;left:0rem;width:23.6875rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dty4FB3DFOFqoGaoqwmlLRUvLwN8wzcQ { top:0rem;left:12.03125rem;width:23.6875rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aePw9dzZc4iTfsgs8QLSVxXVWitUdG1S { top:0rem;left:24.0625rem;width:23.6875rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { width:25.25rem;height:15.9375rem;top:12.875rem;left:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { width:21.875rem;height:21.5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { width:21.0625rem;height:21.0625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { width:28.75rem;height:5rem;top:6.5rem;left:19rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW4T0E9HTcl0eLT78kxALXsyItdUdetU { display:block; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrQ7xZEB7GkPllUHGvd3SE7lIuUqMSO9 { width:47.75rem;height:2.9375rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-regular-label { display:block;width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-textarea { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-button { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv  { width:27.625rem;height:auto;top:9.375rem;left:8.8125rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .radio-container { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv {display:block;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv { width:27.625rem;height:auto;top:9.375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #lmxIPKosTW1H99kKLv2otlKhuNTWa0Kt {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #LoIyvd15OgpTZOhSiqb164C0bJT5aU11 { display:block; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #Cb7Z7r32DTPi8OnxWoBGRmFtokEcVUQh {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #XmaNyMl0EZwmvtTBImllzElOKPTopws1 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #CkD9KEb4Ou7ZO3KXr96OeJ1OuVZ2cbP7 { display:block; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #TARA3aX5xFylxiw9n94B1xsTPKOy3eud {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #mx73INK3lJI4rGin1afQWCf3ZCLmJ7wL {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #QOfuEOxXVbZkZvuRoegBcIRvxnf1T29s {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #wrByA6KloEA31Gee8BOl9WTcxGvfJvSx {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #RTBadimrMoJSd1rTIpL0GMaWf0c8Aeai {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #QTZBmB4iLx698KoaqrZ9vFIffOmVNSf9 { display:block; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #HBpERz4I8suoMRBMap8Jdide7nMc0Iz7 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #WPl9ww7G3fbPLsL4vxODOc9F0bcKBOTO {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #szTupHoi25JqZ8KI6CC5rZgB2cb9LVcD {  }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:17.125rem;height:1.75rem;top:3.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:22.5625rem;height:4.8125rem;top:6.5625rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t10TDUc5DZOqFhNtEerwExspBHUZ77fL { top:4.0625rem;left:0rem;width:13.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ2voKLnQfCpeB7NAer9OM2kF1dI9AsQ { top:3.625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#HZ2voKLnQfCpeB7NAer9OM2kF1dI9AsQ > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #rzdDRkMM34hQ88qIw8KO1TOebFyIlNOe { top:3.625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#rzdDRkMM34hQ88qIw8KO1TOebFyIlNOe > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #uDMTbp4NARUrX1qBNokbpWTA8ugM9JIh { top:3.625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#uDMTbp4NARUrX1qBNokbpWTA8ugM9JIh > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/53cd6b55-e829-4395-8da9-181a40ae71ab/Gravityzone.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:20rem;height:5.5rem;top:17.224609375rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:16.5rem;height:11.19925rem;top:25.287109375rem;left:1.75rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { width:13.75rem;height:3.125rem;top:38.271484375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block; }
 }@media only screen and (max-width: 763px) { #AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { width:6.6875rem;height:2.625rem;top:0rem;left:1.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block; }
 }@media only screen and (max-width: 763px) { #Fbm1P1G1z86fqK8QTRbUOxonqm9TUv2l { width:5.0625rem;height:2.625rem;top:0rem;left:8.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QisVxbqrrt0WPiD0Fy8PWog7obFmhVes { display:block; }
 }@media only screen and (max-width: 763px) { #gcuLmcsyN7oSGuJN2PF7axQbk7O21m80 { width:4.8125rem;height:2.625rem;top:0rem;left:15.1875rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rCC599JTbR47dWmlrkwr95Nt6y5UT68L { display:block; }
 }@media only screen and (max-width: 763px) { #ByxK5mWCD0d9DCDuvhIoQuzLPqoPw2Fl { width:11.6875rem;height:1.9375rem;top:3.9375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzZzclSDDCWgmCVt7oxJVplQEuT0Vy2u { width:16.4375rem;height:7.5rem;top:7.6875rem;left:1.78125rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { width:3.75rem;height:3.75rem;top:0.28125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:17.5rem;height:15.9375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJ53ZVLz37S7780Dfti7pg0hyJsDkRI4 { width:13.75rem;height:1.3496125rem;top:5.4375rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:15rem;height:7.9980625rem;top:7.65234375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { display:flex;width:2.6875rem;height:2.6875rem;top:0.8125rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #Lz7KUspyozJrWR9DOnFseRhMmyQCySFD { width:17.5rem;height:15.9375rem;top:21.9096875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { width:3.75rem;height:3.75rem;top:17.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { width:14.125rem;height:7.9980625rem;top:25.37890625rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { display:flex;width:2.6875rem;height:2.6875rem;top:18.12841796875rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #b6CebVWIxharM91I3EOdtExDv6JlGZXM { width:17.5rem;height:15.9375rem;top:42.506875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJGLce2uv1gIhV2vg2q2eaTGAQQztccQ { width:3.75rem;height:3.75rem;top:35.34716796875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbuZEfUQFeqwPuq3apzpsWlvPpIhNTT8 { width:15.625rem;height:7.9980625rem;top:43.0693359375rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #due7HiOgITX6EWuINnEsNhJDbtdU7vAQ { display:flex;width:2.6875rem;height:2.6875rem;top:35.81591796875rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #LvwJpyvHKvrNcE5L8fCgnaE4FN8ozMOS { width:17.5rem;height:15.9375rem;top:63.1665625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { width:3.75rem;height:3.75rem;top:53.13525390625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXUygS1rwmpquls0bt58RMWIv8bJDmlh { width:15.3125rem;height:7.9980625rem;top:61.29150390625rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { display:flex;width:2.6875rem;height:2.6875rem;top:53.66650390625rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #xukdhhV7CpOliANriNNvtrRQoalpwGJv { width:14.625rem;height:1.3496125rem;top:22.796875rem;left:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD4hXCA4vCGydQ9d8R2ZT4ZHQifFQs1s { width:14.625rem;height:1.3496125rem;top:40.39404296875rem;left:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtXMUB2Bzdw3kL8mwvHPO2nzDU4GX4r0 { width:14.625rem;height:1.3496125rem;top:58.3662109375rem;left:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2wkXBy8OcuHTet9kC3wscu3x3vBeMuv { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:20rem;height:26.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { width:15.9375rem;height:3.29980625rem;top:18.5rem;left:2.03125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { width:20rem;height:15.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpVXcVZCq31yP1bJEAJQIIFHC64htOvP { width:17.5rem;height:2.79980625rem;top:22.724609375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4cPk9QrBoWkgEEbkBCriJyvdhpmcaRA { width:17.625rem;height:2.79980625rem;top:50.662109375rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yixo6PqtrRga1xxAmUxTTwU9bOtvO1Gd { width:20rem;height:15.9375rem;top:56.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8eWQScv08wb2GmiTUVvk4QezoHJvaxf { width:17.5rem;height:2.79980625rem;top:78.412109375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqxNRoDATKUwAFhtZplU123ETHWJ3XRt { width:20rem;height:15.968586387435rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQyy5CHCnpmt2vnfhGi7aSa1EfJbG8zD { width:20rem;height:22.4375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMffbvV49Xb2Rimaiipua0NloelBKQkV { width:20rem;height:26.5rem;top:56.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3WLXJOX7B4yg9NRA0No1VZDnlCIf6gR { width:20rem;height:3.29980625rem;top:46.212890625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zy2Q27aeQcbEavXnNnt7cdeILT8aM9Eu { width:20rem;height:3.29980625rem;top:73.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSfDie9Jy6K70L7BBnAe1qtH6zzHG05T { width:20rem;height:3.1621125rem;top:3.94921875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #I1TNTbeABXSXJTo9Tf4rM6VlJyXWeFld { width:11rem;height:2rem;top:0.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aM2tVphfvaArt9tV1Vgcaycs2eifUF9T { width:20rem;height:25.669291338583rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhc4HxFQf7B83BG58b2A3kinHck0IWTI { width:20rem;height:25.104166666667rem;top:28.1689375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KshlPchTSfUUkVfgg0bxzna1OGwDU5Hx { width:20rem;height:25.117493472585rem;top:54.5229375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 { display:block; }#NfAScM6rmd1li1fmUfQ6oHoxEvlJMt25 > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXXmbBWV9cMcSlaSWwRd3n2Bt5ZhF5Dx { width:20rem;height:25.118733509235rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dty4FB3DFOFqoGaoqwmlLRUvLwN8wzcQ { width:20rem;height:25.118733509235rem;top:27.618625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aePw9dzZc4iTfsgs8QLSVxXVWitUdG1S { width:20rem;height:25.118733509235rem;top:53.98725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL { display:block; }#TivPFGRWKBsXu7FaGT4zX2Dm9I5fCarL > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbbsVo5Eyv15SHixXEG0uAtxvG7eSBzG { width:17.9375rem;height:16.7988125rem;top:25.82421875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSAihp5dAcaqRaeVE0WBUgJeKdCAB2Jm { width:12.875rem;height:12.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2PzH87MZ0PtO67VKAR5dGCl9Ep56FC { width:14.5625rem;height:14.5625rem;top:4.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5hENrKZ8NwwoTq59L01x3HHJ2f9d3P2 { width:16.25rem;height:3.5996125rem;top:21.1875rem;left:1.875rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OW4T0E9HTcl0eLT78kxALXsyItdUdetU { display:block; }#OW4T0E9HTcl0eLT78kxALXsyItdUdetU > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrQ7xZEB7GkPllUHGvd3SE7lIuUqMSO9 { width:11.75rem;height:3.5996125rem;top:2.3125rem;left:4.125rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-input-button { width:10.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.1875rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv  { width:15rem;height:auto;top:5.912109375rem;left:1.25rem; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv {display:block;}#Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv { width:15rem;height:auto;top:5.912109375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #lmxIPKosTW1H99kKLv2otlKhuNTWa0Kt {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #LoIyvd15OgpTZOhSiqb164C0bJT5aU11 { display:block; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #Cb7Z7r32DTPi8OnxWoBGRmFtokEcVUQh {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #XmaNyMl0EZwmvtTBImllzElOKPTopws1 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #CkD9KEb4Ou7ZO3KXr96OeJ1OuVZ2cbP7 { display:block; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #TARA3aX5xFylxiw9n94B1xsTPKOy3eud {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #mx73INK3lJI4rGin1afQWCf3ZCLmJ7wL {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #QOfuEOxXVbZkZvuRoegBcIRvxnf1T29s {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #wrByA6KloEA31Gee8BOl9WTcxGvfJvSx {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #RTBadimrMoJSd1rTIpL0GMaWf0c8Aeai {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #QTZBmB4iLx698KoaqrZ9vFIffOmVNSf9 { display:block; }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #HBpERz4I8suoMRBMap8Jdide7nMc0Iz7 {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #WPl9ww7G3fbPLsL4vxODOc9F0bcKBOTO {  }
 }@media only screen and (max-width: 763px) { #Qt4qTPDBatIXkPtXmlwD30RXNmFEdeEv #szTupHoi25JqZ8KI6CC5rZgB2cb9LVcD {  }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:20rem;height:1.79980625rem;top:10.6123046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:18.125rem;height:4.1997rem;top:13.6123046875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t10TDUc5DZOqFhNtEerwExspBHUZ77fL { width:12.3125rem;height:2.1875rem;top:2.0625rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ2voKLnQfCpeB7NAer9OM2kF1dI9AsQ { display:flex;width:1.9375rem;height:1.9375rem;top:6.4873046875rem;left:4.8125rem;font-size:1.625rem; }
#HZ2voKLnQfCpeB7NAer9OM2kF1dI9AsQ > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #rzdDRkMM34hQ88qIw8KO1TOebFyIlNOe { display:flex;width:1.9375rem;height:1.9375rem;top:6.4873046875rem;left:9.03125rem;font-size:1.625rem; }
#rzdDRkMM34hQ88qIw8KO1TOebFyIlNOe > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #uDMTbp4NARUrX1qBNokbpWTA8ugM9JIh { display:flex;width:1.9375rem;height:1.9375rem;top:6.4873046875rem;left:13.0625rem;font-size:1.625rem; }
#uDMTbp4NARUrX1qBNokbpWTA8ugM9JIh > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }