.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#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); }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 > .row .container { background-color: transparent; background-image: none; }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 > .row .container > .video-iframe-container { display: none; }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 > .row > .video-iframe-container { display: none; }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 > .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); }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 > .row .container { border-width: 0; border-radius: 0; }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#JL02oPKrRJJJXnImlKnGg08ExcozGhop { color:#000000;display:block;width:28.875rem;position:absolute;font-family:righteous;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:1.2437499761581rem;left:25.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.37);background-image:url("https://images.assets-landingi.com/txFtbGPi/Sem_T_tulo_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.adaptive-delivery-prevent-bg, #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.lazyload, #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.lazyloading { background-image: none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container { border-width: 0; border-radius: 0; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;position:relative;display:none; }#mb3tg5W6nxIb3txeNcZuAZdTP9DsbAFl { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:22.625rem;left:38.75rem;height:6.8875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-form-header {  }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:29.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:29.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:29.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2ce348, #0f5a1e);background-image: -moz-linear-gradient(180deg, #2ce348, #0f5a1e);background-image: -ms-linear-gradient(180deg, #2ce348, #0f5a1e);background-image: -o-linear-gradient(180deg, #2ce348, #0f5a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce348', endColorstr='#0f5a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce348', endColorstr='#0f5a1e' );";background-image: linear-gradient(180deg, #2ce348, #0f5a1e);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:29.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:27.9375rem;overflow:hidden;font-style:normal; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .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; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-container:first-of-type{padding-top:0;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-container:last-of-type{padding-bottom:0;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100004;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;position:absolute;top:29.375rem;left:39.5rem; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.375rem; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 {display:block;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100004;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;position:absolute;top:29.375rem;left:39.5rem; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #eDFE2xKvcZmf8eCbAWz9CEo3uL75c7Pu { position:relative; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #WKmTN3l2RT1Eqci5UzaTlBIeBJKIoI8i { position:relative; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #P1TuiWQsQkIFtVb1GBhMw3Hda9riP2am { position:relative; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #nyEdIANhCKG1xF7G3DCTfXMO1oXhT71M { position:relative; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #bxldzUvXeCyQxDmENNNAyKK25Gq1qiew { position:relative; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #K3DIg7PARJhPrPfaZcnMEw91qIMcyqQH { position:relative; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #V6JJwusHeuzk8RQPXFXkeETiW2fBHMH3 { position:relative; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #qNuUkaP4NN9L2eT05rpRaHK2z6z9g42T { position:relative;z-index:2; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #opA0B18W4ZPnqB7J7wxThBTyEtO3MNWM { position:relative; }
#pIvAX8ywPUQufDAUgBiJCZKmJL4Tgxac { position:relative;display:block; }
#WOtR0xhH5Kfq7Ay0zBFaCfoIENc8Cm3J { position:relative;display:block; }
#WRlynlkuWGq2hCfnfRrxUnUUswiHugHu { position:relative;display:block; }
#XqAS8Bt6GSdCIF3J81VqDzZ4aItWswor { position:relative;display:block; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #R0I8E8s6Dwis8PgFRlpAonOTXfk76WW9 { position:relative; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #f3pLeMeNsSHkzezI53QqR5Za6PKlJAr2 { position:relative; }
#XfdpOasBmTsDI9F1pO31R9cQXt8go7G0 { position:absolute;display:block;z-index:99997;background-color:#03102f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:38.75rem;width:34.9375rem;top:18.125rem;left:38.0615234375rem;display:block; }
#W1WOMVeN42R0SKvTCJVnN8TmPReB9kLu { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100001;line-height:1.6;letter-spacing:0;top:48rem;left:39.5rem;height:3.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MLkmO0gi4D8PFI8KHT63RiOqbOV7XPoO { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #72f39b, #145445);background-image: -moz-linear-gradient(180deg, #72f39b, #145445);background-image: -ms-linear-gradient(180deg, #72f39b, #145445);background-image: -o-linear-gradient(180deg, #72f39b, #145445);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72f39b', endColorstr='#145445' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72f39b', endColorstr='#145445' );";background-image: linear-gradient(180deg, #72f39b, #145445);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.1875rem;width:34.875rem;top:16.5625rem;left:38.0625rem;display:block; }
#qZPmsQVzKhDiB4SrzloIrMRR8wh8Iy0N { color:#0c1a56;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem #ffffff;top:17.1875rem;left:39.3125rem;height:2.6125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RBqXr1iltdL41yBhpUVdrndQt6QDepOL { box-sizing:content-box;color:#0becb2;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:52.6875rem;left:38.75rem;display:block; }
#dNe2PTZWibd6DsadolTr7fXX9CEoBvQ6 { box-sizing:content-box;color:#0becb2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:52.9375rem;left:60.5625rem;display:block; }
#WRRpJQlb7eXOBOmxzo4P80rzwNyTwNm3 { box-sizing:content-box;color:#0becb2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:52.9375rem;left:48.1865234375rem;display:block; }
#d47fLvm0XqvLVE4oF8eA7xhU9UEgh73a { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:righteous;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:53.78125rem;left:63.625rem;height:1.4625rem;display:block; }
#XmhpK39e3RbBmTbaRiFRyFldFd8OxETr { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:righteous;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:53.78125rem;left:51.3115234375rem;height:1.4625rem;display:block; }
#sXLRSTV2DZtupBQHPiRkovPDm4P3dZg6 { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:righteous;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:53.78125rem;left:42.375rem;height:1.4625rem;display:block; }
#r9BX4QU7d0HeTQbezDUzrZa5T5RoCht1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:25.25rem;top:1.4375rem;left:42.749219894409rem;overflow:hidden;display:block; }
#kMbOAiT1M3b5Xec0eW5KeTWtEoTGK6Lg { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57.375rem;width:46.75rem;top:11.3125rem;left:0rem;overflow:hidden;display:none; }
#C0sTO4hD1f7R14KIz4Atar8TOkbhUftL { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53.0625rem;width:43.1875rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.37);background-image:url("https://images.assets-landingi.com/txFtbGPi/Sem_T_tulo_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.adaptive-delivery-prevent-bg, #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.lazyload, #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.lazyloading { background-image: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { background-color: transparent; background-image: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container > .video-iframe-container { display: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row > .video-iframe-container { display: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .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); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { border-width: 0; border-radius: 0; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-form-header {  }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:29.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:29.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-text {padding-top: 0; padding-bottom: 0;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:29.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-select {padding-top: 0; padding-bottom: 0;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2ce348, #0f5a1e);background-image: -moz-linear-gradient(180deg, #2ce348, #0f5a1e);background-image: -ms-linear-gradient(180deg, #2ce348, #0f5a1e);background-image: -o-linear-gradient(180deg, #2ce348, #0f5a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce348', endColorstr='#0f5a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ce348', endColorstr='#0f5a1e' );";background-image: linear-gradient(180deg, #2ce348, #0f5a1e);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:29.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:27.9375rem;overflow:hidden;font-style:normal; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .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; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-container:first-of-type{padding-top:0;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-container:last-of-type{padding-bottom:0;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100004;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;position:absolute;top:25.75rem;left:38.811719894409rem; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.375rem; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN {display:block;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100004;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;position:absolute;top:25.75rem;left:38.811719894409rem; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #otT9SWlfKgFIDOEqi4Z0tnON4kOdRu1U { position:relative; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #swFEWRlLdKRZymIGm4OlPVVzM57LWUlc { position:relative; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #flnUwJpZ80hMPqOv3EFiV0TCKlJiUXTp { position:relative; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #n6A6A27IIemU6pnJ8yJnvPO12LJRqm4P { position:relative; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #ZgSPaFNcx23TkazCKlmGrvZts1m4hQAo { position:relative; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #tTzAyRoXIzL1qxXkmqrXxsfPR6kaUwmA { position:relative; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #qqkgyFfZ4hTF7bC8ILvTXEDQFgtcTTfv { position:relative; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #dEir5wFbmqupUrKqVDNfe22KnTcnaBfy { position:relative; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #P7nfM61SB65RwQF78ZoT8v3eXma93yaX { position:relative; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #V3a5epNi1o2vxLSsRDbX5o5MIR1MkvBT { position:relative; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #WgkSXHvhVVeUvltip3fbEi3I7ryfWiKs { position:relative;z-index:2; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #A77x3MZ8BHRnNdwJ08kqOVlPpKP5Tpr7 { position:relative; }
#HMvb0xU6XrRLzkdrkCeGTlvI1N5IkIdP { position:relative;display:block; }
#ot9re7kPyN0bi6xrsgMzF6cMlm1aVcy5 { position:relative;display:block; }
#qX25BEAnTPlm5HsDrsFEM1Gg1TMUHnuJ { position:relative;display:block; }
#EaQAxa7T1s5PUp9TAyRTbHgDHt8tnMC0 { position:relative;display:block; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #vJZQ2s4dvss61Tcf1EIJIdZirdiXPTmt { position:relative; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #yRC5c7hm21iyyw2DdlHn7wB4SpF8UCVy { position:relative; }
#b4mRRzGSIvEO972cG7yXfQMEr6lMLgDf { position:absolute;display:block;z-index:99997;background-color:#03102f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:31.125rem;width:34.9375rem;top:17.9375rem;left:37.3125rem;display:block; }
#doPM1TS7yEzTZd8p3y5CbDTNWiC4cnpH { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #72f39b, #145445);background-image: -moz-linear-gradient(180deg, #72f39b, #145445);background-image: -ms-linear-gradient(180deg, #72f39b, #145445);background-image: -o-linear-gradient(180deg, #72f39b, #145445);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72f39b', endColorstr='#145445' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72f39b', endColorstr='#145445' );";background-image: linear-gradient(180deg, #72f39b, #145445);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.1875rem;width:34.875rem;top:16.375rem;left:37.3125rem;display:block; }
#G9TUmVRKIJxoZxPpkdC5ytSMLTftsbqo { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:25.25rem;top:1.4375rem;left:42.749219894409rem;overflow:hidden;display:block; }
#FAmyTwtZmlBUKSRSUKb9h8MdbV4BVWMx { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57.375rem;width:46.75rem;top:11.3125rem;left:0rem;overflow:hidden;display:none; }
#qFpaUrsDuh5CTUUCd0mLRHC3l0OVNuJd { position:absolute;display:block;z-index:99994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48.5rem;width:39.4375rem;top:2.25rem;left:3.3742179870606rem;overflow:hidden;display:block; }
#JdEKUdmcJE5ZSrfRpvqf7345Ww0z0qat { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"montserrat 900";font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.0625rem;left:40.9375rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GaAN3LFAJEXfRvPAfyz9JNVCOZMbCqk0 { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:40.6875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;background-image:none;position:relative;display:block; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { background-color: transparent; background-image: none; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container > .video-iframe-container { display: none; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row > .video-iframe-container { display: none; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .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); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { border-width: 0; border-radius: 0; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#ZaOudiN5gWcdt5Aw39w58JFpAHcx4Tl6 { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.57204914093rem;left:3.3125rem;height:27rem;font-style:normal;display:block; }
#Z5QHAtFsmnCaePuG72FqJsz9hm0sbM11 { color:#e7e9eb;display:block;width:30.875rem;position:absolute;font-family:righteous;font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.7734375rem;left:3.3125rem;height:5.2rem;text-align:left;text-align-last:left;display:block; }
#wbzG1QiTVXaRuNTlrXTdkvV3bveVoVJJ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.375rem;width:17.1875rem;top:0rem;left:46.21249961853rem;overflow:hidden;display:block; }
#aMS7XCpkt4DmAJDhZLorAP8glL1qoOur { color:#0cfffa;display:block;width:28.125rem;position:absolute;font-family:"marck script";font-size:1.9375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.07421875rem;left:3.3125rem;height:2.51875rem;display:block; }
#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { position:relative;display:block; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { background-color: transparent; background-image: none; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container > .video-iframe-container { display: none; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row > .video-iframe-container { display: none; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .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); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { border-width: 0; border-radius: 0; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#FlAwDKlwBnhAiHpElBkUyuE78LMpfkwy { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2rem;left:14.34375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { position:relative;display:block; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { background-color: transparent; background-image: none; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container > .video-iframe-container { display: none; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row > .video-iframe-container { display: none; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .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); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { border-width: 0; border-radius: 0; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#yaPESaTnJqrLRWOXq0g7I76fTumfcSCn { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.375rem;width:31.4375rem;top:5.25rem;left:1.375rem;overflow:hidden;display:block; }
#OZDKAftpcySrl43d8TyuySX7pEmRtSdo { color:#140e38;display:block;width:35.125rem;position:absolute;font-family:righteous;font-size:1.3125rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:35.75rem;left:37.5rem;height:2.8875rem;font-style:normal;display:block; }
#RoCTTQQsVyDRupcio8IBQMdowt119BsJ { color:#3c3c3c;display:block;width:33.875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.2;letter-spacing:0;top:0.38359451293945rem;left:37.500001907349rem;height:38.4rem;display:block; }
#AP5HPkTyhvtcQpKRAQJw1Ii5wkie3xOG { color:#140e38;display:block;width:35.125rem;position:absolute;font-family:righteous;font-size:1.3125rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:20.1806640625rem;left:37.5rem;height:2.8875rem;font-style:normal;display:block; }
#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD { position:relative;display:none; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD { border-width: 0; border-radius: 0; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:none; }#iglnoyeLRtfonlRkPM7xCooOu3J5MEiy { color:#3c3c3c;display:block;width:33.875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.53125rem;left:2.5rem;height:23.75rem;text-align:left;text-align-last:left;display:block; }
#JWmWeHJJEVs846GwQTSqqHuPEXLUW061 { color:#000000;display:block;width:30.8734375rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1242189407349rem;left:2.5rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#UXX80nywkXOPG2EOJyyx88aIzPz42WlJ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.6875rem;width:25.375rem;top:4.125rem;left:43.4365234375rem;overflow:hidden;display:block; }
#pDUidJZMU2mqDJH11ProugbKrALAKpxH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;background-image:url("https://images.assets-landingi.com/e1yCZV1t/FODJG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH.adaptive-delivery-prevent-bg, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyload, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyloading { background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { background-color: transparent; background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .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); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { border-width: 0; border-radius: 0; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#yxnppLmo9ocgLQigWAWkVM0ZNDqhUQeE { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:7.936718940735rem;left:35.437501907349rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#hO4gbSDf5fylGQTJsOl8diaCZa7hN0tZ { color:#d6b371;display:block;width:26.125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:2.13671875rem;left:35.437501907349rem;height:4.95rem;text-align:left;text-align-last:left;display:block; }
#vhyMKmHCyRHoqtifyFTiKM85wtGv2ImZ { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:28.375rem;left:35.4375rem;height:12.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vxRlDOpSMVZUerwoZm5ttBiuv6sIs0Iy { color:#d6b371;display:block;width:38.1875rem;position:absolute;font-family:righteous;font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:21.5498046875rem;left:35.4375rem;height:3.6375rem;text-align:left;text-align-last:left;display:block; }
#x9eR75PzQOF58i1Sb0xPhNzvKWB9ifTb { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.375rem;top:37.25rem;left:35.812501907349rem;overflow:hidden;display:block; }
#AMkLKwTHSf49KMwOFwGI77vP1T2nocql { position:relative;display:block; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql { background-color: transparent; background-image: none; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container > .video-iframe-container { display: none; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row > .video-iframe-container { display: none; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .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); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql { border-width: 0; border-radius: 0; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#SxtqVE0xKDCCwVCEnmcM1rLG4AyTgoeM { color:#140e38;display:block;width:42.8125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:1.4843752384186rem;left:18.780469894409rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#W4VTBoTfJ7v2ooFexc8yPWdBRurCom9S { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4.6218757629394rem;left:15.342969894409rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#A7VZbqCIsQDMJuSayOCivEkrIo1tbdXT { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:righteous;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:20.625rem;left:11.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#cbfGrn5TeE33iWGxDlAPZaCAsUhkKA0x { box-sizing:content-box;color:#c09738;font-size:4.0625rem;font-weight:400;line-height:1;height:5.875rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:7.125rem;left:6.4687519073488rem;display:block; }
#CTXGZb7UCSizfg7Lgu7LEDkryLNhGSHV { box-sizing:content-box;color:#c09738;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:7.1875rem;left:16.25rem;display:block; }
#ehq5hHliW986ui4ZhgtofGWkA60TZPQf { box-sizing:content-box;color:#c09738;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:7.1875rem;left:27.500001907349rem;display:block; }
#xgtbWosaqT6HeILZ1PDI05ROXFhNewfy { box-sizing:content-box;color:#ab8646;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:7.1875rem;left:39.249219894409rem;display:block; }
#FlRt5M8S3nynBW24na3oZCVnT6tUTIe9 { box-sizing:content-box;color:#ab8646;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:7.1875rem;left:51.249219894409rem;display:block; }
#fmlrkUEh8lhA6qTn8beiQr38Uyt16CNa { box-sizing:content-box;color:#ab8646;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:7.1875rem;left:62.53124809265rem;display:block; }
#GLxmGftq9K9q7bPpNdhpwGBDoJNV5HRL { color:#000000;display:block;width:5.625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:13.3125rem;left:6.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#qEvRlFRW7menmK3Xr6yNaKGiv7Ucrf2g { color:#000000;display:block;width:8.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:13.25rem;left:15rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#TGqCCn7GoQr0gk7zFUuMXk4pGfmn3VOM { color:#000000;display:block;width:8.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:13.25rem;left:26.25rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#XMAT8WMWsUeSWv6KPkbgTKGB6n0uXaSV { color:#000000;display:block;width:8.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:13.806251525879rem;left:37.999219894409rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#nwlG9tSE2xKIcMIQ1sT6TXzLWAybaEGN { color:#000000;display:block;width:8.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:13.237500190735rem;left:49.999219894409rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Ro5fzXGvUa09Il24ZmBmGupXuxClbbTh { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:13.081251144409rem;left:59.999998092651rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#GtsR2ic9XukfVy6AVUblfvr3ZafxCdta { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/eYTJSYXS/kdlds.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.5) ;height:8.875rem;width:55.625rem;top:18.5625rem;left:9.625rem;display:block; }#GtsR2ic9XukfVy6AVUblfvr3ZafxCdta.adaptive-delivery-prevent-bg, #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta.lazyload, #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta.lazyloading { background-image: none; }
#T33BOCN9uElBRk01N9K4iTDECxwJBwoV { position:relative;display:block; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV { background-color: transparent; background-image: none; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container > .video-iframe-container { display: none; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row > .video-iframe-container { display: none; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .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); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV { border-width: 0; border-radius: 0; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#nzxpAhPE45vdlUn8TW38T4IU4gbKOshQ { color:#3b3b3b;display:block;width:31.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:11.710157394409rem;left:38.874219894409rem;height:16.8rem;display:block; }
#fIQk5r2bykAMx4NWBq8DKQh7emgWN0sJ { color:#140e38;display:block;width:36.125rem;position:absolute;font-family:righteous;font-size:2.0625rem;font-weight:normal;z-index:100001;line-height:1.1;letter-spacing:0;top:5.6476573944092rem;left:38.874998092651rem;height:4.5375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zQDhvs4Bvmcar3d9igGR8QU7T8KCx53v { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.625rem;width:29.1875rem;top:0.5rem;left:6rem;overflow:hidden;display:block; }
#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy.adaptive-delivery-prevent-bg, #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy.lazyload, #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy.lazyloading { background-image: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { background-color: transparent; background-image: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container > .video-iframe-container { display: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row > .video-iframe-container { display: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .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); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { border-width: 0; border-radius: 0; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#SKwmsTFRofziRPG6M5TapZ8GcQPZu6ql { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:100000;line-height:1.2;letter-spacing:0;top:2.5835943222046rem;left:11.187501907349rem;height:5.4rem;text-align:center;text-align-last:center;display:block; }
#HFmV4g0SqlVXLEugCVCs2cJTFu9DQbNX { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:11.060938835144rem;left:40.311719894409rem;height:13.95625rem;text-align:center;text-align-last:center;display:block; }
#zL0I449sVc1VoV7ks9B1cuqO4Dz4mBtK { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:righteous;font-size:1.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:23.681252479553rem;left:42.717969894409rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#T28KXbWJsxKaJ0m0cxne0bhfgpGz7dTc { position:absolute;display:block;z-index:99999;background-color:#140b28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(255,255,255,0.41) ;height:33.75rem;width:63.875rem;top:1.3351440429688E-5rem;left:5.6492195129394rem;display:block; }
#lzfWWUnRxHSsLQfqEeIABclKPG2VDP7e { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.9375rem;width:20.375rem;top:7.437485694885rem;left:11.187501907349rem;overflow:hidden;display:block; }
#DlrwO0JnvDakAGzdTxoMM5qCJT060faa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa.adaptive-delivery-prevent-bg, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyload, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyloading { background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { background-color: transparent; background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .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); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { border-width: 0; border-radius: 0; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#mUxQ1SnztkSOzkC2IbU5QKSVWvLdoXIG { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:3.1000003814698rem;left:32.687501907349rem;height:5.95rem;text-align:left;text-align-last:left;display:block; }
#bLc1DhuIonetqaGEDi4PmIA3kN5KpmBR { box-sizing:content-box;color:#ffffff;font-size:5.125rem;font-weight:400;line-height:1;height:7.375rem;width:7.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:2.3125rem;left:22.187501907349rem;display:block; }
#pIqDgEroStSqrig2GDF4GSrqaIu6rLrW { box-sizing:content-box;color:#ffffff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:2.8125rem;left:16.83749961853rem;display:block; }
#KO8cSqWG4TlWeIu5ifCPpZP0qXVuv77v { box-sizing:content-box;color:#ffffff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:2.8125rem;left:11.89999961853rem;display:block; }
#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.adaptive-delivery-prevent-bg, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyload, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyloading { background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { background-color: transparent; background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .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); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { border-width: 0; border-radius: 0; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#AJnTRwOKhJgAxNahE0KLPCXlzWs2lJhE { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.46249961853rem;left:30.875001907349rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#v12azP0TJ0zHAyqfSwA1u2Qr31nzXwD3 { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -moz-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -ms-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -o-linear-gradient(144deg, #0c1a56, #ff5b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );";background-image: linear-gradient(144deg, #0c1a56, #ff5b5b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:17.5rem;width:17.375rem;top:3.5625rem;left:28.6875rem;display:block; }
#sGtWPHFux8cH3sC4OT4h7wZ7iTEchXwu { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -moz-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -ms-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -o-linear-gradient(144deg, #0c1a56, #ff5b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );";background-image: linear-gradient(144deg, #0c1a56, #ff5b5b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:17.5rem;width:17.375rem;top:18.5rem;left:9.25rem;display:block; }
#z57r4LP9uquNbc89md2fyPylnwHbGPJE { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:20.5rem;top:16.561718940735rem;left:8.2500019073488rem;overflow:hidden;display:block; }
#uvaE6wqAT6Qb6N57V4lTfBJihT8tetFF { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:20.5rem;top:1.25rem;left:26.625rem;overflow:hidden;display:block; }
#c12LNVKsT1LTRJQeDd3rD1uxb6rn9QGO { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.2;letter-spacing:0;top:22.59375rem;left:11.15625rem;height:8.4rem;text-align:center;text-align-last:center;display:block; }
#uOrWiyf6n6EOv56SP3NfuxABp3VZWWdM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:23.375001132488rem;left:50.061719894409rem;height:8.4rem;text-align:center;text-align-last:center;display:block; }
#uiTmT6XPvTBP6NkUZQktdTxXrIg1gHVF { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:20.5rem;top:17.324999988079rem;left:46.061719894409rem;overflow:hidden;display:block; }
#T04dDBrH2bNBOOsEoRrFOXDTbeiKRtJA { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -moz-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -ms-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -o-linear-gradient(144deg, #0c1a56, #ff5b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );";background-image: linear-gradient(144deg, #0c1a56, #ff5b5b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:17.5rem;width:17.375rem;top:18.999219119549rem;left:47.624219894409rem;display:block; }
#vPLNR5MzT5pn6oH9WwatBdNrCbZ6KZQr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.2;letter-spacing:0;top:37.824988365173rem;left:31.250001907349rem;height:8.4rem;text-align:center;text-align-last:center;display:block; }
#GsGigMuzxI0s58L6P4qa4t2GedGDTTBZ { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:20.5rem;top:31.374999046326rem;left:27.250001907349rem;overflow:hidden;display:block; }
#DicHNpDD6fy5nRuT5x8L32Aqot40JWxu { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -moz-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -ms-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -o-linear-gradient(144deg, #0c1a56, #ff5b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );";background-image: linear-gradient(144deg, #0c1a56, #ff5b5b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:17.5rem;width:17.375rem;top:32.975001335144rem;left:28.812501907349rem;display:block; }
#sAAoza6hy76GGa30TaiVrS1RqpTIBNJi { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:22.30624961853rem;left:28.937501907349rem;height:8.8375rem;text-align:center;text-align-last:center;display:block; }
#om7kOdBTs9WT7FEXJ8I06WKvwTh6psB5 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:15.47500038147rem;left:47.124219894409rem;overflow:hidden;display:block; }
#eOFpJfKm5DqLGEg0uRX8fo6iL75PmTft { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:37.061717987061rem;left:48.561719894409rem;overflow:hidden;display:block; }
#MctcZ2HWNyCqSTEzTXTPVd2wKSySndDc { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.4375rem;top:37.061717987061rem;left:21.89999961853rem;overflow:hidden;display:block; }
#MQRdlS6MmThlD91X38UzguytUJlzWlwd { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:14.512500762939rem;left:23.625001907349rem;overflow:hidden;display:block; }
#RtTZOGBsavwK5TNlRzZLTTvDgfaqKK1P { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:51.874999046326rem;left:35.562501907349rem;overflow:hidden;display:block; }
#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { background-color: transparent; background-image: none; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container > .video-iframe-container { display: none; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row > .video-iframe-container { display: none; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .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); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { border-width: 0; border-radius: 0; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { font-size:0.875rem;font-family:arial;height:81.25rem;width:75rem;position:relative;display:block; }#x3z0MOxDs0LiE9fDGf8M2op8HXbToiUT { color:#cec3f6;display:block;width:26rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.7625012397766rem;left:45.249219894409rem;height:6.8875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dfmThl3GGI0gmx0rLIERVWVJgW6knSfr { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:10.500002384186rem;left:63.061719894406rem;display:block; }
#KUPJmpQE0WshrvzNzxZlyFgWN1UU3FSC { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:19.9375rem;width:27.25rem;top:6.5rem;left:3.75rem;display:block; }
#LwSsN6POJ6xwKvGPdBGfxWLto74T8uTN { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:4.375rem;left:5.3125rem;display:block; }
#iy7Fe7rF1hNVca38sfK3Nn9muo12vfv6 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:13.687501907349rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xS6XvxXT5eGqhgfgw4fk56oJOmza6uNT { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:16.500001907349rem;left:5.6875rem;height:3.9rem;font-style:normal;display:block; }
#AoVOdT9Q4rKJDJ7JOpb60DiFqB8Jmdkm { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:19.9375rem;width:27.25rem;top:12.3125rem;left:43.9375rem;display:block; }
#qxf6s08SfFVNhtzNlmiB4et00NbxAQUV { position:absolute;display:block;z-index:100025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:10.0625rem;left:45.875rem;display:block; }
#Lxhpps4gkuiTrLAiUmtMlphiC08yN8p6 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:18.375rem;left:46.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNP7ELHoItmMMlTuXTuwbQJOH3KxJwJa { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:20.8125rem;left:46.3125rem;height:2.6rem;font-style:normal;display:block; }
#uaQqBh7wFBTQWVbZ0Wu5ylBWRaMxOyUX { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:14.5rem;width:27.25rem;top:36.375rem;left:43.937498092651rem;display:block; }
#UOvdserVHo49WBIw91qBtu682B8gwPA7 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:42.825000762939rem;left:46.155469894409rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G5kRvflFtrm1UlzvzHCxnfkxqHRQ2ykH { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:44.875rem;left:46.3125rem;height:3.9rem;font-style:normal;display:block; }
#lQireeOOgbXDidPwss9AnhUITtb5IEB3 { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:37.375rem;left:62.9375rem;display:block; }
#orVi0o4W0EppRATez4f53etcTaEsfws7 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:12.875rem;width:27.25rem;top:30.5625rem;left:3.75rem;display:block; }
#Qq1EgpAihnJFhxNnXfH4XSlQQz2HQWtl { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:36.5625rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UgJ8kfr8d8ZfQ9IyfGzKipFgAUm20Kqr { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:39.125rem;left:5.6875rem;height:1.3rem;font-style:normal;display:block; }
#LcADcuC6HunorzkilXJSVnJUTy06kxs9 { position:absolute;display:block;z-index:100039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:34.25rem;left:45.9375rem;display:block; }
#EoKhGlTiXgH9VS6Gzwc0Ep1MMw2dHTEC { position:absolute;display:block;z-index:100033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:28.4375rem;left:5.3125rem;display:block; }
#rZqJ9FyU3OF9557lulwRwJhwyI764OcZ { position:absolute;display:block;z-index:100038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:46.375rem;left:5.3125rem;display:block; }
#mxIC9nkfiZb5wBRSlzi2NG8NpAQOOmy9 { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:18.125rem;width:27.25rem;top:48.5rem;left:3.75rem;display:block; }
#xmJydziPfBNJdlMshZNQLeHp48mW3o4H { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:57.0625rem;left:5.6875rem;height:7.8rem;font-style:normal;display:block; }
#e9co6rC8KCt9KVmuIxyAW55WKqsEUBER { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:54.5rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SroCNP75UST2B7PZbihdJT0V7eTBVFpu { color:#333333;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;top:58.1875rem;left:37.874219894409rem;height:10.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fV4VGHJTX1V18c0lQ97bnomqJBd4WkN9 { color:#000000;display:block;width:59.625rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:73.7500038147rem;left:7.7804698944094rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#LTAKTdFTOKmRKTbQP4VrufoXEg6o7VXN { color:#e8f7ff;display:block;width:1.75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:5.9249992370606rem;left:7.7500019073488rem;height:3.7375rem;font-style:normal;display:block; }
#mPo1I7WiIJUdWiLplNTptSH9UHqPW7Kl { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:100040;line-height:1.3;letter-spacing:0;top:6.1625003814697rem;left:6.7500019073488rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mu42XTlVPve7rxXHhzWdtM4xnX8Ul7ZC { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:100041;line-height:1.3;letter-spacing:0;top:11.85000038147rem;left:47.311719894409rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIgXD1dLRCfDQ75TUVVILKONzkcqZGQX { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:100042;line-height:1.3;letter-spacing:0;top:30.22500038147rem;left:6.7500019073488rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTLteDBLB7xUTfiOKEtkl102u6LnJBvr { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:100043;line-height:1.3;letter-spacing:0;top:36.0375007689rem;left:47.311719894409rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bqmvo4Hx5Nb55J1nCErx0JartXXQ3S0A { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:100044;line-height:1.3;letter-spacing:0;top:48.262499809265rem;left:6.7500019073488rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XaXaOFuiSzJ7PMoIkoCt2WW1I7Fho9pT { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.3125rem solid #d2a9ff;border-left:0.3125rem solid #d2a9ff;border-right:0.3125rem solid #d2a9ff;border-bottom:0.3125rem solid #d2a9ff;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:37.5625rem;width:37.5625rem;top:18.375rem;left:18.499219894409rem;display:block; }
#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { position:relative;display:block; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { background-color: transparent; background-image: none; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container > .video-iframe-container { display: none; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row > .video-iframe-container { display: none; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .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); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { border-width: 0; border-radius: 0; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#Rq4duHv2OR4zLWK8OKgwnvw4ZCJAP70S { color:#ffffff;display:block;width:37.75rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:3.3781251907349rem;left:18.71249961853rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ybzFac4yTu1P67p9l6zEuxvGuXqqwa6Q { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:10.485157012939rem;left:11.21249961853rem;height:11.05rem;text-align:center;text-align-last:center;display:block; }
#MLi0vgEBFgPy2pPyshbQK6aiT1USTwJN { color:#444444;display:block;width:21.75rem;position:absolute;font-family:righteous;font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:29.71875rem;left:11.2119140625rem;height:1.4625rem;display:block; }
#uMlNAsnkU1ccso0wmAHvGzJqR3gmPFUs { box-sizing:content-box;color:#0becb2;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:28.625rem;left:7.8125rem;display:block; }
#vrTUlDE8uB2QQbToJyaD0HtWu4nvlFDr { color:#333333;display:block;width:13.8125rem;position:absolute;font-family:righteous;font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:29.75rem;left:33.437501907349rem;height:1.4625rem;display:block; }
#yJZ836Avo28FrogZSmnpof0X5ScUCS9u { box-sizing:content-box;color:#0becb2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:28.75rem;left:29.9375rem;display:block; }
#UMKNsA25eZ7soTFBMn26S5SWndlo9TqD { color:#313030;display:block;width:8.5625rem;position:absolute;font-family:righteous;font-size:1.125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:29.75rem;left:54.3125rem;height:1.4625rem;display:block; }
#RlPKryQsvCQqzGSNOO57wdiomQogSw4R { box-sizing:content-box;color:#0becb2;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:28.875rem;left:51.25rem;display:block; }
#FzUmUIgltEvSLRHiiSzr4OxE1XSfKvnc { color:#d6b371;display:block;width:32rem;position:absolute;font-family:southland;font-size:3.25rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:13.78515625rem;left:25.08749961853rem;height:8.45rem;display:block; }
#pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:25.375rem;width:64.0625rem;top:0.56171894073486rem;left:4.9984378814697rem;display:block; }#pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.adaptive-delivery-prevent-bg, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyload, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyloading { background-image: none; }
#PQS3mPuTGDZcNTgaslZSE9rx2Nrk6pMU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6cede5, #1fa047);background-image: -moz-linear-gradient(180deg, #6cede5, #1fa047);background-image: -ms-linear-gradient(180deg, #6cede5, #1fa047);background-image: -o-linear-gradient(180deg, #6cede5, #1fa047);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cede5', endColorstr='#1fa047' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cede5', endColorstr='#1fa047' );";background-image: linear-gradient(180deg, #6cede5, #1fa047);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:3.4375rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:34rem;left:21.83749961853rem;display:block; }
#uNGeU4lZqueJhivGyAxNVfqSxk9ByWZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;background-image:none;position:relative;display:block; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { background-color: transparent; background-image: none; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container > .video-iframe-container { display: none; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row > .video-iframe-container { display: none; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .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); }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { border-width: 0; border-radius: 0; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { font-size:0.875rem;font-family:arial;height:91.75rem;width:75rem;position:relative;display:block; }#nDGnWrswR6coetEq3PVnwqQUXhJ98L75 { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.9359376430511rem;left:11.125001907349rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#rnpn5b33BNubyXvGson7SnxEzzPhC7gb { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:righteous;font-size:1.4375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:45.300001144409rem;left:25.375001907349rem;height:3.7375rem;text-align:left;text-align-last:left;display:block; }
#r4RgiTilIDOWoXdypfcdoLeZdzPa9II2 { color:#d6b371;display:block;width:42.375rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:100003;line-height:1.2;letter-spacing:0;top:1.6742181777954rem;left:16.312501907349rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#stQPET0N6Sg3bPD4yiOhiQxKRDX4Z0pR { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:33.875rem;left:7rem;height:1.1375rem;font-style:normal;display:block; }
#oisQsG8zGnF37T9F9KxzZ5VrAFEoEAKn { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:35rem;left:7rem;height:1.625rem;font-style:normal;display:block; }
#TeRJhtFmqI3dLS4OaVLFqLTxCJFgUJno { color:#637084;display:block;width:12.3125rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:29.637499809265rem;left:7.0000019073488rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BgQAOf0O44DRpRcRPz2MeFJ3xF1b6BDL { color:#411962;display:block;width:11.25rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:27.706250190735rem;left:7.0000019073488rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cJh90gKqNTwC1LPhyyEZTwLykfNsndL2 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:18.1875rem;top:22.40625rem;left:4.5625rem;display:block; }
#KqVOvJefRnUfDoG6O0No1dvVMSGbaPrT { color:#637084;display:block;width:14.8125rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:29.4375rem;left:53.0625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GX7BQ0IBGTvBO5yrkCUEtbs44bHB2t2w { color:#411962;display:block;width:14.1875rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:100021;line-height:1.2;letter-spacing:0;top:25.75rem;left:53.062498092651rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HdGQcJXaqWMgCSMzqIBnZTmTLqsAnRdA { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:34.9375rem;left:29.5625rem;height:1.625rem;font-style:normal;display:block; }
#BdtRX75OmuUDVPScorlBJ5tSkN65IBXe { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:33.8125rem;left:29.5625rem;height:1.1375rem;font-style:normal;display:block; }
#zwH9T7FrTuJFUncOQaBN9wTDtc43tUxT { color:#637084;display:block;width:14.8125rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:30.4375rem;left:29.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uGPIkFPBO64SLwHfpxy1tie5HSBOgbeg { color:#411962;display:block;width:13.625rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:27rem;left:29.750001907349rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oKOQz0G2ZRe7FqIRi7W5kTkMipNTNENi { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:18.1875rem;top:22.4375rem;left:27.6875rem;display:block; }
#satJMsVu0MC1cvTHwK5xd28tTU4m5BJU { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:18.1875rem;top:22.40625rem;left:50.561719894409rem;display:block; }
#GVFD6cSR5pvWfmsKHoRuiPx5vTOiVcay { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:34.8125rem;left:53.0625rem;height:1.625rem;font-style:normal;display:block; }
#CH2HCG7Ic6oQ6liFWGnkeRT9auTqq19T { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:33.6875rem;left:53.0625rem;height:1.1375rem;font-style:normal;display:block; }
#sehJzPg5gy9NzpwThI835iTlAE3LZn7q { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:28.375rem;top:51.875rem;left:7.9375rem;display:block; }
#Mhg4hcuBTWoTdF59u4H9n3Vvr28tqVzk { color:#411962;display:block;width:19.5rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.2;letter-spacing:0;top:55.75rem;left:14.5625rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X90l3SMFFVmgtDOTi47lfVvonpIa1tTS { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:60.1875rem;left:14.5625rem;height:1.1375rem;font-style:normal;display:block; }
#wVOlczTGbfxFiZwmHq6pbkcDGvUsOUV4 { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:61.3125rem;left:14.5625rem;height:1.625rem;font-style:normal;display:block; }
#XnRW6l1JGHGZ06RMyCmqRAQIidRotLtA { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:43.1875rem;left:17.031251907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#MqO2cv7B8SBx8tyELqHFWTlJBwTRTBtT { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:10.5rem;top:12.4375rem;left:32.250001907349rem;overflow:hidden;display:block; }
#foLPRgvogqgcL3woBEtKmpw9WUDBeOf4 { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:10.5rem;top:12rem;left:54.592969894409rem;overflow:hidden;display:block; }
#Xkv8FAhlNhvOMDk5DTvuGrQaH7Hw5aRA { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:11.6875rem;top:11.0625rem;left:8.0937519073488rem;overflow:hidden;display:block; }
#KdrUcFqMEFHRVWF2ZBXikMRM5znMaUd6 { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1875rem;width:11.3125rem;top:53.625rem;left:2.75rem;overflow:hidden;display:block; }
#womFi768eGMSMJXwpHSMAMpeTeEKa3UG { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:13.375rem;width:22.5rem;top:70.1875rem;left:46.25rem;display:block; }
#JkTAOKymgfJM7gNN75r2EH3l0OlxzsWB { color:#411962;display:block;width:21.125rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:100027;line-height:1.2;letter-spacing:0;top:55.25rem;left:49.75rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kt46IXUdF4uxVzKalwPaKRrMO0ne1AoD { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:59.6875rem;left:49.75rem;height:1.1375rem;font-style:normal;display:block; }
#FIdNfGTwIOW01wNCFvgWw4FyDIDTOnWE { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:60.8125rem;left:49.75rem;height:1.625rem;font-style:normal;display:block; }
#Em75aaN6zCSIUPqtxAUKMmt0BGkwJ3lH { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1875rem;width:11.3125rem;top:53.5rem;left:37.8125rem;overflow:hidden;display:block; }
#Gaq0x51uD2rx4nft0LU4C7o90rXG7o5m { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:righteous;font-size:3.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:77.9375rem;left:37.812501907349rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#ShMUAFARuuAwfCrZqCxEpiqR7uutVEtN { color:#2e098a;display:block;width:24.625rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:700;z-index:100053;line-height:1.2;letter-spacing:0;top:70.6875rem;left:45.1875rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dWpHCsStGmuFcqUSfU077FENzhcxiufi { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.625rem;width:24.9375rem;top:73.375rem;left:45.0625rem;overflow:hidden;display:block; }
#WUlmKZvMfD3KRGRKuqlRJUtxITVHeZJ2 { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:28.375rem;top:51.6875rem;left:42.5625rem;display:block; }
#dxX2ZZ3IB7UnZK6HLpJ0FxRVnXFKW6Kf { box-sizing:content-box;color:#ffd300;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 1.5rem #ffd300;display:block;z-index:100054;top:74.125rem;left:42.75rem;display:block; }
#HL4OWy1Jf2wJMbq0zorKxnxQwl08It5w { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:11.3125rem;top:74.425001144406rem;left:2.75rem;overflow:hidden;display:block; }
#eXcvIRT4XM4r7V3VVG61ZBdZN40rRotB { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:28.375rem;top:72.787500381469rem;left:7.9375019073488rem;display:block; }
#eycH6L19u9ischr3wbt0QP4ixCO8wvyo { color:#411962;display:block;width:19.5rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.2;letter-spacing:0;top:75.8125rem;left:14.562501907349rem;height:6.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FLWoO6ZaVEpsUXA2QaR3dy76euisIISe { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:83.650001525881rem;left:14.562501907349rem;height:1.1375rem;font-style:normal;display:block; }
#h9WOpz6BMrS36TukAv9AtxykOeDoEqsL { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:84.75rem;left:14.562501907349rem;height:1.625rem;font-style:normal;display:block; }
#QCLA7wGZny0enBmWhBrBEenWqmgeHZAf { position:relative;display:none; }#QCLA7wGZny0enBmWhBrBEenWqmgeHZAf { border-width: 0; border-radius: 0; }#QCLA7wGZny0enBmWhBrBEenWqmgeHZAf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:none; }#Hpl0do70XvTheOON5fzzMTVC59D2GFWi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:73.625rem;top:0rem;left:0.6875rem;overflow:hidden;display:block; }
#gW52aJ60soq68ryZ8F5ucxMy02EQq8ni { color:#000000;display:block;width:38.875rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.71875rem;left:18.062501907349rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzQNKIteeBMbUWSKwpGa5xBV6vZNBADT { position:relative;display:none; }#MzQNKIteeBMbUWSKwpGa5xBV6vZNBADT { border-width: 0; border-radius: 0; }#MzQNKIteeBMbUWSKwpGa5xBV6vZNBADT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:none; }#CtvhgsGUIRZWPD3cwGmmMKldd7L4dNTN { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:21.5625rem;width:24.6875rem;top:3.375rem;left:0rem;display:block; }
#wvbq7rTQLEgSL7HZkKTTL6VJXyCtFN3D { position:absolute;display:block;z-index:100040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:0rem;left:2.125rem;display:block; }
#atySWiBFpgpTOQCVQklMTVuM8x15XhaJ { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:100041;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.34375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MwXv1xmr0i45yCqXgdPv5kVDrhC4UBVC { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:8.5625rem;left:8.25rem;height:15.4375rem;display:block; }
#aX8tAATcQApmM8BFVgKsuhVDuaNNw14Q { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:8.625rem;left:4.4375rem;height:14.25rem;display:block; }
#FIrNNXvMA0KlszXIpRMwh4nKDTE0Xfgt { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:8.6875rem;left:1.125rem;height:14.25rem;display:block; }
#svbHKVTsFbqK8d7AszpL8AuJZoUHXZ81 { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:21.5625rem;width:24.6875rem;top:3.375rem;left:25.000001907349rem;display:block; }
#SrLfETWn08hHIca1wsfFM9kSgqQb29Hl { position:absolute;display:block;z-index:100041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:0rem;left:27.524217605591rem;display:block; }
#hCE7ysT73x0odppQlSZRlwHDOwXTDExX { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:100042;line-height:1.3;letter-spacing:0;top:2.1875rem;left:27.742967605591rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwaTgpOD7QG5qJ40a0EtpdbIHkdKWpcI { position:absolute;display:block;z-index:100024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:21.5625rem;width:24.6875rem;top:3.4375rem;left:49.999219894409rem;display:block; }
#hb9bvC77sfwyL3QlqPHl8Llm2BK3hL9X { position:absolute;display:block;z-index:100042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:0rem;left:52.52499961853rem;display:block; }
#DutETiOU9y0TQ8eaOzKvFxpZzw31bhbQ { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:100043;line-height:1.3;letter-spacing:0;top:2.1875rem;left:52.74374961853rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8ekKGF2fUERpntus4RxCKaE2IHABvSs { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:13.40625rem;left:29.687501907349rem;height:1.5rem;display:block; }
#fX98P83oeQ4lwSaPR00gdlPHhwKLmJpT { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:10.06875038147rem;left:33.843751907349rem;height:3.375rem;display:block; }
#rcRJfVyk03uFJhqgvfyTnlpZUS51C2zL { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:12.65625rem;left:53.374998092651rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#P6U6UmCfRT8iIxh0RmxLAiGJgTS3zFJp { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:6.625rem;left:53.75rem;height:3.375rem;display:block; }
#bBP8hD2cvM7mMmocaGMhfoUgHNH3MPyi { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:7.9125061035156rem;left:0.75rem;height:14.4rem;display:none; }
#sbIziEtvIqzhBwvCOUQVB9E5P8H5a3Is { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:7.8812561035156rem;left:4.0625rem;height:14.4rem;display:none; }
#w8ESMccqXtIblbPvt4Nkzxz2g7OtEPn0 { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:3.625rem;left:9.625rem;height:3rem;display:block; }
#boRR7oQlXKlr5N77Q8FWiTlVsxLGCNFV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:6.3125rem;left:7.375rem;height:1.5rem;display:block; }
#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 { position:relative;display:block; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 { background-color: transparent; background-image: none; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row .container > .video-iframe-container { display: none; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row > .video-iframe-container { display: none; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .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); }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 { border-width: 0; border-radius: 0; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.875rem;width:75rem;position:relative;display:block; }#xkXE0l6rmgZFdoK94hb5GlTxKHJEfVvC { color:#3d3c39;display:block;width:30.75rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:7.9375rem;left:43.4365234375rem;height:48rem;text-align:left;text-align-last:left;display:block; }
#T1JvyTwZDJto8kuxusdTXo23xhvl839W { color:#000000;display:block;width:29.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.7978515625rem;left:43.2490234375rem;height:2.9875rem;display:block; }
#aKr2aNNTW6osJWenk0npbiawnSVksWWh { color:#d6b371;display:block;width:19.125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.6728515625rem;left:43.4365234375rem;height:2.925rem;display:block; }
#BJevDi51bL0e6WZwUFszK6ftsxVU4yJJ { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:54.5625rem;left:42.4375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#be7OvT9tyeFcCSNix0C4ixUP6vwsPxhd { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #411962, #0becb2);background-image: -moz-linear-gradient(24deg, #411962, #0becb2);background-image: -ms-linear-gradient(24deg, #411962, #0becb2);background-image: -o-linear-gradient(24deg, #411962, #0becb2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );";background-image: linear-gradient(24deg, #411962, #0becb2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.31) ;height:5.4375rem;width:34.9375rem;top:53.375rem;left:34.125rem;display:block; }
#r7lQF4bBMohL9o2ACRcAkMrxOcPbldSz { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.6875rem;width:41.875rem;top:13.3125rem;left:0rem;overflow:hidden;display:block; }
#t66OzJ93akUPpVlJ2GBxKH1P0bzU2qpo { position:relative;display:none; }#t66OzJ93akUPpVlJ2GBxKH1P0bzU2qpo { border-width: 0; border-radius: 0; }#t66OzJ93akUPpVlJ2GBxKH1P0bzU2qpo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:none; }#c5JKsULst9EQtcMXw8E8TTfSPpbcxhzc { color:#3d3c39;display:block;width:34.875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:9.871874809265rem;left:40.124998092651rem;height:31.5rem;text-align:justify;text-align-last:initial;display:block; }
#dkLwG4N2akBm7gopbTXPAE8gUuRFmtII { color:#000000;display:block;width:29.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.3609375953674rem;left:40.124219894409rem;height:2.9rem;display:block; }
#CON1QeALoo8yMTKFPSgTzEg1sfZfqKNR { color:#d6b371;display:block;width:19.125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.4718751907349rem;left:40.124219894409rem;height:2.9rem;display:block; }
#k0BTv6yaACyMpJLTnnharNMvpVUJWqKS { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.5625rem;width:30.5625rem;top:0rem;left:4.2117195129394rem;overflow:hidden;display:block; }
#TAxUTfamSpXB94LT6bfHXoFyNUBq3s0X { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.0625rem;width:30.5625rem;top:3.5625rem;left:6.3046894073488rem;overflow:hidden;display:block; }
#wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/e1yCZV1t/FODJG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON.adaptive-delivery-prevent-bg, #wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON.lazyload, #wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON.lazyloading { background-image: none; }#wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON > .row .container { border-width: 0; border-radius: 0; }#wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:none; }#iCMvIw6ztsTyfVETry7yefcoyiKP54WF { color:#e80d0d;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem #ffffff;top:11.875000953674rem;left:22.031251907349rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kfyeReaHrTPWZrd6K4nLhlSoETlaQmX5 { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.77);border-left:0.0625rem solid rgba(255,255,255,0.77);border-right:0.0625rem solid rgba(255,255,255,0.77);border-bottom:0.0625rem solid rgba(255,255,255,0.77);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(51,239,150,0.3) ;height:19rem;width:36.3125rem;top:6.125rem;left:19.3125rem;display:block; }
#hkae5ZWaUwM6bk8g5crwC6V7mvZc8Emd { color:#313131;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:9.4375rem;left:23.781251907349rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVNfUusRRaBzkIQDRiO6KQfFnlhvqM6A { color:rgba(0,60,255,0.99);display:block;width:37.625rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.1585950851441rem;left:18.186719894409rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#uTPlTw0FG3bRqNmvbw0IqaVRDmZsTEfB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6cede5, #1fa047);background-image: -moz-linear-gradient(180deg, #6cede5, #1fa047);background-image: -ms-linear-gradient(180deg, #6cede5, #1fa047);background-image: -o-linear-gradient(180deg, #6cede5, #1fa047);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cede5', endColorstr='#1fa047' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cede5', endColorstr='#1fa047' );";background-image: linear-gradient(180deg, #6cede5, #1fa047);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:3.4375rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:18.5rem;left:21.750001907349rem;display:block; }
#xgBN3fhyDy8A5JILTgtWoz2sOuzCTbzC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NJ2GskDg6c3wdr0sa4R1i1DQEQ49KDcI { position:relative;display:none; }#NJ2GskDg6c3wdr0sa4R1i1DQEQ49KDcI { border-width: 0; border-radius: 0; }#NJ2GskDg6c3wdr0sa4R1i1DQEQ49KDcI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#pv8M3MoKbPVNRXdx7byFii5FyFLL2mKm { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:7.25rem;width:15.5rem;top:9.4375rem;left:1.375rem;display:block; }
#gzTyezzxTBKgMhsPyr2PpyM1xEhOnaRF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:9.8125rem;top:11.375rem;left:3.9375rem;overflow:hidden;display:block; }
#UpmaTGGKtNCyOr6AzTTx2TgxGxolxtE8 { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:7.25rem;width:15.5rem;top:9.625rem;left:20.1875rem;display:block; }
#nQuBeixlz7o1VMGFfVL7VqbqNcgnwkHw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:10.8125rem;top:12.25rem;left:22.5rem;overflow:hidden;display:block; }
#Df1iUKlty1c6WUJrVABHST46Tl01Kcuy { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:7.25rem;width:15.5rem;top:9.5rem;left:38.875rem;display:block; }
#TOMRhPpc21tFqgnBeceEfIMNWuIQgGlH { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:12.5rem;top:12.5rem;left:40.375rem;overflow:hidden;display:block; }
#IvcGmBGFmAyytmbsRyzDVVAT00sIFFxf { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:7.25rem;width:15.5rem;top:9.5rem;left:57.625rem;display:block; }
#AfHPwzvS4OXqAWcghJvIS2WmSp6WSS3J { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:12.625rem;top:11.4375rem;left:59.0625rem;overflow:hidden;display:block; }
#AAfqOzD3uUtrCipFflNV4h7edP1Js8pE { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:6.3125rem;top:19.3125rem;left:5.6875rem;overflow:hidden;display:block; }
#x9XqgOIFcamEDFDBVIppTTztmHm4ch7x { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:7.25rem;width:15.5rem;top:18.5rem;left:1.375rem;display:block; }
#dXLhxOFwCl7pghQtgX0TkahpvfHGg4mQ { position:absolute;display:block;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:7.25rem;width:15.5rem;top:18.8125rem;left:20.125rem;display:block; }
#qrb8QRatirRgTDincG5WwAeK63qRQ704 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:11.0625rem;top:16.8125rem;left:22.375rem;overflow:hidden;display:block; }
#lU7feOT5QkHH3EaKirDrH4IfKra855MT { position:absolute;display:block;z-index:100011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:7.25rem;width:15.5rem;top:18.5625rem;left:38.875rem;display:block; }
#VRtlnklKKOTApB2Ap03X38sNbwaMBgQy { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.125rem;top:18.5625rem;left:43.0625rem;overflow:hidden;display:block; }
#JzDOV1525TTW3LZvD2CgQGZZo733c09r { position:absolute;display:block;z-index:100013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:7.25rem;width:15.5rem;top:18.5625rem;left:57.625rem;display:block; }
#hltgsfECPg7IoqS3W8gCa5VKTBen4Kog { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:7.9375rem;top:21rem;left:61.4375rem;overflow:hidden;display:block; }
#CJSNxniQtdSyVSOTix3Jq0bV6mGAGLIF { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:6.8125rem;top:28.375rem;left:15.75rem;overflow:hidden;display:block; }
#kA682C8v78dnaWH6X78zpJrOhJlsIASI { position:absolute;display:block;z-index:100015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:7.25rem;width:15.5rem;top:27.625rem;left:11.75rem;display:block; }
#cnTZ0cGXsOmo1k6uF1ZdhKwvoDWd1n8q { position:absolute;display:block;z-index:100017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:7.25rem;width:15.5rem;top:27.5625rem;left:29.25rem;display:block; }
#WdWqVrxqW84wvx1eKAoRoTTZeI2odtKp { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:5.6875rem;top:28.75rem;left:34.1875rem;overflow:hidden;display:block; }
#VPtyJiTXLpbJodU71FBco8NLMJH8GC9w { position:absolute;display:block;z-index:100019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:7.25rem;width:15.5rem;top:27.4375rem;left:46.875rem;display:block; }
#CFTkcTZUybGWBS9kus2WNtVs8x2SC1Li { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:8.9375rem;top:29.625rem;left:50.1875rem;overflow:hidden;display:block; }
#XAVHXC7fbiTy6sDpVmKTsr5q12IIppSh { color:#0d1846;display:block;width:18.4375rem;position:absolute;font-family:righteous;font-size:1.375rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:4.25rem;left:27.843751907349rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -moz-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -ms-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -o-linear-gradient(180deg, #e6e6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6e6e6, #ffffff);background-size:auto !important;position:relative;display:block; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { background-color: transparent; background-image: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .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); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { border-width: 0; border-radius: 0; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#KQqW1Sk16Aprt5L5lovl2QZsefwsLRkA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.1875rem;width:73.9375rem;top:4.7249999046326rem;left:0rem;overflow:hidden;display:block; }
#w6xBdIGrPvlrepVLKf5kDo3V9UbXlPeZ { color:#000000;display:block;width:47.9375rem;position:absolute;font-family:righteous;font-size:1.4375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.875rem;left:13.531251907349rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#vIuT58eyEuhtZLMIxORr0enPmNhM1hQA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122.4375rem;width:60.9375rem;display:none; }
#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1d24;background-image:none;position:relative;display:block; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container { background-color: transparent; background-image: none; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container > .video-iframe-container { display: none; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row > .video-iframe-container { display: none; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .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); }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container { border-width: 0; border-radius: 0; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#G8fa0fg5K4gLem65oxtH1XuDfbTiTNOU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.75rem;top:5.46875rem;left:56.367185592651rem;overflow:hidden;display:block; }
#fRDNJblhhBAMPoVUSNT0geAsNo8SiL6E { color:#000000;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:1.375rem;left:8.4375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#wgSfJoGlNExgK0vimvApvQ3pbGMQiyWH { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:7.1875rem;left:38.5625rem;display:block; }
#IX9Lhk3rA0DldBa3e0N1rI400Ns4CHaM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KosZUcVsQLz8GUPI9ST05TrieGlTe0ss { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:7.1875rem;left:24.25rem;display:block; }
#SQ26yvHcMMtXRNPAE01KX7d4DzdoQaz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 { display:block; }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JL02oPKrRJJJXnImlKnGg08ExcozGhop { width:28.875rem;height:0.9375rem;top:1.1875rem;left:11.375001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN { display:block; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mb3tg5W6nxIb3txeNcZuAZdTP9DsbAFl { width:33.375rem;height:6.75rem;top:22.625rem;left:14.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-regular-label { width:29.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-text { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-textarea { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-select { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-button { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42  { width:29.375rem;height:16.125rem;top:29.375rem;left:15.875rem; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .radio-container { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 {display:block;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 { width:29.375rem;height:16.125rem;top:29.375rem;left:15.875rem; }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #eDFE2xKvcZmf8eCbAWz9CEo3uL75c7Pu {  }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #WKmTN3l2RT1Eqci5UzaTlBIeBJKIoI8i {  }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #P1TuiWQsQkIFtVb1GBhMw3Hda9riP2am {  }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #nyEdIANhCKG1xF7G3DCTfXMO1oXhT71M {  }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #bxldzUvXeCyQxDmENNNAyKK25Gq1qiew {  }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #K3DIg7PARJhPrPfaZcnMEw91qIMcyqQH {  }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #V6JJwusHeuzk8RQPXFXkeETiW2fBHMH3 {  }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #qNuUkaP4NN9L2eT05rpRaHK2z6z9g42T {  }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #opA0B18W4ZPnqB7J7wxThBTyEtO3MNWM {  }
 }@media only screen and (max-width: 1199px) { #pIvAX8ywPUQufDAUgBiJCZKmJL4Tgxac { display:block; }
 }@media only screen and (max-width: 1199px) { #WOtR0xhH5Kfq7Ay0zBFaCfoIENc8Cm3J { display:block; }
 }@media only screen and (max-width: 1199px) { #WRlynlkuWGq2hCfnfRrxUnUUswiHugHu { display:block; }
 }@media only screen and (max-width: 1199px) { #XqAS8Bt6GSdCIF3J81VqDzZ4aItWswor { display:block; }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #R0I8E8s6Dwis8PgFRlpAonOTXfk76WW9 {  }
 }@media only screen and (max-width: 1199px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #f3pLeMeNsSHkzezI53QqR5Za6PKlJAr2 {  }
 }@media only screen and (max-width: 1199px) { #XfdpOasBmTsDI9F1pO31R9cQXt8go7G0 { width:34.9375rem;height:38.75rem;top:18.125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W1WOMVeN42R0SKvTCJVnN8TmPReB9kLu { width:30.625rem;height:3.125rem;top:48rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLkmO0gi4D8PFI8KHT63RiOqbOV7XPoO { width:34.875rem;height:4.1875rem;top:16.5625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZPmsQVzKhDiB4SrzloIrMRR8wh8Iy0N { width:32.25rem;height:2.5rem;top:17.1875rem;left:15.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBqXr1iltdL41yBhpUVdrndQt6QDepOL { width:3.625rem;height:3.625rem;top:52.6875rem;left:25.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNe2PTZWibd6DsadolTr7fXX9CEoBvQ6 { width:3.125rem;height:3.125rem;top:52.9375rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WRRpJQlb7eXOBOmxzo4P80rzwNyTwNm3 { width:3.125rem;height:3.125rem;top:52.9375rem;left:34.5615234375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d47fLvm0XqvLVE4oF8eA7xhU9UEgh73a { width:8.5625rem;height:1.4375rem;top:53.75rem;left:39.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmhpK39e3RbBmTbaRiFRyFldFd8OxETr { width:9.625rem;height:1.4375rem;top:53.75rem;left:37.6865234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sXLRSTV2DZtupBQHPiRkovPDm4P3dZg6 { width:7.625rem;height:1.4375rem;top:53.75rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9BX4QU7d0HeTQbezDUzrZa5T5RoCht1 { width:25.25rem;height:14.9375rem;top:1.4375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMbOAiT1M3b5Xec0eW5KeTWtEoTGK6Lg { width:46.75rem;height:57.375rem;top:11.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #C0sTO4hD1f7R14KIz4Atar8TOkbhUftL { width:43.1875rem;height:53.0625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO { display:block; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-regular-label { width:29.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-text { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-text {padding-top: 0; padding-bottom: 0;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-textarea { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-select { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-select {padding-top: 0; padding-bottom: 0;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-button { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN  { width:29.375rem;height:auto;top:25.75rem;left:15.875rem; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .radio-container { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN {display:block;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN { width:29.375rem;height:auto;top:25.75rem;left:15.875rem; }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #otT9SWlfKgFIDOEqi4Z0tnON4kOdRu1U {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #swFEWRlLdKRZymIGm4OlPVVzM57LWUlc {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #flnUwJpZ80hMPqOv3EFiV0TCKlJiUXTp {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #n6A6A27IIemU6pnJ8yJnvPO12LJRqm4P {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #ZgSPaFNcx23TkazCKlmGrvZts1m4hQAo {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #tTzAyRoXIzL1qxXkmqrXxsfPR6kaUwmA {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #qqkgyFfZ4hTF7bC8ILvTXEDQFgtcTTfv {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #dEir5wFbmqupUrKqVDNfe22KnTcnaBfy {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #P7nfM61SB65RwQF78ZoT8v3eXma93yaX {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #V3a5epNi1o2vxLSsRDbX5o5MIR1MkvBT {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #WgkSXHvhVVeUvltip3fbEi3I7ryfWiKs {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #A77x3MZ8BHRnNdwJ08kqOVlPpKP5Tpr7 {  }
 }@media only screen and (max-width: 1199px) { #HMvb0xU6XrRLzkdrkCeGTlvI1N5IkIdP { display:block; }
 }@media only screen and (max-width: 1199px) { #ot9re7kPyN0bi6xrsgMzF6cMlm1aVcy5 { display:block; }
 }@media only screen and (max-width: 1199px) { #qX25BEAnTPlm5HsDrsFEM1Gg1TMUHnuJ { display:block; }
 }@media only screen and (max-width: 1199px) { #EaQAxa7T1s5PUp9TAyRTbHgDHt8tnMC0 { display:block; }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #vJZQ2s4dvss61Tcf1EIJIdZirdiXPTmt {  }
 }@media only screen and (max-width: 1199px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #yRC5c7hm21iyyw2DdlHn7wB4SpF8UCVy {  }
 }@media only screen and (max-width: 1199px) { #b4mRRzGSIvEO972cG7yXfQMEr6lMLgDf { width:34.9375rem;height:31.125rem;top:17.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #doPM1TS7yEzTZd8p3y5CbDTNWiC4cnpH { width:34.875rem;height:4.1875rem;top:16.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G9TUmVRKIJxoZxPpkdC5ytSMLTftsbqo { width:25.25rem;height:14.9375rem;top:1.4375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FAmyTwtZmlBUKSRSUKb9h8MdbV4BVWMx { width:46.75rem;height:57.375rem;top:11.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qFpaUrsDuh5CTUUCd0mLRHC3l0OVNuJd { width:39.4375rem;height:48.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JdEKUdmcJE5ZSrfRpvqf7345Ww0z0qat { width:27.625rem;height:2.75rem;top:17.0625rem;left:20.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GaAN3LFAJEXfRvPAfyz9JNVCOZMbCqk0 { width:28.0625rem;height:3.875rem;top:21.3125rem;left:19.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 { display:block; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZaOudiN5gWcdt5Aw39w58JFpAHcx4Tl6 { width:33.1875rem;height:25.3125rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5QHAtFsmnCaePuG72FqJsz9hm0sbM11 { width:30.875rem;height:5.0625rem;top:2.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbzG1QiTVXaRuNTlrXTdkvV3bveVoVJJ { width:17.1875rem;height:36.375rem;top:0rem;left:25.77499961853rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMS7XCpkt4DmAJDhZLorAP8glL1qoOur { width:28.125rem;height:2.5rem;top:13.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { display:block; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FlAwDKlwBnhAiHpElBkUyuE78LMpfkwy { width:46.3125rem;height:4rem;top:2rem;left:0.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { display:block; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yaPESaTnJqrLRWOXq0g7I76fTumfcSCn { width:31.4375rem;height:40.375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZDKAftpcySrl43d8TyuySX7pEmRtSdo { width:35.125rem;height:2.125rem;top:35.75rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RoCTTQQsVyDRupcio8IBQMdowt119BsJ { width:33.875rem;height:30rem;top:0.375rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AP5HPkTyhvtcQpKRAQJw1Ii5wkie3xOG { width:35.125rem;height:2.125rem;top:20.125rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD { display:none; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iglnoyeLRtfonlRkPM7xCooOu3J5MEiy { width:33.875rem;height:19.125rem;top:5.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JWmWeHJJEVs846GwQTSqqHuPEXLUW061 { width:30.8125rem;height:2rem;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXX80nywkXOPG2EOJyyx88aIzPz42WlJ { width:25.375rem;height:35.6875rem;top:4.125rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDUidJZMU2mqDJH11ProugbKrALAKpxH { display:block; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yxnppLmo9ocgLQigWAWkVM0ZNDqhUQeE { width:36.1875rem;height:12.375rem;top:7.875rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hO4gbSDf5fylGQTJsOl8diaCZa7hN0tZ { width:26.125rem;height:3.375rem;top:2.125rem;left:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vhyMKmHCyRHoqtifyFTiKM85wtGv2ImZ { width:36.1875rem;height:11rem;top:28.375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vxRlDOpSMVZUerwoZm5ttBiuv6sIs0Iy { width:38.1875rem;height:5.25rem;top:21.5rem;left:9.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9eR75PzQOF58i1Sb0xPhNzvKWB9ifTb { width:3.375rem;height:3.3125rem;top:37.25rem;left:22.187501907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AMkLKwTHSf49KMwOFwGI77vP1T2nocql { display:block; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SxtqVE0xKDCCwVCEnmcM1rLG4AyTgoeM { width:42.8125rem;height:1.5rem;top:1.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4VTBoTfJ7v2ooFexc8yPWdBRurCom9S { width:46.3125rem;height:1.1875rem;top:4.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7VZbqCIsQDMJuSayOCivEkrIo1tbdXT { width:47.75rem;height:2.25rem;top:20.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbfGrn5TeE33iWGxDlAPZaCAsUhkKA0x { width:5.9375rem;height:5.875rem;top:7.125rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTXGZb7UCSizfg7Lgu7LEDkryLNhGSHV { width:5.75rem;height:5.75rem;top:7.1875rem;left:9.4375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehq5hHliW986ui4ZhgtofGWkA60TZPQf { width:5.75rem;height:5.75rem;top:7.1875rem;left:18.125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgtbWosaqT6HeILZ1PDI05ROXFhNewfy { width:5.75rem;height:5.75rem;top:7.1875rem;left:23.875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FlRt5M8S3nynBW24na3oZCVnT6tUTIe9 { width:5.75rem;height:5.75rem;top:7.1875rem;left:30.811719894409rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fmlrkUEh8lhA6qTn8beiQr38Uyt16CNa { width:5.75rem;height:5.75rem;top:7.1875rem;left:42rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLxmGftq9K9q7bPpNdhpwGBDoJNV5HRL { width:5.625rem;height:1.25rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEvRlFRW7menmK3Xr6yNaKGiv7Ucrf2g { width:8.25rem;height:1.25rem;top:13.25rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGqCCn7GoQr0gk7zFUuMXk4pGfmn3VOM { width:8.25rem;height:1.1875rem;top:13.25rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMAT8WMWsUeSWv6KPkbgTKGB6n0uXaSV { width:8.25rem;height:1.1875rem;top:13.75rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwlG9tSE2xKIcMIQ1sT6TXzLWAybaEGN { width:8.25rem;height:1.25rem;top:13.1875rem;left:29.561719894409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ro5fzXGvUa09Il24ZmBmGupXuxClbbTh { width:10.8125rem;height:2.375rem;top:13.0625rem;left:36.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta { width:47.75rem;height:8.875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T33BOCN9uElBRk01N9K4iTDECxwJBwoV { display:block; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nzxpAhPE45vdlUn8TW38T4IU4gbKOshQ { width:31.625rem;height:13.0625rem;top:11.6875rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fIQk5r2bykAMx4NWBq8DKQh7emgWN0sJ { width:36.125rem;height:3.375rem;top:5.625rem;left:11.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zQDhvs4Bvmcar3d9igGR8QU7T8KCx53v { width:29.1875rem;height:31.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy { display:block; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SKwmsTFRofziRPG6M5TapZ8GcQPZu6ql { width:47.75rem;height:5.375rem;top:2.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFmV4g0SqlVXLEugCVCs2cJTFu9DQbNX { width:24.5rem;height:12rem;top:11rem;left:23.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zL0I449sVc1VoV7ks9B1cuqO4Dz4mBtK { width:19.6875rem;height:5.0625rem;top:23.625rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T28KXbWJsxKaJ0m0cxne0bhfgpGz7dTc { width:47.75rem;height:33.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzfWWUnRxHSsLQfqEeIABclKPG2VDP7e { width:20.375rem;height:24.9375rem;top:7.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DlrwO0JnvDakAGzdTxoMM5qCJT060faa { display:block; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mUxQ1SnztkSOzkC2IbU5QKSVWvLdoXIG { width:31.625rem;height:5.75rem;top:3.0625rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bLc1DhuIonetqaGEDi4PmIA3kN5KpmBR { width:7.4375rem;height:7.375rem;top:2.3125rem;left:8.5625019073488rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pIqDgEroStSqrig2GDF4GSrqaIu6rLrW { width:6.875rem;height:6.875rem;top:2.8125rem;left:3.2124996185302rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KO8cSqWG4TlWeIu5ifCPpZP0qXVuv77v { width:6.875rem;height:6.875rem;top:2.8125rem;left:0rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ { display:block; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AJnTRwOKhJgAxNahE0KLPCXlzWs2lJhE { width:13.25rem;height:9rem;top:6.4375rem;left:17.250001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v12azP0TJ0zHAyqfSwA1u2Qr31nzXwD3 { width:17.375rem;height:17.5rem;top:3.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGtWPHFux8cH3sC4OT4h7wZ7iTEchXwu { width:17.375rem;height:17.5rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z57r4LP9uquNbc89md2fyPylnwHbGPJE { width:20.5rem;height:20.5rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvaE6wqAT6Qb6N57V4lTfBJihT8tetFF { width:20.5rem;height:20.5rem;top:1.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c12LNVKsT1LTRJQeDd3rD1uxb6rn9QGO { width:13.5625rem;height:8.3125rem;top:22.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOrWiyf6n6EOv56SP3NfuxABp3VZWWdM { width:12.5rem;height:8.375rem;top:23.375rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiTmT6XPvTBP6NkUZQktdTxXrIg1gHVF { width:20.5rem;height:20.5rem;top:17.3125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T04dDBrH2bNBOOsEoRrFOXDTbeiKRtJA { width:17.375rem;height:17.5rem;top:18.9375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPLNR5MzT5pn6oH9WwatBdNrCbZ6KZQr { width:12.5rem;height:6rem;top:37.8125rem;left:17.625001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsGigMuzxI0s58L6P4qa4t2GedGDTTBZ { width:20.5rem;height:20.5rem;top:31.3125rem;left:13.625001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DicHNpDD6fy5nRuT5x8L32Aqot40JWxu { width:17.375rem;height:17.5rem;top:32.9375rem;left:15.187501907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAAoza6hy76GGa30TaiVrS1RqpTIBNJi { width:17.125rem;height:4.125rem;top:22.25rem;left:15.312501907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #om7kOdBTs9WT7FEXJ8I06WKvwTh6psB5 { width:2.75rem;height:2.75rem;top:15.4375rem;left:33.499219894409rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOFpJfKm5DqLGEg0uRX8fo6iL75PmTft { width:2.75rem;height:2.75rem;top:37rem;left:34.936719894409rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MctcZ2HWNyCqSTEzTXTPVd2wKSySndDc { width:3.4375rem;height:3.375rem;top:37rem;left:8.27499961853rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQRdlS6MmThlD91X38UzguytUJlzWlwd { width:2.875rem;height:2.875rem;top:14.5rem;left:10.000001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RtTZOGBsavwK5TNlRzZLTTvDgfaqKK1P { width:3.875rem;height:3.875rem;top:51.8125rem;left:21.937501907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 { display:block; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x3z0MOxDs0LiE9fDGf8M2op8HXbToiUT { top:2.75rem;left:21.75rem;width:26rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfmThl3GGI0gmx0rLIERVWVJgW6knSfr { top:10.5rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUPJmpQE0WshrvzNzxZlyFgWN1UU3FSC { top:6.5rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LwSsN6POJ6xwKvGPdBGfxWLto74T8uTN { top:4.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iy7Fe7rF1hNVca38sfK3Nn9muo12vfv6 { top:13.6875rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xS6XvxXT5eGqhgfgw4fk56oJOmza6uNT { top:16.5rem;left:0rem;width:22.5rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AoVOdT9Q4rKJDJ7JOpb60DiFqB8Jmdkm { top:12.3125rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qxf6s08SfFVNhtzNlmiB4et00NbxAQUV { top:10.0625rem;left:25.4375rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lxhpps4gkuiTrLAiUmtMlphiC08yN8p6 { top:18.375rem;left:25.812498092651rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNP7ELHoItmMMlTuXTuwbQJOH3KxJwJa { top:20.8125rem;left:25.25rem;width:22.5rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaQqBh7wFBTQWVbZ0Wu5ylBWRaMxOyUX { top:36.375rem;left:20.5rem;width:27.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOvdserVHo49WBIw91qBtu682B8gwPA7 { top:42.8125rem;left:25.717969894409rem;width:19.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G5kRvflFtrm1UlzvzHCxnfkxqHRQ2ykH { top:44.875rem;left:25.25rem;width:22.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQireeOOgbXDidPwss9AnhUITtb5IEB3 { top:37.375rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #orVi0o4W0EppRATez4f53etcTaEsfws7 { top:30.5625rem;left:0rem;width:27.25rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qq1EgpAihnJFhxNnXfH4XSlQQz2HQWtl { top:36.5625rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UgJ8kfr8d8ZfQ9IyfGzKipFgAUm20Kqr { top:39.125rem;left:0rem;width:22.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LcADcuC6HunorzkilXJSVnJUTy06kxs9 { top:34.25rem;left:25.5rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EoKhGlTiXgH9VS6Gzwc0Ep1MMw2dHTEC { top:28.4375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZqJ9FyU3OF9557lulwRwJhwyI764OcZ { top:46.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mxIC9nkfiZb5wBRSlzi2NG8NpAQOOmy9 { top:48.5rem;left:0rem;width:27.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmJydziPfBNJdlMshZNQLeHp48mW3o4H { top:57.0625rem;left:0rem;width:22.5rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9co6rC8KCt9KVmuIxyAW55WKqsEUBER { top:54.5rem;left:0rem;width:19.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SroCNP75UST2B7PZbihdJT0V7eTBVFpu { top:58.1875rem;left:16.75rem;width:31rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fV4VGHJTX1V18c0lQ97bnomqJBd4WkN9 { width:47.75rem;height:3rem;top:73.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTAKTdFTOKmRKTbQP4VrufoXEg6o7VXN { top:5.875rem;left:0.93750190734863rem;width:1.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mPo1I7WiIJUdWiLplNTptSH9UHqPW7Kl { width:3.75rem;height:3.0625rem;top:6.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mu42XTlVPve7rxXHhzWdtM4xnX8Ul7ZC { width:3.75rem;height:3.0625rem;top:11.8125rem;left:26.874219894409rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OIgXD1dLRCfDQ75TUVVILKONzkcqZGQX { width:3.75rem;height:3.0625rem;top:30.1875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTLteDBLB7xUTfiOKEtkl102u6LnJBvr { width:3.75rem;height:3.0625rem;top:36rem;left:26.874219894409rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bqmvo4Hx5Nb55J1nCErx0JartXXQ3S0A { width:3.75rem;height:3.0625rem;top:48.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XaXaOFuiSzJ7PMoIkoCt2WW1I7Fho9pT { width:37.5625rem;height:37.5625rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { display:block; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rq4duHv2OR4zLWK8OKgwnvw4ZCJAP70S { width:37.75rem;height:1.5rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybzFac4yTu1P67p9l6zEuxvGuXqqwa6Q { width:47.75rem;height:7rem;top:10.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLi0vgEBFgPy2pPyshbQK6aiT1USTwJN { width:21.75rem;height:1.4375rem;top:29.6875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uMlNAsnkU1ccso0wmAHvGzJqR3gmPFUs { width:3.625rem;height:3.625rem;top:28.625rem;left:1rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vrTUlDE8uB2QQbToJyaD0HtWu4nvlFDr { width:13.8125rem;height:1.4375rem;top:29.75rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJZ836Avo28FrogZSmnpof0X5ScUCS9u { width:3.125rem;height:3.125rem;top:28.75rem;left:20.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMKNsA25eZ7soTFBMn26S5SWndlo9TqD { width:8.5625rem;height:1rem;top:29.75rem;left:33.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlPKryQsvCQqzGSNOO57wdiomQogSw4R { width:3.125rem;height:3.125rem;top:28.875rem;left:30.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzUmUIgltEvSLRHiiSzr4OxE1XSfKvnc { width:32rem;height:2.625rem;top:13.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN { width:47.75rem;height:25.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQS3mPuTGDZcNTgaslZSE9rx2Nrk6pMU { width:31.5rem;height:3.4375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uNGeU4lZqueJhivGyAxNVfqSxk9ByWZT { display:block; }
 }@media only screen and (max-width: 1199px) { #cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv { display:block; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nDGnWrswR6coetEq3PVnwqQUXhJ98L75 { width:47.75rem;height:1.5rem;top:4.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rnpn5b33BNubyXvGson7SnxEzzPhC7gb { width:24.25rem;height:3.6875rem;top:45.25rem;left:11.750001907349rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4RgiTilIDOWoXdypfcdoLeZdzPa9II2 { width:42.375rem;height:2.6875rem;top:1.625rem;left:2.6875019073486rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stQPET0N6Sg3bPD4yiOhiQxKRDX4Z0pR { width:13.875rem;height:1.0625rem;top:33.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oisQsG8zGnF37T9F9KxzZ5VrAFEoEAKn { width:9.1875rem;height:1.5625rem;top:35rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeRJhtFmqI3dLS4OaVLFqLTxCJFgUJno { width:12.3125rem;height:2.8125rem;top:29.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BgQAOf0O44DRpRcRPz2MeFJ3xF1b6BDL { width:11.25rem;height:1.75rem;top:27.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJh90gKqNTwC1LPhyyEZTwLykfNsndL2 { width:18.1875rem;height:15.375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqVOvJefRnUfDoG6O0No1dvVMSGbaPrT { width:14.8125rem;height:3.5625rem;top:29.4375rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GX7BQ0IBGTvBO5yrkCUEtbs44bHB2t2w { width:14.1875rem;height:3.25rem;top:25.75rem;left:33.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdGQcJXaqWMgCSMzqIBnZTmTLqsAnRdA { width:9.1875rem;height:1.5625rem;top:34.9375rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BdtRX75OmuUDVPScorlBJ5tSkN65IBXe { width:13.875rem;height:1.0625rem;top:33.8125rem;left:15.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwH9T7FrTuJFUncOQaBN9wTDtc43tUxT { width:14.8125rem;height:2.5625rem;top:30.4375rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGPIkFPBO64SLwHfpxy1tie5HSBOgbeg { width:13.625rem;height:3rem;top:27rem;left:16.125001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKOQz0G2ZRe7FqIRi7W5kTkMipNTNENi { width:18.1875rem;height:15.375rem;top:22.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #satJMsVu0MC1cvTHwK5xd28tTU4m5BJU { width:18.1875rem;height:15.375rem;top:22.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GVFD6cSR5pvWfmsKHoRuiPx5vTOiVcay { width:9.1875rem;height:1.5625rem;top:34.8125rem;left:38.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CH2HCG7Ic6oQ6liFWGnkeRT9auTqq19T { width:13.875rem;height:1.0625rem;top:33.6875rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sehJzPg5gy9NzpwThI835iTlAE3LZn7q { width:28.375rem;height:15.375rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mhg4hcuBTWoTdF59u4H9n3Vvr28tqVzk { width:19.5rem;height:3.25rem;top:55.75rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X90l3SMFFVmgtDOTi47lfVvonpIa1tTS { width:13.875rem;height:1.0625rem;top:60.1875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wVOlczTGbfxFiZwmHq6pbkcDGvUsOUV4 { width:9.1875rem;height:1.5625rem;top:61.3125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XnRW6l1JGHGZ06RMyCmqRAQIidRotLtA { width:40.9375rem;height:1.25rem;top:43.1875rem;left:3.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MqO2cv7B8SBx8tyELqHFWTlJBwTRTBtT { width:10.5rem;height:14.4375rem;top:12.4375rem;left:18.625001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #foLPRgvogqgcL3woBEtKmpw9WUDBeOf4 { width:10.5rem;height:13.1875rem;top:12rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xkv8FAhlNhvOMDk5DTvuGrQaH7Hw5aRA { width:11.6875rem;height:15.125rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdrUcFqMEFHRVWF2ZBXikMRM5znMaUd6 { width:11.3125rem;height:14.1875rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #womFi768eGMSMJXwpHSMAMpeTeEKa3UG { width:22.5rem;height:13.375rem;top:70.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkTAOKymgfJM7gNN75r2EH3l0OlxzsWB { width:21.125rem;height:3.25rem;top:55.25rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kt46IXUdF4uxVzKalwPaKRrMO0ne1AoD { width:13.875rem;height:1.0625rem;top:59.6875rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIdNfGTwIOW01wNCFvgWw4FyDIDTOnWE { width:9.1875rem;height:1.5625rem;top:60.8125rem;left:36.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Em75aaN6zCSIUPqtxAUKMmt0BGkwJ3lH { width:11.3125rem;height:14.1875rem;top:53.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gaq0x51uD2rx4nft0LU4C7o90rXG7o5m { width:3.0625rem;height:4.5625rem;top:77.9375rem;left:24.187501907349rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShMUAFARuuAwfCrZqCxEpiqR7uutVEtN { width:24.625rem;height:2.0625rem;top:70.6875rem;left:23.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWpHCsStGmuFcqUSfU077FENzhcxiufi { width:24.9375rem;height:17.625rem;top:73.375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUlmKZvMfD3KRGRKuqlRJUtxITVHeZJ2 { width:28.375rem;height:15.375rem;top:51.6875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxX2ZZ3IB7UnZK6HLpJ0FxRVnXFKW6Kf { width:3.8125rem;height:3.8125rem;top:74.125rem;left:29.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HL4OWy1Jf2wJMbq0zorKxnxQwl08It5w { width:11.3125rem;height:14.125rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXcvIRT4XM4r7V3VVG61ZBdZN40rRotB { width:28.375rem;height:15.375rem;top:72.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eycH6L19u9ischr3wbt0QP4ixCO8wvyo { width:19.5rem;height:6.5625rem;top:75.8125rem;left:0.93750190734863rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLWoO6ZaVEpsUXA2QaR3dy76euisIISe { width:13.875rem;height:1.0625rem;top:83.625rem;left:0.93750190734863rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9WOpz6BMrS36TukAv9AtxykOeDoEqsL { width:9.1875rem;height:1.5625rem;top:84.75rem;left:0.93750190734863rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QCLA7wGZny0enBmWhBrBEenWqmgeHZAf { display:none; }#QCLA7wGZny0enBmWhBrBEenWqmgeHZAf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Hpl0do70XvTheOON5fzzMTVC59D2GFWi { width:47.75rem;height:3.3238539898133rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gW52aJ60soq68ryZ8F5ucxMy02EQq8ni { width:38.875rem;height:2.25rem;top:1.6875rem;left:4.4375011920929rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MzQNKIteeBMbUWSKwpGa5xBV6vZNBADT { display:none; }#MzQNKIteeBMbUWSKwpGa5xBV6vZNBADT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CtvhgsGUIRZWPD3cwGmmMKldd7L4dNTN { top:3.375rem;left:0rem;width:24.6875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wvbq7rTQLEgSL7HZkKTTL6VJXyCtFN3D { top:0rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #atySWiBFpgpTOQCVQklMTVuM8x15XhaJ { width:6.1875rem;height:2.25rem;top:2.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MwXv1xmr0i45yCqXgdPv5kVDrhC4UBVC { width:15.625rem;height:15.4375rem;top:8.5625rem;left:0.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aX8tAATcQApmM8BFVgKsuhVDuaNNw14Q { width:3.4375rem;height:14.4375rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIrNNXvMA0KlszXIpRMwh4nKDTE0Xfgt { width:3.4375rem;height:14.4375rem;top:8.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svbHKVTsFbqK8d7AszpL8AuJZoUHXZ81 { top:3.375rem;left:7.0625rem;width:24.6875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrLfETWn08hHIca1wsfFM9kSgqQb29Hl { top:0rem;left:15.875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hCE7ysT73x0odppQlSZRlwHDOwXTDExX { width:6.1875rem;height:2.25rem;top:2.1875rem;left:15.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwaTgpOD7QG5qJ40a0EtpdbIHkdKWpcI { top:3.4375rem;left:7.0625rem;width:24.6875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hb9bvC77sfwyL3QlqPHl8Llm2BK3hL9X { top:0rem;left:31.75rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DutETiOU9y0TQ8eaOzKvFxpZzw31bhbQ { width:6.1875rem;height:2.25rem;top:2.1875rem;left:31.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8ekKGF2fUERpntus4RxCKaE2IHABvSs { width:15.625rem;height:1.5rem;top:13.375rem;left:16.000001907349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fX98P83oeQ4lwSaPR00gdlPHhwKLmJpT { width:7.3125rem;height:3.375rem;top:10.0625rem;left:20.156251907349rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rcRJfVyk03uFJhqgvfyTnlpZUS51C2zL { width:18.25rem;height:3.0625rem;top:12.625rem;left:29.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P6U6UmCfRT8iIxh0RmxLAiGJgTS3zFJp { width:17.5rem;height:3.375rem;top:6.625rem;left:30.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bBP8hD2cvM7mMmocaGMhfoUgHNH3MPyi { width:3.4375rem;height:12.0625rem;top:7.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sbIziEtvIqzhBwvCOUQVB9E5P8H5a3Is { width:3.4375rem;height:12.0625rem;top:7.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #w8ESMccqXtIblbPvt4Nkzxz2g7OtEPn0 { width:14.125rem;height:3rem;top:3.625rem;left:1.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #boRR7oQlXKlr5N77Q8FWiTlVsxLGCNFV { width:15.625rem;height:1.5rem;top:6.3125rem;left:0.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 { display:block; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xkXE0l6rmgZFdoK94hb5GlTxKHJEfVvC { width:30.75rem;height:45rem;top:7.9375rem;left:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1JvyTwZDJto8kuxusdTXo23xhvl839W { width:29.375rem;height:2.875rem;top:1.75rem;left:18.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKr2aNNTW6osJWenk0npbiawnSVksWWh { width:19.125rem;height:2.875rem;top:4.625rem;left:28.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJevDi51bL0e6WZwUFszK6ftsxVU4yJJ { width:23.125rem;height:3rem;top:54.5625rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #be7OvT9tyeFcCSNix0C4ixUP6vwsPxhd { width:34.9375rem;height:5.4375rem;top:53.375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r7lQF4bBMohL9o2ACRcAkMrxOcPbldSz { width:41.875rem;height:43.6875rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t66OzJ93akUPpVlJ2GBxKH1P0bzU2qpo { display:none; }#t66OzJ93akUPpVlJ2GBxKH1P0bzU2qpo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #c5JKsULst9EQtcMXw8E8TTfSPpbcxhzc { width:34.875rem;height:23.625rem;top:9.8125rem;left:12.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dkLwG4N2akBm7gopbTXPAE8gUuRFmtII { width:29.375rem;height:2rem;top:3.3125rem;left:18.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CON1QeALoo8yMTKFPSgTzEg1sfZfqKNR { width:19.125rem;height:2rem;top:5.4375rem;left:26.499219894409rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k0BTv6yaACyMpJLTnnharNMvpVUJWqKS { width:30.5625rem;height:30.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAxUTfamSpXB94LT6bfHXoFyNUBq3s0X { width:30.5625rem;height:39.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON { display:none; }#wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iCMvIw6ztsTyfVETry7yefcoyiKP54WF { width:30.9375rem;height:3.6875rem;top:11.875rem;left:8.4062519073488rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfyeReaHrTPWZrd6K4nLhlSoETlaQmX5 { width:36.3125rem;height:19rem;top:6.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hkae5ZWaUwM6bk8g5crwC6V7mvZc8Emd { width:27.4375rem;height:1.8125rem;top:9.4375rem;left:10.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PVNfUusRRaBzkIQDRiO6KQfFnlhvqM6A { width:37.625rem;height:2.875rem;top:2.125rem;left:4.5617198944092rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTPlTw0FG3bRqNmvbw0IqaVRDmZsTEfB { width:31.5rem;height:3.4375rem;top:18.5rem;left:8.1250019073488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgBN3fhyDy8A5JILTgtWoz2sOuzCTbzC { display:block; }
 }@media only screen and (max-width: 1199px) { #NJ2GskDg6c3wdr0sa4R1i1DQEQ49KDcI { display:none; }#NJ2GskDg6c3wdr0sa4R1i1DQEQ49KDcI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #pv8M3MoKbPVNRXdx7byFii5FyFLL2mKm { width:15.5rem;height:7.25rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzTyezzxTBKgMhsPyr2PpyM1xEhOnaRF { width:9.8125rem;height:3.5rem;top:11.375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UpmaTGGKtNCyOr6AzTTx2TgxGxolxtE8 { width:15.5rem;height:7.25rem;top:9.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nQuBeixlz7o1VMGFfVL7VqbqNcgnwkHw { width:10.8125rem;height:2.125rem;top:12.25rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Df1iUKlty1c6WUJrVABHST46Tl01Kcuy { width:15.5rem;height:7.25rem;top:9.5rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOMRhPpc21tFqgnBeceEfIMNWuIQgGlH { width:12.5rem;height:1.25rem;top:12.5rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IvcGmBGFmAyytmbsRyzDVVAT00sIFFxf { width:15.5rem;height:7.25rem;top:9.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfHPwzvS4OXqAWcghJvIS2WmSp6WSS3J { width:12.625rem;height:3.375rem;top:11.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AAfqOzD3uUtrCipFflNV4h7edP1Js8pE { width:6.3125rem;height:6.3125rem;top:19.3125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9XqgOIFcamEDFDBVIppTTztmHm4ch7x { width:15.5rem;height:7.25rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dXLhxOFwCl7pghQtgX0TkahpvfHGg4mQ { width:15.5rem;height:7.25rem;top:18.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qrb8QRatirRgTDincG5WwAeK63qRQ704 { width:11.0625rem;height:11.0625rem;top:16.8125rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lU7feOT5QkHH3EaKirDrH4IfKra855MT { width:15.5rem;height:7.25rem;top:18.5625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRtlnklKKOTApB2Ap03X38sNbwaMBgQy { width:7.125rem;height:7.125rem;top:18.5625rem;left:26.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzDOV1525TTW3LZvD2CgQGZZo733c09r { width:15.5rem;height:7.25rem;top:18.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hltgsfECPg7IoqS3W8gCa5VKTBen4Kog { width:7.9375rem;height:2.9375rem;top:21rem;left:37.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJSNxniQtdSyVSOTix3Jq0bV6mGAGLIF { width:6.8125rem;height:5.9375rem;top:28.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kA682C8v78dnaWH6X78zpJrOhJlsIASI { width:15.5rem;height:7.25rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnTZ0cGXsOmo1k6uF1ZdhKwvoDWd1n8q { width:15.5rem;height:7.25rem;top:27.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdWqVrxqW84wvx1eKAoRoTTZeI2odtKp { width:5.6875rem;height:4.5625rem;top:28.75rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VPtyJiTXLpbJodU71FBco8NLMJH8GC9w { width:15.5rem;height:7.25rem;top:27.4375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFTkcTZUybGWBS9kus2WNtVs8x2SC1Li { width:8.9375rem;height:3.3125rem;top:29.625rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAVHXC7fbiTy6sDpVmKTsr5q12IIppSh { width:18.4375rem;height:1.1875rem;top:4.25rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XxJZ7EImulwTT6RrH7l2FqFAlDm677CD { display:block; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KQqW1Sk16Aprt5L5lovl2QZsefwsLRkA { width:47.75rem;height:32.411876584954rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6xBdIGrPvlrepVLKf5kDo3V9UbXlPeZ { width:47.75rem;height:1.8125rem;top:2.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIuT58eyEuhtZLMIxORr0enPmNhM1hQA { width:47.75rem;height:96rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq { display:block; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G8fa0fg5K4gLem65oxtH1XuDfbTiTNOU { width:5.75rem;height:5.875rem;top:5.4375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRDNJblhhBAMPoVUSNT0geAsNo8SiL6E { width:47.75rem;height:4.5rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgSfJoGlNExgK0vimvApvQ3pbGMQiyWH { width:12.1875rem;height:2.4375rem;top:7.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IX9Lhk3rA0DldBa3e0N1rI400Ns4CHaM { display:block; }
 }@media only screen and (max-width: 1199px) { #KosZUcVsQLz8GUPI9ST05TrieGlTe0ss { width:12.625rem;height:2.4375rem;top:7.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQ26yvHcMMtXRNPAE01KX7d4DzdoQaz4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 { display:block; }#frcvpbGHKwmVVnG5lqQaVClcHQqmuZR8 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JL02oPKrRJJJXnImlKnGg08ExcozGhop { width:17.5625rem;height:1.95rem;top:1.1499999761581rem;left:1.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN { background-color:#000000;background-image:url("https://images.assets-landingi.com/jiMF676T/egr.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.adaptive-delivery-prevent-bg, #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.lazyload, #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.lazyloading { background-image: none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container { width:20rem;height:79.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mb3tg5W6nxIb3txeNcZuAZdTP9DsbAFl { width:18.625rem;height:6.75rem;top:36.21328163147rem;left:0.6875rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;font-size:1rem;overflow:hidden; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42  { width:17.5rem;height:auto;top:43.5625rem;left:0rem; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 {display:block;}#PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 { width:17.5rem;height:auto;top:43.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #eDFE2xKvcZmf8eCbAWz9CEo3uL75c7Pu {  }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #WKmTN3l2RT1Eqci5UzaTlBIeBJKIoI8i {  }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #P1TuiWQsQkIFtVb1GBhMw3Hda9riP2am {  }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #nyEdIANhCKG1xF7G3DCTfXMO1oXhT71M {  }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #bxldzUvXeCyQxDmENNNAyKK25Gq1qiew {  }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #K3DIg7PARJhPrPfaZcnMEw91qIMcyqQH {  }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #V6JJwusHeuzk8RQPXFXkeETiW2fBHMH3 {  }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #qNuUkaP4NN9L2eT05rpRaHK2z6z9g42T {  }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #opA0B18W4ZPnqB7J7wxThBTyEtO3MNWM {  }
 }@media only screen and (max-width: 763px) { #pIvAX8ywPUQufDAUgBiJCZKmJL4Tgxac { display:block; }
 }@media only screen and (max-width: 763px) { #WOtR0xhH5Kfq7Ay0zBFaCfoIENc8Cm3J { display:block; }
 }@media only screen and (max-width: 763px) { #WRlynlkuWGq2hCfnfRrxUnUUswiHugHu { display:block; }
 }@media only screen and (max-width: 763px) { #XqAS8Bt6GSdCIF3J81VqDzZ4aItWswor { display:block; }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #R0I8E8s6Dwis8PgFRlpAonOTXfk76WW9 {  }
 }@media only screen and (max-width: 763px) { #PxB9Zaxmo04BTi1Ug8eIBGPG5g21Bc42 #f3pLeMeNsSHkzezI53QqR5Za6PKlJAr2 {  }
 }@media only screen and (max-width: 763px) { #XfdpOasBmTsDI9F1pO31R9cQXt8go7G0 { width:20rem;height:46.0625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1WOMVeN42R0SKvTCJVnN8TmPReB9kLu { width:18rem;height:3.9rem;top:65rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLkmO0gi4D8PFI8KHT63RiOqbOV7XPoO { width:20rem;height:4.125rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPmsQVzKhDiB4SrzloIrMRR8wh8Iy0N { width:15.6875rem;height:2.925rem;top:31.9375rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBqXr1iltdL41yBhpUVdrndQt6QDepOL { width:3.125rem;height:3.125rem;top:69.75rem;left:1.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNe2PTZWibd6DsadolTr7fXX9CEoBvQ6 { width:3.125rem;height:3.125rem;top:69.75rem;left:15.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRRpJQlb7eXOBOmxzo4P80rzwNyTwNm3 { width:3.125rem;height:3.125rem;top:69.875rem;left:8.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47fLvm0XqvLVE4oF8eA7xhU9UEgh73a { width:4.25rem;height:2.1125rem;top:73.25rem;left:15.1875rem;font-size:0.8125rem;font-family:"muli black";text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XmhpK39e3RbBmTbaRiFRyFldFd8OxETr { width:6.6875rem;height:1.05625rem;top:73.5rem;left:7.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:"muli black";display:block; }
 }@media only screen and (max-width: 763px) { #sXLRSTV2DZtupBQHPiRkovPDm4P3dZg6 { width:5.8125rem;height:1.1rem;top:73.4375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;font-family:"muli black";display:block; }
 }@media only screen and (max-width: 763px) { #r9BX4QU7d0HeTQbezDUzrZa5T5RoCht1 { width:18.0625rem;height:10.6875rem;top:0.875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMbOAiT1M3b5Xec0eW5KeTWtEoTGK6Lg { width:20rem;height:24.5453125rem;top:9.354687690735rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #C0sTO4hD1f7R14KIz4Atar8TOkbhUftL { width:20rem;height:24.545454545454rem;top:4.2999999761581rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO { background-color:#000000;background-image:url("https://images.assets-landingi.com/jiMF676T/egr.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.adaptive-delivery-prevent-bg, #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.lazyload, #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.lazyloading { background-image: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { background-color: transparent; background-image: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container > .video-iframe-container { display: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row > .video-iframe-container { display: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .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); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-text {padding-top: 0; padding-bottom: 0;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-select {padding-top: 0; padding-bottom: 0;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;font-size:1rem;overflow:hidden; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN  { width:17.5rem;height:auto;top:37.5625rem;left:0rem; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN {display:block;}#oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN { width:17.5rem;height:auto;top:37.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #otT9SWlfKgFIDOEqi4Z0tnON4kOdRu1U {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #swFEWRlLdKRZymIGm4OlPVVzM57LWUlc {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #flnUwJpZ80hMPqOv3EFiV0TCKlJiUXTp {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #n6A6A27IIemU6pnJ8yJnvPO12LJRqm4P {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #ZgSPaFNcx23TkazCKlmGrvZts1m4hQAo {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #tTzAyRoXIzL1qxXkmqrXxsfPR6kaUwmA {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #qqkgyFfZ4hTF7bC8ILvTXEDQFgtcTTfv {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #dEir5wFbmqupUrKqVDNfe22KnTcnaBfy {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #P7nfM61SB65RwQF78ZoT8v3eXma93yaX {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #V3a5epNi1o2vxLSsRDbX5o5MIR1MkvBT {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #WgkSXHvhVVeUvltip3fbEi3I7ryfWiKs {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #A77x3MZ8BHRnNdwJ08kqOVlPpKP5Tpr7 {  }
 }@media only screen and (max-width: 763px) { #HMvb0xU6XrRLzkdrkCeGTlvI1N5IkIdP { display:block; }
 }@media only screen and (max-width: 763px) { #ot9re7kPyN0bi6xrsgMzF6cMlm1aVcy5 { display:block; }
 }@media only screen and (max-width: 763px) { #qX25BEAnTPlm5HsDrsFEM1Gg1TMUHnuJ { display:block; }
 }@media only screen and (max-width: 763px) { #EaQAxa7T1s5PUp9TAyRTbHgDHt8tnMC0 { display:block; }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #vJZQ2s4dvss61Tcf1EIJIdZirdiXPTmt {  }
 }@media only screen and (max-width: 763px) { #oJBlaJ0usGNVsHZTH6lzHRGiUViWGmqN #yRC5c7hm21iyyw2DdlHn7wB4SpF8UCVy {  }
 }@media only screen and (max-width: 763px) { #b4mRRzGSIvEO972cG7yXfQMEr6lMLgDf { width:20rem;height:32.6875rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPM1TS7yEzTZd8p3y5CbDTNWiC4cnpH { width:20rem;height:4.125rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9TUmVRKIJxoZxPpkdC5ytSMLTftsbqo { width:18.0625rem;height:10.6875rem;top:0.875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAmyTwtZmlBUKSRSUKb9h8MdbV4BVWMx { width:20rem;height:24.5453125rem;top:9.354687690735rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #qFpaUrsDuh5CTUUCd0mLRHC3l0OVNuJd { width:20rem;height:24.59587955626rem;top:2.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdEKUdmcJE5ZSrfRpvqf7345Ww0z0qat { width:20rem;height:2.4375rem;top:31.65625rem;left:0rem;font-size:0.9375rem;font-family:"muli black";display:block; }
 }@media only screen and (max-width: 763px) { #GaAN3LFAJEXfRvPAfyz9JNVCOZMbCqk0 { width:18.4375rem;height:3.15rem;top:35.75rem;left:0.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 { display:block; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaOudiN5gWcdt5Aw39w58JFpAHcx4Tl6 { width:19.4375rem;height:23.75rem;top:8.8000011444094rem;left:0.28125rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Z5QHAtFsmnCaePuG72FqJsz9hm0sbM11 { width:20rem;height:6.4rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbzG1QiTVXaRuNTlrXTdkvV3bveVoVJJ { width:13.1875rem;height:28.0625rem;top:7.5500002801419rem;left:3.4062498807907rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #aMS7XCpkt4DmAJDhZLorAP8glL1qoOur { width:20rem;height:1.5625rem;top:36.862503051757rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { display:block; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlAwDKlwBnhAiHpElBkUyuE78LMpfkwy { width:18.9375rem;height:5.5875rem;top:1.2062530517578rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { display:block; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaPESaTnJqrLRWOXq0g7I76fTumfcSCn { width:13.3125rem;height:17.1875rem;top:0.25rem;left:3.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZDKAftpcySrl43d8TyuySX7pEmRtSdo { width:20rem;height:3.3rem;top:58.25rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RoCTTQQsVyDRupcio8IBQMdowt119BsJ { width:20rem;height:40.95rem;top:19.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AP5HPkTyhvtcQpKRAQJw1Ii5wkie3xOG { width:20rem;height:4.4rem;top:41.597686767578rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD { display:none; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .row .container { width:20rem;height:65.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iglnoyeLRtfonlRkPM7xCooOu3J5MEiy { width:20rem;height:27.5rem;top:4.32421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWmWeHJJEVs846GwQTSqqHuPEXLUW061 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXX80nywkXOPG2EOJyyx88aIzPz42WlJ { width:20rem;height:28.043rem;top:33.923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDUidJZMU2mqDJH11ProugbKrALAKpxH { background-color:transparent;background-image:url("https://images.assets-landingi.com/e1yCZV1t/FODJG.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH.adaptive-delivery-prevent-bg, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyload, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyloading { background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { background-color: transparent; background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,14,41,0.61); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,14,41,0.61); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .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); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { width:20rem;height:42.450012207031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxnppLmo9ocgLQigWAWkVM0ZNDqhUQeE { width:20rem;height:15.925rem;top:6.0242137908936rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4gbSDf5fylGQTJsOl8diaCZa7hN0tZ { width:20rem;height:3.4375rem;top:1.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhyMKmHCyRHoqtifyFTiKM85wtGv2ImZ { width:20rem;height:14.7rem;top:27.762500762939rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxRlDOpSMVZUerwoZm5ttBiuv6sIs0Iy { width:20rem;height:6.05rem;top:20.69921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9eR75PzQOF58i1Sb0xPhNzvKWB9ifTb { width:3.375rem;height:3.3125rem;top:51.637499809265rem;left:8.3125003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMkLKwTHSf49KMwOFwGI77vP1T2nocql { display:block; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxtqVE0xKDCCwVCEnmcM1rLG4AyTgoeM { width:20rem;height:1.5125rem;top:1.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4VTBoTfJ7v2ooFexc8yPWdBRurCom9S { width:20rem;height:2.4375rem;top:3.8984298706055rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VZbqCIsQDMJuSayOCivEkrIo1tbdXT { width:17.6875rem;height:6.8875rem;top:24.0625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbfGrn5TeE33iWGxDlAPZaCAsUhkKA0x { width:4.5625rem;height:4.5rem;top:7.1562509536744rem;left:0.71718752384188rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTXGZb7UCSizfg7Lgu7LEDkryLNhGSHV { width:3.6875rem;height:3.6875rem;top:7.5625rem;left:8.1562503576281rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehq5hHliW986ui4ZhgtofGWkA60TZPQf { width:3.875rem;height:3.9375rem;top:7.4375rem;left:15.437500357628rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgtbWosaqT6HeILZ1PDI05ROXFhNewfy { width:4.375rem;height:4.375rem;top:14.999218940735rem;left:0.81171870231631rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlRt5M8S3nynBW24na3oZCVnT6tUTIe9 { width:4.125rem;height:4.125rem;top:14.90625rem;left:15.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmlrkUEh8lhA6qTn8beiQr38Uyt16CNa { width:4.25rem;height:4.25rem;top:15.186718940735rem;left:7.8750003576281rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLxmGftq9K9q7bPpNdhpwGBDoJNV5HRL { width:5.625rem;height:1.3rem;top:11.656250953674rem;left:1.5617188215256rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qEvRlFRW7menmK3Xr6yNaKGiv7Ucrf2g { width:8.25rem;height:1.3rem;top:11.65625rem;left:5.8749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGqCCn7GoQr0gk7zFUuMXk4pGfmn3VOM { width:5.875rem;height:1.21875rem;top:11.65625rem;left:14.125000357628rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XMAT8WMWsUeSWv6KPkbgTKGB6n0uXaSV { width:8.25rem;height:1.21875rem;top:19.499220848084rem;left:0.24921876192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwlG9tSE2xKIcMIQ1sT6TXzLWAybaEGN { width:8.25rem;height:1.3rem;top:19.499220848084rem;left:5.8749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5fzXGvUa09Il24ZmBmGupXuxClbbTh { width:7.0625rem;height:2.4375rem;top:19.3740234375rem;left:12.9375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta { width:20rem;height:8.875rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33BOCN9uElBRk01N9K4iTDECxwJBwoV { display:block; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzxpAhPE45vdlUn8TW38T4IU4gbKOshQ { width:20rem;height:18.4375rem;top:26.110938549042rem;left:0rem;font-size:0.875rem;color:#313131;display:block; }
 }@media only screen and (max-width: 763px) { #fIQk5r2bykAMx4NWBq8DKQh7emgWN0sJ { width:20rem;height:5.15625rem;top:1.6867189407349rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQDhvs4Bvmcar3d9igGR8QU7T8KCx53v { width:16.5625rem;height:17.9375rem;top:7.3101577758787rem;left:1.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy { display:block; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKwmsTFRofziRPG6M5TapZ8GcQPZu6ql { width:15.9375rem;height:4.95rem;top:1.375rem;left:2.0312501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFmV4g0SqlVXLEugCVCs2cJTFu9DQbNX { width:17.5625rem;height:10.96875rem;top:24.356250047684rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL0I449sVc1VoV7ks9B1cuqO4Dz4mBtK { width:15.3125rem;height:5.11875rem;top:34.731250047684rem;left:2.3437501192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28KXbWJsxKaJ0m0cxne0bhfgpGz7dTc { width:20rem;height:42.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzfWWUnRxHSsLQfqEeIABclKPG2VDP7e { width:12.125rem;height:14.875rem;top:8.3125004768369rem;left:3.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlrwO0JnvDakAGzdTxoMM5qCJT060faa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa.adaptive-delivery-prevent-bg, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyload, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyloading { background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { background-color: transparent; background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .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); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUxQ1SnztkSOzkC2IbU5QKSVWvLdoXIG { width:20rem;height:6.125rem;top:8.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bLc1DhuIonetqaGEDi4PmIA3kN5KpmBR { width:5.25rem;height:5.25rem;top:2.1875rem;left:2.3125001192093rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIqDgEroStSqrig2GDF4GSrqaIu6rLrW { width:6rem;height:6rem;top:2.1875rem;left:11.875000357628rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO8cSqWG4TlWeIu5ifCPpZP0qXVuv77v { width:5.875rem;height:5.875rem;top:2.0625rem;left:7.5000003576281rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.adaptive-delivery-prevent-bg, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyload, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyloading { background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { background-color: transparent; background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .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); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { width:20rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJnTRwOKhJgAxNahE0KLPCXlzWs2lJhE { width:11.75rem;height:10.2375rem;top:5.0804691314697rem;left:4.1249998807907rem;font-size:0.875rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #v12azP0TJ0zHAyqfSwA1u2Qr31nzXwD3 { width:14.125rem;height:14.3125rem;top:20.136720657349rem;left:2.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtWPHFux8cH3sC4OT4h7wZ7iTEchXwu { width:14.125rem;height:14.125rem;top:2.96875rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #z57r4LP9uquNbc89md2fyPylnwHbGPJE { width:17.1875rem;height:17.1875rem;top:0.8125rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaE6wqAT6Qb6N57V4lTfBJihT8tetFF { width:17.1875rem;height:17.1875rem;top:18.6875rem;left:1.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #c12LNVKsT1LTRJQeDd3rD1uxb6rn9QGO { width:12.125rem;height:7.35rem;top:23.617189407349rem;left:3.9374998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOrWiyf6n6EOv56SP3NfuxABp3VZWWdM { width:12.5rem;height:7.35rem;top:46.930469512939rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiTmT6XPvTBP6NkUZQktdTxXrIg1gHVF { width:17.1875rem;height:17.1875rem;top:41.324219703674rem;left:1.4062501192093rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #T04dDBrH2bNBOOsEoRrFOXDTbeiKRtJA { width:14.125rem;height:14.1875rem;top:60.856250047684rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPLNR5MzT5pn6oH9WwatBdNrCbZ6KZQr { width:12.5rem;height:6.3rem;top:65.367969512938rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsGigMuzxI0s58L6P4qa4t2GedGDTTBZ { width:17.5rem;height:17.4375rem;top:59.231250762939rem;left:1.25rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #DicHNpDD6fy5nRuT5x8L32Aqot40JWxu { width:14.125rem;height:14.125rem;top:43.54296875rem;left:2.9375001192093rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #sAAoza6hy76GGa30TaiVrS1RqpTIBNJi { width:17.125rem;height:4.225rem;top:36.386719703674rem;left:1.4375001192093rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om7kOdBTs9WT7FEXJ8I06WKvwTh6psB5 { width:2.75rem;height:2.75rem;top:101.63749694824rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOFpJfKm5DqLGEg0uRX8fo6iL75PmTft { width:2.75rem;height:2.75rem;top:175.46249694824rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MctcZ2HWNyCqSTEzTXTPVd2wKSySndDc { width:3.4375rem;height:3.375rem;top:170.83749694824rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQRdlS6MmThlD91X38UzguytUJlzWlwd { width:2.875rem;height:2.875rem;top:22.5rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtTZOGBsavwK5TNlRzZLTTvDgfaqKK1P { width:3.875rem;height:3.875rem;top:77.918762207031rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 { display:block; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { width:20rem;height:113.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3z0MOxDs0LiE9fDGf8M2op8HXbToiUT { width:20rem;height:3.9rem;top:0.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfmThl3GGI0gmx0rLIERVWVJgW6knSfr { width:8.125rem;height:0.25rem;top:5.4617156982422rem;left:5.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPJmpQE0WshrvzNzxZlyFgWN1UU3FSC { width:20rem;height:12.625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwSsN6POJ6xwKvGPdBGfxWLto74T8uTN { width:5.5625rem;height:5.5625rem;top:7.09218788147rem;left:7.2187498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy7Fe7rF1hNVca38sfK3Nn9muo12vfv6 { width:14.75rem;height:1.625rem;top:13.9375rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xS6XvxXT5eGqhgfgw4fk56oJOmza6uNT { width:17.125rem;height:3.16875rem;top:16.25rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AoVOdT9Q4rKJDJ7JOpb60DiFqB8Jmdkm { width:20rem;height:18.25rem;top:41.750001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxf6s08SfFVNhtzNlmiB4et00NbxAQUV { width:5.5625rem;height:5.5625rem;top:39.78125rem;left:7.2187498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxhpps4gkuiTrLAiUmtMlphiC08yN8p6 { width:19.4375rem;height:1.625rem;top:47.531251907349rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNP7ELHoItmMMlTuXTuwbQJOH3KxJwJa { width:18.125rem;height:3.65625rem;top:49.681251525879rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaQqBh7wFBTQWVbZ0Wu5ylBWRaMxOyUX { width:20rem;height:12.4375rem;top:63.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvdserVHo49WBIw91qBtu682B8gwPA7 { width:19.4375rem;height:1.625rem;top:68.0625rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5kRvflFtrm1UlzvzHCxnfkxqHRQ2ykH { width:16.4375rem;height:4.55rem;top:69.912500381469rem;left:1.7812501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQireeOOgbXDidPwss9AnhUITtb5IEB3 { width:8.25rem;height:0.375rem;top:96.475013732913rem;left:5.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #orVi0o4W0EppRATez4f53etcTaEsfws7 { width:20rem;height:13.1875rem;top:25.43674659729rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq1EgpAihnJFhxNnXfH4XSlQQz2HQWtl { width:11.8125rem;height:1.625rem;top:30.687500476837rem;left:4.0937498807907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgJ8kfr8d8ZfQ9IyfGzKipFgAUm20Kqr { width:15.25rem;height:2.4375rem;top:32.730469226837rem;left:2.3750001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcADcuC6HunorzkilXJSVnJUTy06kxs9 { width:5.5625rem;height:5.5625rem;top:61.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoKhGlTiXgH9VS6Gzwc0Ep1MMw2dHTEC { width:5.5625rem;height:5.5625rem;top:23.436717987061rem;left:7.2187498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZqJ9FyU3OF9557lulwRwJhwyI764OcZ { width:5.5625rem;height:5.5625rem;top:79rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxIC9nkfiZb5wBRSlzi2NG8NpAQOOmy9 { width:20rem;height:13.0625rem;top:81.336719512938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmJydziPfBNJdlMshZNQLeHp48mW3o4H { width:17.4375rem;height:6.4rem;top:86.748439788819rem;left:1.2812501192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9co6rC8KCt9KVmuIxyAW55WKqsEUBER { width:19.4375rem;height:1.625rem;top:85.149223327638rem;left:0.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SroCNP75UST2B7PZbihdJT0V7eTBVFpu { width:20rem;height:7.45625rem;top:97.811718940738rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fV4VGHJTX1V18c0lQ97bnomqJBd4WkN9 { width:17.8125rem;height:6.75rem;top:106.09921932221rem;left:1.09375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LTAKTdFTOKmRKTbQP4VrufoXEg6o7VXN { width:1.75rem;height:0;top:10.625rem;left:15.687500357628rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPo1I7WiIJUdWiLplNTptSH9UHqPW7Kl { width:3.75rem;height:2.6rem;top:8.5749702453612rem;left:8.1250003576281rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu42XTlVPve7rxXHhzWdtM4xnX8Ul7ZC { width:3.75rem;height:2.6rem;top:24.917188644409rem;left:8.1250003576281rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIgXD1dLRCfDQ75TUVVILKONzkcqZGQX { width:3.75rem;height:2.6rem;top:41.262500762939rem;left:8.1250003576281rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLteDBLB7xUTfiOKEtkl102u6LnJBvr { width:3.75rem;height:2.6rem;top:62.5625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqmvo4Hx5Nb55J1nCErx0JartXXQ3S0A { width:3.75rem;height:2.6rem;top:80.5rem;left:8rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaXaOFuiSzJ7PMoIkoCt2WW1I7Fho9pT { width:19.375rem;height:37.5625rem;top:140.83747558594rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { display:block; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq4duHv2OR4zLWK8OKgwnvw4ZCJAP70S { width:17.75rem;height:3rem;top:3.31640625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybzFac4yTu1P67p9l6zEuxvGuXqqwa6Q { width:15.5rem;height:15.84375rem;top:6.9484386444094rem;left:2.2500001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLi0vgEBFgPy2pPyshbQK6aiT1USTwJN { width:6.3125rem;height:0.9625rem;top:29.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;font-family:roboto;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uMlNAsnkU1ccso0wmAHvGzJqR3gmPFUs { width:3.625rem;height:3.625rem;top:25.5625rem;left:1.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrTUlDE8uB2QQbToJyaD0HtWu4nvlFDr { width:5.1875rem;height:3.16875rem;top:29rem;left:8rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:roboto;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yJZ836Avo28FrogZSmnpof0X5ScUCS9u { width:3.125rem;height:3.125rem;top:25.5625rem;left:9rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMKNsA25eZ7soTFBMn26S5SWndlo9TqD { width:4.25rem;height:2.1125rem;top:29rem;left:15.25rem;font-size:0.8125rem;font-family:roboto;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RlPKryQsvCQqzGSNOO57wdiomQogSw4R { width:3.125rem;height:3.125rem;top:25.625rem;left:15.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzUmUIgltEvSLRHiiSzr4OxE1XSfKvnc { width:20rem;height:2.68125rem;top:12.698440551757rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN { width:20rem;height:22.875rem;top:1.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block; }#pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.adaptive-delivery-prevent-bg, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyload, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PQS3mPuTGDZcNTgaslZSE9rx2Nrk6pMU { width:19rem;height:3.4375rem;top:33.4rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNGeU4lZqueJhivGyAxNVfqSxk9ByWZT { display:block; }
 }@media only screen and (max-width: 763px) { #cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv { display:block; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { width:20rem;height:181.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDGnWrswR6coetEq3PVnwqQUXhJ98L75 { width:20rem;height:1.3rem;top:4.3617191314697rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpn5b33BNubyXvGson7SnxEzzPhC7gb { width:20rem;height:3.4125rem;top:78.975002288819rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4RgiTilIDOWoXdypfcdoLeZdzPa9II2 { width:20rem;height:1.875rem;top:2.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stQPET0N6Sg3bPD4yiOhiQxKRDX4Z0pR { width:13.875rem;height:0.975rem;top:22.8125rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oisQsG8zGnF37T9F9KxzZ5VrAFEoEAKn { width:9.1875rem;height:1.3rem;top:23.9375rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeRJhtFmqI3dLS4OaVLFqLTxCJFgUJno { width:14.875rem;height:1.21875rem;top:21.062500953674rem;left:2.5625001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BgQAOf0O44DRpRcRPz2MeFJ3xF1b6BDL { width:11.25rem;height:1.7875rem;top:19.000000953674rem;left:4.3749998807907rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJh90gKqNTwC1LPhyyEZTwLykfNsndL2 { width:18.125rem;height:14.6875rem;top:11.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVOvJefRnUfDoG6O0No1dvVMSGbaPrT { width:15.375rem;height:2.4375rem;top:69.737501144406rem;left:2.3125001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GX7BQ0IBGTvBO5yrkCUEtbs44bHB2t2w { width:14.1875rem;height:3.3rem;top:65.81250190735rem;left:2.9062501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdGQcJXaqWMgCSMzqIBnZTmTLqsAnRdA { width:9.1875rem;height:1.3rem;top:46.562500953674rem;left:4.9687498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdtRX75OmuUDVPScorlBJ5tSkN65IBXe { width:13.875rem;height:0.975rem;top:45.612500190735rem;left:3.0625001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwH9T7FrTuJFUncOQaBN9wTDtc43tUxT { width:14.8125rem;height:2.4375rem;top:42.500000953674rem;left:2.5937501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uGPIkFPBO64SLwHfpxy1tie5HSBOgbeg { width:13.625rem;height:2.475rem;top:39.737500190735rem;left:3.1875001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKOQz0G2ZRe7FqIRi7W5kTkMipNTNENi { width:18.1875rem;height:15.375rem;top:34.574999809265rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #satJMsVu0MC1cvTHwK5xd28tTU4m5BJU { width:18.1875rem;height:15.375rem;top:62.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVFD6cSR5pvWfmsKHoRuiPx5vTOiVcay { width:9.1875rem;height:1.3rem;top:74.162499427794rem;left:5.4062498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CH2HCG7Ic6oQ6liFWGnkeRT9auTqq19T { width:13.875rem;height:0.975rem;top:73.212499618531rem;left:3.0625001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sehJzPg5gy9NzpwThI835iTlAE3LZn7q { width:17.625rem;height:13.4375rem;top:94.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhg4hcuBTWoTdF59u4H9n3Vvr28tqVzk { width:14.875rem;height:4.5rem;top:98.6250038147rem;left:3.0625001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X90l3SMFFVmgtDOTi47lfVvonpIa1tTS { width:13.875rem;height:0.975rem;top:103.5625038147rem;left:3.0625001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVOlczTGbfxFiZwmHq6pbkcDGvUsOUV4 { width:9.1875rem;height:1.3rem;top:105.4375038147rem;left:5.4687498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnRW6l1JGHGZ06RMyCmqRAQIidRotLtA { width:20rem;height:2.3375rem;top:81.62500190735rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqO2cv7B8SBx8tyELqHFWTlJBwTRTBtT { width:8.8125rem;height:12.25rem;top:27.550000190735rem;left:6.2187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLPRgvogqgcL3woBEtKmpw9WUDBeOf4 { width:9.5rem;height:12rem;top:53rem;left:5.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkv8FAhlNhvOMDk5DTvuGrQaH7Hw5aRA { width:8.8125rem;height:11.375rem;top:7.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdrUcFqMEFHRVWF2ZBXikMRM5znMaUd6 { width:10.125rem;height:12.625rem;top:85.56250190735rem;left:5.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #womFi768eGMSMJXwpHSMAMpeTeEKa3UG { width:18.5rem;height:15.375rem;top:119.67500114441rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkTAOKymgfJM7gNN75r2EH3l0OlxzsWB { width:13.4375rem;height:4.5rem;top:123.75rem;left:3.2812498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt46IXUdF4uxVzKalwPaKRrMO0ne1AoD { width:13.875rem;height:0.975rem;top:130.75rem;left:3.0625001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIdNfGTwIOW01wNCFvgWw4FyDIDTOnWE { width:9.1875rem;height:1.3rem;top:132.3125rem;left:5.4062498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Em75aaN6zCSIUPqtxAUKMmt0BGkwJ3lH { width:10.25rem;height:12.875rem;top:110.3125rem;left:4.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gaq0x51uD2rx4nft0LU4C7o90rXG7o5m { width:20rem;height:2.6rem;top:161.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShMUAFARuuAwfCrZqCxEpiqR7uutVEtN { width:20rem;height:1.5rem;top:164.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWpHCsStGmuFcqUSfU077FENzhcxiufi { width:20rem;height:14.125rem;top:166.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUlmKZvMfD3KRGRKuqlRJUtxITVHeZJ2 { width:20rem;height:14.375rem;top:164rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxX2ZZ3IB7UnZK6HLpJ0FxRVnXFKW6Kf { width:3.8125rem;height:3.8125rem;top:161.4375rem;left:15.625000357628rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL4OWy1Jf2wJMbq0zorKxnxQwl08It5w { width:10.4375rem;height:13rem;top:137.82188034058rem;left:4.7812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXcvIRT4XM4r7V3VVG61ZBdZN40rRotB { width:20rem;height:13.375rem;top:147.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eycH6L19u9ischr3wbt0QP4ixCO8wvyo { width:19.5rem;height:6rem;top:150.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLWoO6ZaVEpsUXA2QaR3dy76euisIISe { width:13.875rem;height:0.975rem;top:157.25rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9WOpz6BMrS36TukAv9AtxykOeDoEqsL { width:9.1875rem;height:1.3rem;top:158.75rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCLA7wGZny0enBmWhBrBEenWqmgeHZAf { display:none; }#QCLA7wGZny0enBmWhBrBEenWqmgeHZAf > .row .container { width:20rem;height:7.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hpl0do70XvTheOON5fzzMTVC59D2GFWi { width:20rem;height:7rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW52aJ60soq68ryZ8F5ucxMy02EQq8ni { width:20rem;height:4.5rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzQNKIteeBMbUWSKwpGa5xBV6vZNBADT { display:none; }#MzQNKIteeBMbUWSKwpGa5xBV6vZNBADT > .row .container { width:20rem;height:60.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CtvhgsGUIRZWPD3cwGmmMKldd7L4dNTN { width:20rem;height:17.625rem;top:3.0984344482422rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvbq7rTQLEgSL7HZkKTTL6VJXyCtFN3D { width:6.625rem;height:6.625rem;top:0rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atySWiBFpgpTOQCVQklMTVuM8x15XhaJ { width:6.1875rem;height:2.25rem;top:2.1875rem;left:6.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwXv1xmr0i45yCqXgdPv5kVDrhC4UBVC { width:11.6875rem;height:12.35rem;top:7.7046874044462rem;left:7.7812498807906rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX8tAATcQApmM8BFVgKsuhVDuaNNw14Q { width:3.4375rem;height:0;top:7.7046874044462rem;left:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIrNNXvMA0KlszXIpRMwh4nKDTE0Xfgt { width:3.4375rem;height:0;top:7.7046874044462rem;left:4.4062498807907rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #svbHKVTsFbqK8d7AszpL8AuJZoUHXZ81 { width:20rem;height:10.875rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrLfETWn08hHIca1wsfFM9kSgqQb29Hl { width:6.625rem;height:6.625rem;top:21.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCE7ysT73x0odppQlSZRlwHDOwXTDExX { width:6.1875rem;height:2.25rem;top:23.5rem;left:6.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwaTgpOD7QG5qJ40a0EtpdbIHkdKWpcI { width:20rem;height:12.8125rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9bvC77sfwyL3QlqPHl8Llm2BK3hL9X { width:6.625rem;height:6.625rem;top:36.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DutETiOU9y0TQ8eaOzKvFxpZzw31bhbQ { width:6.1875rem;height:2.25rem;top:38.3125rem;left:6.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ekKGF2fUERpntus4RxCKaE2IHABvSs { width:15.625rem;height:1.5rem;top:32.562500762753rem;left:2.1875001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX98P83oeQ4lwSaPR00gdlPHhwKLmJpT { width:5.75rem;height:2.6rem;top:29.250000762753rem;left:7.1249998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcRJfVyk03uFJhqgvfyTnlpZUS51C2zL { width:18.25rem;height:3rem;top:47.849999427796rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6U6UmCfRT8iIxh0RmxLAiGJgTS3zFJp { width:5.625rem;height:2.6rem;top:44.500000953674rem;left:7.1874998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBP8hD2cvM7mMmocaGMhfoUgHNH3MPyi { width:3.4375rem;height:12.1rem;top:7.7046874044462rem;left:4.4062498807907rem;font-size:0.875rem;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #sbIziEtvIqzhBwvCOUQVB9E5P8H5a3Is { width:3.4375rem;height:12.1rem;top:7.7046874044462rem;left:0.875rem;font-size:0.875rem;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #w8ESMccqXtIblbPvt4Nkzxz2g7OtEPn0 { width:14.125rem;height:0;top:56.0625rem;left:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #boRR7oQlXKlr5N77Q8FWiTlVsxLGCNFV { width:15.625rem;height:0;top:53.3125rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 { display:block; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkXE0l6rmgZFdoK94hb5GlTxKHJEfVvC { width:20rem;height:52.5rem;top:30.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1JvyTwZDJto8kuxusdTXo23xhvl839W { width:20rem;height:2.1125rem;top:27.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKr2aNNTW6osJWenk0npbiawnSVksWWh { width:19.125rem;height:2.03125rem;top:28.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJevDi51bL0e6WZwUFszK6ftsxVU4yJJ { width:14.5625rem;height:3.375rem;top:21.4375rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be7OvT9tyeFcCSNix0C4ixUP6vwsPxhd { width:16rem;height:4.5rem;top:20.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lQF4bBMohL9o2ACRcAkMrxOcPbldSz { width:19.4375rem;height:20.25rem;top:0.64999961853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t66OzJ93akUPpVlJ2GBxKH1P0bzU2qpo { display:none; }#t66OzJ93akUPpVlJ2GBxKH1P0bzU2qpo > .row .container { width:20rem;height:73.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c5JKsULst9EQtcMXw8E8TTfSPpbcxhzc { width:20rem;height:40.6875rem;top:32.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkLwG4N2akBm7gopbTXPAE8gUuRFmtII { width:20rem;height:2rem;top:27.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CON1QeALoo8yMTKFPSgTzEg1sfZfqKNR { width:19.125rem;height:2rem;top:28.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0BTv6yaACyMpJLTnnharNMvpVUJWqKS { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxUTfamSpXB94LT6bfHXoFyNUBq3s0X { width:20rem;height:25.562372188139rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/e1yCZV1t/FODJG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON.adaptive-delivery-prevent-bg, #wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON.lazyload, #wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON.lazyloading { background-image: none; }#wXVrPlIeu5yXsVaWlksi0mEHRDBn8AON > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iCMvIw6ztsTyfVETry7yefcoyiKP54WF { width:14.75rem;height:5.2rem;top:9.1124992370606rem;left:2.6250001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfyeReaHrTPWZrd6K4nLhlSoETlaQmX5 { width:19.875rem;height:12rem;top:6.625rem;left:0rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #hkae5ZWaUwM6bk8g5crwC6V7mvZc8Emd { width:20rem;height:1.3rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVNfUusRRaBzkIQDRiO6KQfFnlhvqM6A { width:15.8125rem;height:3.7375rem;top:1.8359375rem;left:2.0937501192093rem;font-size:1.4375rem;color:rgba(14,68,246,0.99);display:block; }
 }@media only screen and (max-width: 763px) { #uTPlTw0FG3bRqNmvbw0IqaVRDmZsTEfB { width:19rem;height:3.4375rem;top:14.25rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgBN3fhyDy8A5JILTgtWoz2sOuzCTbzC { display:block; }
 }@media only screen and (max-width: 763px) { #NJ2GskDg6c3wdr0sa4R1i1DQEQ49KDcI { display:none; }#NJ2GskDg6c3wdr0sa4R1i1DQEQ49KDcI > .row .container { width:20rem;height:27.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pv8M3MoKbPVNRXdx7byFii5FyFLL2mKm { width:8.9375rem;height:4.125rem;top:1.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzTyezzxTBKgMhsPyr2PpyM1xEhOnaRF { width:6.625rem;height:2.375rem;top:2.375rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UpmaTGGKtNCyOr6AzTTx2TgxGxolxtE8 { width:8.9375rem;height:4.125rem;top:6.4375rem;left:10.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQuBeixlz7o1VMGFfVL7VqbqNcgnwkHw { width:6.4375rem;height:1.25rem;top:7.9375rem;left:11.687500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df1iUKlty1c6WUJrVABHST46Tl01Kcuy { width:8.9375rem;height:4.125rem;top:16.56253695488rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMRhPpc21tFqgnBeceEfIMNWuIQgGlH { width:8.375rem;height:0.6875rem;top:18.343750953674rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvcGmBGFmAyytmbsRyzDVVAT00sIFFxf { width:8.9375rem;height:4.125rem;top:21.623438835144rem;left:10.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfHPwzvS4OXqAWcghJvIS2WmSp6WSS3J { width:6.5625rem;height:1.8125rem;top:22.810938835144rem;left:11.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAfqOzD3uUtrCipFflNV4h7edP1Js8pE { width:3.5625rem;height:3.625rem;top:1.75rem;left:13.125000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XqgOIFcamEDFDBVIppTTztmHm4ch7x { width:8.9375rem;height:4.125rem;top:1.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXLhxOFwCl7pghQtgX0TkahpvfHGg4mQ { width:8.9375rem;height:4.125rem;top:11.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrb8QRatirRgTDincG5WwAeK63qRQ704 { width:5.9375rem;height:6.125rem;top:10.875000953674rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU7feOT5QkHH3EaKirDrH4IfKra855MT { width:8.9375rem;height:4.125rem;top:16.562500476837rem;left:10.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRtlnklKKOTApB2Ap03X38sNbwaMBgQy { width:5.3125rem;height:5.3125rem;top:16.031250953674rem;left:12.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzDOV1525TTW3LZvD2CgQGZZo733c09r { width:15.5rem;height:7.25rem;top:27.25rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hltgsfECPg7IoqS3W8gCa5VKTBen4Kog { width:3.4375rem;height:1.25rem;top:30.0625rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJSNxniQtdSyVSOTix3Jq0bV6mGAGLIF { width:3.875rem;height:3.4375rem;top:6.84375rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA682C8v78dnaWH6X78zpJrOhJlsIASI { width:8.9375rem;height:4.125rem;top:6.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnTZ0cGXsOmo1k6uF1ZdhKwvoDWd1n8q { width:8.9375rem;height:4.125rem;top:11.437499761581rem;left:10.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdWqVrxqW84wvx1eKAoRoTTZeI2odtKp { width:3.6875rem;height:2.9375rem;top:12.062499761581rem;left:13.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPtyJiTXLpbJodU71FBco8NLMJH8GC9w { width:8.9375rem;height:4.125rem;top:21.624206542969rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFTkcTZUybGWBS9kus2WNtVs8x2SC1Li { width:4.9375rem;height:1.8125rem;top:22.842188835144rem;left:2.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAVHXC7fbiTy6sDpVmKTsr5q12IIppSh { width:18.4375rem;height:1.2rem;top:0.30000019073486rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxJZ7EImulwTT6RrH7l2FqFAlDm677CD { background-color:#ffffff;background-image:none;display:block; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { background-color: transparent; background-image: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .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); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQqW1Sk16Aprt5L5lovl2QZsefwsLRkA { width:20rem;height:13.5625rem;top:8.05rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6xBdIGrPvlrepVLKf5kDo3V9UbXlPeZ { width:15.25rem;height:5.60625rem;top:1.3125rem;left:2.3750001192093rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIuT58eyEuhtZLMIxORr0enPmNhM1hQA { top:6.800000190735rem;left:0rem;width:20rem;height:40.1875rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq { display:block; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8fa0fg5K4gLem65oxtH1XuDfbTiTNOU { width:5.4375rem;height:5.4375rem;top:19.2119140625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRDNJblhhBAMPoVUSNT0geAsNo8SiL6E { width:20rem;height:10.125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgSfJoGlNExgK0vimvApvQ3pbGMQiyWH { width:12.1875rem;height:2.4375rem;top:16.0875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX9Lhk3rA0DldBa3e0N1rI400Ns4CHaM { display:block; }
 }@media only screen and (max-width: 763px) { #KosZUcVsQLz8GUPI9ST05TrieGlTe0ss { width:12.625rem;height:2.4375rem;top:12.4rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ26yvHcMMtXRNPAE01KX7d4DzdoQaz4 { display:block; }
 }