.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e2e2e2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:65rem;width:60rem;overflow:visible;position:relative;display:block; }#pMDTpfVnbHZ6iqCsoxxs8v3JVMTf4UwT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.8125rem;width:31.0625rem;top:9.0625rem;left:33.125rem;overflow:hidden;display:block; }
#sRoSPRIRkycur292UL4K3HEOKAdfVVNH { color:#4f4f4f;display:block;width:40.375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:11.6875rem;left:1.25rem;height:5.99965rem;font-style:normal;display:block; }
#BuSA0irZSkW16EJQuZux2ne9MiWq4nTo { position:absolute;display:block;z-index:15022;background-color:#3b4dfe;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:21.5625rem;top:18.5rem;left:10.9375rem;display:block; }
#cTFU1OkkmBF2qrpprV64uvGQICa2MXNd { color:#4f4f4f;display:block;width:32.625rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:20.25rem;left:1.5rem;height:30.69780625rem;font-style:normal;display:block; }
#SPq0531qelJu3gUVlL1mcmlDaoR215cT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:12.6875rem;top:3.875rem;left:23.65625rem;overflow:hidden;display:block; }
#MxyERhB6ucBTEw7SnzBkL82XJFn9A9Gl { z-index:15004;top:58.6875rem;left:23.21875rem;background-color:#e80000;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MEEr6ocvSRHu8zpUS283DxVcioZyA8a7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wbBabviIloiXLm6H63VM3rUCg2fFusVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#wbBabviIloiXLm6H63VM3rUCg2fFusVo > .row .container { background-color: transparent; background-image: none; }#wbBabviIloiXLm6H63VM3rUCg2fFusVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbBabviIloiXLm6H63VM3rUCg2fFusVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbBabviIloiXLm6H63VM3rUCg2fFusVo > .row .container > .video-iframe-container { display: none; }#wbBabviIloiXLm6H63VM3rUCg2fFusVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbBabviIloiXLm6H63VM3rUCg2fFusVo > .row > .video-iframe-container { display: none; }#wbBabviIloiXLm6H63VM3rUCg2fFusVo > .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); }#wbBabviIloiXLm6H63VM3rUCg2fFusVo > .row .container { border-width: 0; border-radius: 0; }#wbBabviIloiXLm6H63VM3rUCg2fFusVo > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#wbBabviIloiXLm6H63VM3rUCg2fFusVo > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#B8Q4d8ToFoe93cUqMSOwJiAqvh2sZPWI { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:5.875rem;left:0rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umEAekqVSS5thLHXc10FFb1fiutUrvxn { position:absolute;display:block;z-index:15026;background-color:#3b4dfe;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:22.5625rem;top:13.75rem;left:37.5rem;display:block; }
#KF1PSq3nKl5mAnO6ULzSQ6oCvsHeBkLz { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:15.875rem;left:0rem;height:14.694625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJv39slx1TD64XeZPPTsVgpL0fcwhXCv { z-index:15003;top:34.1044921875rem;left:25.0625rem;background-color:#e80000;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kzcSvKMJOynahHKGGo4w9QkRWzWQ5ZDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c { 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; }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c > .row .container { background-color: transparent; background-image: none; }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c > .row .container > .video-iframe-container { display: none; }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c > .row > .video-iframe-container { display: none; }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c > .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); }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c > .row .container { border-width: 0; border-radius: 0; }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:block; }#e5GT0zv18aUGdnskHlFGxECL3uySsvJA { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Ln5UqdMnZ2T5TT5Xy7oxeTBZEeNtPUW8 { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tz0D7NPtkZkZal9bFIeBlVEp5abmMMgT { position:absolute;display:block;z-index:15011;background-color:#ff0000;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:28.75rem;display:block; }
#kAL0fEcDNoyvVVziViedsuvsUWLCEc1S { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:roboto;font-size:7.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1kK1P5Jref7HKMnTEWiDBUSTPlbEWy7 { position:absolute;display:block;z-index:15005;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:18.8125rem;left:20.5rem;display:block; }
#JA5qSPloT71RMaQqH3IwNQNW9BPWH4f7 { position:absolute;display:block;z-index:15008;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:18.8125rem;left:40.5rem;display:block; }
#aMiizLhDTy72OoqMZeS1ea58v0qwOUn2 { color:#616161;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.125rem;left:20.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kUNWU5pE5tQ3FMKhOm7uHQcIFixFWTb5 { color:#616161;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.125rem;left:40.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTGP7M4dhWtJpwSA9Hwm1R6LAxfqDAZE { position:absolute;display:block;z-index:15002;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:18.8125rem;left:0.5625rem;display:block; }
#s4BRyZGq3wvt09QaCWIZkbJFdtAZTckN { color:#616161;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOePA59T3UKKUGdc5zrzIVJiBL4lpg1d { color:#ff0000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PsMUo4fLvTI2e7HueHuISzJSqOmZ4Mw7 { color:#ff0000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:23.978515625rem;left:20.9375rem;height:4.722125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGb3V6PmsFafuRvUhM7H0o5EqUfIk6KZ { color:#ff0000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.853515625rem;left:40.90625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoTbogu0L3t8k3XVygQhhm3ZtNuMocPL { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:32.686965942382rem;left:0rem;height:3.2492875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OCyorod5uTUtt0ZFIMsu7nB35cMCKAHA { z-index:15005;top:38.99928855896rem;left:22.499998092651rem;background-color:#e80000;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(0,0,0,0.14) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tg25URwXoGsh9wTkOehwKGSGPp4fDa68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MxRK2CO3rsvhtTgfqo8axmmAprTyzsNK { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.8125rem;left:0rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;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; }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP > .row .container { background-color: transparent; background-image: none; }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP > .row .container > .video-iframe-container { display: none; }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP > .row > .video-iframe-container { display: none; }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP > .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); }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP > .row .container { border-width: 0; border-radius: 0; }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:60rem;position:relative;display:block; }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f9f9;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; }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 > .row .container { background-color: transparent; background-image: none; }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 > .row .container > .video-iframe-container { display: none; }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 > .row > .video-iframe-container { display: none; }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 > .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); }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 > .row .container { border-width: 0; border-radius: 0; }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:60rem;position:relative;display:block; }#HsuJ7B1H23fdOusetLtPeT3cQ6lJPEVR { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:20.8125rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:13.9375rem;left:0rem;display:block; }
#shlp7kyqQ4xB8faVg3gaGNTtHQxSQONv { border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66541ff5-84e4-4ee2-be6f-10af6dfa3bf3/Ladi.crop_242x232_39,52.preview.enhance_50.grayscale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:9.25rem;left:8.375rem;display:block; }#shlp7kyqQ4xB8faVg3gaGNTtHQxSQONv.adaptive-delivery-prevent-bg, #shlp7kyqQ4xB8faVg3gaGNTtHQxSQONv.lazyload, #shlp7kyqQ4xB8faVg3gaGNTtHQxSQONv.lazyloading { background-image: none; }
#UlhdXvTLUiSXGfl82H36Bto9vbyiylMV { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:20.6875rem;left:1.3125rem;height:8.9968125rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#w9QSd2PxNCdh8mN2dJl3nHQ7hgm9xm0i { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.625rem;left:0.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#TymvdBwBZHwSuEkukia0KcqspcuxcHql { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:20.8125rem;width:26.25rem;position:absolute;display:block;z-index:15004;top:13.9375rem;left:33.625rem;display:block; }
#JQUr8eH6zRFhw4rbpw0udQ4ldREXPFgc { border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/80e50ec5-5370-4ed2-96c3-71d3992907d4/Ruth.crop_232x219_0,0.preview.enhance_50.grayscale.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:9.25rem;left:42rem;display:block; }#JQUr8eH6zRFhw4rbpw0udQ4ldREXPFgc.adaptive-delivery-prevent-bg, #JQUr8eH6zRFhw4rbpw0udQ4ldREXPFgc.lazyload, #JQUr8eH6zRFhw4rbpw0udQ4ldREXPFgc.lazyloading { background-image: none; }
#XGVXxNRQOIEkLwSUQTsG4QGC6Uut3vQm { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:50.6875rem;left:34.9375rem;height:7.4973125rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dvsdrgtJpPA3TUBhlAMZ41kehu6feTDu { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.89915rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#piqqBk3e5ziuTLtSHNC8R6MI67aOWFkO { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:20.8125rem;width:26.25rem;position:absolute;display:block;z-index:15008;top:43.9375rem;left:0rem;display:block; }
#nrk93pmq0TSL1rex9xgNROuDduQFDD2h { border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61956cb8-30e5-4536-9450-2a7bd7ba54d6/Aida.crop_279x287_0,56.preview.enhance_50.grayscale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15009;top:39.25rem;left:8.375rem;display:block; }#nrk93pmq0TSL1rex9xgNROuDduQFDD2h.adaptive-delivery-prevent-bg, #nrk93pmq0TSL1rex9xgNROuDduQFDD2h.lazyload, #nrk93pmq0TSL1rex9xgNROuDduQFDD2h.lazyloading { background-image: none; }
#Z6zbCdysNITGbdIS93R87sq8MK3OoKnu { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:50.6875rem;left:1.3125rem;height:5.99786875rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cPlCrTSnRuon0hVkX3D7pxqnOzXGWcnX { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:20.8125rem;width:26.25rem;position:absolute;display:block;z-index:14999;top:43.9375rem;left:33.625rem;display:block; }
#bBcX8QgSsMoLx8axJcZfRl1dJVmoRrOm { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:19.5625rem;left:34.9375rem;height:11.99575rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SM77VBbaRA5i5gt722dwdaPvFvXw4BeI { border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e50e1855-a31a-4b12-90f1-bc160f128d4d/George.crop_245x229_41,10.preview.enhance_50.grayscale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15013;top:39.25rem;left:42rem;display:block; }#SM77VBbaRA5i5gt722dwdaPvFvXw4BeI.adaptive-delivery-prevent-bg, #SM77VBbaRA5i5gt722dwdaPvFvXw4BeI.lazyload, #SM77VBbaRA5i5gt722dwdaPvFvXw4BeI.lazyloading { background-image: none; }
#cWtWVoXilhrNKkw0oG8Ih0vdZepZKp1b { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:61rem;left:0.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#V5zBXXCTCh0wbTGSS2QsKytX2abOOova { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:61rem;left:34.3125rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#EFmZOQJwuBG2135AspKiVT8d7cKQT8kT { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.4375rem;left:34.3125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0791ce77-0912-4559-8a48-e12c39d96f41/nigeriasummer1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW.adaptive-delivery-prevent-bg, #TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW.lazyload, #TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW.lazyloading { background-image: none; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container { background-color: transparent; background-image: none; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container > .video-iframe-container { display: none; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row > .video-iframe-container { display: none; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .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); }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container { border-width: 0; border-radius: 0; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#GUTeXcf4Beus5BT0aH2xVl7H2bxQrfkM { position:absolute;display:block;z-index:15030;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:0.125rem;width:13.9375rem;top:13.3125rem;left:1.6875rem;display:block; }
#cQdVEhmmKlAZmPlvkAD1A2qbniVddCNJ { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:7.044921875rem;left:1.6875rem;height:5.8513875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KWqZ0P4a9D2CNWGqnNQKe7rbuLKvXOnf { z-index:15004;top:7.40625rem;left:37.9892578125rem;background-color:#e80000;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(0,0,0,0.48) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:5.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#raWwx7nLEfx9bnXp4kXk6gayrkDkFCeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;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; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container { background-color: transparent; background-image: none; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container > .video-iframe-container { display: none; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row > .video-iframe-container { display: none; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .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); }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container { border-width: 0; border-radius: 0; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:60rem;position:relative;display:block; }#gcK7pyI4zt1f5ZdkDR4iG0W4FuRXoI5g { color:#717171;display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:7.0625rem;left:29.5rem;height:2.03125rem;font-style:italic;display:block; }
#idlO027G8Tu0PDKTirqanRu7DaCEMpfc { color:#4f4f4f;display:block;width:30.5rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:10.875rem;left:29.5rem;height:8.4375rem;font-style:normal;display:block; }
#IekfKGLBQlOWcSJiXIbcr48q3MmEP4en { position:absolute;display:block;z-index:15032;background-color:#3b4dfe;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:15.0625rem;top:17.5rem;left:44.875rem;display:block; }
#yUUUwzI12L6nGr3hWdTwGET4RuM3RLnL { color:#656565;display:block;width:30.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:19.4375rem;left:29.75rem;height:4.72265625rem;font-style:normal;display:block; }
#BT7MwDGFEQS8PH1aV83ormyzTlQExxZ5 { position:absolute;display:block;z-index:15033;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:42.8125rem;width:32.375rem;top:9.625rem;left:0rem;overflow:hidden;display:block; }
#O0bob5L0SsIQLWFRir6eO4Ol1p2gvVsZ { position:absolute;display:block;z-index:15034;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.8125rem;width:5.8125rem;top:44.46875rem;left:52.9375rem;overflow:hidden;display:block; }
#cZk655zsWwLnnaVtSoKC7TXJa2udA945 { position:absolute;display:block;z-index:15035;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.125rem;width:6.125rem;top:44.3125rem;left:30.59375rem;overflow:hidden;display:block; }
#X3mPKxaTraESwAdUbT28gPnDzcd28Ck4 { color:#656565;display:block;width:28.25rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:27.34375rem;left:30.59375rem;height:3.3256375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oRncoa9CSRgBfxIAXdMpAXmALEOqukxN { color:#656565;display:block;width:28.25rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:37.625rem;left:30.59375rem;height:3.3256375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#scZNErJzImWBWqhyizTwti07eCkcIRnU { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:27.46875rem;left:26.9375rem; }
#UANGitKJdoQRk96XeuddIHMkutSVBWuS { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:38rem;left:26.9375rem; }
#ZMVTuFqeHpnMxXk8NVuv1H6mQgng9bIs { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:32.75rem;left:26.8125rem; }
#VwQmIZVJ5al1Geqyca1cobDZyqCyQ4HH { color:#656565;display:block;width:28.25rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:32.375rem;left:30.4375rem;height:3.3256375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QD0X2eky1IZcWlhIMZ87iQkzN5KJN27K { position:absolute;display:block;z-index:15043;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.75rem;width:6.75rem;top:44rem;left:41.5rem;overflow:hidden;display:block; }
#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf { 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; }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf > .row .container { background-color: transparent; background-image: none; }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf > .row .container > .video-iframe-container { display: none; }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf > .row > .video-iframe-container { display: none; }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf > .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); }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf > .row .container { border-width: 0; border-radius: 0; }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#Ez8JflXmcWQJdc0TvQoXu72nLZiiZUqC { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#G3ESw9Jbo7SNkkJzmifHseZFiq8fmGga { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QHrqQV0ua0NtO5zmMuX6R3NinyT8qByP { position:absolute;display:block;z-index:15011;background-color:#ffc600;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:28.75rem;display:block; }
#udZlTsKkqNHbD2TqwUzivatqNOZuNmH7 { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:roboto;font-size:7.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mDPeUiEgTViq8LMxMMkblxK8brpJzQbx { position:absolute;display:block;z-index:15005;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.875rem;width:18.9375rem;top:18.8125rem;left:20.5rem;display:block; }
#kHMODPoMt0v3pC7FxGRyRLIqLD3hJhFz { position:absolute;display:block;z-index:15008;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.875rem;width:18.9375rem;top:18.8125rem;left:40.5rem;display:block; }
#lJLlaiAnPhSo0Tiy5psyvdN5pWck65KE { color:#00c6ff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.125rem;left:20.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8TPilDVVuvhM1nqKqdxMw5TD4lmvgi2 { color:#ffc600;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.125rem;left:40.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lvONWbX9zyNRHK2uIZb8qMOb82SB9Us3 { position:absolute;display:block;z-index:15002;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.875rem;width:18.9375rem;top:18.8125rem;left:0.5625rem;display:block; }
#pKWDeCBcOTSDRqKg8wgGf0BEe3JTituI { color:#ffc600;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tysm1PqOrqmBJylTBlyTdxWhTfCF9Hoe { color:#767676;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.9375rem;left:0.9375rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KyDwvs8iCtPZ7lTlgG81t0XAZNgMxUIl { color:#767676;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.775390625rem;left:0.96875rem;height:3.0877125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mbPlXfcZusdGWGmXkk4da262DIqZgzZt { color:#767676;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.978515625rem;left:20.9375rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZXMHxr75yp44E7vgGrnKJha9ErHgfgR { color:#767676;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.74609375rem;left:20.9375rem;height:4.63156875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C8V7m3APxTuvsA4evGqk5qHTcGQCFX8x { color:#767676;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.978515625rem;left:40.90625rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ueoykBUTPux6vUo76QufeU80GVCPVJO4 { color:#767676;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.75rem;left:40.9375rem;height:4.63156875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9XefTRry1XeUD3iB9KdwahTDNnfoVgZ { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:32.75rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R5rtTsELVtNRXxxT5JeAPl55RtWczzPy { z-index:15005;top:41.3125rem;left:24.3125rem;background-color:#e80000;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(0,0,0,0.14) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gTahpDPkDanyWrvpSgeIz3AJl6V6gdRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sKVAmFdaohiu7wzaeQKa3x3sCyz1ygzU { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:44.125rem;left:0rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/511a7e35-2ae8-47fd-a26e-00c0f4e524a1/Persecutionbottomphoto.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m.adaptive-delivery-prevent-bg, #bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m.lazyload, #bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m.lazyloading { background-image: none; }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m > .row .container { background-color: transparent; background-image: none; }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m > .row .container > .video-iframe-container { display: none; }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m > .row > .video-iframe-container { display: none; }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m > .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); }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m > .row .container { border-width: 0; border-radius: 0; }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#zs3yCBTuEHR7ynvRKPKczhxshNB6ER3k { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Hm6DZDFhQ2KCNP8H8LyqHNS3lL1deROU { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:10.6875rem;left:0rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdn46zVq3P5DJnoae1B4LF3GkCH1rWs1 { position:absolute;display:block;z-index:15034;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:0.125rem;width:16.3125rem;top:14.5rem;left:43.75rem;display:block; }
#eztLOhSNy8Mm8vdXZXHDdPlytBB2FTpa { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:15.5625rem;left:0rem;height:3.4108625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8wriRo0e5hsy5TmqpzlFSD4kMsnR9QQ { z-index:15035;top:21.10546875rem;left:23.75rem;background-color:#e80000;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(0,0,0,0.43) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eNymr1SU5g9DCzADEzCWO536HSSymNqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NZIpiG2LN8GQoqOZR53QAgowthU0xX07 { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:28.8125rem;left:1.15625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;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;z-index:auto;display:block; }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row .container { background-color: transparent; background-image: none; }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row .container > .video-iframe-container { display: none; }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row > .video-iframe-container { display: none; }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .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); }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row .container { border-width: 0; border-radius: 0; }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#GMLQcDlfSXbUJpvr6J4IcU3ufWdRMQ8m { color:#000000;display:block;width:10.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.5rem;left:15.875rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#oLDcEHdGhlTcLKmg7Hqqh4KfMMpfGtNW { color:#0c0c0c;display:block;width:51.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:5.25rem;left:4.9375rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xe0qXqKv8cUIQXh0CGSV56PlIsXbXA9F { color:#000000;display:block;width:6.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.5rem;left:26.25rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#Bp5kVzmmZ4a2lXdqvshpy7aipAHW2yoJ { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:2.5rem;left:33.5625rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMDTpfVnbHZ6iqCsoxxs8v3JVMTf4UwT { width:31.0625rem;height:46.8125rem;top:9.0625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRoSPRIRkycur292UL4K3HEOKAdfVVNH { width:40.375rem;height:6rem;top:11.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuSA0irZSkW16EJQuZux2ne9MiWq4nTo { width:21.5625rem;height:0.125rem;top:18.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTFU1OkkmBF2qrpprV64uvGQICa2MXNd { width:32.625rem;height:35.8125rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPq0531qelJu3gUVlL1mcmlDaoR215cT { top:3.875rem;left:17.53125rem;width:12.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxyERhB6ucBTEw7SnzBkL82XJFn9A9Gl { top:58.6875rem;left:17.09375rem;width:13.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEEr6ocvSRHu8zpUS283DxVcioZyA8a7 { display:block; }
 }@media only screen and (max-width: 763px) { #wbBabviIloiXLm6H63VM3rUCg2fFusVo { display:block; }#wbBabviIloiXLm6H63VM3rUCg2fFusVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8Q4d8ToFoe93cUqMSOwJiAqvh2sZPWI { width:47.75rem;height:6.875rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umEAekqVSS5thLHXc10FFb1fiutUrvxn { width:22.5625rem;height:0.125rem;top:13.75rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF1PSq3nKl5mAnO6ULzSQ6oCvsHeBkLz { width:47.75rem;height:16.5rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJv39slx1TD64XeZPPTsVgpL0fcwhXCv { top:34.0625rem;left:18.9375rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzcSvKMJOynahHKGGo4w9QkRWzWQ5ZDt { display:block; }
 }@media only screen and (max-width: 763px) { #NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c { display:block; }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5GT0zv18aUGdnskHlFGxECL3uySsvJA { width:47.75rem;height:4.0625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln5UqdMnZ2T5TT5Xy7oxeTBZEeNtPUW8 { width:47.75rem;height:1.625rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0D7NPtkZkZal9bFIeBlVEp5abmMMgT { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAL0fEcDNoyvVVziViedsuvsUWLCEc1S { width:47.75rem;height:9.75rem;top:4rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1kK1P5Jref7HKMnTEWiDBUSTPlbEWy7 { width:18.9375rem;height:10.3125rem;top:18.8125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA5qSPloT71RMaQqH3IwNQNW9BPWH4f7 { width:18.9375rem;height:10.3125rem;top:18.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMiizLhDTy72OoqMZeS1ea58v0qwOUn2 { width:18.125rem;height:4.875rem;top:19.125rem;left:14.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUNWU5pE5tQ3FMKhOm7uHQcIFixFWTb5 { width:18.125rem;height:4.875rem;top:19.125rem;left:29.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTGP7M4dhWtJpwSA9Hwm1R6LAxfqDAZE { width:18.9375rem;height:10.3125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4BRyZGq3wvt09QaCWIZkbJFdtAZTckN { width:18.125rem;height:4.875rem;top:19.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOePA59T3UKKUGdc5zrzIVJiBL4lpg1d { width:18.125rem;height:1.75rem;top:23.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsMUo4fLvTI2e7HueHuISzJSqOmZ4Mw7 { width:18.125rem;height:3.125rem;top:23.9375rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGb3V6PmsFafuRvUhM7H0o5EqUfIk6KZ { width:18.125rem;height:3.5625rem;top:23.8125rem;left:29.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoTbogu0L3t8k3XVygQhhm3ZtNuMocPL { width:47.75rem;height:3.25rem;top:32.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCyorod5uTUtt0ZFIMsu7nB35cMCKAHA { top:38.9375rem;left:16.374998092651rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg25URwXoGsh9wTkOehwKGSGPp4fDa68 { display:block; }
 }@media only screen and (max-width: 763px) { #MxRK2CO3rsvhtTgfqo8axmmAprTyzsNK { width:47.75rem;height:3.5625rem;top:42.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP { display:block; }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 { display:block; }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HsuJ7B1H23fdOusetLtPeT3cQ6lJPEVR { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shlp7kyqQ4xB8faVg3gaGNTtHQxSQONv { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlhdXvTLUiSXGfl82H36Bto9vbyiylMV { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9QSd2PxNCdh8mN2dJl3nHQ7hgm9xm0i { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TymvdBwBZHwSuEkukia0KcqspcuxcHql { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQUr8eH6zRFhw4rbpw0udQ4ldREXPFgc { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGVXxNRQOIEkLwSUQTsG4QGC6Uut3vQm { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvsdrgtJpPA3TUBhlAMZ41kehu6feTDu { width:47.75rem;height:3.875rem;top:4.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piqqBk3e5ziuTLtSHNC8R6MI67aOWFkO { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrk93pmq0TSL1rex9xgNROuDduQFDD2h { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6zbCdysNITGbdIS93R87sq8MK3OoKnu { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPlCrTSnRuon0hVkX3D7pxqnOzXGWcnX { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBcX8QgSsMoLx8axJcZfRl1dJVmoRrOm { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM77VBbaRA5i5gt722dwdaPvFvXw4BeI { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWtWVoXilhrNKkw0oG8Ih0vdZepZKp1b { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5zBXXCTCh0wbTGSS2QsKytX2abOOova { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFmZOQJwuBG2135AspKiVT8d7cKQT8kT { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW { display:block; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUTeXcf4Beus5BT0aH2xVl7H2bxQrfkM { width:13.9375rem;height:0.125rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQdVEhmmKlAZmPlvkAD1A2qbniVddCNJ { width:25.0625rem;height:5.8125rem;top:7rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWqZ0P4a9D2CNWGqnNQKe7rbuLKvXOnf { top:7.375rem;left:31.125rem;width:16.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raWwx7nLEfx9bnXp4kXk6gayrkDkFCeF { display:block; }
 }@media only screen and (max-width: 763px) { #CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu { display:block; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcK7pyI4zt1f5ZdkDR4iG0W4FuRXoI5g { width:30.4375rem;height:2rem;top:7.0625rem;left:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idlO027G8Tu0PDKTirqanRu7DaCEMpfc { width:30.5rem;height:5.625rem;top:10.875rem;left:17.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IekfKGLBQlOWcSJiXIbcr48q3MmEP4en { width:15.0625rem;height:0.125rem;top:17.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUUUwzI12L6nGr3hWdTwGET4RuM3RLnL { width:30.25rem;height:4.6875rem;top:19.4375rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT7MwDGFEQS8PH1aV83ormyzTlQExxZ5 { width:32.375rem;height:42.8125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0bob5L0SsIQLWFRir6eO4Ol1p2gvVsZ { top:44.4375rem;left:41.9375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZk655zsWwLnnaVtSoKC7TXJa2udA945 { top:44.3125rem;left:24.46875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3mPKxaTraESwAdUbT28gPnDzcd28Ck4 { width:28.25rem;height:3.3125rem;top:27.3125rem;left:19.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRncoa9CSRgBfxIAXdMpAXmALEOqukxN { width:28.25rem;height:3.3125rem;top:37.625rem;left:19.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scZNErJzImWBWqhyizTwti07eCkcIRnU { top:27.4375rem;left:20.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UANGitKJdoQRk96XeuddIHMkutSVBWuS { top:38rem;left:20.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMVTuFqeHpnMxXk8NVuv1H6mQgng9bIs { top:32.75rem;left:20.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwQmIZVJ5al1Geqyca1cobDZyqCyQ4HH { width:28.25rem;height:3.3125rem;top:32.375rem;left:19.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD0X2eky1IZcWlhIMZ87iQkzN5KJN27K { top:44rem;left:35.375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf { display:block; }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ez8JflXmcWQJdc0TvQoXu72nLZiiZUqC { width:47.75rem;height:4.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ESw9Jbo7SNkkJzmifHseZFiq8fmGga { width:47.75rem;height:1.625rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHrqQV0ua0NtO5zmMuX6R3NinyT8qByP { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udZlTsKkqNHbD2TqwUzivatqNOZuNmH7 { width:47.75rem;height:9.75rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPeUiEgTViq8LMxMMkblxK8brpJzQbx { width:18.9375rem;height:11.875rem;top:18.8125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHMODPoMt0v3pC7FxGRyRLIqLD3hJhFz { width:18.9375rem;height:11.875rem;top:18.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJLlaiAnPhSo0Tiy5psyvdN5pWck65KE { width:18.125rem;height:4.875rem;top:19.125rem;left:14.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8TPilDVVuvhM1nqKqdxMw5TD4lmvgi2 { width:18.125rem;height:4.875rem;top:19.125rem;left:29.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvONWbX9zyNRHK2uIZb8qMOb82SB9Us3 { width:18.9375rem;height:11.875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKWDeCBcOTSDRqKg8wgGf0BEe3JTituI { width:18.125rem;height:4.875rem;top:19.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tysm1PqOrqmBJylTBlyTdxWhTfCF9Hoe { width:18.125rem;height:1.5rem;top:23.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyDwvs8iCtPZ7lTlgG81t0XAZNgMxUIl { width:18.125rem;height:4.625rem;top:25.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbPlXfcZusdGWGmXkk4da262DIqZgzZt { width:18.125rem;height:1.5rem;top:23.9375rem;left:14.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZXMHxr75yp44E7vgGrnKJha9ErHgfgR { width:18.125rem;height:4.625rem;top:25.6875rem;left:14.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8V7m3APxTuvsA4evGqk5qHTcGQCFX8x { width:18.125rem;height:1.5rem;top:23.9375rem;left:29.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueoykBUTPux6vUo76QufeU80GVCPVJO4 { width:18.125rem;height:4.625rem;top:25.75rem;left:29.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9XefTRry1XeUD3iB9KdwahTDNnfoVgZ { width:47.75rem;height:3.25rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5rtTsELVtNRXxxT5JeAPl55RtWczzPy { top:41.3125rem;left:18.1875rem;width:12.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTahpDPkDanyWrvpSgeIz3AJl6V6gdRK { display:block; }
 }@media only screen and (max-width: 763px) { #sKVAmFdaohiu7wzaeQKa3x3sCyz1ygzU { width:47.75rem;height:3.5625rem;top:44.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m { display:block; }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zs3yCBTuEHR7ynvRKPKczhxshNB6ER3k { width:47.75rem;height:2rem;top:6.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm6DZDFhQ2KCNP8H8LyqHNS3lL1deROU { width:47.75rem;height:3.0625rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdn46zVq3P5DJnoae1B4LF3GkCH1rWs1 { width:16.3125rem;height:0.125rem;top:14.5rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eztLOhSNy8Mm8vdXZXHDdPlytBB2FTpa { width:47.75rem;height:3.375rem;top:15.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wriRo0e5hsy5TmqpzlFSD4kMsnR9QQ { top:21.0625rem;left:17.625rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNymr1SU5g9DCzADEzCWO536HSSymNqW { display:block; }
 }@media only screen and (max-width: 763px) { #NZIpiG2LN8GQoqOZR53QAgowthU0xX07 { width:47.75rem;height:3.25rem;top:28.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFafVUvRQZ21iRE3A7bguwEZKSWFblSp { display:block; }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMLQcDlfSXbUJpvr6J4IcU3ufWdRMQ8m { top:2.5rem;left:9.75rem;width:10.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLDcEHdGhlTcLKmg7Hqqh4KfMMpfGtNW { top:5.25rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe0qXqKv8cUIQXh0CGSV56PlIsXbXA9F { top:2.5rem;left:20.125rem;width:6.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp5kVzmmZ4a2lXdqvshpy7aipAHW2yoJ { top:2.5rem;left:27.4375rem;width:10.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMDTpfVnbHZ6iqCsoxxs8v3JVMTf4UwT { width:12rem;height:18rem;top:13.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRoSPRIRkycur292UL4K3HEOKAdfVVNH { width:18.1875rem;height:8.998575rem;top:5.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuSA0irZSkW16EJQuZux2ne9MiWq4nTo { width:6.25rem;height:0.125rem;top:14.375rem;left:6.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #cTFU1OkkmBF2qrpprV64uvGQICa2MXNd { width:18.3125rem;height:30.4509875rem;top:33rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #SPq0531qelJu3gUVlL1mcmlDaoR215cT { width:11.6875rem;height:2.1875rem;top:1.4375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxyERhB6ucBTEw7SnzBkL82XJFn9A9Gl { top:65.25rem;left:3.5625rem;width:12.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEEr6ocvSRHu8zpUS283DxVcioZyA8a7 { display:block; }
 }@media only screen and (max-width: 763px) { #wbBabviIloiXLm6H63VM3rUCg2fFusVo { display:block; }#wbBabviIloiXLm6H63VM3rUCg2fFusVo > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8Q4d8ToFoe93cUqMSOwJiAqvh2sZPWI { width:20rem;height:5.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #umEAekqVSS5thLHXc10FFb1fiutUrvxn { width:13.75rem;height:0.125rem;top:8.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF1PSq3nKl5mAnO6ULzSQ6oCvsHeBkLz { width:20rem;height:24.93075rem;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJv39slx1TD64XeZPPTsVgpL0fcwhXCv { top:36.6875rem;left:3.75rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzcSvKMJOynahHKGGo4w9QkRWzWQ5ZDt { display:block; }
 }@media only screen and (max-width: 763px) { #NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c { display:block; }#NPTkyDzDMqPTwLwQuDRyOaiB4JyhqX5c > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5GT0zv18aUGdnskHlFGxECL3uySsvJA { width:20rem;height:4.8739375rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln5UqdMnZ2T5TT5Xy7oxeTBZEeNtPUW8 { width:20rem;height:2.43608125rem;top:6.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0D7NPtkZkZal9bFIeBlVEp5abmMMgT { width:2.5rem;height:0.125rem;top:9.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAL0fEcDNoyvVVziViedsuvsUWLCEc1S { width:20rem;height:6.7506875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:3.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #W1kK1P5Jref7HKMnTEWiDBUSTPlbEWy7 { width:18.9375rem;height:8.75rem;top:21rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA5qSPloT71RMaQqH3IwNQNW9BPWH4f7 { width:18.9375rem;height:8.75rem;top:31.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMiizLhDTy72OoqMZeS1ea58v0qwOUn2 { width:17.5rem;height:2.59943125rem;top:22.499282836914rem;left:1.2499998807907rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUNWU5pE5tQ3FMKhOm7uHQcIFixFWTb5 { width:17.5rem;height:2.59943125rem;top:33.25rem;left:1.2499998807907rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTGP7M4dhWtJpwSA9Hwm1R6LAxfqDAZE { width:18.9375rem;height:8.75rem;top:10rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4BRyZGq3wvt09QaCWIZkbJFdtAZTckN { width:17.5rem;height:2.59943125rem;top:12.062133789062rem;left:1.2499998807907rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOePA59T3UKKUGdc5zrzIVJiBL4lpg1d { width:17.5rem;height:1.7871125rem;top:14.349075317382rem;left:1.2499998807907rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsMUo4fLvTI2e7HueHuISzJSqOmZ4Mw7 { width:18.125rem;height:2.9989375rem;top:25.062316894531rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGb3V6PmsFafuRvUhM7H0o5EqUfIk6KZ { width:18.125rem;height:3.41086875rem;top:35.786392211914rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoTbogu0L3t8k3XVygQhhm3ZtNuMocPL { width:20rem;height:4.87215625rem;top:44.1796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCyorod5uTUtt0ZFIMsu7nB35cMCKAHA { top:51.710571289062rem;left:2.4999998807907rem;width:15rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg25URwXoGsh9wTkOehwKGSGPp4fDa68 { display:block; }
 }@media only screen and (max-width: 763px) { #MxRK2CO3rsvhtTgfqo8axmmAprTyzsNK { width:20rem;height:3.65411875rem;top:54.6484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP { display:block; }#G2k9BBp6I9Igyl2QskI0ZLWx0yHXLOAP > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 { display:block; }#KAdAdhEcaKyTPnotS5xrvSzSyX0fU412 > .row .container { width:20rem;height:114.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HsuJ7B1H23fdOusetLtPeT3cQ6lJPEVR { width:19.875rem;height:23.75rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shlp7kyqQ4xB8faVg3gaGNTtHQxSQONv { width:6.25rem;height:6.25rem;top:10.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlhdXvTLUiSXGfl82H36Bto9vbyiylMV { width:17.5rem;height:11.99575rem;top:18rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9QSd2PxNCdh8mN2dJl3nHQ7hgm9xm0i { width:17.5rem;height:1.46218125rem;top:30.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TymvdBwBZHwSuEkukia0KcqspcuxcHql { width:19.875rem;height:23.75rem;top:35.61133125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQUr8eH6zRFhw4rbpw0udQ4ldREXPFgc { width:6.25rem;height:6.25rem;top:82.798828125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGVXxNRQOIEkLwSUQTsG4QGC6Uut3vQm { width:17.5rem;height:8.9968125rem;top:43.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvsdrgtJpPA3TUBhlAMZ41kehu6feTDu { width:20rem;height:2.5996125rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #piqqBk3e5ziuTLtSHNC8R6MI67aOWFkO { width:19.875rem;height:20.8125rem;top:60.611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrk93pmq0TSL1rex9xgNROuDduQFDD2h { width:6.25rem;height:6.25rem;top:60.611328125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6zbCdysNITGbdIS93R87sq8MK3OoKnu { width:17.5rem;height:8.9968125rem;top:68.798828125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPlCrTSnRuon0hVkX3D7pxqnOzXGWcnX { width:19.875rem;height:28.3125rem;top:82.798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBcX8QgSsMoLx8axJcZfRl1dJVmoRrOm { width:17.5rem;height:16.494125rem;top:90.673828125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM77VBbaRA5i5gt722dwdaPvFvXw4BeI { width:6.25rem;height:6.25rem;top:35.611328125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWtWVoXilhrNKkw0oG8Ih0vdZepZKp1b { width:20rem;height:1.46218125rem;top:79.111328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5zBXXCTCh0wbTGSS2QsKytX2abOOova { width:20rem;height:2.9243625rem;top:54.486328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFmZOQJwuBG2135AspKiVT8d7cKQT8kT { width:20rem;height:1.46218125rem;top:108.423828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW { display:block; }#TFWQ1SPX3GgwyuVgDf99ueoad0cZdfVW > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUTeXcf4Beus5BT0aH2xVl7H2bxQrfkM { width:14.375rem;height:0.125rem;top:10.5615234375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQdVEhmmKlAZmPlvkAD1A2qbniVddCNJ { width:20rem;height:5.361325rem;top:4.4130859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWqZ0P4a9D2CNWGqnNQKe7rbuLKvXOnf { top:26.3095703125rem;left:1.6875rem;width:16.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raWwx7nLEfx9bnXp4kXk6gayrkDkFCeF { display:block; }
 }@media only screen and (max-width: 763px) { #CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu { display:block; }#CNpsPenhGxztIXdqoxvF9tBQSf6NmnWu > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcK7pyI4zt1f5ZdkDR4iG0W4FuRXoI5g { width:20rem;height:1.46218125rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idlO027G8Tu0PDKTirqanRu7DaCEMpfc { width:20rem;height:3.6257125rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IekfKGLBQlOWcSJiXIbcr48q3MmEP4en { width:13.75rem;height:0.125rem;top:9.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUUUwzI12L6nGr3hWdTwGET4RuM3RLnL { width:20rem;height:4.90056875rem;top:11.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT7MwDGFEQS8PH1aV83ormyzTlQExxZ5 { width:15.625rem;height:20.8125rem;top:16.2734375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0bob5L0SsIQLWFRir6eO4Ol1p2gvVsZ { width:5.8125rem;height:5.8125rem;top:78.624462127687rem;left:7.0623220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZk655zsWwLnnaVtSoKC7TXJa2udA945 { width:6.75rem;height:6.75rem;top:70.624645233156rem;left:6.6246446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3mPKxaTraESwAdUbT28gPnDzcd28Ck4 { width:20rem;height:4.98845625rem;top:43.561786651611rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRncoa9CSRgBfxIAXdMpAXmALEOqukxN { width:20rem;height:4.98845625rem;top:52.249645233154rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scZNErJzImWBWqhyizTwti07eCkcIRnU { display:flex;width:2.25rem;height:2.25rem;top:41.312145233154rem;left:8.8742898702619rem; }
 }@media only screen and (max-width: 763px) { #UANGitKJdoQRk96XeuddIHMkutSVBWuS { display:flex;width:2.25rem;height:2.25rem;top:50.062145233154rem;left:8.8742898702619rem; }
 }@media only screen and (max-width: 763px) { #ZMVTuFqeHpnMxXk8NVuv1H6mQgng9bIs { display:flex;width:2.25rem;height:2.25rem;top:58.907138824463rem;left:8.8742898702619rem; }
 }@media only screen and (max-width: 763px) { #VwQmIZVJ5al1Geqyca1cobDZyqCyQ4HH { width:20rem;height:4.98845625rem;top:61.094638824463rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD0X2eky1IZcWlhIMZ87iQkzN5KJN27K { width:6.75rem;height:6.75rem;top:85.939807891844rem;left:6.6246446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf { display:block; }#xGXJevw09cfgsc1B86HQIZdPiVlQ1ahf > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ez8JflXmcWQJdc0TvQoXu72nLZiiZUqC { width:20rem;height:2.4375rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ESw9Jbo7SNkkJzmifHseZFiq8fmGga { width:20rem;height:2.43608125rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHrqQV0ua0NtO5zmMuX6R3NinyT8qByP { width:2.5rem;height:0.125rem;top:8.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #udZlTsKkqNHbD2TqwUzivatqNOZuNmH7 { width:20rem;height:4.46875rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPeUiEgTViq8LMxMMkblxK8brpJzQbx { width:18.9375rem;height:8.75rem;top:21rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHMODPoMt0v3pC7FxGRyRLIqLD3hJhFz { width:18.9375rem;height:8.75rem;top:31.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJLlaiAnPhSo0Tiy5psyvdN5pWck65KE { width:17.5rem;height:2.5996125rem;top:21.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8TPilDVVuvhM1nqKqdxMw5TD4lmvgi2 { width:17.5rem;height:2.5996125rem;top:31.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvONWbX9zyNRHK2uIZb8qMOb82SB9Us3 { width:18.9375rem;height:8.75rem;top:10rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKWDeCBcOTSDRqKg8wgGf0BEe3JTituI { width:17.5rem;height:2.5996125rem;top:10.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tysm1PqOrqmBJylTBlyTdxWhTfCF9Hoe { width:17.5rem;height:1.54385625rem;top:12.599609375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyDwvs8iCtPZ7lTlgG81t0XAZNgMxUIl { width:18.125rem;height:4.63156875rem;top:14.017578125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbPlXfcZusdGWGmXkk4da262DIqZgzZt { width:18.125rem;height:1.54385625rem;top:23.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZXMHxr75yp44E7vgGrnKJha9ErHgfgR { width:18.125rem;height:4.63156875rem;top:25.23046875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8V7m3APxTuvsA4evGqk5qHTcGQCFX8x { width:18.125rem;height:1.54385625rem;top:34.412109375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueoykBUTPux6vUo76QufeU80GVCPVJO4 { width:18.125rem;height:4.63156875rem;top:36.05859375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9XefTRry1XeUD3iB9KdwahTDNnfoVgZ { width:20rem;height:4.87215625rem;top:44.1796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5rtTsELVtNRXxxT5JeAPl55RtWczzPy { top:51.3125rem;left:3.75rem;width:12.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTahpDPkDanyWrvpSgeIz3AJl6V6gdRK { display:block; }
 }@media only screen and (max-width: 763px) { #sKVAmFdaohiu7wzaeQKa3x3sCyz1ygzU { width:20rem;height:3.65411875rem;top:54.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m { display:block; }#bqqH88OiTX3mrD0ebRA58SZr4VZuTl4m > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zs3yCBTuEHR7ynvRKPKczhxshNB6ER3k { width:20rem;height:1.38139375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm6DZDFhQ2KCNP8H8LyqHNS3lL1deROU { width:20rem;height:3.37358125rem;top:3.63671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdn46zVq3P5DJnoae1B4LF3GkCH1rWs1 { width:14.375rem;height:0.125rem;top:8.13671875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eztLOhSNy8Mm8vdXZXHDdPlytBB2FTpa { width:20rem;height:6.175425rem;top:9.19921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wriRo0e5hsy5TmqpzlFSD4kMsnR9QQ { top:17.29296875rem;left:3.75rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNymr1SU5g9DCzADEzCWO536HSSymNqW { display:block; }
 }@media only screen and (max-width: 763px) { #NZIpiG2LN8GQoqOZR53QAgowthU0xX07 { width:17.25rem;height:5.52556875rem;top:23.10546875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFafVUvRQZ21iRE3A7bguwEZKSWFblSp { position:relative;z-index:auto;background-color:#e2e2e2;background-image:none;display:block; }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row .container { background-color: transparent; background-image: none; }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row .container > .video-iframe-container { display: none; }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row > .video-iframe-container { display: none; }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .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); }#DFafVUvRQZ21iRE3A7bguwEZKSWFblSp > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMLQcDlfSXbUJpvr6J4IcU3ufWdRMQ8m { width:20rem;height:1.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLDcEHdGhlTcLKmg7Hqqh4KfMMpfGtNW { width:20rem;height:4.20010625rem;top:9.7988375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xe0qXqKv8cUIQXh0CGSV56PlIsXbXA9F { width:6.875rem;height:1.5996125rem;top:4.0996125rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bp5kVzmmZ4a2lXdqvshpy7aipAHW2yoJ { width:10.625rem;height:1.5996125rem;top:6.949225rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }