.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(250,250,250,0.87);background-image:url("https://images.assets-landingi.com/uc/75fc4135-ec66-4129-a102-6d5e7d61f5f8/AlakhSirvictoryMedium.crop_640x521_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .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); }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq { position:relative;display:block; }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq { background-color: transparent; background-image: none; }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq > .row .container > .video-iframe-container { display: none; }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq > .row > .video-iframe-container { display: none; }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq > .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); }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq { border-width: 0; border-radius: 0; }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WQfBCO1AL88izWzvwK8yy1xxnMH6A7OB { position:absolute;display:block;z-index:15005;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.186525rem;width:12.8125rem;top:1.03125rem;left:1.21875rem;overflow:hidden;display:block; }
#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf6bb3ce-8083-4ea5-bee5-d921684fc6e4/logo_make_11_06_2023_377.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH.adaptive-delivery-prevent-bg, #EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH.lazyload, #EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH.lazyloading { background-image: none; }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH > .row .container { background-color: transparent; background-image: none; }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH > .row .container > .video-iframe-container { display: none; }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH > .row > .video-iframe-container { display: none; }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH > .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); }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH > .row .container { border-width: 0; border-radius: 0; }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#NKLZWzvJVfIlIJ5zsACRXhGxGel5ALUa { box-sizing:content-box;height:28.1875rem;width:24.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.40625rem;left:47.53125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aqo6W1axHkulvIT0aNG1TT4LOhsLpppT { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:8.4375rem;left:1.8125rem;height:5.28125rem;font-style:normal;display:block; }
#EK8eh6Kdvx1AbAmck7AGO2fdMUczSVZJ { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:14.25rem;left:2rem;height:5.19921875rem;font-style:normal;display:block; }
#US0HOlpw1KV7apKd69HeX9RkwS7mcP6s { color:#000000;display:block;width:24rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.98828125rem;left:47.59375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzXzeGdD3OFqFrSvTBwTxrP543mcV5ef { position:absolute;display:block;z-index:15004;height:23.5625rem;width:23.75rem;top:6.8125rem;left:47.6875rem;display:block; }
#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG { 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; }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG > .row .container { background-color: transparent; background-image: none; }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG > .row .container > .video-iframe-container { display: none; }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG > .row > .video-iframe-container { display: none; }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG > .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); }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG > .row .container { border-width: 0; border-radius: 0; }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#pu23bDSZM6gdKnnwDTLaHSAv65SBzxuI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:67.5rem;top:8.375rem;left:3.75rem;overflow:hidden;display:block; }
#Q7RzOalh3lGJTnGinX0iUWlDOtUB7qo9 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:28.9375rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Og2xqMBKFX0mGhGAA90neX8FNmOmUTdv { box-sizing:content-box;height:3rem;width:20.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:2.875rem;left:26.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg { 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; }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg > .row .container { background-color: transparent; background-image: none; }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg > .row .container > .video-iframe-container { display: none; }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg > .row > .video-iframe-container { display: none; }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg > .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); }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg > .row .container { border-width: 0; border-radius: 0; }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#mNMIpCmgVFhVvIW0uRp9eSAiNsdKQSVx { 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:35.374rem;width:67.56125rem;top:2.09375rem;left:3.71875rem;overflow:hidden;display:block; }
#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP { 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; }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP > .row .container { background-color: transparent; background-image: none; }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP > .row .container > .video-iframe-container { display: none; }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP > .row > .video-iframe-container { display: none; }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP > .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); }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP > .row .container { border-width: 0; border-radius: 0; }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#CE3zyMQvasxHAMNw6PQxEcqpeVvUdkJI { color:#000000;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:22.875rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GFQBGnzkmOSr2v3GHhB85AxK412nMOX8 { box-sizing:content-box;height:3rem;width:29.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:1.53125rem;left:22.71875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#tnzOy9K0iyfsPllu23TftT16p2TFWbVT { 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; }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT > .row .container { background-color: transparent; background-image: none; }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT > .row .container > .video-iframe-container { display: none; }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT > .row > .video-iframe-container { display: none; }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT > .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); }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT > .row .container { border-width: 0; border-radius: 0; }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT > .row .container { font-size:0.875rem;font-family:arial;height:68.8125rem;width:75rem;position:relative;display:block; }#nlCemoCNySTTDw7KlStgu2ufB9cL6AAv { position:absolute;display:block;z-index:15000;border-top:0.4375rem solid #1a397f;border-left:0.4375rem solid #1a397f;border-right:0.4375rem solid #1a397f;border-bottom:0.4375rem solid #1a397f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.375rem;width:33.5rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#WuVTtvXJlNbzS5yckyfusmZw30kmEp3L { position:absolute;display:block;z-index:15002;border-top:0.4375rem solid #1a397f;border-left:0.4375rem solid #1a397f;border-right:0.4375rem solid #1a397f;border-bottom:0.4375rem solid #1a397f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:33.5rem;top:2.625rem;left:40.625rem;overflow:hidden;display:block; }
#vpXga3bSsEzC3q2QZCX7rTkayAw9TBFb { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:22.5625rem;left:0rem;height:8.734375rem;display:block; }#vpXga3bSsEzC3q2QZCX7rTkayAw9TBFb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vpXga3bSsEzC3q2QZCX7rTkayAw9TBFb li:before{  }
#GOUR9vro7EqKJBxTeOI88Or1K3sKFN6v { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:22.5625rem;left:40.625rem;height:8.734375rem;text-align:left;text-align-last:left;display:block; }#GOUR9vro7EqKJBxTeOI88Or1K3sKFN6v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GOUR9vro7EqKJBxTeOI88Or1K3sKFN6v li:before{  }
#NwoVwcTPxHE5wApsX46keIunDpg3xPx0 { position:absolute;display:block;z-index:15004;border-top:0.4375rem solid #1a397f;border-left:0.4375rem solid #1a397f;border-right:0.4375rem solid #1a397f;border-bottom:0.4375rem solid #1a397f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.875rem;width:32.3125rem;top:36.125rem;left:0.09375rem;overflow:hidden;display:block; }
#TXD1R9gaTocC1aKErdKKkp8x9C3vcpTX { position:absolute;display:block;z-index:15006;border-top:0.4375rem solid #1a397f;border-left:0.4375rem solid #1a397f;border-right:0.4375rem solid #1a397f;border-bottom:0.4375rem solid #1a397f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:33.5rem;top:35.8125rem;left:40.625rem;overflow:hidden;display:block; }
#xOv2plLVXhLTHOaVNIxrhKrGF2i44Gl0 { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:55.625rem;left:0rem;height:6.472625rem;display:block; }#xOv2plLVXhLTHOaVNIxrhKrGF2i44Gl0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xOv2plLVXhLTHOaVNIxrhKrGF2i44Gl0 li:before{  }
#dXFDVZGCB1o6k8GOHy3lg1idtkMcdBqf { color:#000000;display:block;width:29rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:55.625rem;left:39.625rem;height:;display:block; }#dXFDVZGCB1o6k8GOHy3lg1idtkMcdBqf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dXFDVZGCB1o6k8GOHy3lg1idtkMcdBqf li:before{  }
#EomJImfnsNOCS3M2TTzTFE89znzzqZuA { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:55.625rem;left:40.625rem;height:8.734375rem;display:block; }#EomJImfnsNOCS3M2TTzTFE89znzzqZuA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EomJImfnsNOCS3M2TTzTFE89znzzqZuA li:before{  }
#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a397f;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; }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ > .row .container { background-color: transparent; background-image: none; }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ > .row .container > .video-iframe-container { display: none; }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ > .row > .video-iframe-container { display: none; }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ > .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); }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ > .row .container { border-width: 0; border-radius: 0; }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#Z3ZMeMIyOSLh0m4FsUGE3fLWWtfvKCoT { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.87109375rem;left:22.8125rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xwAMWcHlQg0mTbR80bxwhoIJlm3otlcZ { box-sizing:content-box;height:3rem;width:30.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:1.8125rem;left:22.03125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a397f;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; }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 > .row .container { background-color: transparent; background-image: none; }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 > .row .container > .video-iframe-container { display: none; }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 > .row > .video-iframe-container { display: none; }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 > .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); }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 > .row .container { border-width: 0; border-radius: 0; }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#BnUZz7kar57tg2DTVBZlN3bI9J6JyChQ { box-sizing:content-box;height:17.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;top:1.0625rem;left:7.8125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#X4Pep0KQZRXHK3uST0MSwTfr0wztfui1 { position:absolute;display:block;z-index:15073;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:7rem;width:15.125rem;top:1.9375rem;left:8.625rem;overflow:hidden;display:block; }
#TtSS15Vz2Tr91wuurOrF5bTgqPVGsUDx { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:8.25rem;top:2.0625rem;left:11.96875rem;overflow:hidden;display:block; }
#DoB3Fy6mhnaMTEJ5o63JeGFu1KtpveVE { color:#000000;display:block;width:13rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:10.4375rem;left:9.71875rem;height:1.7871125rem;font-style:normal;display:block; }
#u2DhxXo1rSxxTpqh98W0pIprvVVkxJ9G { box-sizing:content-box;height:0.125rem;width:15.125rem;position:absolute;display:block;z-index:15074;background-color:#000000;background-image:none;top:13.1875rem;left:8.5rem;display:block; }
#gNOsFIFNTo6gXIfSuwq5CV2yIk90drqF { box-sizing:content-box;height:3.5rem;width:15.125rem;position:absolute;display:block;z-index:15075;background-color:#79bdf3;background-image:none;top:14.498046875rem;left:8.65625rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#Uq6oHrLLmcHv6f5qG700eIzdTIn7wRST { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15076;line-height:1.4;letter-spacing:0;top:14.84765625rem;left:9.5rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AFXcp6a3TG8EThtRVeI2mGCXCU8VQZfr { box-sizing:content-box;height:17.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15088;background-color:#ffffff;background-image:none;top:1.125rem;left:29.0625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#SGTA6dX8Nv6r2LVDgZmXIeKHObk7wUDB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:10.4375rem;left:31.21875rem;height:1.7871125rem;font-style:normal;display:block; }
#O6wFvVDFnabPycoDKyxNHf4MO1qGpqLT { box-sizing:content-box;height:0.12402375rem;width:15.125rem;position:absolute;display:block;z-index:15090;background-color:#000000;background-image:none;top:13.0625rem;left:29.8125rem;display:block; }
#SSt1uTzRLa8VGkym2PzKJukAfsfh26st { box-sizing:content-box;height:3.5rem;width:15.375rem;position:absolute;display:block;z-index:15091;background-color:#79bdf3;background-image:none;top:14.5rem;left:29.78125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#vNgpov4qKcVL5vggrU2nNOzV3r2VhVcn { position:absolute;display:block;z-index:15089;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:7rem;width:15.125rem;top:1.8125rem;left:29.875rem;overflow:hidden;display:block; }
#FO8DlPBgGv1wG9s92oakB8BEWPttTcFB { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:14.88671875rem;left:30.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kh5OtzrTxpp7l5GaCukWfNXiJMOMuHWa { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:7.0625rem;top:1.8125rem;left:33.9375rem;overflow:hidden;display:block; }
#hrrOQQU8F9J26GTli9oMnx5Jt7QQwrU9 { box-sizing:content-box;height:17.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;top:1rem;left:50.28125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #010202;border-left:0.0625rem solid #010202;border-right:0.0625rem solid #010202;border-bottom:0.0625rem solid #010202;display:block; }
#AzhcKKgutyDNc5Bl9kzKt48is4eIQaGO { position:absolute;display:block;z-index:15073;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:7rem;width:15.125rem;top:1.75rem;left:51.125rem;overflow:hidden;display:block; }
#yRQuvn6KI38dgCqe0S2XXU8T6JTEwWUA { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:10.4375rem;left:51.46875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xN9MeMFJWsXXSZXNhnhAwnHgdrz5ToXB { box-sizing:content-box;height:0.125rem;width:15.125rem;position:absolute;display:block;z-index:15074;background-color:#000000;background-image:none;top:13.0625rem;left:51rem;display:block; }
#IMTEeRyVPVsS9vu1ZbBRLdh4fuEUUgfd { box-sizing:content-box;height:3.5rem;width:15.125rem;position:absolute;display:block;z-index:15075;background-color:#79bdf3;background-image:none;top:14.5rem;left:51.125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#QQcTQxzIDU9LTnZ3gRniKfxT2UATnPJG { color:#000000;display:block;width:13.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:14.94921875rem;left:51.90625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moQN9hpqoBWmifFhmS3F6JsfGvJQTXI3 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:7rem;top:1.8125rem;left:55.15625rem;overflow:hidden;display:block; }
#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a397f;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; }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK > .row .container { background-color: transparent; background-image: none; }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK > .row .container > .video-iframe-container { display: none; }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK > .row > .video-iframe-container { display: none; }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK > .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); }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK > .row .container { border-width: 0; border-radius: 0; }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#Va4fxEkpi1bagFpy6tEgPxFFxrGkTu7A { box-sizing:content-box;height:17.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;top:1.0625rem;left:7.8125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#TNXNoCDVUy8tkd0aRXgm5eV5K3HpAhgv { position:absolute;display:block;z-index:15073;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:7rem;width:15.125rem;top:1.9375rem;left:8.625rem;overflow:hidden;display:block; }
#a4kkA1ARCOG5Ri5RhW48EW5lp0vTnUQK { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:9.75rem;top:1.78125rem;left:11.65625rem;overflow:hidden;display:block; }
#NGwtGT4RAsNrAFeqOMEn7woy80fuXFa4 { color:#000000;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:10.4375rem;left:9.15625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZ1gvhFkbyan3POEJKfNPmRMiB76NWPk { box-sizing:content-box;height:0.125rem;width:15.125rem;position:absolute;display:block;z-index:15074;background-color:#000000;background-image:none;top:13.1875rem;left:8.5rem;display:block; }
#CGLo96khOZhXQAJJzuxOpPJTaTP22Hey { box-sizing:content-box;height:3.5rem;width:15.125rem;position:absolute;display:block;z-index:15075;background-color:#79bdf3;background-image:none;top:14.5rem;left:8.5rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#MOC2SJA2xBnVWaT9iJH3W4JH94MR63bl { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:14.94921875rem;left:9.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXVwaTdCaAeZObTS001Ha0tXStbhA7uU { box-sizing:content-box;height:17.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15071;background-color:#ffffff;background-image:none;top:1.125rem;left:29.0625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#eAytobIQOV4Atp1QniA8nraPTCsxAdTz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:10.41796875rem;left:31.21875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFqOydGfhv0NiiuZVd5zXv9Jy0hZPk1Z { box-sizing:content-box;height:0.12402375rem;width:15.125rem;position:absolute;display:block;z-index:15090;background-color:#000000;background-image:none;top:13.0625rem;left:29.8125rem;display:block; }
#Ge7dsACtTIKvpQTivkFd52GkJQtITouf { position:absolute;display:block;z-index:15089;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:7rem;width:15.125rem;top:1.8125rem;left:29.875rem;overflow:hidden;display:block; }
#eEot6T0JNk4fZNwrqqzeSBaV3QEVbI7y { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:7.875rem;top:1.8125rem;left:33.53125rem;overflow:hidden;display:block; }
#wLQgMEgkXeGmkTwGBzWU0HiBeXxWh9sI { box-sizing:content-box;height:17.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;top:1rem;left:50.28125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#hVP6ZlrpCMx33y488V6blOUl7Jtpx2TL { position:absolute;display:block;z-index:15073;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:7rem;width:15.125rem;top:1.75rem;left:51.125rem;overflow:hidden;display:block; }
#wUqUwxs1LxU8Vefy5nmDwK7OVmhKckLz { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:10.41796875rem;left:51.46875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vpq6QWLEoOPSBvrDDbNIVZUotWPrLvuX { box-sizing:content-box;height:0.125rem;width:15.125rem;position:absolute;display:block;z-index:15074;background-color:#000000;background-image:none;top:13.0625rem;left:51rem;display:block; }
#BDqMWiEZ15nZRCrz8bRwBhD1nU6qNADZ { position:absolute;display:block;z-index:15079;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:7rem;width:7.125rem;top:1.625rem;left:54.9375rem;overflow:hidden;display:block; }
#ZC6LUdMWZskPsMiiseBhEIMNOz85R03M { box-sizing:content-box;height:3.5rem;width:15.125rem;position:absolute;display:block;z-index:15077;background-color:#79bdf3;background-image:none;top:14.5rem;left:29.875rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#AxgVD8OyeNSw33VxVqM7O9q3cxtRBUNX { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:14.94921875rem;left:29.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFbTbNgNIrk8i7OsTpyGTME7xMiBuCps { color:#000000;display:block;width:13rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:14.94921875rem;left:52.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6pd9cZPb75nwcsaf01StCtuDazz1h9S { box-sizing:content-box;height:3.5rem;width:15.125rem;position:absolute;display:block;z-index:15079;background-color:#79bdf3;background-image:none;top:14.5rem;left:51.125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row .container { background-color: transparent; background-image: none; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row .container > .video-iframe-container { display: none; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row > .video-iframe-container { display: none; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .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); }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row .container { border-width: 0; border-radius: 0; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:rgba(241,245,254,0.8);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:#000309;height:auto;font-family:"reddit sans"; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#000102;line-height:1.4;overflow:hidden;height:auto;font-family:poppins; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_6905dcfe10b74d6e62b0713bc93f9f5a64867154.svg");background-size:contain !important; }#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-trigger.adaptive-delivery-prevent-bg, #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-trigger.lazyload, #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-trigger.lazyloading { background-image: none; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX { box-sizing:content-box;height:auto;width:40.999rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:4.125rem;left:1.625rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #HglfLHgsZtyIrM2iE9iPM4C7zvExUPhN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #Lnb5FC7GnICAfLEuwcBBmR5MLa3B3qCQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #qBpUgDNN3Oge1QWi8d31ldrOdvoZMoi3 { display:block;position:relative; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #ibiLVT5P5I4IVdFCr3GJ7xBNXd2m1ZhH {  }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #NJQvRHB2mP1G799hIBvHD1wGeAdwTzoP {  }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #IJU52mO1C82rc8UhNwoEDtWME60mTTP7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #A0WMyd8zTIxTXxkpSmIP7xfO2qrzHLv2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #HgsAtrMDZuoMkQchTTUkrofKl4Km8Q6B { display:block;position:relative; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #lDhJLMQEgZumTdk5WTkBd4UqTpWUxkDC {  }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #uelkBVMig10e1ayDyyzXI3XAZec6FlBd { display:none; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #owUTzfcGE3slfrQLNCcuBl6QUEgKT3eP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #na9pFOAeJPxemz44TUKnxUVJxUb6D5p7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #GTqu527fOmFCHVG4TFCqtIz6k9S8zeST { display:block;position:relative; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #hfmLwaReuL3KLGXEZ9ROTfeTSZ1AElMN {  }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #gurkM7w0zIhaMmS6lM6wktSGQbeVQ6Vq { display:none; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #ZX4gkyZ7tVO7tTcaE8LhuvvyP8SZ0FlL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #V6I5r0R90K2wePanR4lEwnTuIPTtoi82 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #gfkMfHiUJKphOLtspQ94bNON0rcE7E3F { display:block;position:relative; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #TaME6vD6M84TbontDuf37HSbfUFsN7BI {  }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #dZ9TQcwlUfVmJ4hqFxBS8Ky82mRXuruO { display:none; }
#fyTWRsgZ6m1aPNkZMFhH0ppJvOP2WMps { 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:16.375rem;width:23.6875rem;top:3.59375rem;left:47.7490234375rem;overflow:hidden;display:block; }
#axkuTEKCNmKwC2gB8GC6gq3Ay4hgV3MR { display:block;width:58.75rem;position:absolute;font-family:"reddit sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:7.62353515625rem;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;text-align:center;text-align-last:center;color:#000000;display:block; }
#ngpJbnXcQXUoh2UknIRURy7D6FDVFbXh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:24.6875rem;display:none; }
#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container { background-color: transparent; background-image: none; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container > .video-iframe-container { display: none; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row > .video-iframe-container { display: none; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .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); }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container { border-width: 0; border-radius: 0; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#koCfgT4rdPq8i1i8RePS4XMi2ymuT92O { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:poppins;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.40625rem;left:28.375rem;display:block; }
#TuLVFTGMtSTkp2kW75dqM0IKmTZr3zsO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qu8dQTPF1HohwyFyAcO615lZvykwxQTq { display:block; }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQfBCO1AL88izWzvwK8yy1xxnMH6A7OB { top:1rem;left:0rem;width:12.8125rem;height:4.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH { display:block; }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKLZWzvJVfIlIJ5zsACRXhGxGel5ALUa { top:2.375rem;left:23.625rem;width:24.125rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqo6W1axHkulvIT0aNG1TT4LOhsLpppT { top:8.4375rem;left:0rem;width:39.625rem;height:5.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK8eh6Kdvx1AbAmck7AGO2fdMUczSVZJ { top:14.25rem;left:0rem;width:35.625rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #US0HOlpw1KV7apKd69HeX9RkwS7mcP6s { top:2.9375rem;left:23.75rem;width:24rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzXzeGdD3OFqFrSvTBwTxrP543mcV5ef { top:6.8125rem;left:24rem;width:23.75rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbWx4IsIPJPcHQuT41iocUKFXONqhTzG { display:block; }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pu23bDSZM6gdKnnwDTLaHSAv65SBzxuI { top:8.375rem;left:0rem;width:47.75rem;height:21.178009259259rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7RzOalh3lGJTnGinX0iUWlDOtUB7qo9 { top:2.875rem;left:15.3125rem;width:15.6875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og2xqMBKFX0mGhGAA90neX8FNmOmUTdv { top:2.875rem;left:12.875rem;width:20.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg { display:block; }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNMIpCmgVFhVvIW0uRp9eSAiNsdKQSVx { top:2.0625rem;left:0rem;width:47.75rem;height:25.001143406909rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP { display:block; }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE3zyMQvasxHAMNw6PQxEcqpeVvUdkJI { top:1.5625rem;left:9.25rem;width:29.375rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFQBGnzkmOSr2v3GHhB85AxK412nMOX8 { top:1.5rem;left:9.09375rem;width:29.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnzOy9K0iyfsPllu23TftT16p2TFWbVT { display:block; }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlCemoCNySTTDw7KlStgu2ufB9cL6AAv { top:2.6875rem;left:0rem;width:33.5rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuVTtvXJlNbzS5yckyfusmZw30kmEp3L { top:2.625rem;left:13.375rem;width:33.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpXga3bSsEzC3q2QZCX7rTkayAw9TBFb { top:22.5625rem;left:0rem;width:37.0625rem;height:8.6875rem;font-size:1rem;display:block; }#vpXga3bSsEzC3q2QZCX7rTkayAw9TBFb li:before{  }
 }@media only screen and (max-width: 763px) { #GOUR9vro7EqKJBxTeOI88Or1K3sKFN6v { top:22.5625rem;left:18.3125rem;width:29.4375rem;height:8.6875rem;font-size:1rem;display:block; }#GOUR9vro7EqKJBxTeOI88Or1K3sKFN6v li:before{  }
 }@media only screen and (max-width: 763px) { #NwoVwcTPxHE5wApsX46keIunDpg3xPx0 { top:36.125rem;left:0rem;width:32.3125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXD1R9gaTocC1aKErdKKkp8x9C3vcpTX { top:35.8125rem;left:13.375rem;width:33.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOv2plLVXhLTHOaVNIxrhKrGF2i44Gl0 { top:55.625rem;left:0rem;width:37.0625rem;height:;font-size:1rem;display:block; }#xOv2plLVXhLTHOaVNIxrhKrGF2i44Gl0 li:before{  }
 }@media only screen and (max-width: 763px) { #dXFDVZGCB1o6k8GOHy3lg1idtkMcdBqf { top:55.625rem;left:18.75rem;width:29rem;height:;font-size:1.625rem;display:block; }#dXFDVZGCB1o6k8GOHy3lg1idtkMcdBqf li:before{  }
 }@media only screen and (max-width: 763px) { #EomJImfnsNOCS3M2TTzTFE89znzzqZuA { top:55.625rem;left:13.5625rem;width:34.1875rem;height:8.6875rem;font-size:1rem;display:block; }#EomJImfnsNOCS3M2TTzTFE89znzzqZuA li:before{  }
 }@media only screen and (max-width: 763px) { #ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ { display:block; }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3ZMeMIyOSLh0m4FsUGE3fLWWtfvKCoT { top:1.8125rem;left:9.1875rem;width:29.375rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwAMWcHlQg0mTbR80bxwhoIJlm3otlcZ { top:1.8125rem;left:8.40625rem;width:30.8125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEEb1Ppig5BfvJUlheEKW68Li66sTk91 { display:block; }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnUZz7kar57tg2DTVBZlN3bI9J6JyChQ { top:1.0625rem;left:0rem;width:16.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Pep0KQZRXHK3uST0MSwTfr0wztfui1 { top:1.9375rem;left:0rem;width:15.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtSS15Vz2Tr91wuurOrF5bTgqPVGsUDx { top:2.0625rem;left:3.6875rem;width:8.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoB3Fy6mhnaMTEJ5o63JeGFu1KtpveVE { top:10.4375rem;left:0rem;width:13rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2DhxXo1rSxxTpqh98W0pIprvVVkxJ9G { top:13.1875rem;left:0rem;width:15.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNOsFIFNTo6gXIfSuwq5CV2yIk90drqF { top:14.4375rem;left:0rem;width:15.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq6oHrLLmcHv6f5qG700eIzdTIn7wRST { top:14.8125rem;left:0rem;width:13.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFXcp6a3TG8EThtRVeI2mGCXCU8VQZfr { top:1.125rem;left:7.0625rem;width:16.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGTA6dX8Nv6r2LVDgZmXIeKHObk7wUDB { top:10.4375rem;left:11.375rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6wFvVDFnabPycoDKyxNHf4MO1qGpqLT { top:13.0625rem;left:8.75rem;width:15.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSt1uTzRLa8VGkym2PzKJukAfsfh26st { top:14.5rem;left:8.5rem;width:15.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNgpov4qKcVL5vggrU2nNOzV3r2VhVcn { top:1.8125rem;left:8.75rem;width:15.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO8DlPBgGv1wG9s92oakB8BEWPttTcFB { top:14.875rem;left:9.4375rem;width:14.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh5OtzrTxpp7l5GaCukWfNXiJMOMuHWa { top:1.8125rem;left:16.8125rem;width:7.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrrOQQU8F9J26GTli9oMnx5Jt7QQwrU9 { top:1rem;left:19rem;width:16.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzhcKKgutyDNc5Bl9kzKt48is4eIQaGO { top:1.75rem;left:20.6875rem;width:15.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRQuvn6KI38dgCqe0S2XXU8T6JTEwWUA { top:10.4375rem;left:21.375rem;width:14.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN9MeMFJWsXXSZXNhnhAwnHgdrz5ToXB { top:13.0625rem;left:20.6875rem;width:15.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMTEeRyVPVsS9vu1ZbBRLdh4fuEUUgfd { top:14.5rem;left:20.6875rem;width:15.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQcTQxzIDU9LTnZ3gRniKfxT2UATnPJG { top:14.9375rem;left:22.3125rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moQN9hpqoBWmifFhmS3F6JsfGvJQTXI3 { top:1.8125rem;left:28.8125rem;width:7rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQZObWz95WzFo1cZzIt13Tk1d04FWAeK { display:block; }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va4fxEkpi1bagFpy6tEgPxFFxrGkTu7A { top:1.0625rem;left:0rem;width:16.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXNoCDVUy8tkd0aRXgm5eV5K3HpAhgv { top:1.9375rem;left:0rem;width:15.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4kkA1ARCOG5Ri5RhW48EW5lp0vTnUQK { top:1.75rem;left:2.1875rem;width:9.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwtGT4RAsNrAFeqOMEn7woy80fuXFa4 { top:10.4375rem;left:0rem;width:14.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ1gvhFkbyan3POEJKfNPmRMiB76NWPk { top:13.1875rem;left:0rem;width:15.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLo96khOZhXQAJJzuxOpPJTaTP22Hey { top:14.5rem;left:0rem;width:15.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOC2SJA2xBnVWaT9iJH3W4JH94MR63bl { top:14.9375rem;left:0rem;width:14.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXVwaTdCaAeZObTS001Ha0tXStbhA7uU { top:1.125rem;left:7.0625rem;width:16.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAytobIQOV4Atp1QniA8nraPTCsxAdTz { top:10.375rem;left:11.375rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFqOydGfhv0NiiuZVd5zXv9Jy0hZPk1Z { top:13.0625rem;left:8.75rem;width:15.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge7dsACtTIKvpQTivkFd52GkJQtITouf { top:1.8125rem;left:8.75rem;width:15.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEot6T0JNk4fZNwrqqzeSBaV3QEVbI7y { top:1.8125rem;left:16rem;width:7.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLQgMEgkXeGmkTwGBzWU0HiBeXxWh9sI { top:1rem;left:19rem;width:16.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVP6ZlrpCMx33y488V6blOUl7Jtpx2TL { top:1.75rem;left:20.6875rem;width:15.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUqUwxs1LxU8Vefy5nmDwK7OVmhKckLz { top:10.375rem;left:21.375rem;width:14.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpq6QWLEoOPSBvrDDbNIVZUotWPrLvuX { top:13.0625rem;left:20.6875rem;width:15.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDqMWiEZ15nZRCrz8bRwBhD1nU6qNADZ { top:1.625rem;left:28.6875rem;width:7.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6LUdMWZskPsMiiseBhEIMNOz85R03M { top:14.5rem;left:8.75rem;width:15.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxgVD8OyeNSw33VxVqM7O9q3cxtRBUNX { top:14.9375rem;left:7.1875rem;width:16.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFbTbNgNIrk8i7OsTpyGTME7xMiBuCps { top:14.9375rem;left:22.8125rem;width:13rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6pd9cZPb75nwcsaf01StCtuDazz1h9S { top:14.5rem;left:20.6875rem;width:15.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 { display:block; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX { display:flex;height:auto;width:27.8125rem;top:10.1875rem;left:1.375rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #HglfLHgsZtyIrM2iE9iPM4C7zvExUPhN {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #Lnb5FC7GnICAfLEuwcBBmR5MLa3B3qCQ {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #qBpUgDNN3Oge1QWi8d31ldrOdvoZMoi3 {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #ibiLVT5P5I4IVdFCr3GJ7xBNXd2m1ZhH {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #NJQvRHB2mP1G799hIBvHD1wGeAdwTzoP {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #IJU52mO1C82rc8UhNwoEDtWME60mTTP7 {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #A0WMyd8zTIxTXxkpSmIP7xfO2qrzHLv2 {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #HgsAtrMDZuoMkQchTTUkrofKl4Km8Q6B {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #lDhJLMQEgZumTdk5WTkBd4UqTpWUxkDC {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #uelkBVMig10e1ayDyyzXI3XAZec6FlBd {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #owUTzfcGE3slfrQLNCcuBl6QUEgKT3eP {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #na9pFOAeJPxemz44TUKnxUVJxUb6D5p7 {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #GTqu527fOmFCHVG4TFCqtIz6k9S8zeST {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #hfmLwaReuL3KLGXEZ9ROTfeTSZ1AElMN {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #gurkM7w0zIhaMmS6lM6wktSGQbeVQ6Vq {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #ZX4gkyZ7tVO7tTcaE8LhuvvyP8SZ0FlL {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #V6I5r0R90K2wePanR4lEwnTuIPTtoi82 {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #gfkMfHiUJKphOLtspQ94bNON0rcE7E3F {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #TaME6vD6M84TbontDuf37HSbfUFsN7BI {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #dZ9TQcwlUfVmJ4hqFxBS8Ky82mRXuruO {  }
 }@media only screen and (max-width: 763px) { #fyTWRsgZ6m1aPNkZMFhH0ppJvOP2WMps { top:3.5625rem;left:24.0625rem;width:23.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axkuTEKCNmKwC2gB8GC6gq3Ay4hgV3MR { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngpJbnXcQXUoh2UknIRURy7D6FDVFbXh { width:24.6875rem;height:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiFDuIrXHtX8iyb7wtkymbCIib5iZkap { display:block; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koCfgT4rdPq8i1i8RePS4XMi2ymuT92O { width:18.25rem;height:3.4375rem;top:1.375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLVFTGMtSTkp2kW75dqM0IKmTZr3zsO { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .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); } }@media only screen and (max-width: 763px) { #Qu8dQTPF1HohwyFyAcO615lZvykwxQTq { display:block; }#Qu8dQTPF1HohwyFyAcO615lZvykwxQTq > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQfBCO1AL88izWzvwK8yy1xxnMH6A7OB { width:12.8125rem;height:4.186525rem;top:1.25rem;left:3.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH { display:block; }#EWeWx1nJi9Ko3T4A5R95MTAO10IbyAgH > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKLZWzvJVfIlIJ5zsACRXhGxGel5ALUa { width:20rem;height:28.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqo6W1axHkulvIT0aNG1TT4LOhsLpppT { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EK8eh6Kdvx1AbAmck7AGO2fdMUczSVZJ { width:20rem;height:3.57421875rem;top:5.099609375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #US0HOlpw1KV7apKd69HeX9RkwS7mcP6s { width:20rem;height:2.599825rem;top:10.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzXzeGdD3OFqFrSvTBwTxrP543mcV5ef { width:20rem;height:23.5625rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbWx4IsIPJPcHQuT41iocUKFXONqhTzG { display:block; }#QbWx4IsIPJPcHQuT41iocUKFXONqhTzG > .row .container { width:20rem;height:14.1873125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pu23bDSZM6gdKnnwDTLaHSAv65SBzxuI { width:20rem;height:8.875rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7RzOalh3lGJTnGinX0iUWlDOtUB7qo9 { width:15.6875rem;height:1.94921875rem;top:1.4375rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og2xqMBKFX0mGhGAA90neX8FNmOmUTdv { width:11.875rem;height:2.4375rem;top:1.125rem;left:4.1875rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg { display:block; }#QJTTPsCUR5K1A5B04OCJ1TtL9GBKRpxg > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNMIpCmgVFhVvIW0uRp9eSAiNsdKQSVx { width:20rem;height:10.374rem;top:1.5302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP { display:block; }#BKu5oOhQTum0ATlmA6TnqkB52s7EoRFP > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE3zyMQvasxHAMNw6PQxEcqpeVvUdkJI { width:17.875rem;height:1.6494125rem;top:1.875rem;left:1.125rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GFQBGnzkmOSr2v3GHhB85AxK412nMOX8 { width:18.3125rem;height:2.8125rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnzOy9K0iyfsPllu23TftT16p2TFWbVT { display:block; }#tnzOy9K0iyfsPllu23TftT16p2TFWbVT > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlCemoCNySTTDw7KlStgu2ufB9cL6AAv { width:18.8125rem;height:9.6875rem;top:1.84375rem;left:0.28125rem;border-top:0.3125rem solid #1a397f;border-left:0.3125rem solid #1a397f;border-right:0.3125rem solid #1a397f;border-bottom:0.3125rem solid #1a397f;display:block; }
 }@media only screen and (max-width: 763px) { #WuVTtvXJlNbzS5yckyfusmZw30kmEp3L { width:18.8125rem;height:9.8125rem;top:21.25rem;left:0.28125rem;border-top:0.3125rem solid #1a397f;border-left:0.3125rem solid #1a397f;border-right:0.3125rem solid #1a397f;border-bottom:0.3125rem solid #1a397f;display:block; }
 }@media only screen and (max-width: 763px) { #vpXga3bSsEzC3q2QZCX7rTkayAw9TBFb { width:17.625rem;height:6.9379375rem;top:12.625rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#vpXga3bSsEzC3q2QZCX7rTkayAw9TBFb li:before{  }
 }@media only screen and (max-width: 763px) { #GOUR9vro7EqKJBxTeOI88Or1K3sKFN6v { width:17.375rem;height:5.73785rem;top:32.3125rem;left:1.1875rem;font-size:1rem;display:block; }#GOUR9vro7EqKJBxTeOI88Or1K3sKFN6v li:before{  }
 }@media only screen and (max-width: 763px) { #NwoVwcTPxHE5wApsX46keIunDpg3xPx0 { width:18.1875rem;height:9.5rem;top:39.974609375rem;left:0.28125rem;border-top:0.3125rem solid #1a397f;border-left:0.3125rem solid #1a397f;border-right:0.3125rem solid #1a397f;border-bottom:0.3125rem solid #1a397f;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TXD1R9gaTocC1aKErdKKkp8x9C3vcpTX { width:18.8125rem;height:9.8125rem;top:56.759765625rem;left:0.28125rem;border-top:0.3125rem solid #1a397f;border-left:0.3125rem solid #1a397f;border-right:0.3125rem solid #1a397f;border-bottom:0.3125rem solid #1a397f;display:block; }
 }@media only screen and (max-width: 763px) { #xOv2plLVXhLTHOaVNIxrhKrGF2i44Gl0 { width:17.0625rem;height:4.2252625rem;top:50.662109375rem;left:1.21875rem;font-size:1rem;display:block; }#xOv2plLVXhLTHOaVNIxrhKrGF2i44Gl0 li:before{  }
 }@media only screen and (max-width: 763px) { #dXFDVZGCB1o6k8GOHy3lg1idtkMcdBqf { width:0.625rem;height:0;top:113.912109375rem;left:17.125rem;font-size:1.625rem;display:none; }#dXFDVZGCB1o6k8GOHy3lg1idtkMcdBqf li:before{  }
 }@media only screen and (max-width: 763px) { #EomJImfnsNOCS3M2TTzTFE89znzzqZuA { width:17.0625rem;height:6.9379375rem;top:67.845703125rem;left:1.21875rem;font-size:1rem;display:block; }#EomJImfnsNOCS3M2TTzTFE89znzzqZuA li:before{  }
 }@media only screen and (max-width: 763px) { #ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ { display:block; }#ov9NPhwLS9mnL4o4HGToKyVfuDPLDCMJ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3ZMeMIyOSLh0m4FsUGE3fLWWtfvKCoT { width:20rem;height:1.79980625rem;top:1.662109375rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xwAMWcHlQg0mTbR80bxwhoIJlm3otlcZ { width:19.875rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEEb1Ppig5BfvJUlheEKW68Li66sTk91 { display:block; }#wEEb1Ppig5BfvJUlheEKW68Li66sTk91 > .row .container { width:20rem;height:61.075336503906rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnUZz7kar57tg2DTVBZlN3bI9J6JyChQ { width:16.6875rem;height:18.8125rem;top:0.625rem;left:1.5625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #X4Pep0KQZRXHK3uST0MSwTfr0wztfui1 { width:15.125rem;height:7rem;top:1.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtSS15Vz2Tr91wuurOrF5bTgqPVGsUDx { width:9.125rem;height:7.375rem;top:0.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoB3Fy6mhnaMTEJ5o63JeGFu1KtpveVE { width:14.25rem;height:1.7871125rem;top:9.9375rem;left:2.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2DhxXo1rSxxTpqh98W0pIprvVVkxJ9G { width:15.125rem;height:0.125rem;top:12.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNOsFIFNTo6gXIfSuwq5CV2yIk90drqF { width:15.125rem;height:3.5rem;top:13.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq6oHrLLmcHv6f5qG700eIzdTIn7wRST { width:13.0625rem;height:2.79948125rem;top:14.224609375rem;left:3.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFXcp6a3TG8EThtRVeI2mGCXCU8VQZfr { width:16.6875rem;height:18.8125rem;top:21.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGTA6dX8Nv6r2LVDgZmXIeKHObk7wUDB { width:15.1875rem;height:1.7871125rem;top:30.6875rem;left:2.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6wFvVDFnabPycoDKyxNHf4MO1qGpqLT { width:15.125rem;height:0.0625rem;top:33.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSt1uTzRLa8VGkym2PzKJukAfsfh26st { width:15.375rem;height:3.5rem;top:34.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNgpov4qKcVL5vggrU2nNOzV3r2VhVcn { width:15.125rem;height:7rem;top:22.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO8DlPBgGv1wG9s92oakB8BEWPttTcFB { width:14.4375rem;height:2.599825rem;top:35.0751953125rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh5OtzrTxpp7l5GaCukWfNXiJMOMuHWa { width:7.5625rem;height:7.375rem;top:21.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrrOQQU8F9J26GTli9oMnx5Jt7QQwrU9 { width:16.6875rem;height:18.8125rem;top:42.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzhcKKgutyDNc5Bl9kzKt48is4eIQaGO { width:15.125rem;height:7rem;top:42.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRQuvn6KI38dgCqe0S2XXU8T6JTEwWUA { width:14.9375rem;height:1.7871125rem;top:51.6875rem;left:2.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN9MeMFJWsXXSZXNhnhAwnHgdrz5ToXB { width:15.125rem;height:0.125rem;top:54.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMTEeRyVPVsS9vu1ZbBRLdh4fuEUUgfd { width:15.125rem;height:3.5rem;top:55.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQcTQxzIDU9LTnZ3gRniKfxT2UATnPJG { width:13.5rem;height:2.599825rem;top:56.3876953125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moQN9hpqoBWmifFhmS3F6JsfGvJQTXI3 { width:6.8125rem;height:6.6875rem;top:43rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQZObWz95WzFo1cZzIt13Tk1d04FWAeK { display:block; }#FQZObWz95WzFo1cZzIt13Tk1d04FWAeK > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va4fxEkpi1bagFpy6tEgPxFFxrGkTu7A { width:16.6875rem;height:18.8125rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNXNoCDVUy8tkd0aRXgm5eV5K3HpAhgv { width:15.125rem;height:7rem;top:2.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4kkA1ARCOG5Ri5RhW48EW5lp0vTnUQK { width:9.875rem;height:7rem;top:2.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwtGT4RAsNrAFeqOMEn7woy80fuXFa4 { width:12.5rem;height:1.7871125rem;top:10.9619140625rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ1gvhFkbyan3POEJKfNPmRMiB76NWPk { width:15.125rem;height:0.125rem;top:13.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLo96khOZhXQAJJzuxOpPJTaTP22Hey { width:15.125rem;height:3.375rem;top:15.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOC2SJA2xBnVWaT9iJH3W4JH94MR63bl { width:14.375rem;height:2.400175rem;top:15.61328125rem;left:2.8125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QXVwaTdCaAeZObTS001Ha0tXStbhA7uU { width:16.6875rem;height:18.3125rem;top:22.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAytobIQOV4Atp1QniA8nraPTCsxAdTz { width:12.5rem;height:1.7871125rem;top:32rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFqOydGfhv0NiiuZVd5zXv9Jy0hZPk1Z { width:15.125rem;height:0.0625rem;top:34.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge7dsACtTIKvpQTivkFd52GkJQtITouf { width:15.125rem;height:7rem;top:23.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEot6T0JNk4fZNwrqqzeSBaV3QEVbI7y { width:8rem;height:7.0625rem;top:23.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLQgMEgkXeGmkTwGBzWU0HiBeXxWh9sI { width:16.6875rem;height:19rem;top:43rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVP6ZlrpCMx33y488V6blOUl7Jtpx2TL { width:15.125rem;height:7rem;top:43.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUqUwxs1LxU8Vefy5nmDwK7OVmhKckLz { width:14.9375rem;height:1.7871125rem;top:52.5625rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpq6QWLEoOPSBvrDDbNIVZUotWPrLvuX { width:15.125rem;height:0.125rem;top:55.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDqMWiEZ15nZRCrz8bRwBhD1nU6qNADZ { width:6.875rem;height:6.875rem;top:43.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6LUdMWZskPsMiiseBhEIMNOz85R03M { width:15.125rem;height:3.5rem;top:35.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxgVD8OyeNSw33VxVqM7O9q3cxtRBUNX { width:13.5625rem;height:2.599825rem;top:36.375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFbTbNgNIrk8i7OsTpyGTME7xMiBuCps { width:10rem;height:2.92535rem;top:56.912109375rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6pd9cZPb75nwcsaf01StCtuDazz1h9S { width:15.125rem;height:3.5rem;top:56.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 { display:block; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 { background-color: transparent; background-image: none; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row .container > .video-iframe-container { display: none; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row > .video-iframe-container { display: none; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .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); }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 { border-width: 0; border-radius: 0; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row .container > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#nRcZERLlpTH9tzGRvUmtnoATPH72PsA0 > .row .container { width:20rem;height:39.312042236328rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-heading-text { line-height:1.4;overflow:hidden;height:auto;font-size:1rem;font-family:raddit;font-weight:400;font-style:normal; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-desc-text { font-size:0.875rem;height:auto;font-family:raddit;line-height:1.5;overflow:hidden; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX { display:flex;height:auto;width:19.6875rem;top:2.16845703125rem;left:0.125rem;gap:0.5625rem; }
#cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #HglfLHgsZtyIrM2iE9iPM4C7zvExUPhN {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #Lnb5FC7GnICAfLEuwcBBmR5MLa3B3qCQ {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #qBpUgDNN3Oge1QWi8d31ldrOdvoZMoi3 {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #ibiLVT5P5I4IVdFCr3GJ7xBNXd2m1ZhH {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #NJQvRHB2mP1G799hIBvHD1wGeAdwTzoP {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #IJU52mO1C82rc8UhNwoEDtWME60mTTP7 {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #A0WMyd8zTIxTXxkpSmIP7xfO2qrzHLv2 {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #HgsAtrMDZuoMkQchTTUkrofKl4Km8Q6B {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #lDhJLMQEgZumTdk5WTkBd4UqTpWUxkDC {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #uelkBVMig10e1ayDyyzXI3XAZec6FlBd {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #owUTzfcGE3slfrQLNCcuBl6QUEgKT3eP {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #na9pFOAeJPxemz44TUKnxUVJxUb6D5p7 {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #GTqu527fOmFCHVG4TFCqtIz6k9S8zeST {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #hfmLwaReuL3KLGXEZ9ROTfeTSZ1AElMN {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #gurkM7w0zIhaMmS6lM6wktSGQbeVQ6Vq {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #ZX4gkyZ7tVO7tTcaE8LhuvvyP8SZ0FlL {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #V6I5r0R90K2wePanR4lEwnTuIPTtoi82 {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #gfkMfHiUJKphOLtspQ94bNON0rcE7E3F {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #TaME6vD6M84TbontDuf37HSbfUFsN7BI {  }
 }@media only screen and (max-width: 763px) { #cNcULBsaMFPn2doSL1BC4Mqo4C2lZrPX #dZ9TQcwlUfVmJ4hqFxBS8Ky82mRXuruO {  }
 }@media only screen and (max-width: 763px) { #fyTWRsgZ6m1aPNkZMFhH0ppJvOP2WMps { width:20rem;height:13.825857519789rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #axkuTEKCNmKwC2gB8GC6gq3Ay4hgV3MR { width:20rem;height:1.462675rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:raddit;display:block; }
 }@media only screen and (max-width: 763px) { #ngpJbnXcQXUoh2UknIRURy7D6FDVFbXh { top:19.3125rem;left:0rem;width:20rem;height:20rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eiFDuIrXHtX8iyb7wtkymbCIib5iZkap { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#eiFDuIrXHtX8iyb7wtkymbCIib5iZkap > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koCfgT4rdPq8i1i8RePS4XMi2ymuT92O { width:14.5rem;height:2.9375rem;top:1.65625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLVFTGMtSTkp2kW75dqM0IKmTZr3zsO { display:block; }
 }