.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;
}body { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA { position:relative;display:block; }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA { background-color: transparent; background-image: none; }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA > .row .container > .video-iframe-container { display: none; }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA > .row > .video-iframe-container { display: none; }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA > .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); }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA { border-width: 0; border-radius: 0; }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #fcd200;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:6.546875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZTfLMPJlrrVeXC5q0Fkhfn1DTv8zoiKQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.936525rem;width:13.6853125rem;top:0.7177734375rem;left:0.623779296875rem;overflow:hidden;display:block; }
#sKW0ofr8PhuiJxk0PVIqddbvinzxotp3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:12rem;top:0rem;left:16.4599609375rem;overflow:hidden;display:block; }
#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW > .row .container { background-color: transparent; background-image: none; }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW > .row .container > .video-iframe-container { display: none; }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW > .row > .video-iframe-container { display: none; }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW > .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); }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW > .row .container { border-width: 0; border-radius: 0; }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#E6dDyXzZpkX5Deq811wO84fTCyQfuRig { color:#1e625f;display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.2490234375rem;left:29.4365234375rem;height:0;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; }
#CQi0JsIcOo0CAqds960E45P1VvuNnQlr { background-color:#fcd200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.2495rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.620361328125rem;left:1.8115234375rem;display:block; }
#PxX2C2sdZO7bVmOxkLmCKz1RGSLET9VK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0q3npUafsRkP1Vdg6MvngokxqqW2oMa { position:absolute;display:block;z-index:15016;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:28.75rem;width:24.625rem;top:2.24853515625rem;left:45.537109375rem;overflow:hidden;display:block; }
#qTW1TuxxD6EZtXZclWPlDDAreMmIbbhG { color:#fcd200;display:block;width:38.9355625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.875rem;left:1.8125rem;height:2.4375rem;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; }
#c6hJXaBu2OHZRSlA9fUIPDMtPd7iO4Vu { color:#f1f5f8;display:block;width:45.4358125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:13.75rem;left:2rem;height:7.875rem;font-style:normal;display:block; }
#qThakWtS85Pz6zaxKT5xQNZyhCpCnTF2 { color:#f1f5f8;display:block;width:41.1865rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.310791015625rem;left:1.780029296875rem;height:4.875rem;font-style:normal;display:block; }
#Li0kvlhVxmF3dwosAOH5iuA1lVUSeo53 { box-sizing:content-box;height:7.99925rem;width:17.8125rem;position:absolute;display:block;z-index:15023;background-color:#f2f2f2;background-image:none;top:34.5rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#hLAscg2RsVdlx7cPCQFae5cZBSIRUk7d { color:#000000;display:block;width:15.8728125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.488037109375rem;left:1.12548828125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#wcnNFdqm7JgoqhTT5D2Tg2vHwzrJqQ1m { box-sizing:content-box;height:7.9980625rem;width:17.8125rem;position:absolute;display:block;z-index:14997;background-color:#f2f2f2;background-image:none;top:34.5rem;left:19.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#w0t6LRA5nCTJ8SA405uGayqZwLMs9x3N { box-sizing:content-box;height:7.9980625rem;width:17.8125rem;position:absolute;display:block;z-index:15025;background-color:#f2f2f2;background-image:none;top:34.5rem;left:38.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#CPenozTxAaPKWT1l840UVwAgpomAxBXJ { box-sizing:content-box;height:7.9980625rem;width:17.8125rem;position:absolute;display:block;z-index:14996;background-color:#f2f2f2;background-image:none;top:34.5rem;left:56.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#Rp7wcaE3OugHzrMqBAF3mOib55kHZ2NB { color:#000000;display:block;width:15.5615rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:36.611328125rem;left:20.52978515625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#h4STvg5EFEz12bBpzQu6Wf6igbRN9APE { position:absolute;display:block;z-index:14999;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.6875rem;width:20rem;top:15.75rem;left:16.625rem;overflow:hidden;display:block; }
#qItM2vGDLaxyJTX08HxyW2QvI8ppCzgW { position:absolute;display:block;z-index:15022;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:15.9985625rem;width:15.9985625rem;top:17.875rem;left:35.0625rem;overflow:hidden;display:block; }
#VBep582ObLanhkoPLKC3ZGk9lHzg3Kcr { color:#000000;display:block;width:11.1853125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:38.39599609375rem;left:22.718505859375rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#bofIE3MivNinkg1RsnHAgwJTZTEIPSFo { color:#000000;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:36.44287109375rem;left:39.27978515625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#SIqsGdH5IZD8k8inpQOmPRXyOm5OWoPm { color:#000000;display:block;width:11.1853125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:38.4375rem;left:41.625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#whStrb03SzsXUQs68a5Ltk3TO6IulO1q { color:#000000;display:block;width:15.5603125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.611328125rem;left:58.7109375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#ZaOnnVfRF7FNhvUsTgVaTOgZTEbMVUlk { color:#000000;display:block;width:16.6235625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:38.519287109375rem;left:57.801513671875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#eFFhRniIQlFqqOl81Im6oweGbxe1T6Ah { color:#000000;display:block;width:11.499rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.519287109375rem;left:3.311767578125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh { 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; }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh > .row .container { background-color: transparent; background-image: none; }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh > .row .container > .video-iframe-container { display: none; }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh > .row > .video-iframe-container { display: none; }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh > .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); }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh > .row .container { border-width: 0; border-radius: 0; }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#ltEgoNnlQ97h4xTb6XeTWL5bBovRfGb6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.8125rem;left:34.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X3D9F6coDU9Dw0PNvGlL3bHkpfoXTIRk { color:#000000;display:block;width:42.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:17.02880859375rem;left:31.357421875rem;height:19.8125rem;overflow:hidden;display:block; }#X3D9F6coDU9Dw0PNvGlL3bHkpfoXTIRk li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#X3D9F6coDU9Dw0PNvGlL3bHkpfoXTIRk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
#B9qLZurCHyneAJFhS79ssw9F0J1i82LS { color:#000000;display:block;width:42.6245rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.99169921875rem;left:31.451416015625rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yeHHyofaZ78u07cSOFJTTvI9LWqsxdUN { background-color:#070700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;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:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9995rem;height:4.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:39.547119140625rem;left:31.357421875rem;display:block; }
#HdqsqvQ09tkBIFBn0eAc98XqzqtIXRT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqtdIKXFy5M6tBw6M2xMnLcWL0SSEPVR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1235625rem;width:27.3730625rem;top:10.50048828125rem;left:1.1865234375rem;overflow:hidden;display:block; }
#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni { 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; }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni > .row .container { background-color: transparent; background-image: none; }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni > .row .container > .video-iframe-container { display: none; }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni > .row > .video-iframe-container { display: none; }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni > .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); }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni > .row .container { border-width: 0; border-radius: 0; }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#uiz1vQOKrrDO18aZR3TwL6O0NFmaSkJS { box-sizing:content-box;height:4.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#fcd200;background-image:none;top:0.9375rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xTqOOosNAb0u67XsCdq200gJwQrTnyTV { color:#000000;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.337890625rem;left:14.3125rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp > .row .container { background-color: transparent; background-image: none; }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp > .row .container > .video-iframe-container { display: none; }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp > .row > .video-iframe-container { display: none; }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp > .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); }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp > .row .container { border-width: 0; border-radius: 0; }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#v8dUi5rDXlothnDU5q0hLyxIhUwSEDIn { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.32) ;height:29.6875rem;width:16.375rem;top:8.75rem;left:0.999755859375rem;display:block; }
#TAciTCrU1LwHSBGITCOaeiVnR9QsNaHZ { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.32) ;height:29.3125rem;width:16.375rem;top:8.812255859375rem;left:38.499755859375rem;display:block; }
#W90XsqudIRV2JydsTzDsG8rL84plMpEx { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.32) ;height:29rem;width:16.375rem;top:8.812255859375rem;left:57.249755859375rem;display:block; }
#ZX4fFimtXkJ2epbN8a7z7aTNxDBMF0Xq { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.32) ;height:29.6875rem;width:16.375rem;top:8.75rem;left:19.749755859375rem;display:block; }
#HS7TQ69PgP2TUdWRDrT7DZLw56EWfr1a { position:absolute;display:block;z-index:15021;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:18.125rem;width:18.125rem;top:33.7646484375rem;left:53.155517578125rem;overflow:hidden;display:block; }
#Nq65qahBbRKU9fq9RyvsxK8T6wIlzBFV { color:#1b1941;display:block;width:14.74975rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.38818359375rem;left:1.998291015625rem;height:3.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NWcXZvmU5fo0p2rQZOkPgDWP1sGUf86x { position:absolute;display:block;z-index:15007;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.561525rem;width:5.249025rem;top:9.82666015625rem;left:5.623779296875rem;overflow:hidden;display:block; }
#ChC946fwVcmR0Mgf6ailHyz3TV5m8wEL { color:#202020;display:block;width:14.5605625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.03662109375rem;left:1.905517578125rem;height:13.8085625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GqkZHiGHvUMzyNvEfM6anZIhUTKrgk1n { color:#1b1941;display:block;width:15.68725rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.098876953125rem;left:20.279541015625rem;height:3.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NSy9nc2bXPyXFd0RnUTvLGD9q6Q2Wg2k { color:#202020;display:block;width:14.87425rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.959716796875rem;left:20.687255859375rem;height:15.189425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#F1KrUNty80iXlwtPzHfgL1u2MhAXXv7d { color:#202020;display:block;width:14.5605625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.959716796875rem;left:39.593505859375rem;height:13.8085625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tKmecgM46glDnrNsnBBpKKIbGDEr7viC { color:#1b1941;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.5rem;height:3.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dnOErVFmnZvhOaHd3yydHzfd6J8Z19N8 { color:#1b1941;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.4375rem;left:58.25rem;height:3.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#y4LhSzXaqCZzrQ5etVn3k5Nex45qWIAt { color:#202020;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.03662109375rem;left:58.092041015625rem;height:16.5703125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AEmAMf1x5mpzilw9B01spvH39Wsq3WoA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:4.936525rem;top:9.82666015625rem;left:44.40673828125rem;overflow:hidden;display:block; }
#HWsExv1LVw7CMX8QSleXZhcNyyzIxJ2T { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37475625rem;width:5.18676875rem;top:9.91943359375rem;left:63.031005859375rem;overflow:hidden;display:block; }
#meLsvV1JlCFHQKq0OGALwM1gxJX52MaF { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:4.87426875rem;top:10.045166015625rem;left:25.687255859375rem;overflow:hidden;display:block; }
#TalZnh0sovJZVfesVMWSGT4kvIr7JMZH { background-color:#fcd200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.2483125rem;height:4.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:42.04833984375rem;left:20.279541015625rem;display:block; }
#wWlfVvDBrkcAB6BuvnVqkdpzKWDJdd30 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLQSUdzNc3bgNNBTtWntG2lrEdnuHS1X { position:absolute;display:block;z-index:15020;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:40.125rem;width:38.6875rem;top:52.684326171875rem;left:36.3134765625rem;overflow:hidden;display:block; }
#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 { 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; }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 > .row .container { background-color: transparent; background-image: none; }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 > .row .container > .video-iframe-container { display: none; }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 > .row > .video-iframe-container { display: none; }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 > .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); }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 > .row .container { border-width: 0; border-radius: 0; }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#ZxIXJrA2JrqHD1FCG25N54ZH2zZIc0PB { color:#000000;display:block;width:39.12475rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.06494140625rem;left:1.8359375rem;height:22.5rem;text-align:left;text-align-last:left;display:block; }
#c8MZHFpgL6u5n7cK99S8k9sdQPkLT8iK { color:#1b1941;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.8125rem;height:2.92480625rem;display:block; }
#TXfwksXgomTZzMNA1uSwQeSnrpNtwT1h { color:#1b1941;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.1708984375rem;left:1.8359375rem;height:2.2753875rem;display:block; }
#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row .container { background-color: transparent; background-image: none; }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row .container > .video-iframe-container { display: none; }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row > .video-iframe-container { display: none; }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .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); }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row .container { border-width: 0; border-radius: 0; }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:75rem;position:relative;display:block; }#PdgZnFpl8gTMBTaKTc9Sv4nqAVEkFHTV { box-sizing:content-box;height:5.5rem;width:29.75rem;position:absolute;display:block;z-index:15002;background-color:#fcd200;background-image:none;top:10.9375rem;left:39.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#L7SXeqtR4d4XnpM2dOpIBO8m1Enlq5Bn { color:#202020;display:block;width:21.1230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:41rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#alk9hzUcm8h4sA1VoJd1c3iWEzR10qqW { box-sizing:content-box;height:5.5rem;width:29.75rem;position:absolute;display:block;z-index:15004;background-color:#f2f2f2;background-image:none;top:17.125rem;left:39.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Wq9OmUEoq5P8z0N4k4DPqFumGKrA4lbS { color:#000000;display:block;width:22.24975rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.25rem;left:41rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mna1pqywHnOrZZ3VnvNIFsFKoPfvdpl3 { box-sizing:content-box;height:5.5rem;width:29.8125rem;position:absolute;display:block;z-index:15004;background-color:#fcd200;background-image:none;top:23.375rem;left:39.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ACmGg6oPOR6afKxieMD6CLlXFOzuM0Jn { color:#202020;display:block;width:17.56225rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.5rem;left:41rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F1rnwm7axvempHhza9KAefIe4AX2nsDW { box-sizing:content-box;height:5.5rem;width:29.8125rem;position:absolute;display:block;z-index:15006;background-color:#f2f2f2;background-image:none;top:29.625rem;left:39.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#s8sGUQLPyvooAUnZKrDR9HhibKudpqG5 { color:#000000;display:block;width:27.312rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.75rem;left:41rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l8WWZDsIUyLJBZcWOkLvLb6nkfHJqAQ2 { box-sizing:content-box;height:5.5rem;width:29.8125rem;position:absolute;display:block;z-index:15006;background-color:#fcd200;background-image:none;top:35.8125rem;left:39.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bLBT1KcCpAP0odiE2EoGuy4qg8ocMopf { box-sizing:content-box;height:6.125rem;width:9.3125rem;position:absolute;display:block;z-index:15015;background-color:#e62121;background-image:none;top:37.31201171875rem;left:7.8176469646519rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;box-shadow: none;display:block; }
#e7GMOaeft930lGuecZqagOmF9yOtxFEq { color:#ffffff;display:block;width:8.81225rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:38.546142578125rem;left:8.065185546875rem;height:3.65625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Gbaw61WDxg6ObFDaHiVZ8lzmfrrIT0Vx { position:absolute;display:block;z-index:15020;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:18.125rem;width:18.125rem;top:39.249267578125rem;left:7.8173828125rem;overflow:hidden;display:block; }
#uLdqNCLTQ59UxhXWW8lWBAPVe5ZMw6iP { color:#f1f5f8;display:block;width:46.3745rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1240234375rem;left:14.3115234375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nDkrVnqBAf6GFuRCnql6Bg0e7Tt70OtC { box-sizing:content-box;height:5.5rem;width:29.8125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:27.5625rem;left:41.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#C932cLnt7oCR8rZxAafkTF222bv9ZKvG { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.6875rem;left:47.375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ghnVBTB6NUQSzwHo3NFJXdrTUkTBk69V { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:25.5625rem;top:8.87451171875rem;left:2.935791015625rem;overflow:hidden;display:block; }
#y5RKwV4C2RR17lcPTSoa5NLCCHcfv54t { background-color:#fcd200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.2483125rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.0654296875rem;left:25.9423828125rem;display:block; }
#WwszMTp6MDTTF1aybgpWWivokVv19xFB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#woEPvx7tRtiCFsdJnfheQgGxRdPeQSaN { color:#000000;display:block;width:27.312rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.75rem;left:41rem;height:3.2495125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FoNpbv0WUXAnhW4ngJ7Wf3M2xbgTNFR1 { color:#202020;display:block;width:25.49925rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:36.9375rem;left:41rem;height:3.2495125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OFuhZc0H8kNms20ZwsITBB7MLHN7xInw { color:#000000;display:block;width:27.312rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.75rem;left:41rem;height:3.2495125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb > .row .container { background-color: transparent; background-image: none; }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb > .row .container > .video-iframe-container { display: none; }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb > .row > .video-iframe-container { display: none; }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb > .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); }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb > .row .container { border-width: 0; border-radius: 0; }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#C789hzgtzTVhBxVsoRVMzLilCkc6sfTk { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:35.8125rem;width:51.4375rem;top:3.3125rem;left:11.8125rem;display:block; }
#q5ScU8kbFWWqqaM0GP81K6bGLqP8VeLT { display:block;width:33.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:5.25rem;left:20.6875rem;height:2.0996125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#fMWNpL9CmlnaHrewn7fnVxWyTzxKzhkA { position:absolute;z-index:15009;top:13.0625rem;left:21.4375rem;width:32.125rem;height:16.8125rem;display:block; }
#aVmUXiHFDRTudJ8fDhTfSrWLy7SZw1e8 { color:#000000;display:block;width:48.31175rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.8486328125rem;left:13.34228515625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 { 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; }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 > .row .container { background-color: transparent; background-image: none; }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 > .row .container > .video-iframe-container { display: none; }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 > .row > .video-iframe-container { display: none; }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 > .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); }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 > .row .container { border-width: 0; border-radius: 0; }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#WCuyyA5IwSXWUPwoD5WzyVp56D2DS7Up { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.936525rem;width:13.6855625rem;top:1.875rem;left:30.65625rem;overflow:hidden;display:block; }
#CgbPmDaWyDLCFX8r3hhiRtE1ePgZSJWz { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.1;letter-spacing:0;top:8.875rem;left:18.65625rem;height:6.2988375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA { display:block; }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZTfLMPJlrrVeXC5q0Fkhfn1DTv8zoiKQ { width:12.9375rem;height:4.625rem;top:1.2489149570465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sKW0ofr8PhuiJxk0PVIqddbvinzxotp3 { width:12rem;height:5.625rem;top:0rem;left:2.8349609375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW { display:block; }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E6dDyXzZpkX5Deq811wO84fTCyQfuRig { width:19rem;height:0;top:1rem;left:27.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CQi0JsIcOo0CAqds960E45P1VvuNnQlr { width:30.249rem;height:3.4375rem;top:17.310791015625rem;left:1.19873046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PxX2C2sdZO7bVmOxkLmCKz1RGSLET9VK { display:block; }
 }@media only screen and (max-width: 1199px) { #o0q3npUafsRkP1Vdg6MvngokxqqW2oMa { width:14.75rem;height:17.1875rem;top:2.576904296875rem;left:30.5615234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #qTW1TuxxD6EZtXZclWPlDDAreMmIbbhG { width:21.5625rem;height:2.11230625rem;top:2.264404296875rem;left:1.19873046875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6hJXaBu2OHZRSlA9fUIPDMtPd7iO4Vu { width:32.6245rem;height:6.03515625rem;top:8.65966796875rem;left:1.19873046875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #qThakWtS85Pz6zaxKT5xQNZyhCpCnTF2 { width:32.6245rem;height:2.92480625rem;top:4.29931640625rem;left:1.19873046875rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Li0kvlhVxmF3dwosAOH5iuA1lVUSeo53 { width:11.25rem;height:7.99925rem;top:24.87060546875rem;left:23.9521484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hLAscg2RsVdlx7cPCQFae5cZBSIRUk7d { width:5.3125rem;height:2.923825rem;top:25.7666015625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wcnNFdqm7JgoqhTT5D2Tg2vHwzrJqQ1m { width:11.25rem;height:7.99925rem;top:24.87060546875rem;left:35.8740234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0t6LRA5nCTJ8SA405uGayqZwLMs9x3N { width:11.25rem;height:7.99925rem;top:24.873046875rem;left:11.998046875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #CPenozTxAaPKWT1l840UVwAgpomAxBXJ { width:11.25rem;height:8rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rp7wcaE3OugHzrMqBAF3mOib55kHZ2NB { width:7.87475rem;height:2.923825rem;top:25.7666015625rem;left:13.84033203125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h4STvg5EFEz12bBpzQu6Wf6igbRN9APE { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qItM2vGDLaxyJTX08HxyW2QvI8ppCzgW { width:15.9375rem;height:15.9375rem;top:17.875rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VBep582ObLanhkoPLKC3ZGk9lHzg3Kcr { width:10.3125rem;height:2.4375rem;top:29.322509765625rem;left:13.01513671875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bofIE3MivNinkg1RsnHAgwJTZTEIPSFo { width:5.1245125rem;height:2.923825rem;top:25.7666015625rem;left:27.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SIqsGdH5IZD8k8inpQOmPRXyOm5OWoPm { width:7.87475rem;height:2.4375rem;top:29.560791015625rem;left:25.87158203125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #whStrb03SzsXUQs68a5Ltk3TO6IulO1q { width:7.87475rem;height:2.923825rem;top:25.7666015625rem;left:37.71728515625rem;font-size:1.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaOnnVfRF7FNhvUsTgVaTOgZTEbMVUlk { width:11.9995rem;height:3.65625rem;top:28.69140625rem;left:35.74951171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eFFhRniIQlFqqOl81Im6oweGbxe1T6Ah { width:7.87475rem;height:2.4375rem;top:29.810791015625rem;left:1.84326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh { display:block; }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh > .row .container { width:47.75rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ltEgoNnlQ97h4xTb6XeTWL5bBovRfGb6 { width:12.5rem;height:1.625rem;top:25.25rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X3D9F6coDU9Dw0PNvGlL3bHkpfoXTIRk { width:43.81225rem;height:19.8125rem;top:15.469970703125rem;left:1.37451171875rem;font-size:1.25rem;display:block; }#X3D9F6coDU9Dw0PNvGlL3bHkpfoXTIRk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
 }@media only screen and (max-width: 1199px) { #B9qLZurCHyneAJFhS79ssw9F0J1i82LS { width:42.56225rem;height:5.5234375rem;top:7.491455078125rem;left:1.99951171875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yeHHyofaZ78u07cSOFJTTvI9LWqsxdUN { width:26.875rem;height:3.4375rem;top:38.372802734375rem;left:10.435791015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdqsqvQ09tkBIFBn0eAc98XqzqtIXRT5 { display:block; }
 }@media only screen and (max-width: 1199px) { #yqtdIKXFy5M6tBw6M2xMnLcWL0SSEPVR { width:18.2495rem;height:19.375rem;top:12.93701171875rem;left:29.49951171875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UFX3oSZLvwgPW68sNeT4lPMPshVzqIni { display:block; }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uiz1vQOKrrDO18aZR3TwL6O0NFmaSkJS { width:47.75rem;height:4.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTqOOosNAb0u67XsCdq200gJwQrTnyTV { width:46.3125rem;height:2.11230625rem;top:2.3125rem;left:0.6865234375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp { display:block; }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp > .row .container { width:47.75rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v8dUi5rDXlothnDU5q0hLyxIhUwSEDIn { width:19.4375rem;height:21.5625rem;top:8.9990234375rem;left:1.874267578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAciTCrU1LwHSBGITCOaeiVnR9QsNaHZ { width:19.25rem;height:22.4375rem;top:36rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W90XsqudIRV2JydsTzDsG8rL84plMpEx { width:19.8125rem;height:22rem;top:36.4375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZX4fFimtXkJ2epbN8a7z7aTNxDBMF0Xq { width:20.25rem;height:21.5rem;top:8.9990234375rem;left:25.18701171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HS7TQ69PgP2TUdWRDrT7DZLw56EWfr1a { width:18.125rem;height:18.125rem;top:33.75rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Nq65qahBbRKU9fq9RyvsxK8T6wIlzBFV { width:16.687rem;height:3.25rem;top:12.935791015625rem;left:3.248291015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NWcXZvmU5fo0p2rQZOkPgDWP1sGUf86x { width:3.125rem;height:3.2495125rem;top:9.76318359375rem;left:3.311767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChC946fwVcmR0Mgf6ailHyz3TV5m8wEL { width:18.31175rem;height:11.69821875rem;top:17.470703125rem;left:3.076171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqkZHiGHvUMzyNvEfM6anZIhUTKrgk1n { width:16.687rem;height:3.25rem;top:12.935791015625rem;left:26.32568359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NSy9nc2bXPyXFd0RnUTvLGD9q6Q2Wg2k { width:17.68675rem;height:11.69821875rem;top:17.470703125rem;left:26.405029296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1KrUNty80iXlwtPzHfgL1u2MhAXXv7d { width:16.6858125rem;height:11.69821875rem;top:44.1748046875rem;left:26.32568359375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tKmecgM46glDnrNsnBBpKKIbGDEr7viC { width:16.687rem;height:3.25rem;top:39.99755859375rem;left:26.32568359375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnOErVFmnZvhOaHd3yydHzfd6J8Z19N8 { width:16.687rem;height:1.625rem;top:39.99755859375rem;left:3.248291015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y4LhSzXaqCZzrQ5etVn3k5Nex45qWIAt { width:16.6858125rem;height:14.29784375rem;top:42.1875rem;left:3.280029296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEmAMf1x5mpzilw9B01spvH39Wsq3WoA { width:3.125rem;height:3.31176875rem;top:36.436767578125rem;left:26.32568359375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HWsExv1LVw7CMX8QSleXZhcNyyzIxJ2T { width:3.125rem;height:3.18725625rem;top:36.810302734375rem;left:3.248291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #meLsvV1JlCFHQKq0OGALwM1gxJX52MaF { width:3.125rem;height:3.2495125rem;top:9.76318359375rem;left:26.32568359375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TalZnh0sovJZVfesVMWSGT4kvIr7JMZH { width:19.9365rem;height:3.4375rem;top:62.061767578125rem;left:15.123291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWlfVvDBrkcAB6BuvnVqkdpzKWDJdd30 { display:block; }
 }@media only screen and (max-width: 1199px) { #eLQSUdzNc3bgNNBTtWntG2lrEdnuHS1X { width:38.6875rem;height:40.125rem;top:52.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 { display:block; }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 > .row .container { width:47.75rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZxIXJrA2JrqHD1FCG25N54ZH2zZIc0PB { width:41.499rem;height:22.5rem;top:10.811767578125rem;left:1.749267578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8MZHFpgL6u5n7cK99S8k9sdQPkLT8iK { width:12.5rem;height:2.92480625rem;top:3.32421875rem;left:1.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXfwksXgomTZzMNA1uSwQeSnrpNtwT1h { width:22.8125rem;height:1.9494625rem;top:6.3115234375rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht { display:block; }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row .container { width:47.75rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PdgZnFpl8gTMBTaKTc9Sv4nqAVEkFHTV { width:21.75rem;height:4.9375rem;top:9.375rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L7SXeqtR4d4XnpM2dOpIBO8m1Enlq5Bn { width:19.56175rem;height:3.25rem;top:10.25rem;left:24.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #alk9hzUcm8h4sA1VoJd1c3iWEzR10qqW { width:21.5625rem;height:4.936525rem;top:15.375rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wq9OmUEoq5P8z0N4k4DPqFumGKrA4lbS { width:17.6245rem;height:3.25rem;top:16.25rem;left:24.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mna1pqywHnOrZZ3VnvNIFsFKoPfvdpl3 { width:21.375rem;height:4.9375rem;top:21.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACmGg6oPOR6afKxieMD6CLlXFOzuM0Jn { width:16.31225rem;height:3.25rem;top:22.125rem;left:24.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1rnwm7axvempHhza9KAefIe4AX2nsDW { width:21.5625rem;height:4.936525rem;top:27.25rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8sGUQLPyvooAUnZKrDR9HhibKudpqG5 { width:22.06175rem;height:0;top:31.45263671875rem;left:22.950439453125rem;font-size:1.25rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 1199px) { #l8WWZDsIUyLJBZcWOkLvLb6nkfHJqAQ2 { width:21.3125rem;height:4.9375rem;top:32.875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bLBT1KcCpAP0odiE2EoGuy4qg8ocMopf { width:9.3125rem;height:6.125rem;top:37.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #e7GMOaeft930lGuecZqagOmF9yOtxFEq { width:8.75rem;height:3.625rem;top:38.5rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Gbaw61WDxg6ObFDaHiVZ8lzmfrrIT0Vx { width:18.125rem;height:18.125rem;top:39.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uLdqNCLTQ59UxhXWW8lWBAPVe5ZMw6iP { width:46.31225rem;height:5.5234375rem;top:1.685791015625rem;left:0.716552734375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDkrVnqBAf6GFuRCnql6Bg0e7Tt70OtC { width:21rem;height:4.9375rem;top:27.9375rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #C932cLnt7oCR8rZxAafkTF222bv9ZKvG { width:19.0625rem;height:4.875rem;top:29.625rem;left:27.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ghnVBTB6NUQSzwHo3NFJXdrTUkTBk69V { width:21.375rem;height:28.8125rem;top:8.653564453125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #y5RKwV4C2RR17lcPTSoa5NLCCHcfv54t { width:21.687rem;height:3.4375rem;top:41.826171875rem;left:14.06005859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwszMTp6MDTTF1aybgpWWivokVv19xFB { display:block; }
 }@media only screen and (max-width: 1199px) { #woEPvx7tRtiCFsdJnfheQgGxRdPeQSaN { width:19.56175rem;height:3.25rem;top:28.0625rem;left:24.125rem;font-size:1.25rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #FoNpbv0WUXAnhW4ngJ7Wf3M2xbgTNFR1 { width:18.75rem;height:3.25rem;top:33.6875rem;left:24.1875rem;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 1199px) { #OFuhZc0H8kNms20ZwsITBB7MLHN7xInw { width:22.06175rem;height:0;top:31.45263671875rem;left:22.950439453125rem;font-size:1.25rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 1199px) { #dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb { display:block; }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb > .row .container { width:47.75rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C789hzgtzTVhBxVsoRVMzLilCkc6sfTk { width:32.8125rem;height:36.5625rem;top:3.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q5ScU8kbFWWqqaM0GP81K6bGLqP8VeLT { width:28.9375rem;height:1.79980625rem;top:5.0625rem;left:9.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fMWNpL9CmlnaHrewn7fnVxWyTzxKzhkA { width:28.9375rem;height:16.125rem;top:13.65625rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVmUXiHFDRTudJ8fDhTfSrWLy7SZw1e8 { width:26.5rem;height:2.5996125rem;top:7.9375rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 { display:block; }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WCuyyA5IwSXWUPwoD5WzyVp56D2DS7Up { width:12.9375rem;height:4.625rem;top:1.998046875rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgbPmDaWyDLCFX8r3hhiRtE1ePgZSJWz { width:37.6875rem;height:6.2988375rem;top:8.875rem;left:5.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA { display:block; }#OoNTVqQ1T3s6M0v1utQAMAvhlO9f7EcA > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTfLMPJlrrVeXC5q0Fkhfn1DTv8zoiKQ { width:13.625rem;height:4.87011875rem;top:1.376953125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKW0ofr8PhuiJxk0PVIqddbvinzxotp3 { width:12rem;height:5.625rem;top:7.497071875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW { display:block; }#snCkvJPm1nUvDzIr4IRTHv5xahPdUpCW > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6dDyXzZpkX5Deq811wO84fTCyQfuRig { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQi0JsIcOo0CAqds960E45P1VvuNnQlr { width:17.5rem;height:3.5620125rem;top:19.998779296875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxX2C2sdZO7bVmOxkLmCKz1RGSLET9VK { display:block; }
 }@media only screen and (max-width: 763px) { #o0q3npUafsRkP1Vdg6MvngokxqqW2oMa { width:15.81175rem;height:18.49975rem;top:25.9130859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTW1TuxxD6EZtXZclWPlDDAreMmIbbhG { width:18.9355625rem;height:1.625rem;top:3.311767578125rem;left:0.531005859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6hJXaBu2OHZRSlA9fUIPDMtPd7iO4Vu { width:18.9355625rem;height:8.75rem;top:8.28125rem;left:0.531005859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qThakWtS85Pz6zaxKT5xQNZyhCpCnTF2 { width:20rem;height:2.5996125rem;top:4.9365234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Li0kvlhVxmF3dwosAOH5iuA1lVUSeo53 { width:17.8125rem;height:5.9375rem;top:47.7490234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLAscg2RsVdlx7cPCQFae5cZBSIRUk7d { width:12.5rem;height:1.4624rem;top:49.2236328125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcnNFdqm7JgoqhTT5D2Tg2vHwzrJqQ1m { width:17.8125rem;height:6.5625rem;top:54.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0t6LRA5nCTJ8SA405uGayqZwLMs9x3N { width:17.8125rem;height:6.25rem;top:62.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPenozTxAaPKWT1l840UVwAgpomAxBXJ { width:17.8125rem;height:6.6875rem;top:70.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp7wcaE3OugHzrMqBAF3mOib55kHZ2NB { width:15.4980625rem;height:1.4624rem;top:56.3125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4STvg5EFEz12bBpzQu6Wf6igbRN9APE { width:20rem;height:0.68725625rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qItM2vGDLaxyJTX08HxyW2QvI8ppCzgW { width:15.9375rem;height:15.9375rem;top:17.875rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBep582ObLanhkoPLKC3ZGk9lHzg3Kcr { width:11.1230625rem;height:2.5996125rem;top:57.75rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bofIE3MivNinkg1RsnHAgwJTZTEIPSFo { width:15.7495rem;height:1.4624rem;top:64.125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIqsGdH5IZD8k8inpQOmPRXyOm5OWoPm { width:11.12425rem;height:2.5996125rem;top:65.5625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whStrb03SzsXUQs68a5Ltk3TO6IulO1q { width:15.4980625rem;height:1.4624rem;top:71.75rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaOnnVfRF7FNhvUsTgVaTOgZTEbMVUlk { width:13.31175rem;height:2.5996125rem;top:73.21044921875rem;left:3.34228515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFhRniIQlFqqOl81Im6oweGbxe1T6Ah { width:12.5rem;height:2.5996125rem;top:50.606689453125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh { display:block; }#p5oovvUDG2lJCOFMIbE6SGaVfKinvDNh > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltEgoNnlQ97h4xTb6XeTWL5bBovRfGb6 { width:12.5rem;height:1.625rem;top:21.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3D9F6coDU9Dw0PNvGlL3bHkpfoXTIRk { width:18.75rem;height:41.0546875rem;top:11.248779296875rem;left:0.625rem;font-size:1.125rem;display:block; }#X3D9F6coDU9Dw0PNvGlL3bHkpfoXTIRk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
 }@media only screen and (max-width: 763px) { #B9qLZurCHyneAJFhS79ssw9F0J1i82LS { width:18.8745rem;height:6.3369375rem;top:2.816162109375rem;left:0.562744140625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yeHHyofaZ78u07cSOFJTTvI9LWqsxdUN { width:17.124rem;height:4.375rem;top:71.336669921875rem;left:1.436767578125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdqsqvQ09tkBIFBn0eAc98XqzqtIXRT5 { display:block; }
 }@media only screen and (max-width: 763px) { #yqtdIKXFy5M6tBw6M2xMnLcWL0SSEPVR { width:12.56225rem;height:13.374rem;top:55.023193359375rem;left:3.717041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFX3oSZLvwgPW68sNeT4lPMPshVzqIni { display:block; }#UFX3oSZLvwgPW68sNeT4lPMPshVzqIni > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiz1vQOKrrDO18aZR3TwL6O0NFmaSkJS { width:20rem;height:4.75rem;top:1.499025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTqOOosNAb0u67XsCdq200gJwQrTnyTV { width:17.937rem;height:4.2246125rem;top:1.923828125rem;left:1.0302734375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp { display:block; }#XTLOPDR18lT9rU8JQJdtScuIZTyTsLsp > .row .container { width:20rem;height:111.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8dUi5rDXlothnDU5q0hLyxIhUwSEDIn { width:20rem;height:20.3125rem;top:6.06201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAciTCrU1LwHSBGITCOaeiVnR9QsNaHZ { width:20rem;height:20.25rem;top:55.96923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W90XsqudIRV2JydsTzDsG8rL84plMpEx { width:20rem;height:21.4375rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX4fFimtXkJ2epbN8a7z7aTNxDBMF0Xq { width:20rem;height:22.375rem;top:29.749755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS7TQ69PgP2TUdWRDrT7DZLw56EWfr1a { width:18.125rem;height:18.125rem;top:33.75rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nq65qahBbRKU9fq9RyvsxK8T6wIlzBFV { width:14.6875rem;height:3.57421875rem;top:9.45703125rem;left:2.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWcXZvmU5fo0p2rQZOkPgDWP1sGUf86x { width:5.18676875rem;height:5.49560625rem;top:4.21142578125rem;left:7.406005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChC946fwVcmR0Mgf6ailHyz3TV5m8wEL { width:17.937rem;height:11.69821875rem;top:13.86962890625rem;left:1.0302734375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqkZHiGHvUMzyNvEfM6anZIhUTKrgk1n { width:15.625rem;height:3.57421875rem;top:33.436279296875rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSy9nc2bXPyXFd0RnUTvLGD9q6Q2Wg2k { width:17.9980625rem;height:11.69821875rem;top:37.994384765625rem;left:0.999755859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F1KrUNty80iXlwtPzHfgL1u2MhAXXv7d { width:18.18725rem;height:11.69821875rem;top:87.249755859375rem;left:0.904541015625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKmecgM46glDnrNsnBBpKKIbGDEr7viC { width:14.6875rem;height:3.57421875rem;top:82.8125rem;left:2.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnOErVFmnZvhOaHd3yydHzfd6J8Z19N8 { width:13.49975rem;height:1.7871125rem;top:58.876953125rem;left:3.24951171875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4LhSzXaqCZzrQ5etVn3k5Nex45qWIAt { width:17.937rem;height:12.99803125rem;top:61.431884765625rem;left:1.031494140625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEmAMf1x5mpzilw9B01spvH39Wsq3WoA { width:4.87426875rem;height:5.2453625rem;top:77.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWsExv1LVw7CMX8QSleXZhcNyyzIxJ2T { width:5.1245125rem;height:5.31005625rem;top:53.568115234375rem;left:7.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meLsvV1JlCFHQKq0OGALwM1gxJX52MaF { width:4.8120125rem;height:5.05859375rem;top:27.71484375rem;left:7.593994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TalZnh0sovJZVfesVMWSGT4kvIr7JMZH { width:18.999rem;height:4.375rem;top:103.38012695312rem;left:0.499267578125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWlfVvDBrkcAB6BuvnVqkdpzKWDJdd30 { display:block; }
 }@media only screen and (max-width: 763px) { #eLQSUdzNc3bgNNBTtWntG2lrEdnuHS1X { width:20rem;height:20.743411784473rem;top:163.26292460938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 { display:block; }#QBT9bT1Om4uu3HlqCCefGol1F7sh0K63 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxIXJrA2JrqHD1FCG25N54ZH2zZIc0PB { width:20rem;height:33.75rem;top:9.70947265625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8MZHFpgL6u5n7cK99S8k9sdQPkLT8iK { width:12.5rem;height:2.5996125rem;top:3.3125rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXfwksXgomTZzMNA1uSwQeSnrpNtwT1h { width:20rem;height:2.2753875rem;top:5.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht { background-color:#000000;background-image:none;display:block; }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row .container { background-color: transparent; background-image: none; }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row .container > .video-iframe-container { display: none; }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row > .video-iframe-container { display: none; }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .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); }#qvKqwliB8TH2EJm9LxxFuW2Vg7wDZ0Ht > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdgZnFpl8gTMBTaKTc9Sv4nqAVEkFHTV { width:20rem;height:3.9375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7SXeqtR4d4XnpM2dOpIBO8m1Enlq5Bn { width:15.68725rem;height:2.76171875rem;top:13.375rem;left:2.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alk9hzUcm8h4sA1VoJd1c3iWEzR10qqW { width:20rem;height:3.9375rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq9OmUEoq5P8z0N4k4DPqFumGKrA4lbS { width:15.249rem;height:2.5996125rem;top:18.4375rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mna1pqywHnOrZZ3VnvNIFsFKoPfvdpl3 { width:20rem;height:3.9375rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACmGg6oPOR6afKxieMD6CLlXFOzuM0Jn { width:15.249rem;height:2.5996125rem;top:23.5rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F1rnwm7axvempHhza9KAefIe4AX2nsDW { width:20rem;height:3.9375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8sGUQLPyvooAUnZKrDR9HhibKudpqG5 { width:19.0625rem;height:0;top:25.818752288818rem;left:0.46875005960464rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #l8WWZDsIUyLJBZcWOkLvLb6nkfHJqAQ2 { width:20rem;height:3.9375rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLBT1KcCpAP0odiE2EoGuy4qg8ocMopf { width:14.6875rem;height:9.6875rem;top:99.3239375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7GMOaeft930lGuecZqagOmF9yOtxFEq { width:13.125rem;height:0;top:100.6364375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #Gbaw61WDxg6ObFDaHiVZ8lzmfrrIT0Vx { width:18.125rem;height:18.125rem;top:131.21040649414rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLdqNCLTQ59UxhXWW8lWBAPVe5ZMw6iP { width:20rem;height:8.44925rem;top:2.186279296875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDkrVnqBAf6GFuRCnql6Bg0e7Tt70OtC { width:20rem;height:3.9375rem;top:35.798959732056rem;left:0rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #C932cLnt7oCR8rZxAafkTF222bv9ZKvG { width:16.125rem;height:0;top:36.305210113526rem;left:1.9375000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #ghnVBTB6NUQSzwHo3NFJXdrTUkTBk69V { width:14.8108125rem;height:20rem;top:40.484619140625rem;left:2.593994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5RKwV4C2RR17lcPTSoa5NLCCHcfv54t { width:18.9978125rem;height:4.375rem;top:63.797607421875rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwszMTp6MDTTF1aybgpWWivokVv19xFB { display:block; }
 }@media only screen and (max-width: 763px) { #woEPvx7tRtiCFsdJnfheQgGxRdPeQSaN { width:20rem;height:auto;top:26.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FoNpbv0WUXAnhW4ngJ7Wf3M2xbgTNFR1 { width:15.81175rem;height:2.5996125rem;top:33.6875rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFuhZc0H8kNms20ZwsITBB7MLHN7xInw { width:19.0625rem;height:2.5996125rem;top:28.5625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb { display:block; }#dSDxgN9ZJRpCJ2D1vc4ZBNo5D9uIaaMb > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C789hzgtzTVhBxVsoRVMzLilCkc6sfTk { width:20rem;height:43.5rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ScU8kbFWWqqaM0GP81K6bGLqP8VeLT { width:20rem;height:1.5rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMWNpL9CmlnaHrewn7fnVxWyTzxKzhkA { width:18.9375rem;height:18.625rem;top:13.96875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVmUXiHFDRTudJ8fDhTfSrWLy7SZw1e8 { width:17.5625rem;height:3.65625rem;top:8.4375rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 { display:block; }#sBetGi6y5wbJxoKznk4pFWm3zITQixQ5 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCuyyA5IwSXWUPwoD5WzyVp56D2DS7Up { width:13.625rem;height:4.8707729468599rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgbPmDaWyDLCFX8r3hhiRtE1ePgZSJWz { width:20rem;height:10.49805rem;top:7.37011875rem;left:0rem;font-size:1rem;display:block; }
 }