.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ff0053;background-image:url("https://images.assets-landingi.com/faEfWCdOKIg/unsplash/christina-wocintechchat-com-faEfWCdOKIg-photo-1573164574572-cb89e39749b4.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:rgba(0,0,0,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { border-width: 0; border-radius: 0; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:60rem;height:33.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { color:#000000;display:block;width:27.3730625rem;position:absolute;font-family:gotham;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.31103515625rem;left:2.15576171875rem;height:6.1736125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:32.4375rem;top:0rem;left:0rem;display:block; }
#BBzqqRpTD9eGuAiNCB4hvUkSsOl3w8Tf { color:#000000;display:block;width:30.06225rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5625rem;left:0.8125rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { color:#00838a;display:block;width:28.125rem;position:absolute;font-family:gotham;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.794921875rem;left:3.560791015625rem;height:4.54915rem;font-style:normal;display:block; }
#yd4T4NBrroqagPDKL5RoJsR3D4u6CVX1 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:27.103271484375rem;left:3.560791015625rem;height:3.8489625rem;font-style:normal;display:block; }
#pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { box-sizing:content-box;color:#ffffff;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:15005;top:30.872802734375rem;left:25.809326171875rem;display:block; }
#UJCPnWXPbNklticRUTFKA0NTJL7esBSF { color:#c51b1b;display:block;width:21.125rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1249998807907rem;left:36.875001907349rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWbN2lqOu1yx1W1umcvRCFah4MuHMNh7 { color:#282323;display:block;width:22.125rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.875rem;left:36.367189407349rem;height:7.30903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5s7CElyZnIK2ypdM7v9sPOGTos2wqOM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:19.871826171875rem;left:0.811767578125rem; }
#mz2bxBL9Oal5DqhEubiLPcxxN7GiDW3S { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:9.625rem;top:0rem;left:10.8740234375rem;overflow:hidden;display:block; }
#bZnux8WKy2b9ReTVhT2THczzePilcWvH { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.9375rem;width:25rem;top:0rem;left:35rem;display:none; }
#erVU00wbdTOoxI0Z26vM4qUHg72ut6Qe { box-sizing:content-box;height:11.8125rem;width:22.1875rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.5);background-image:none;top:3.9375rem;left:36.375rem;display:block; }
#LNQ7dUKxGJ5P106JWuBvKv5L4SWy3gSh { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:27.103271484375rem;left:0.4990234375rem; }
#ZdanhthOVBpokWrqWu5WQCQvMC08hilM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { background-color: transparent; background-image: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .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); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { border-width: 0; border-radius: 0; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;position:relative;display:block; }#FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.223876953125rem;left:0rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { position:absolute;display:block;z-index:15003;background-color:#1ecdba;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.875rem;top:10.9365234375rem;left:29.0625rem;display:block; }
#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { background-color: transparent; background-image: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { border-width: 0; border-radius: 0; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:60rem;position:relative;display:block; }#bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { color:#383838;display:block;width:54.87425rem;position:absolute;font-family:gotham;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:1.68701171875rem;left:2.562255859375rem;height:22.9479rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5FdcML6t/webinar_02.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP.adaptive-delivery-prevent-bg, #fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP.lazyload, #fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP.lazyloading { background-image: none; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container { background-color: transparent; background-image: none; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container > .video-iframe-container { display: none; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row > .video-iframe-container { display: none; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .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); }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container { border-width: 0; border-radius: 0; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#gGgNC3Gg1hg9x7oXpqpkinbITqxubw2b { color:#383838;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3115234375rem;left:0.186767578125rem;height:3.8993rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCzHc7w8meACTLihkNn3iIDu1RyvJBA9 { color:#383838;display:block;width:14.624rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.310546875rem;left:15rem;height:3.8993rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiw9ffhdu0km3cuXleLFXFzftnqbACCE { color:#383838;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3115234375rem;left:30.186767578125rem;height:3.89930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dq0MZztLqTlXbvI7Omt0BRIubIekQ4dx { color:#383838;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3115234375rem;left:45.186767578125rem;height:3.8993rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghsDei2gwEhK6tgEBMCi2Hw0xmeo46u8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:1.06201171875rem;left:4.49951171875rem;overflow:hidden;display:block; }
#BcWzy6EPPxThOa5nBgMDp3GUU5wTpZ0E { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.186525rem;width:6.186525rem;top:0.968017578125rem;left:19.217529296875rem;overflow:hidden;display:block; }
#rOydHnHizFi3dg7XTaUKO6N57TOJDn0u { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:1.06201171875rem;left:34.49951171875rem;overflow:hidden;display:block; }
#eUqfQLVyTZvZa6zgIItem9SKr2T8dcDA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:1.092529296875rem;left:49.53125rem;overflow:hidden;display:block; }
#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { background-color: transparent; background-image: none; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container > .video-iframe-container { display: none; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row > .video-iframe-container { display: none; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .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); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { border-width: 0; border-radius: 0; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:block; }#pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQOfARKOhoxGItv519mV6iibmghpxDts { position:absolute;display:block;z-index:15003;background-color:#1ecdba;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.875rem;top:9.625rem;left:29.0625rem;display:block; }
#F7s5hLyhVSuVAebCCEdhtEgcsZmbdz7I { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.248779296875rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM > .row .container { background-color: transparent; background-image: none; }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM > .row .container > .video-iframe-container { display: none; }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM > .row > .video-iframe-container { display: none; }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM > .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); }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM > .row .container { border-width: 0; border-radius: 0; }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#v9CEiemvEVdE5vX199PnNq7e5rSINMm8 { color:#383838;display:block;width:47.5rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:2.305908203125rem;left:6.25rem;height:6.07291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { background-color: transparent; background-image: none; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container > .video-iframe-container { display: none; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row > .video-iframe-container { display: none; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .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); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { border-width: 0; border-radius: 0; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#x063wTlDxaUo2Q9vTMrUZ6nnH0qWZXZ4 { color:#00838a;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5rem;left:0.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iP3XxV1E25xe3TVgLg0wMpUesUaOKDfH { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5rem;left:0.1875rem;height:1.29964375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQM17r4lTaVXWxaKV4qHL6m83D4aOxhA { position:absolute;display:block;z-index:15008;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/dd1e1932-e16c-444d-a495-1665f1dd9638/DrSalomonBENCHETRITNBRond.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:1.875rem;display:block; }#VQM17r4lTaVXWxaKV4qHL6m83D4aOxhA.adaptive-delivery-prevent-bg, #VQM17r4lTaVXWxaKV4qHL6m83D4aOxhA.lazyload, #VQM17r4lTaVXWxaKV4qHL6m83D4aOxhA.lazyloading { background-image: none; }
#ZC2mXNA9r6CUMQsuiWoOvxcuLCUrnFlp { color:#00838a;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5rem;left:15.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyq8HUcumXKDfFgTTtWDFi9curyRPhze { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5rem;left:15.1875rem;height:1.29964375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S2cG31Moi6H5zHyTT5eSV3stJNZgQHiv { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/823a271a-466e-4d48-86c0-73d69cc57e53/MeAmlieCHIFFERTNBRond.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:16.875rem;display:block; }#S2cG31Moi6H5zHyTT5eSV3stJNZgQHiv.adaptive-delivery-prevent-bg, #S2cG31Moi6H5zHyTT5eSV3stJNZgQHiv.lazyload, #S2cG31Moi6H5zHyTT5eSV3stJNZgQHiv.lazyloading { background-image: none; }
#tkaMBWpASCqhC8PiLTDVy2kJvlyguxvP { color:#00838a;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5rem;left:30.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CX7CBEpN4qbQ9nCXuvwzf3FQO3qrceaz { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.4375rem;left:30.1875rem;height:2.59928125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDNqdT1WcnlZZGMo1fcSD059Tkgifl8W { position:absolute;display:block;z-index:15009;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/7e3d5dd3-56c5-49b5-b27b-cd0cb2c2e58e/BettyMORARDETNBRond.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:31.875rem;display:block; }#NDNqdT1WcnlZZGMo1fcSD059Tkgifl8W.adaptive-delivery-prevent-bg, #NDNqdT1WcnlZZGMo1fcSD059Tkgifl8W.lazyload, #NDNqdT1WcnlZZGMo1fcSD059Tkgifl8W.lazyloading { background-image: none; }
#h9okp6QX3CF7GWvUWrRvXRgKK4BXOlax { color:#00838a;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:45.1875rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZhSnvXdZbysuPVIaH3oak5kGIbt9qMKO { color:#000000;display:block;width:14.624rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.796875rem;left:45rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AIauZc26QAPrw1QMlatIcfLnRPaQba0L { position:absolute;display:block;z-index:15010;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/80a21a5d-d0e9-47b7-9874-99e2729d6cfd/DrPierreAlexandreBELMONNBRond.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.0625rem;left:46.875rem;display:block; }#AIauZc26QAPrw1QMlatIcfLnRPaQba0L.adaptive-delivery-prevent-bg, #AIauZc26QAPrw1QMlatIcfLnRPaQba0L.lazyload, #AIauZc26QAPrw1QMlatIcfLnRPaQba0L.lazyloading { background-image: none; }
#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { background-color: transparent; background-image: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container > .video-iframe-container { display: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container { display: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { border-width: 0; border-radius: 0; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:gotham;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Du83f7c2mm4zPiREwU6zVBPiwqOQhUxn { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.875rem;top:9.625rem;left:29.0625rem;display:block; }
#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J > .row .container { background-color: transparent; background-image: none; }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J > .row .container > .video-iframe-container { display: none; }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J > .row > .video-iframe-container { display: none; }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J > .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); }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J > .row .container { border-width: 0; border-radius: 0; }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#nwUUUSU13cqM50X4UcvCzrSGqFTLXkaG { color:#000000;display:block;width:36rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lgnm3srfUkqG6kTJocrqT0MStDRrEsVQ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GFvKyssWvJ3y50mPOFzslrWzTmxxD1xr { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.75rem;left:0rem;height:2.02430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uSsJHz1BFyWNIVPxArHFNVmVTnsOSFwq { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0.625rem;left:28.9375rem; }
#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 > .row .container { background-color: transparent; background-image: none; }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 > .row .container > .video-iframe-container { display: none; }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 > .row > .video-iframe-container { display: none; }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 > .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); }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 > .row .container { border-width: 0; border-radius: 0; }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#mO7zzLoSV5wMuoAC5TwiMi4LVK0bexaC { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0rem;left:29.9375rem;display:block; }
#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container { background-color: transparent; background-image: none; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container > .video-iframe-container { display: none; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row > .video-iframe-container { display: none; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .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); }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container { border-width: 0; border-radius: 0; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#zCf3PPToaM2wHkxieMAKtzNxMTgJgwmg { color:#000000;display:block;width:36rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJ9rOTDxM10TxJXSPkyEHMgqaGGqhTId { color:#ffffff;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXq3KJfNWVxImwOQaPkxI2zC3PbA8o54 { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.75rem;left:0rem;height:4.0486125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3ExpufTTPIPQfMwT7wkQa2JQAwLoiLR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container { background-color: transparent; background-image: none; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container > .video-iframe-container { display: none; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row > .video-iframe-container { display: none; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .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); }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container { border-width: 0; border-radius: 0; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#Mmr4SuGaapOit6a4IDB1RzhMMnMC8T5A { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0rem;left:29.9375rem;display:block; }
#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr > .row .container { background-color: transparent; background-image: none; }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr > .row .container > .video-iframe-container { display: none; }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr > .row > .video-iframe-container { display: none; }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr > .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); }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr > .row .container { border-width: 0; border-radius: 0; }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#CuyrnB3GUl6E8sbxJCmeSFWwscht3Wmk { color:#000000;display:block;width:36rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O84ieLrxhh83pAriQtS7mC0rp5T1ZWlT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IQ8KNiObzyPH7HTbWDgz3VJPdwSTxyAI { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.75rem;left:0rem;height:2.02430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qeiAvdtHtscJ7w8noD9uIu8wrG5sR1Si { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:0.625rem;left:28.9375rem; }
#bZa967vT0nwqOpIqnlethbpPfcGvci6I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bZa967vT0nwqOpIqnlethbpPfcGvci6I > .row .container { background-color: transparent; background-image: none; }#bZa967vT0nwqOpIqnlethbpPfcGvci6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZa967vT0nwqOpIqnlethbpPfcGvci6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZa967vT0nwqOpIqnlethbpPfcGvci6I > .row .container > .video-iframe-container { display: none; }#bZa967vT0nwqOpIqnlethbpPfcGvci6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZa967vT0nwqOpIqnlethbpPfcGvci6I > .row > .video-iframe-container { display: none; }#bZa967vT0nwqOpIqnlethbpPfcGvci6I > .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); }#bZa967vT0nwqOpIqnlethbpPfcGvci6I > .row .container { border-width: 0; border-radius: 0; }#bZa967vT0nwqOpIqnlethbpPfcGvci6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZa967vT0nwqOpIqnlethbpPfcGvci6I > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#EO7pZl5ffcAMFZCvv9mhxWEHEkNrzBHR { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0rem;left:29.9375rem;display:block; }
#ndhF2pvSziLghE7uSFHAROGyznqXE4aR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR > .row .container { background-color: transparent; background-image: none; }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR > .row .container > .video-iframe-container { display: none; }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR > .row > .video-iframe-container { display: none; }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR > .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); }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR > .row .container { border-width: 0; border-radius: 0; }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#bIyECy2ke7owfpZ7Hd28SHhlPADL8gAS { color:#000000;display:block;width:36rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EWMhbFFx7NIzf3QTEwqSbw916tQkyAUN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:3.89930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozNuv1ZvrGIaxCFfkd4v50tyS62HTPhv { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:10.709228515625rem;left:0rem;height:6.07291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iid0eTbfCcrMrvJTiUi0bh7tUSSR9EPG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:0.625rem;left:28.9375rem; }
#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp > .row .container { background-color: transparent; background-image: none; }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp > .row .container > .video-iframe-container { display: none; }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp > .row > .video-iframe-container { display: none; }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp > .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); }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp > .row .container { border-width: 0; border-radius: 0; }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#PwOp7EHVpv5sy4JHytlp2i686mZSnCT4 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0rem;left:29.9375rem;display:block; }
#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB > .row .container { background-color: transparent; background-image: none; }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB > .row .container > .video-iframe-container { display: none; }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB > .row > .video-iframe-container { display: none; }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB > .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); }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB > .row .container { border-width: 0; border-radius: 0; }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#if7lmFGFAEovG1Dpi16XyK1yRH6CoKNm { color:#000000;display:block;width:36rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nFGQiVCxwdaRpPxlDNofIOE3RIwB39ko { color:#ffffff;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wOA0TorpdIVvAuEqG2XVezmPsg1U3Dbw { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.75rem;left:0rem;height:2.02430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPshKfM0K1VloxQrgdR22G4VNsssX4Zs { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo > .row .container { background-color: transparent; background-image: none; }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo > .row .container > .video-iframe-container { display: none; }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo > .row > .video-iframe-container { display: none; }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo > .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); }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo > .row .container { border-width: 0; border-radius: 0; }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#PDyTfJJXKVx4nE3cOl1Qi0vdltJ5l3nx { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0rem;left:29.9375rem;display:block; }
#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ > .row .container { background-color: transparent; background-image: none; }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ > .row .container > .video-iframe-container { display: none; }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ > .row > .video-iframe-container { display: none; }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ > .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); }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ > .row .container { border-width: 0; border-radius: 0; }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#Rq8S83KXahd78ZdnlIywgxsMRLiBZdVT { color:#000000;display:block;width:36rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvETcTAJADWVrXL3WN3gRkl1TknO4DbZ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfMeTQpJ0uKLgcsv2FF5bPxL9Oa42fUB { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.75rem;left:0rem;height:2.02430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDlfa3E1wlEVNPbNrIQtkAKTdNtaTziA { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:0.625rem;left:28.9375rem; }
#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz > .row .container { background-color: transparent; background-image: none; }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz > .row .container > .video-iframe-container { display: none; }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz > .row > .video-iframe-container { display: none; }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz > .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); }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz > .row .container { border-width: 0; border-radius: 0; }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#G9TdDDbkUGNaGfkuWzqPlv4HTwUKZ1Cz { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0rem;left:29.9375rem;display:block; }
#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr > .row .container { background-color: transparent; background-image: none; }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr > .row .container > .video-iframe-container { display: none; }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr > .row > .video-iframe-container { display: none; }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr > .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); }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr > .row .container { border-width: 0; border-radius: 0; }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#IK1sBQx4vNOza64FFXQflNfsx3whErc1 { color:#000000;display:block;width:36rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQ1diyKygwDlOcVXCg1JnMZcl39pfpAm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGRoHyXBCa23Nsdi25hn8vKGb4yNHWwd { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.75rem;left:0rem;height:2.02430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFdB0yK2vTy8hsTvIio5EyEGQpqZOc9o { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:0.625rem;left:28.9375rem; }
#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh > .row .container { background-color: transparent; background-image: none; }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh > .row .container > .video-iframe-container { display: none; }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh > .row > .video-iframe-container { display: none; }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh > .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); }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh > .row .container { border-width: 0; border-radius: 0; }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#FPop7dX16l0TaODktK4ibagfSLk2Ddmm { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0rem;left:29.9375rem;display:block; }
#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf > .row .container { background-color: transparent; background-image: none; }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf > .row .container > .video-iframe-container { display: none; }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf > .row > .video-iframe-container { display: none; }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf > .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); }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf > .row .container { border-width: 0; border-radius: 0; }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#kzQu8iZl2xIvLi79mI4mMb7H2cGZD0rq { color:#000000;display:block;width:36rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WHzRsTQ9WkXRghE1RneOGT2onENpwoPW { color:#ffffff;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oM8XNHsZVLLJOvhiaXi2r9bWIGeSSc0t { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.75rem;left:0rem;height:2.02430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBBP42Ey7QOMFbCXPUt8hm2frspAt0ad { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:0.625rem;left:28.9375rem; }
#at0iRfEgWFwWvzc7raqfTw0tLsV1W69d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#at0iRfEgWFwWvzc7raqfTw0tLsV1W69d > .row .container { border-width: 0; border-radius: 0; }#at0iRfEgWFwWvzc7raqfTw0tLsV1W69d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#at0iRfEgWFwWvzc7raqfTw0tLsV1W69d > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:none; }#xcJIELMWRO6r18xApwW688gKBisxWpzE { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0rem;left:29.9375rem;display:block; }
#kC7qztSSBrbGhHucAa2gEO6dP9tATWO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1ecdba;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kC7qztSSBrbGhHucAa2gEO6dP9tATWO3 > .row .container { border-width: 0; border-radius: 0; }#kC7qztSSBrbGhHucAa2gEO6dP9tATWO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kC7qztSSBrbGhHucAa2gEO6dP9tATWO3 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:none; }#sKr9cH3W6qvqTOdAhiRoWgHhkvzgMKG9 { 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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#3fb49f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.749rem;height:4.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.5625rem;left:18.624267578125rem;display:block; }
#dfaL64J8D7IVDE9PmkgnM6iIT4Ec16Lm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T > .row .container { background-color: transparent; background-image: none; }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T > .row .container > .video-iframe-container { display: none; }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T > .row > .video-iframe-container { display: none; }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T > .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); }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T > .row .container { border-width: 0; border-radius: 0; }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#TC4ldwSKrQGXflG8gSw099Z3DJUdT7KD { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ouvmAMbU6vSyFFzGwKlTfox00IV3ezdE { position:absolute;display:block;z-index:15003;background-color:#1ecdba;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.875rem;top:9.625rem;left:29.0625rem;display:block; }
#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs > .row .container { background-color: transparent; background-image: none; }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs > .row .container > .video-iframe-container { display: none; }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs > .row > .video-iframe-container { display: none; }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs > .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); }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs > .row .container { border-width: 0; border-radius: 0; }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:60rem;position:relative;display:block; }#uAPiK1QrpuFDm32JP7bRuz48OGMQDpGZ { position:absolute;display:block;z-index:15000;background-color:#ebebeb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.375rem;width:28.5rem;top:2.93701171875rem;left:0rem;display:block; }
#CdzBkmOcTqu8Q2fHPOqX21TghfOs2vPb { color:#383838;display:block;width:24.9375rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:6.7626953125rem;left:2.374267578125rem;height:40.48609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DmWAodx9cJ9MEJ3cFgdAnu2bkkEGnKHD { color:#1ecdba;display:block;width:14.624rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.87451171875rem;left:6.25rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UA70uVCOiQrRoWdxFiBCwqzMeyK7yQ40 { position:absolute;display:block;z-index:15005;background-color:#ebebeb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:28.5rem;top:2.874755859375rem;left:31.4990234375rem;display:block; }
#ycea6UTk9JDdCzIgVJPNtJ1tE7q7K10S { color:#1ecdba;display:block;width:14.624rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8720703125rem;left:38.43505859375rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6lEGOJ3wffANO4xaDc1aaRL0NyMGwAu { color:#383838;display:block;width:23.75rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:6.7626953125rem;left:33.873291015625rem;height:22.2673375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TnvaVgiR0Ngf04yreD11WR8zq9Azh0C6 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:1.25rem;left:2.375rem; }
#VzglXy1CP26SbBGiTiJT0rQdNUa37Ki0 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:1.25rem;left:33.875rem; }
#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP > .row .container { background-color: transparent; background-image: none; }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP > .row .container > .video-iframe-container { display: none; }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP > .row > .video-iframe-container { display: none; }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP > .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); }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP > .row .container { border-width: 0; border-radius: 0; }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#FvR1rv8zfg5iXFc8H5XCu5WvH55cpmk6 { background-color:#3fb49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:4.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2rem;left:15.468751907349rem;display:block; }
#hJofQMoV5lby41MotX9SZoCa849vau9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dxx9bwgtFsglxZsUOzGvWSS9A9VQbJLx { color:#c51b1b;display:block;width:23.125rem;position:absolute;font-family:gotham;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.7083330154419rem;left:18.437501907349rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2pyvDCWV9putplv6Plm1uUOsxUxHaPu { color:#282323;display:block;width:41.0625rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8637157678606rem;left:9.4687519073488rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5FdcML6t/webinar_02.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1.adaptive-delivery-prevent-bg, #u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1.lazyload, #u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1.lazyloading { background-image: none; }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 > .row .container { background-color: transparent; background-image: none; }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 > .row .container > .video-iframe-container { display: none; }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 > .row > .video-iframe-container { display: none; }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 > .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); }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 > .row .container { border-width: 0; border-radius: 0; }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#BBfFODQgt8ZQyxf79GtZurfEy2BbPSt5 { position:absolute;display:block;z-index:15001;background-color:#ebebeb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:57.25rem;top:1.495361328125rem;left:1.4599609375rem;display:block; }
#eB4GIwNbk5ZgCHkMHgLnmZdogg0AL3rq { color:#000000;display:block;width:54.12475rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.869873046875rem;left:2.935791015625rem;height:9.09635625rem;font-style:normal;display:block; }
#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5FdcML6t/webinar_02.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB.adaptive-delivery-prevent-bg, #LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB.lazyload, #LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB.lazyloading { background-image: none; }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB > .row .container { background-color: transparent; background-image: none; }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB > .row .container > .video-iframe-container { display: none; }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB > .row > .video-iframe-container { display: none; }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB > .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); }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB > .row .container { border-width: 0; border-radius: 0; }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:60rem;position:relative;display:block; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container { background-color: transparent; background-image: none; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container > .video-iframe-container { display: none; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row > .video-iframe-container { display: none; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .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); }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container { border-width: 0; border-radius: 0; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#KrQgqqfmUpvqyh8ckSkn4nBDnxvUNFoR { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbqvKKUXVBQGKZGHoe0RmbtLE4cMmE1X { position:absolute;display:block;z-index:15003;background-color:#1ecdba;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.875rem;top:9.625rem;left:29.0625rem;display:block; }
#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container { background-color: transparent; background-image: none; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container > .video-iframe-container { display: none; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row > .video-iframe-container { display: none; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .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); }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container { border-width: 0; border-radius: 0; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#D53IwnXk9EJJOo9dTcAoyE1tPoMSaR6r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.625rem;width:60rem;top:0rem;left:0rem;display:block; }
#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 > .row .container { background-color: transparent; background-image: none; }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 > .row .container > .video-iframe-container { display: none; }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 > .row > .video-iframe-container { display: none; }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 > .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); }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 > .row .container { border-width: 0; border-radius: 0; }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container { background-color: transparent; background-image: none; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container > .video-iframe-container { display: none; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row > .video-iframe-container { display: none; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .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); }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container { border-width: 0; border-radius: 0; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#Nb2U1d187Q5SvrBBfUVTvlDKxiGBeUKX { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mzq5NwZPZpw947sbqkFEp7UHnudVcRTT { position:absolute;display:block;z-index:15003;background-color:#1ecdba;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.875rem;top:9.625rem;left:29.0625rem;display:block; }
#RrpkZstkbMUR4wn3O1WZ9lS1f880V6NR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RrpkZstkbMUR4wn3O1WZ9lS1f880V6NR > .row .container { border-width: 0; border-radius: 0; }#RrpkZstkbMUR4wn3O1WZ9lS1f880V6NR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrpkZstkbMUR4wn3O1WZ9lS1f880V6NR > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:none; }#UKtF1BXsxsOz3mleZOmLubhxdR14MVDS { background-color:#3fb49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.24926875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.84326171875rem;left:15.625rem;display:block; }
#XlhE8OFqkIttGpND6Jwfm8UvqqUmir3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rADlt1SKaOywmt3ARMUVzPrPU2PXkzNp { background-color:#3fb49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.24926875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.84326171875rem;left:30.625rem;display:none; }
#XxB8nxwT980ykA7eIvKeJDeDuWS2bwCK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J3nwIbEqStXTMOXm6d4qKSCJRuZuhEsq { background-color:#3fb49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.24926875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.84326171875rem;left:45.625rem;display:none; }
#xmveBRdvU1HPQy7luis4f1qZDfo8ALso { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#obPALhCWnsTIkRtXeiw8xU9tiKZONXT8 { background-color:#3fb49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:4.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2rem;left:15.468751907349rem;display:none; }
#EkxrNyIU7Z1e0Ox98t5kzm8dUyxDcZom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 > .row .container { background-color: transparent; background-image: none; }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 > .row .container > .video-iframe-container { display: none; }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 > .row > .video-iframe-container { display: none; }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 > .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); }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 > .row .container { border-width: 0; border-radius: 0; }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#o7fRhg9TgybrsNUdRTKBhUgLHkr1SkgO { background-color:#3fb49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:4.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.84375rem;left:32.250001907349rem;display:block; }
#zW1eR3Bg8Ruy6wU3gGA97oIDFl9TlltX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEHOZyhT1ubeT26Z54SN0rOS1bbwVUOd { background-color:#3fb49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:4.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.84375rem;left:2.15625rem;display:block; }
#uk8TM7D0Vh3iglpVVZD5PT9OVh5pz4Um { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(30,205,186,0.85);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { border-width: 0; border-radius: 0; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:3.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.31201171875rem;left:0rem;height:4.14388125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sn14vz9J3eAv304p4QXzvShw2kJFbsRe { color:#000000;display:block;width:28.125rem;position:absolute;font-family:gotham;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.375rem;left:3.125rem;height:2.4375rem;font-style:normal;display:block; }
#a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.748779296875rem;left:35.625rem;display:block; }
#xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SolNHhod9y27WAFr2uW0D1erxT09Xxvr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:17.375rem;left:0rem; }
#rAdwLOItJ1QIQfsQv7I52simIsJ8rlAP { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:20.6875rem;left:0rem; }
#Lg2fHXL4eKJ9rQ2vwGIp3SrtwBh8IUxd { color:#000000;display:block;width:28.125rem;position:absolute;font-family:gotham;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.25rem;left:3.125rem;height:2.4375rem;font-style:normal;display:block; }
#S9LpP5Ji8bA27CqIPVJSC6K8Sg4GmiI1 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:gotham;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#nTgHkJWXoMtopIHFxHk7wMA4G0NS6Txx { color:#000000;display:block;width:60rem;position:absolute;font-family:gotham;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.455078125rem;left:0rem;height:3.08715625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rrDmFgObwtfm1stG9JztvVrmscveZoom { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:19.0625rem;top:3.5302734375rem;left:40.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { width:23.375rem;height:8.375rem;top:6.375rem;left:0.375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { width:24.0625rem;height:42.5rem;top:0rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBzqqRpTD9eGuAiNCB4hvUkSsOl3w8Tf { width:22.75rem;height:4.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { width:19.5rem;height:2.25rem;top:25.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd4T4NBrroqagPDKL5RoJsR3D4u6CVX1 { width:19.4375rem;height:4.125rem;top:29rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:3.125rem;height:3.125rem;top:36.0625rem;left:0.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJCPnWXPbNklticRUTFKA0NTJL7esBSF { width:23.125rem;height:1.9375rem;top:5.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWbN2lqOu1yx1W1umcvRCFah4MuHMNh7 { width:23.125rem;height:1.125rem;top:26.5625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5s7CElyZnIK2ypdM7v9sPOGTos2wqOM { width:2.0625rem;height:2.0625rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz2bxBL9Oal5DqhEubiLPcxxN7GiDW3S { top:0rem;left:4.7490234375rem;width:9.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZnux8WKy2b9ReTVhT2THczzePilcWvH { width:24.0625rem;height:42.5rem;top:0rem;left:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #erVU00wbdTOoxI0Z26vM4qUHg72ut6Qe { top:3.9375rem;left:25.5625rem;width:22.1875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNQ7dUKxGJ5P106JWuBvKv5L4SWy3gSh { width:2.5rem;height:2.5rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:47.75rem;height:5.3125rem;top:4.1875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:47.75rem;height:22.9375rem;top:1.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP { display:block; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGgNC3Gg1hg9x7oXpqpkinbITqxubw2b { width:14.5625rem;height:3.875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCzHc7w8meACTLihkNn3iIDu1RyvJBA9 { width:14.5625rem;height:3.875rem;top:8.25rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiw9ffhdu0km3cuXleLFXFzftnqbACCE { width:14.5625rem;height:3.875rem;top:8.25rem;left:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0MZztLqTlXbvI7Omt0BRIubIekQ4dx { width:14.5625rem;height:3.875rem;top:8.25rem;left:33.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghsDei2gwEhK6tgEBMCi2Hw0xmeo46u8 { top:1rem;left:2.96826171875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcWzy6EPPxThOa5nBgMDp3GUU5wTpZ0E { top:0.9375rem;left:14.623779296875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOydHnHizFi3dg7XTaUKO6N57TOJDn0u { top:1rem;left:26.84326171875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUqfQLVyTZvZa6zgIItem9SKr2T8dcDA { top:1.0625rem;left:38.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G { display:block; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { width:47.75rem;height:2.875rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQOfARKOhoxGItv519mV6iibmghpxDts { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7s5hLyhVSuVAebCCEdhtEgcsZmbdz7I { width:47.75rem;height:5.8125rem;top:11.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM { display:block; }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9CEiemvEVdE5vX199PnNq7e5rSINMm8 { width:47.5rem;height:6.0625rem;top:2.25rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV { display:block; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x063wTlDxaUo2Q9vTMrUZ6nnH0qWZXZ4 { width:14.5625rem;height:1.4375rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP3XxV1E25xe3TVgLg0wMpUesUaOKDfH { width:14.5625rem;height:1.25rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQM17r4lTaVXWxaKV4qHL6m83D4aOxhA { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2mXNA9r6CUMQsuiWoOvxcuLCUrnFlp { width:14.5625rem;height:1.4375rem;top:13.4375rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyq8HUcumXKDfFgTTtWDFi9curyRPhze { width:14.5625rem;height:1.25rem;top:15.4375rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2cG31Moi6H5zHyTT5eSV3stJNZgQHiv { width:11.25rem;height:11.25rem;top:1.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkaMBWpASCqhC8PiLTDVy2kJvlyguxvP { width:14.5625rem;height:1.4375rem;top:13.4375rem;left:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX7CBEpN4qbQ9nCXuvwzf3FQO3qrceaz { width:14.5625rem;height:2.5625rem;top:15.375rem;left:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDNqdT1WcnlZZGMo1fcSD059Tkgifl8W { width:11.25rem;height:11.25rem;top:1.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9okp6QX3CF7GWvUWrRvXRgKK4BXOlax { width:14.5625rem;height:2.875rem;top:13.4375rem;left:33.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhSnvXdZbysuPVIaH3oak5kGIbt9qMKO { width:14.5625rem;height:2.5625rem;top:16.75rem;left:33.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIauZc26QAPrw1QMlatIcfLnRPaQba0L { width:11.25rem;height:11.25rem;top:1.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { width:47.75rem;height:2.875rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du83f7c2mm4zPiREwU6zVBPiwqOQhUxn { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFmyL1uyeMdTR8my3lpslwMBVkHruW7J { display:block; }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwUUUSU13cqM50X4UcvCzrSGqFTLXkaG { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgnm3srfUkqG6kTJocrqT0MStDRrEsVQ { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFvKyssWvJ3y50mPOFzslrWzTmxxD1xr { width:47.75rem;height:2rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSsJHz1BFyWNIVPxArHFNVmVTnsOSFwq { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 { display:block; }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mO7zzLoSV5wMuoAC5TwiMi4LVK0bexaC { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mttMtiSRT9K58ybnSIerFsoIQmD1WVWu { display:block; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCf3PPToaM2wHkxieMAKtzNxMTgJgwmg { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ9rOTDxM10TxJXSPkyEHMgqaGGqhTId { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXq3KJfNWVxImwOQaPkxI2zC3PbA8o54 { width:47.75rem;height:4rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3ExpufTTPIPQfMwT7wkQa2JQAwLoiLR { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ { display:block; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mmr4SuGaapOit6a4IDB1RzhMMnMC8T5A { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr { display:block; }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr > .row .container { width:47.75rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuyrnB3GUl6E8sbxJCmeSFWwscht3Wmk { width:36rem;height:1.9375rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O84ieLrxhh83pAriQtS7mC0rp5T1ZWlT { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ8KNiObzyPH7HTbWDgz3VJPdwSTxyAI { width:47.75rem;height:2rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeiAvdtHtscJ7w8noD9uIu8wrG5sR1Si { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZa967vT0nwqOpIqnlethbpPfcGvci6I { display:block; }#bZa967vT0nwqOpIqnlethbpPfcGvci6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EO7pZl5ffcAMFZCvv9mhxWEHEkNrzBHR { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndhF2pvSziLghE7uSFHAROGyznqXE4aR { display:block; }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR > .row .container { width:47.75rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIyECy2ke7owfpZ7Hd28SHhlPADL8gAS { width:36rem;height:1.9375rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWMhbFFx7NIzf3QTEwqSbw916tQkyAUN { width:47.75rem;height:3.875rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozNuv1ZvrGIaxCFfkd4v50tyS62HTPhv { width:47.75rem;height:6.0625rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iid0eTbfCcrMrvJTiUi0bh7tUSSR9EPG { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp { display:block; }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwOp7EHVpv5sy4JHytlp2i686mZSnCT4 { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV20Tt2FtknxA8NAv02GNKadI2dOG3rB { display:block; }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if7lmFGFAEovG1Dpi16XyK1yRH6CoKNm { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFGQiVCxwdaRpPxlDNofIOE3RIwB39ko { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOA0TorpdIVvAuEqG2XVezmPsg1U3Dbw { width:47.75rem;height:2rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPshKfM0K1VloxQrgdR22G4VNsssX4Zs { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo { display:block; }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDyTfJJXKVx4nE3cOl1Qi0vdltJ5l3nx { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ { display:block; }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq8S83KXahd78ZdnlIywgxsMRLiBZdVT { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvETcTAJADWVrXL3WN3gRkl1TknO4DbZ { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfMeTQpJ0uKLgcsv2FF5bPxL9Oa42fUB { width:47.75rem;height:2rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDlfa3E1wlEVNPbNrIQtkAKTdNtaTziA { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz { display:block; }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9TdDDbkUGNaGfkuWzqPlv4HTwUKZ1Cz { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr { display:block; }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IK1sBQx4vNOza64FFXQflNfsx3whErc1 { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ1diyKygwDlOcVXCg1JnMZcl39pfpAm { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGRoHyXBCa23Nsdi25hn8vKGb4yNHWwd { width:47.75rem;height:2rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFdB0yK2vTy8hsTvIio5EyEGQpqZOc9o { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV6rVdsKOLEwf732aE8M2o6J9kskF0mh { display:block; }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPop7dX16l0TaODktK4ibagfSLk2Ddmm { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf { display:block; }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzQu8iZl2xIvLi79mI4mMb7H2cGZD0rq { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHzRsTQ9WkXRghE1RneOGT2onENpwoPW { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM8XNHsZVLLJOvhiaXi2r9bWIGeSSc0t { width:47.75rem;height:2rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBBP42Ey7QOMFbCXPUt8hm2frspAt0ad { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #at0iRfEgWFwWvzc7raqfTw0tLsV1W69d { display:block; }#at0iRfEgWFwWvzc7raqfTw0tLsV1W69d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcJIELMWRO6r18xApwW688gKBisxWpzE { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC7qztSSBrbGhHucAa2gEO6dP9tATWO3 { display:block; }#kC7qztSSBrbGhHucAa2gEO6dP9tATWO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKr9cH3W6qvqTOdAhiRoWgHhkvzgMKG9 { width:22.75rem;height:4.25rem;top:1.5625rem;left:12.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfaL64J8D7IVDE9PmkgnM6iIT4Ec16Lm { display:block; }
 }@media only screen and (max-width: 763px) { #dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T { display:block; }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC4ldwSKrQGXflG8gSw099Z3DJUdT7KD { width:47.75rem;height:2.875rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouvmAMbU6vSyFFzGwKlTfox00IV3ezdE { width:1.875rem;height:0.125rem;top:9.375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs { display:block; }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs > .row .container { width:47.75rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAPiK1QrpuFDm32JP7bRuz48OGMQDpGZ { width:22.5rem;height:10.9375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdzBkmOcTqu8Q2fHPOqX21TghfOs2vPb { width:20rem;height:7rem;top:4.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmWAodx9cJ9MEJ3cFgdAnu2bkkEGnKHD { width:14.625rem;height:1.4375rem;top:14.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA70uVCOiQrRoWdxFiBCwqzMeyK7yQ40 { width:22.5rem;height:10.9375rem;top:2.875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycea6UTk9JDdCzIgVJPNtJ1tE7q7K10S { width:14.625rem;height:1.4375rem;top:14.75rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6lEGOJ3wffANO4xaDc1aaRL0NyMGwAu { width:20rem;height:7rem;top:4.8125rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnvaVgiR0Ngf04yreD11WR8zq9Azh0C6 { width:2.625rem;height:2.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzglXy1CP26SbBGiTiJT0rQdNUa37Ki0 { width:2.625rem;height:2.625rem;top:1.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP { display:block; }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvR1rv8zfg5iXFc8H5XCu5WvH55cpmk6 { width:29.0625rem;height:4.25rem;top:2rem;left:9.3437519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJofQMoV5lby41MotX9SZoCa849vau9B { display:block; }
 }@media only screen and (max-width: 763px) { #Dxx9bwgtFsglxZsUOzGvWSS9A9VQbJLx { width:23.125rem;height:1.9375rem;top:5.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2pyvDCWV9putplv6Plm1uUOsxUxHaPu { width:23.125rem;height:1.125rem;top:26.5625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 { display:block; }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBfFODQgt8ZQyxf79GtZurfEy2BbPSt5 { width:22.5rem;height:10.9375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB4GIwNbk5ZgCHkMHgLnmZdogg0AL3rq { top:2.8125rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB { display:block; }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw { display:block; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrQgqqfmUpvqyh8ckSkn4nBDnxvUNFoR { width:47.75rem;height:;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbqvKKUXVBQGKZGHoe0RmbtLE4cMmE1X { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt { display:block; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D53IwnXk9EJJOo9dTcAoyE1tPoMSaR6r { top:0rem;left:0rem;width:47.75rem;height:26.759895833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 { display:block; }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq { display:block; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb2U1d187Q5SvrBBfUVTvlDKxiGBeUKX { width:47.75rem;height:2.875rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzq5NwZPZpw947sbqkFEp7UHnudVcRTT { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrpkZstkbMUR4wn3O1WZ9lS1f880V6NR { display:block; }#RrpkZstkbMUR4wn3O1WZ9lS1f880V6NR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKtF1BXsxsOz3mleZOmLubhxdR14MVDS { width:13.75rem;height:4.1875rem;top:1.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlhE8OFqkIttGpND6Jwfm8UvqqUmir3M { display:block; }
 }@media only screen and (max-width: 763px) { #rADlt1SKaOywmt3ARMUVzPrPU2PXkzNp { width:13.75rem;height:4.1875rem;top:1.8125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxB8nxwT980ykA7eIvKeJDeDuWS2bwCK { display:block; }
 }@media only screen and (max-width: 763px) { #J3nwIbEqStXTMOXm6d4qKSCJRuZuhEsq { width:13.75rem;height:4.1875rem;top:1.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmveBRdvU1HPQy7luis4f1qZDfo8ALso { display:block; }
 }@media only screen and (max-width: 763px) { #obPALhCWnsTIkRtXeiw8xU9tiKZONXT8 { width:29.0625rem;height:4.25rem;top:2rem;left:9.3437519073488rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkxrNyIU7Z1e0Ox98t5kzm8dUyxDcZom { display:block; }
 }@media only screen and (max-width: 763px) { #MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 { display:block; }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 > .row .container { width:47.75rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7fRhg9TgybrsNUdRTKBhUgLHkr1SkgO { width:25.5rem;height:4.25rem;top:1.8125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW1eR3Bg8Ruy6wU3gGA97oIDFl9TlltX { display:block; }
 }@media only screen and (max-width: 763px) { #WEHOZyhT1ubeT26Z54SN0rOS1bbwVUOd { width:25.6875rem;height:4.25rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk8TM7D0Vh3iglpVVZD5PT9OVh5pz4Um { display:block; }
 }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:47.75rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:47.75rem;height:7.5rem;top:8.875rem;left:0rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sn14vz9J3eAv304p4QXzvShw2kJFbsRe { width:28.125rem;height:2.875rem;top:19.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { width:22.25rem;height:3.75rem;top:29.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block; }
 }@media only screen and (max-width: 763px) { #SolNHhod9y27WAFr2uW0D1erxT09Xxvr { width:2.0625rem;height:2.0625rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAdwLOItJ1QIQfsQv7I52simIsJ8rlAP { width:2.0625rem;height:2.0625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg2fHXL4eKJ9rQ2vwGIp3SrtwBh8IUxd { width:28.125rem;height:2.875rem;top:19.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9LpP5Ji8bA27CqIPVJSC6K8Sg4GmiI1 { width:28.125rem;height:2.875rem;top:19.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTgHkJWXoMtopIHFxHk7wMA4G0NS6Txx { width:47.75rem;height:7.5rem;top:8.875rem;left:0rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rrDmFgObwtfm1stG9JztvVrmscveZoom { top:3.5rem;left:28.6875rem;width:19.0625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:transparent;background-image:url("https://images.assets-landingi.com/faEfWCdOKIg/unsplash/christina-wocintechchat-com-faEfWCdOKIg-photo-1573164574572-cb89e39749b4.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla.adaptive-delivery-prevent-bg, #TumlXP4MMA6arvszvbJlKaargqOaWwla.lazyload, #TumlXP4MMA6arvszvbJlKaargqOaWwla.lazyloading { background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,39,39,0.5); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,39,39,0.5); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { width:18.75rem;height:5.90625rem;top:7.059326171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { width:20rem;height:25.875rem;top:32.62451171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBzqqRpTD9eGuAiNCB4hvUkSsOl3w8Tf { width:18.75rem;height:5.60416875rem;top:14.59716796875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { width:16.375rem;height:4.38541875rem;top:21.348876953125rem;left:3.5634765625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd4T4NBrroqagPDKL5RoJsR3D4u6CVX1 { width:16.3110625rem;height:3.1493rem;top:27.310791015625rem;left:3.687744140625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:3.125rem;height:3.125rem;top:70.43701171875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJCPnWXPbNklticRUTFKA0NTJL7esBSF { width:17.5rem;height:3.89930625rem;top:33.5625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWbN2lqOu1yx1W1umcvRCFah4MuHMNh7 { width:20rem;height:7.30903125rem;top:37.461806297303rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5s7CElyZnIK2ypdM7v9sPOGTos2wqOM { width:2.124025rem;height:2.124025rem;top:21.348876953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz2bxBL9Oal5DqhEubiLPcxxN7GiDW3S { width:11.31225rem;height:6.186525rem;top:0rem;left:4.34326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZnux8WKy2b9ReTVhT2THczzePilcWvH { width:20rem;height:48.375rem;top:0rem;left:-0.062255859375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #erVU00wbdTOoxI0Z26vM4qUHg72ut6Qe { width:20rem;height:11.75rem;top:56.558837890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNQ7dUKxGJ5P106JWuBvKv5L4SWy3gSh { width:2.5rem;height:2.5rem;top:27.63427734375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:20rem;height:15.218751625977rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:18.75rem;height:13.4033125rem;top:1.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { width:1.875rem;height:0.124511875rem;top:15.09521484375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:20rem;height:42.4505rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:18.75rem;height:41.3880625rem;top:1.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP { display:block; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGgNC3Gg1hg9x7oXpqpkinbITqxubw2b { width:9.375rem;height:2.5989625rem;top:9.061279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCzHc7w8meACTLihkNn3iIDu1RyvJBA9 { width:9.24925rem;height:2.5989625rem;top:9.13818359375rem;left:9.698486328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiw9ffhdu0km3cuXleLFXFzftnqbACCE { width:7.87475rem;height:2.59928125rem;top:22.89306640625rem;left:0.748291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0MZztLqTlXbvI7Omt0BRIubIekQ4dx { width:9.375rem;height:2.5989625rem;top:22.891845703125rem;left:9.635009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghsDei2gwEhK6tgEBMCi2Hw0xmeo46u8 { width:5.99975625rem;height:5.99975625rem;top:2.57568359375rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcWzy6EPPxThOa5nBgMDp3GUU5wTpZ0E { width:6.12426875rem;height:6.12426875rem;top:3.013916015625rem;left:11.26220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOydHnHizFi3dg7XTaUKO6N57TOJDn0u { width:5.99975625rem;height:5.99975625rem;top:16.893310546875rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUqfQLVyTZvZa6zgIItem9SKr2T8dcDA { width:5.9375rem;height:5.9375rem;top:17.03369140625rem;left:11.353759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G { display:block; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { width:18.75rem;height:1.625rem;top:1.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQOfARKOhoxGItv519mV6iibmghpxDts { width:1.875rem;height:0.125rem;top:5.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7s5hLyhVSuVAebCCEdhtEgcsZmbdz7I { width:20rem;height:4.875rem;top:6.749267734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM { display:block; }#yCmfB8a9NgA7tLOHTluXZxltGO9FT4tM > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9CEiemvEVdE5vX199PnNq7e5rSINMm8 { width:20rem;height:8.997375rem;top:1.27197265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV { display:block; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x063wTlDxaUo2Q9vTMrUZ6nnH0qWZXZ4 { width:14.625rem;height:1.29964375rem;top:12.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP3XxV1E25xe3TVgLg0wMpUesUaOKDfH { width:14.625rem;height:1.3rem;top:14.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQM17r4lTaVXWxaKV4qHL6m83D4aOxhA { width:11.25rem;height:11.25rem;top:1rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2mXNA9r6CUMQsuiWoOvxcuLCUrnFlp { width:14.625rem;height:1.29964375rem;top:29.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyq8HUcumXKDfFgTTtWDFi9curyRPhze { width:14.625rem;height:1.3rem;top:31.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2cG31Moi6H5zHyTT5eSV3stJNZgQHiv { width:11.25rem;height:11.25rem;top:17.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkaMBWpASCqhC8PiLTDVy2kJvlyguxvP { width:14.625rem;height:1.29964375rem;top:46.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX7CBEpN4qbQ9nCXuvwzf3FQO3qrceaz { width:14.625rem;height:2.59928125rem;top:48.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDNqdT1WcnlZZGMo1fcSD059Tkgifl8W { width:11.25rem;height:11.25rem;top:34.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9okp6QX3CF7GWvUWrRvXRgKK4BXOlax { width:14.625rem;height:1.29964375rem;top:63.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhSnvXdZbysuPVIaH3oak5kGIbt9qMKO { width:14.625rem;height:2.59928125rem;top:65rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIauZc26QAPrw1QMlatIcfLnRPaQba0L { width:11.25rem;height:11.25rem;top:51.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH5hTUfIHC2zPBCib53IbOxdRvXw8qSg { width:18.75rem;height:1.625rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du83f7c2mm4zPiREwU6zVBPiwqOQhUxn { width:1.875rem;height:0.125rem;top:5.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFmyL1uyeMdTR8my3lpslwMBVkHruW7J { display:block; }#FFmyL1uyeMdTR8my3lpslwMBVkHruW7J > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwUUUSU13cqM50X4UcvCzrSGqFTLXkaG { width:18.75rem;height:1.94965rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgnm3srfUkqG6kTJocrqT0MStDRrEsVQ { width:18.75rem;height:1.29964375rem;top:7.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFvKyssWvJ3y50mPOFzslrWzTmxxD1xr { width:18.75rem;height:3.59895625rem;top:10.5615234375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSsJHz1BFyWNIVPxArHFNVmVTnsOSFwq { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 { display:block; }#K5Zo5UOAUUyUzBd05ggsbtDNFos8hNH6 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mO7zzLoSV5wMuoAC5TwiMi4LVK0bexaC { width:0.125rem;height:1.875rem;top:0rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mttMtiSRT9K58ybnSIerFsoIQmD1WVWu { display:block; }#mttMtiSRT9K58ybnSIerFsoIQmD1WVWu > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCf3PPToaM2wHkxieMAKtzNxMTgJgwmg { width:18.75rem;height:1.94965rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJ9rOTDxM10TxJXSPkyEHMgqaGGqhTId { width:18.75rem;height:1.29964375rem;top:7.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXq3KJfNWVxImwOQaPkxI2zC3PbA8o54 { width:18.75rem;height:10.796875rem;top:10.5rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3ExpufTTPIPQfMwT7wkQa2JQAwLoiLR { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ { display:block; }#eX2Tr4xNXTli3T8n8K0ARoXrE02zI5eQ > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mmr4SuGaapOit6a4IDB1RzhMMnMC8T5A { width:0.125rem;height:1.875rem;top:0rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr { display:block; }#uQdGUC2eR1soKOVhuInocN8bTc4Ls1Sr > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuyrnB3GUl6E8sbxJCmeSFWwscht3Wmk { width:18.75rem;height:1.94965rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O84ieLrxhh83pAriQtS7mC0rp5T1ZWlT { width:18.75rem;height:2.59928125rem;top:6.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQ8KNiObzyPH7HTbWDgz3VJPdwSTxyAI { width:18.75rem;height:5.3984375rem;top:9.75rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qeiAvdtHtscJ7w8noD9uIu8wrG5sR1Si { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZa967vT0nwqOpIqnlethbpPfcGvci6I { display:block; }#bZa967vT0nwqOpIqnlethbpPfcGvci6I > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EO7pZl5ffcAMFZCvv9mhxWEHEkNrzBHR { width:0.125rem;height:1.875rem;top:0rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndhF2pvSziLghE7uSFHAROGyznqXE4aR { display:block; }#ndhF2pvSziLghE7uSFHAROGyznqXE4aR > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIyECy2ke7owfpZ7Hd28SHhlPADL8gAS { width:18.75rem;height:1.94965rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWMhbFFx7NIzf3QTEwqSbw916tQkyAUN { width:18.75rem;height:3.898925rem;top:6.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozNuv1ZvrGIaxCFfkd4v50tyS62HTPhv { width:18.75rem;height:12.596375rem;top:10.835924148559rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iid0eTbfCcrMrvJTiUi0bh7tUSSR9EPG { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp { display:block; }#MstFfUJ2VEoSWSRMJbHvJbuR70LLdiNp > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwOp7EHVpv5sy4JHytlp2i686mZSnCT4 { width:0.125rem;height:1.875rem;top:0rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV20Tt2FtknxA8NAv02GNKadI2dOG3rB { display:block; }#BV20Tt2FtknxA8NAv02GNKadI2dOG3rB > .row .container { width:20rem;height:15.7109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if7lmFGFAEovG1Dpi16XyK1yRH6CoKNm { width:18.75rem;height:1.94965rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFGQiVCxwdaRpPxlDNofIOE3RIwB39ko { width:18.75rem;height:1.29964375rem;top:7.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOA0TorpdIVvAuEqG2XVezmPsg1U3Dbw { width:18.75rem;height:5.3984375rem;top:10.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPshKfM0K1VloxQrgdR22G4VNsssX4Zs { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo { display:block; }#olu9Rn12Mta77PNIoKtaKX0WfOHb4aIo > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDyTfJJXKVx4nE3cOl1Qi0vdltJ5l3nx { width:0.125rem;height:1.875rem;top:0rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ { display:block; }#LlpVq3BqURXhCPsmsa0kMSFSTfLdnGhJ > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq8S83KXahd78ZdnlIywgxsMRLiBZdVT { width:18.75rem;height:1.94965rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvETcTAJADWVrXL3WN3gRkl1TknO4DbZ { width:18.75rem;height:1.29964375rem;top:7.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfMeTQpJ0uKLgcsv2FF5bPxL9Oa42fUB { width:18.75rem;height:5.3984375rem;top:10.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDlfa3E1wlEVNPbNrIQtkAKTdNtaTziA { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz { display:block; }#pAUwekd6wKbk94dFqhc8kuL3WGmPCdZz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9TdDDbkUGNaGfkuWzqPlv4HTwUKZ1Cz { width:0.125rem;height:1.875rem;top:0rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr { display:block; }#QXsqJpog0b2rTzfSPo1CHz8u7S9hycRr > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IK1sBQx4vNOza64FFXQflNfsx3whErc1 { width:18.75rem;height:1.94965rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQ1diyKygwDlOcVXCg1JnMZcl39pfpAm { width:18.75rem;height:1.29964375rem;top:7.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGRoHyXBCa23Nsdi25hn8vKGb4yNHWwd { width:18.75rem;height:3.59895625rem;top:10.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFdB0yK2vTy8hsTvIio5EyEGQpqZOc9o { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV6rVdsKOLEwf732aE8M2o6J9kskF0mh { display:block; }#DV6rVdsKOLEwf732aE8M2o6J9kskF0mh > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPop7dX16l0TaODktK4ibagfSLk2Ddmm { width:0.125rem;height:1.875rem;top:0rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf { display:block; }#oJX4nPMDZtTZf6nlLPl5waEk8xmMpaMf > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzQu8iZl2xIvLi79mI4mMb7H2cGZD0rq { width:18.75rem;height:1.94965rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHzRsTQ9WkXRghE1RneOGT2onENpwoPW { width:18.75rem;height:1.29964375rem;top:7.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oM8XNHsZVLLJOvhiaXi2r9bWIGeSSc0t { width:18.75rem;height:5.3984375rem;top:10.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBBP42Ey7QOMFbCXPUt8hm2frspAt0ad { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #at0iRfEgWFwWvzc7raqfTw0tLsV1W69d { display:none; }#at0iRfEgWFwWvzc7raqfTw0tLsV1W69d > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xcJIELMWRO6r18xApwW688gKBisxWpzE { width:0.125rem;height:1.875rem;top:0rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC7qztSSBrbGhHucAa2gEO6dP9tATWO3 { display:none; }#kC7qztSSBrbGhHucAa2gEO6dP9tATWO3 > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sKr9cH3W6qvqTOdAhiRoWgHhkvzgMKG9 { width:19rem;height:4.25rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfaL64J8D7IVDE9PmkgnM6iIT4Ec16Lm { display:block; }
 }@media only screen and (max-width: 763px) { #dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T { display:block; }#dphKrsRDwm0S0kXkG0FBh5y56qt7Fo1T > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC4ldwSKrQGXflG8gSw099Z3DJUdT7KD { width:18.75rem;height:1.625rem;top:1.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouvmAMbU6vSyFFzGwKlTfox00IV3ezdE { width:1.875rem;height:0.124511875rem;top:4.468994140625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs { display:block; }#yVT7WaaEZABi5rtx2IJ9Wuk4ouAhKTqs > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAPiK1QrpuFDm32JP7bRuz48OGMQDpGZ { width:20rem;height:45.375rem;top:3.624267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdzBkmOcTqu8Q2fHPOqX21TghfOs2vPb { width:18.75rem;height:39.58855625rem;top:8.43017578125rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DmWAodx9cJ9MEJ3cFgdAnu2bkkEGnKHD { width:14.6228125rem;height:1.94965rem;top:5.748291015625rem;left:2.1240234375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UA70uVCOiQrRoWdxFiBCwqzMeyK7yQ40 { width:20rem;height:27.25rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycea6UTk9JDdCzIgVJPNtJ1tE7q7K10S { width:14.624rem;height:1.94965rem;top:55.25rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6lEGOJ3wffANO4xaDc1aaRL0NyMGwAu { width:18.75rem;height:21.59375625rem;top:58.3125rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnvaVgiR0Ngf04yreD11WR8zq9Azh0C6 { width:2.6245125rem;height:2.6245125rem;top:52rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzglXy1CP26SbBGiTiJT0rQdNUa37Ki0 { width:2.625rem;height:2.625rem;top:2.3125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP { display:block; }#ev7lsqJJW6qlHB5o5oFCfR6MkOewNrCP > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvR1rv8zfg5iXFc8H5XCu5WvH55cpmk6 { width:19rem;height:4.25rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJofQMoV5lby41MotX9SZoCa849vau9B { display:block; }
 }@media only screen and (max-width: 763px) { #Dxx9bwgtFsglxZsUOzGvWSS9A9VQbJLx { width:20rem;height:1.94965rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2pyvDCWV9putplv6Plm1uUOsxUxHaPu { width:20rem;height:5.847225rem;top:9.9487875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 { display:block; }#u91rBaHMeMEvhb3SRGd0kAlPOR1tyUJ1 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBfFODQgt8ZQyxf79GtZurfEy2BbPSt5 { width:20rem;height:16.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB4GIwNbk5ZgCHkMHgLnmZdogg0AL3rq { width:19.4375rem;height:15.59375625rem;top:2.623291015625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB { display:none; }#LTKcDZwl6ngHkRNhkOM4Mnr3MEmgp6rB > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw { display:block; }#OKwX9FvAJSvGimkydxiVpWRJ0WTPiiQw > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrQgqqfmUpvqyh8ckSkn4nBDnxvUNFoR { width:18.75rem;height:1.625rem;top:1.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbqvKKUXVBQGKZGHoe0RmbtLE4cMmE1X { width:1.875rem;height:0.124511875rem;top:4.18701171875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt { display:block; }#TL7DhKFuIlHJT8am5HPyTvXbvAyUSgNt > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D53IwnXk9EJJOo9dTcAoyE1tPoMSaR6r { height:22.3125rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 { display:none; }#DDEZh5L2RpM6yVPF7FcmqM23nW0u9Tt9 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq { display:block; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb2U1d187Q5SvrBBfUVTvlDKxiGBeUKX { width:18.75rem;height:3.25rem;top:1.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzq5NwZPZpw947sbqkFEp7UHnudVcRTT { width:1.875rem;height:0.124511875rem;top:6.124267578125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrpkZstkbMUR4wn3O1WZ9lS1f880V6NR { display:block; }#RrpkZstkbMUR4wn3O1WZ9lS1f880V6NR > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKtF1BXsxsOz3mleZOmLubhxdR14MVDS { width:18.125rem;height:4.1875rem;top:6.75rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlhE8OFqkIttGpND6Jwfm8UvqqUmir3M { display:block; }
 }@media only screen and (max-width: 763px) { #rADlt1SKaOywmt3ARMUVzPrPU2PXkzNp { width:13.75rem;height:4.1875rem;top:12.1875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxB8nxwT980ykA7eIvKeJDeDuWS2bwCK { display:block; }
 }@media only screen and (max-width: 763px) { #J3nwIbEqStXTMOXm6d4qKSCJRuZuhEsq { width:13.75rem;height:4.1875rem;top:17.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmveBRdvU1HPQy7luis4f1qZDfo8ALso { display:block; }
 }@media only screen and (max-width: 763px) { #obPALhCWnsTIkRtXeiw8xU9tiKZONXT8 { width:19rem;height:4.25rem;top:1.265625rem;left:0.50000005960464rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #EkxrNyIU7Z1e0Ox98t5kzm8dUyxDcZom { display:block; }
 }@media only screen and (max-width: 763px) { #MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 { display:none; }#MkH6l5gsMXpourChotiuBoir7CKM6ZJ8 > .row .container { width:20rem;height:17.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o7fRhg9TgybrsNUdRTKBhUgLHkr1SkgO { width:13.75rem;height:4.1875rem;top:6.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW1eR3Bg8Ruy6wU3gGA97oIDFl9TlltX { display:block; }
 }@media only screen and (max-width: 763px) { #WEHOZyhT1ubeT26Z54SN0rOS1bbwVUOd { width:19rem;height:4.25rem;top:12.12451171875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk8TM7D0Vh3iglpVVZD5PT9OVh5pz4Um { display:block; }
 }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:18.75rem;height:5rem;top:2.4365234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn14vz9J3eAv304p4QXzvShw2kJFbsRe { width:13.18725rem;height:1.4624rem;top:18.533935546875rem;left:3.404541015625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { width:18.999rem;height:3.75rem;top:40.372314453125rem;left:0.50048828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block; }
 }@media only screen and (max-width: 763px) { #SolNHhod9y27WAFr2uW0D1erxT09Xxvr { width:2.124025rem;height:2.124025rem;top:18.204345703125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAdwLOItJ1QIQfsQv7I52simIsJ8rlAP { width:2.06176875rem;height:2.06176875rem;top:20.328369140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg2fHXL4eKJ9rQ2vwGIp3SrtwBh8IUxd { width:15.99975rem;height:1.4624rem;top:20.62744140625rem;left:3.453369140625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9LpP5Ji8bA27CqIPVJSC6K8Sg4GmiI1 { width:18.93675rem;height:1.787925rem;top:15.809326171875rem;left:0.52978515625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTgHkJWXoMtopIHFxHk7wMA4G0NS6Txx { width:20rem;height:3.37565rem;top:8.997802734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrDmFgObwtfm1stG9JztvVrmscveZoom { width:14.87425rem;height:15.99975rem;top:24.373779296875rem;left:2.562255859375rem;display:block; }
 }