.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { position:relative;display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { background-color: transparent; background-image: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { border-width: 0; border-radius: 0; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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:7.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fm58oHmAeDhENFUy4GdECPPqhSxQG0Bl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74921875rem;width:14.3741875rem;top:1.7496092319489rem;left:22.811717987061rem;overflow:hidden;display:block; }
#GBDqy0K8rDw9WNm1K9aKDwT6eJyHI2eD { color:#000000;display:block;width:21.937125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:4.497510433197rem;left:18.780006408691rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#NeoELC7ZbleTmMUuGKEwemBp7mkV8JTy { color:#000000;display:block;width:21.93625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9028763771057rem;left:19.03053855896rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b831bceb-5f94-404e-9ddc-c005e204774e/Backgroundimage2upscaled.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.adaptive-delivery-prevent-bg, #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.lazyload, #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.lazyloading { background-image: none; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container { background-color: transparent; background-image: none; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,105,106,0.04); }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container > .video-iframe-container { display: none; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,105,106,0.04); }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row > .video-iframe-container { display: none; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .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); }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container { border-width: 0; border-radius: 0; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH::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; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#rTMW6A9ZzebpurJJ9qIvk4Ttk47bIsLq { color:#e10c4a;display:block;width:52.375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:24.045630455017rem;left:3.7485790252686rem;height:7.5931875rem;text-align:center;text-align-last:center;display:block; }
#ZMsfbicnRFnttaOC5lzV5QtTxWX7ac3O { color:#e10c4a;display:block;width:36.8110625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.25rem;left:11.593574523926rem;height:3.9364375rem;text-align:center;text-align-last:center;display:block; }
#CTNsMkTL73uTQ0alusMRApr9rTyQCw38 { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.7320327758789rem;left:23.009761810302rem;height:5.625rem;text-align:center;text-align-last:center;display:none; }
#CGEVXvTk701kh2TforZkrLCbiw0ZaRVw { box-sizing:content-box;height:40.5rem;width:59rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.74);background-image:none;top:3.5617895126342rem;left:0.49715805053711rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BFDPMiVu8F7Jqu1iPU8zTt5vwWQRBSwB { color:#000000;display:block;width:40.1243125rem;position:absolute;font-family:arial;font-size:3.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.6816396713256rem;left:10.780363082886rem;height:14.8671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4XLrATc3w1PbJKfhql0EPcyo69qaTrh { background-color:#39de2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.1868125rem;height:4.62446875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.10635471344rem;left:17.904829025269rem;display:block; }
#pfxG7armfau0XUW9J06sfKceGm0R61al { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTdsZIzbtiQcgw3RoCz09nGTgSwnIRVi { color:#e10c4a;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:27.607421875rem;left:15.56178855896rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#KedSfDEfX9mD2JdS8QcE9S9JuW9lWD9a { color:#e10c4a;display:block;width:48.3123125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:39.000351905822rem;left:6.6859016418456rem;height:1.593575rem;text-align:center;text-align-last:center;display:block; }
#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD { position:relative;display:none; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD { border-width: 0; border-radius: 0; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .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; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pWJ76KmTTOoPWUCfM5eHGfM8XN23HO59 { color:#e10c4a;display:block;width:36.8110625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.25rem;left:11.593574523926rem;height:3.9375rem;text-align:center;text-align-last:center;display:none; }
#FXHhLFhc7gUScdXg0OlpfQecDZQo94Wz { color:#0b0b0b;display:block;width:36.5625rem;position:absolute;font-family:fraunces;font-size:5.625rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:12.5625rem;left:23.4375rem;height:15.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wFXqfzcyOP5PytSGV8ZhL1iokRvmNiqk { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:30.25rem;left:28.75rem;height:5.59765625rem;font-style:normal;display:none; }
#DTyHtDTfwheafUl2UDJfO00XsZVwPXk9 { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.7;letter-spacing:0;top:37rem;left:28.75rem;height:6.3613125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.7;letter-spacing:0;top:37rem;left:28.75rem;height:6.3613125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
#fRmg86aW3F4JRhkGhy4mvlT3S8fbSLPa { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.7;letter-spacing:0;top:37rem;left:28.75rem;height:6.3613125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DcLfe2CGzePJLThZtValdbnXEP1OR5Mx { background-color:#39de2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:4.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.2939453125rem;left:17.404296875rem;display:none; }
#MgZawokt7uinfgqvrhyxmWJ0K1uw60TW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDvxHbCUxmSFXSoOatLgIfLgTHDqgvf4 { box-sizing:content-box;height:31.3125rem;width:34.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffd476;background-image:none;top:16.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:none; }
#dDEJ0IVqbtg6C4tpOqdhcz8aZFy8dX3f { color:#e10c4a;display:block;width:48.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:39.3564453125rem;left:6.685546875rem;height:1.59375rem;text-align:center;text-align-last:center;display:none; }
#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { position:relative;display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { background-color: transparent; background-image: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .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); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { border-width: 0; border-radius: 0; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .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; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .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:14.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { color:#000000;display:block;width:44.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.25rem;left:7.6875rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAobmcbPpQTIGuhvFbzpktQr18Nl67OB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:12.1875rem;top:5.4375rem;left:5rem;overflow:hidden;display:block; }
#r7eTnQZCLonwifKQ0AvwJQm81lMuOkOZ { position:absolute;display:block;z-index:15003;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:3.875rem;width:12.6875rem;top:6.375rem;left:23.5625rem;overflow:hidden;display:block; }
#be9U57iBfTHTankcylMliDgg1m9f2VwC { position:absolute;display:block;z-index:15004;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:7.1875rem;width:14.625rem;top:4.75rem;left:40.375rem;overflow:hidden;display:block; }
#TGHhWG4BrdIxcFR3UsnC0OkEIAutqs83 { 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:10.1875rem;width:32.0625rem;display:none; }
#CJJdv8WLv49TUaqkSRSVXBKTMigGcctM { 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:9.0625rem;width:18.75rem;display:none; }
#iVzrbeC8pvbcaxn8BbcCULhTTSfX6knc { 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:10.25rem;width:20.625rem;display:none; }
#Rvl4fXJcNmLMpgdX3ZJXNeJAWct9299o { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.7320327758789rem;left:23.009761810302rem;height:5.625rem;text-align:center;text-align-last:center;display:none; }
#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm { 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; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { background-color: transparent; background-image: none; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container > .video-iframe-container { display: none; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row > .video-iframe-container { display: none; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .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); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { border-width: 0; border-radius: 0; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { font-size:0.875rem;font-family:arial;height:124.0625rem;width:60rem;position:relative;display:block; }#oOUKnuGpOEi9T0t3T4hFRXfq1fdFPRwN { position:absolute;display:block;z-index:15028;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.5625rem;width:14.5623125rem;top:5.7220458984375E-6rem;left:0rem;overflow:hidden;display:block; }
#xb6IVTbfZW3xADmufWTnPNrJA10UIqE8 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6214375rem;width:10.68625rem;top:32.436965227127rem;left:49.313739776611rem;overflow:hidden;display:block; }
#QM8i8uJ72nES3sl0qdEGLVHxAnb4FJyz { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.25rem;left:21.875rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qgHMxSh08zuZPDBGEmiQyrot8Vw3TP45 { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:7.75rem;left:13.5rem;height:2.03125rem;font-style:normal;display:block; }
#kbZXmKPSQfu5CpX7Uo2eR1lhxIsewxed { color:#333333;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:10.0625rem;left:13.5625rem;height:1.5989rem;font-style:normal;display:block; }
#FfqtwkR1D4r0LSqIeTDvm4dAvu5p8fWH { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9365rem;width:32.124rem;top:12.8125rem;left:13.5625rem;display:block; }
#qnk3Z57bbvqzFTog3dqcs4hUH9RJmEip { box-sizing:content-box;height:33.125rem;width:60rem;position:absolute;display:block;z-index:15020;background-color:rgba(255,255,255,0.34);background-image:none;top:37.8125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xSOApFRLwSJ8iczn8ZlyoZdp29sT3Bs6 { color:#333333;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:38.9375rem;left:12.625rem;height:1.5989rem;font-style:normal;display:block; }
#X01cOXdBZXyIZoxDTsqyTMo4fNb1On8P { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:36.5625rem;left:12.5625rem;height:2.03125rem;font-style:normal;display:block; }
#xUxbgCu6wmaTC5XqZyapkxh1LtAEkcMT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.0625rem;width:34.12375rem;top:41.25rem;left:12.5625rem;display:block; }
#mQfdcTmTrMu0T9Tt0bA5zSTVK8xTOV3n { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:34.6875rem;top:63rem;left:12.3125rem;overflow:hidden;display:block; }
#qivbtlb1TQf79h6R0qyyTiOQw6onLNUR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.2498125rem;width:34.5623125rem;top:78.25rem;left:12.3125rem;display:block; }
#eTicHH7oK8BgHT0FwWacTGTkeFnru787 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:34.5rem;top:100.75rem;left:12.5rem;overflow:hidden;display:block; }
#fxDZilDOE92xgwD9o4ho5UxpmZlmkEE6 { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:73.375rem;left:12.5rem;height:2.03125rem;font-style:normal;display:block; }
#Q221qKPERIzaISnnigvCVn8EvPWZ28KT { color:#333333;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:75.6875rem;left:12.5625rem;height:1.5989rem;font-style:normal;display:block; }
#rteoZdqu2TQ17Vr7tVJdN6DRwVpqgAxK { color:#333333;display:block;width:58.249rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:108.875rem;left:0.5rem;height:4.7967rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pyGrERRMfngUqdkl2FH8l2GP7SrDWqCP { background-color:#39de2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:4.625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:116.25rem;left:15.3125rem;display:block; }
#cXcx6d3uVoCTN4XssuDqyPHoKyJoOI8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlAETaacKarzxbQ4DsKRTFzKA0TBEt9d { color:#333333;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:98.625rem;left:21.625rem;height:1.5989rem;font-style:normal;display:block; }
#VZrlpPy8KIik1o82ecknR0q6h3AEQpeU { color:#333333;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:31.8125rem;left:22.25rem;height:1.5989rem;font-style:normal;display:block; }
#CgtN5kgVhRPVDeswIAoOot17iecVnwmR { color:#333333;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:61.5rem;left:22.375rem;height:1.5989rem;font-style:normal;display:block; }
#eTSf1ktUzHkI4p1PRik6ODwlCvWg3TNa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA { position:relative;display:block; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA { background-color: transparent; background-image: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container > .video-iframe-container { display: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row > .video-iframe-container { display: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .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); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA { border-width: 0; border-radius: 0; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .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; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .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:16.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LxZHB4GwBEhvZKh1qGwnLuTHM4OB9sbi { color:#000000;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.8;letter-spacing:0;top:12.4375rem;left:10.5rem;height:2.02415rem;text-align:center;text-align-last:center;display:block; }
#OZq6BPTDaAwQAvLS4KQMLwZupyeZ4Rud { color:#000000;display:block;width:9.4995rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.8;letter-spacing:0;top:9rem;left:32.5625rem;height:1.57493125rem;text-align:center;text-align-last:center;display:block; }
#GTGh4nArIbLQTa4KkyTy7Bw1gVXSw5R2 { color:#000000;display:block;width:9.4995rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.8;letter-spacing:0;top:8.875rem;left:45.375rem;height:1.57493125rem;text-align:center;text-align-last:center;display:block; }
#sybZs9vD92xIqH1dPXw7oQ2QxA4MFblJ { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15027;line-height:1.8;letter-spacing:0;top:6.375rem;left:31.5625rem;height:3.37446875rem;text-align:center;text-align-last:center;display:block; }
#XhN8x6mzuKrFBxabRqvqyxmB8QDJbe3G { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15029;line-height:1.8;letter-spacing:0;top:6.375rem;left:43.9375rem;height:3.37446875rem;text-align:center;text-align-last:center;display:block; }
#fVSbRwrnf8FSf0CRBZHOrexHfLNTVQsC { color:#000000;display:block;width:9.4995rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.8;letter-spacing:0;top:8.9375rem;left:18.375rem;height:1.57493125rem;text-align:center;text-align-last:center;display:block; }
#qa2oxP6FfdJdZpPABmOne93a4gQMH8kA { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.8;letter-spacing:0;top:6.4375rem;left:18.375rem;height:6.7489375rem;text-align:center;text-align-last:center;display:block; }
#hqkn0w1WV5crWoX3RFFvQvIHvAy3raLZ { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.75rem;left:3.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbTiaBSH3EXEXTCTsdkb39RhsP9nOwft { color:#000000;display:block;width:9.4995rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.8;letter-spacing:0;top:8.9375rem;left:5.25rem;height:1.57493125rem;text-align:center;text-align-last:center;display:block; }
#NUCHKt51zdEsAN4NI5UXrPDgJWIg54Pb { color:#000000;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.8;letter-spacing:0;top:6.25rem;left:5.375rem;height:6.7489375rem;text-align:center;text-align-last:center;display:block; }
#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff1e5;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; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container { background-color: transparent; background-image: none; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container > .video-iframe-container { display: none; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row > .video-iframe-container { display: none; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .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); }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container { border-width: 0; border-radius: 0; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:60rem;position:relative;display:block; }#PQCVvV3P7C2Kxl8hOXAmJ0982JD6HgfJ { 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:22.625rem;width:15.5rem;display:none; }
#XppDAec8UcaLqvuUSAoKA98vUvs0V0FZ { z-index:15004;top:1.6148796081543rem;left:34.495738983154rem;background-color:#ff385c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(0,0,0,0.08) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.812125rem;height:2.9367875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#n0FQrcBrH10ArgaypbTFurcOf5bLruCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhW8qTscUoCtD5pSFgaa5lSGVD6dlpLu { color:#ff385c;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFnN0SopDTLuK5NiLk2q72DLhTlf1d7c { color:#707070;display:block;width:29.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:10.875rem;left:15.1875rem;height:2.76278125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyM6pTcuOltSIqRlUWIa7uJ8DN73I6zJ { position:absolute;display:block;z-index:15051;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:12.0625rem;width:18.1875rem;top:15.1875rem;left:40.0625rem;overflow:hidden;display:block; }
#OJXfyKHdGIvsdTt5xMdibwlGtB5bUBqv { color:#4c4c4c;display:block;width:20.9375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:28.3125rem;left:39.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VE6Ep2KzGxq80sIEUzmvEOR3QMb4ngK4 { color:#4c4c4c;display:block;width:20.0625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:28.25rem;left:19.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wevTPGbBLPWNMqprqIXit5NMaFMW7azi { color:#707070;display:block;width:17.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:31.5625rem;left:40.1875rem;height:4.144175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rn5A7Fc3NLwc1l1wRNU5EW0XUxtf6PNR { color:#707070;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:31.5625rem;left:20.1875rem;height:4.144175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGlMguM1OGa2R9iy0wwzFVptXRe9LmZR { color:#28d0a9;display:block;width:10.7480625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.875rem;left:24.625rem;height:1.2180375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tuxo1mlNcVPJpOoBv3TzeV0N0W8PN9WM { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:12.75rem;top:16.875rem;left:22.5rem;overflow:hidden;display:block; }
#kBFTz71k10UAOsqlWbu66liir6udGzOU { position:absolute;display:block;z-index:15040;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:9.5625rem;width:12.375rem;top:39.125rem;left:23.4375rem;overflow:hidden;display:block; }
#heh3LwiCtROpq29oZoHomtpd2QKGtIGC { position:absolute;display:block;z-index:15050;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:7.4366875rem;width:13.5rem;top:41.375rem;left:43.625rem;overflow:hidden;display:block; }
#cTUFnSSNfxCFpQ3SSFaXEhWM1yKDcfxS { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:28.25rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxGSurRDcf7Qlhd3PetBaTNCZXi6oXpJ { color:#707070;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:31.5rem;left:0.8125rem;height:4.144175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NstuiruAx43132GF9T4HWVRaxE7riPU9 { position:absolute;display:block;z-index:15028;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:9.5625rem;width:13.5625rem;top:16.8125rem;left:3.1875rem;overflow:hidden;display:block; }
#THR7Ghd2U0C68zfmB2XxyIRp9T7mqOGP { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:13.375rem;top:39.125rem;left:3.25rem;overflow:hidden;display:block; }
#Bagtawia7slxmw2VWxTH9RvhTAVFcb3m { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:50.0625rem;left:39.9375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWdagiXxXTM3z2l2vPyvhZV2a7RtNOOb { color:#4c4c4c;display:block;width:17.625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:50.5rem;left:20.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qs03g2iARPvbEXZxzEy8on0v1Kns4aTa { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:50.5rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRloApqH1zhi9v2R67gRrf0aCf6FCUMJ { color:#707070;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:52.5625rem;left:1.125rem;height:4.144175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lXQgdbNQx87VFTGLZxzTVcq0TBPrTXE6 { color:#707070;display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:52.5625rem;left:20.375rem;height:4.144175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOttSTDQ8kqS5y8xZENgHE9lOHuq0awk { color:#707070;display:block;width:19.8118125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:53.635473251343rem;left:40.18731880188rem;height:4.144175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTsdeN78PJRfaScrql9MUG6rEaFNdoxa { background-color:#ff385c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5618125rem;height:4.62446875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:60.435014724731rem;left:15.717329025269rem;display:block; }
#Pm3DU5gFeZspdWp9PgifR7WXC34WtqTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { position:relative;display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { background-color: transparent; background-image: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container > .video-iframe-container { display: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row > .video-iframe-container { display: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .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); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { border-width: 0; border-radius: 0; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .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; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .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:139.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SDF8Btm9acGTwcCa9XNOBkw4vFQzxDJN { color:#000000;display:block;width:37.9995rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:7.6875rem;left:12.5rem;height:2.0247375rem;text-align:center;text-align-last:center;display:block; }
#NSTLraffSwOgWQL2G3WLWZThC3JWzI4K { background-color:#0f9ae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:83.875rem;left:19.625rem;display:none; }
#UEJ4IVo6d2RSmuX91uVsWgNb4MD7wxH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#orChdlXCTVGG3zrAlOFGScPN7kNe6VsO { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.5625rem;left:12.5rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tGeKhn0IbHbyNtPdK3hk3oaA0MT15ENd { position:absolute;display:block;z-index:15027;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.5625rem;width:14.5625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#a4FrV1scoOF141k9xQJnlN3GNivAKQXp { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.49946875rem;width:7.4369375rem;top:3.1178979873658rem;left:26.281070709229rem;overflow:hidden;display:block; }
#DMlDRL3Zmux8baHuTZLzXKr9Nruav3au { position:absolute;display:block;z-index:15031;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:12.8125rem;width:33.75rem;top:10.31871509552rem;left:3.3797941207886rem;overflow:hidden;display:block; }
#akPy3CRenGypRHEcpLLri9L4SmogUKcT { position:absolute;display:block;z-index:15032;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:17.75rem;width:31.8125rem;top:21.518646728943rem;left:27.808034091789rem;overflow:hidden;display:block; }
#nEBmIoMlTZVTzmR2Te4wg4EQ99Woa2h8 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:27.0625rem;top:26.870206844757rem;left:0.65368908602606rem;overflow:hidden;display:block; }
#heVSQ3bLFGgqusA8DarCDTynFDmBzt2F { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:32.625rem;top:38.68696641922rem;left:0.61079502105713rem;overflow:hidden;display:block; }
#N6wxtxb2cp2VFyqDUdXl4hLHX2DN2VpW { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:34.0625rem;top:47.48934173584rem;left:25.845250964956rem;overflow:hidden;display:block; }
#KHlm31ZodmSASL3QSFd9DUgwTE0HlUaB { position:absolute;display:block;z-index:15036;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:10.125rem;width:36.8125rem;top:53.300780296326rem;left:0.64630651474rem;overflow:hidden;display:block; }
#UP29hW9cEnSdGSbirc3BxdhHftutsAHS { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4373125rem;width:35.999625rem;top:64.562492370606rem;left:23.999465942382rem;overflow:hidden;display:block; }
#kgpEnDKHBuLPAVlmdEuPLx2Z338rCpmA { position:absolute;display:block;z-index:15038;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:14.8125rem;width:35.9375rem;top:75.1875rem;left:0.6875rem;overflow:hidden;display:block; }
#mn9QtuQ0TTXdoP3KtriDpdOil7MDOa2E { position:absolute;display:block;z-index:15045;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:14.2498125rem;width:37.6873125rem;top:90.499992370606rem;left:20rem;overflow:hidden;display:block; }
#Xzb8e4KR1ckDq2PkMqdOK4FS5yvyJRE0 { position:absolute;display:block;z-index:15040;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:12.6243125rem;width:39.0625rem;top:104.25rem;left:1.5625rem;overflow:hidden;display:block; }
#QwZpsZvca3wu4wpEluZs6yEuScGSBKaQ { position:absolute;display:block;z-index:15041;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:10.7493125rem;width:38.0619375rem;top:116.53409194946rem;left:20.248401641846rem;overflow:hidden;display:block; }
#mwhnzlwtMxGl4orBfw5wAiCFTmht0Lgt { position:absolute;display:block;z-index:15042;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:10.375rem;width:35.875rem;top:127.48170471191rem;left:2.0672941207886rem;overflow:hidden;display:block; }
#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 { position:relative;display:block; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 { background-color: transparent; background-image: none; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row .container > .video-iframe-container { display: none; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row > .video-iframe-container { display: none; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .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); }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 { border-width: 0; border-radius: 0; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .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; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .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:83.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t0luf8FSsONd8b1ANrCsp1FJ0mtR3BFK { color:#6d9be1;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.0625rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.5625rem;left:0rem;height:3.675425rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .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; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:lato;color:#2577f3;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .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_5fa2afcf4baeea9ec05dd313973e860edea22dfb.svg");background-size:contain !important; }#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-trigger.adaptive-delivery-prevent-bg, #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-trigger.lazyload, #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-trigger.lazyloading { background-image: none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO { box-sizing:content-box;height:auto;width:51.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.75rem;left:3.125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #VPhqiUTcbAFFFIpEhWcP7d7XKw0J0ool { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TLfgc4AxzwoRx2uL2wmthDlUfFSKsPOv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #WL2ssCSB2S7Z5P9PhgD0WS0V2BC8xucB { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #k9agDaxe5PINGOOfSegZVmt2AEa74EzT {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TBObPnmbv6oKgWx5KwSgCTvJceHWGt0m {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RdiLWSPhHxrwQCQMnSKJ3Zq4h8OFdC79 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #klzKsTt0vuLIATXF11DLyUF4dck6WbDC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #SMplQRInMnVWeZy3iwnrg3R3o7D8IGWA { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oCPT9RTy7WT66KKrETcVb3Zs6XbN4483 {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xcVucsI07eTMKkF0WIFunEXWKmuNurgR { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #apqF8pAtJ1qP32WNE1PSAaKRO7wTiVSy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xdmoCIJUi2zxzEVioiSf79atKf2LfSJc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zuyJ7vP7nOUehB8ciAeysX1NHEe7W9ZE { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nAuZqVPSTs0dhRSD1FZLGBMpHmN4rUXe {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #wTAB7Xxma41O0nlsprTHVEWzpXJZw4mL { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #cr6Eta0URukdoE3n3lKyHwtanOnQxXPr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #pcGo94n1tG5nuv4TPqrPeHpmZ7wp5zwN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y0w314Jzg4nv67xtxU4pLaRpsJDmVaAb { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ObJRqMLT0wFUI6wGi5o4NVPtnosJ98DU {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #g6TiKDpQ4ZPlTRfZQuhuGZCqTBgrEEKJ { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TWBv9m6sokQ4Q1h8SLTBw2tXTLuuRr4q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eBF16qmgqIyFTJJUfH4TS7mLuVZ4dDZ4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #sFTgkMXupi9sPGneslZDlt78v88vfKo4 { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nlITmdGilq9L9TmE2TQrRrJLqtaDT5Kg {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eJAv0H0VlknUJWgP2iicalBQLmd1UZeM { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #M2T2vqTEhkW88fnQettzJSXSDIgryMPE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y2ZaMpyGfsvccrKR8VCeFyGkr3ZnSLLC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #m0a2RDcDFpzWT6NwuJmCnop3TJTPdZQk { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TAH76nymiK9iKRK8b6EhWo0D37b8theW {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #JH7FtdhzaGBKaC82i12k296ezMETlC2q { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GqVE0n1lEtguFrSuDpT4MKo8oFtFxDnG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iusiTLl4LQSxp33Rc7uBxlpccy9z27ea { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #fG3srA1H6TakSExqWEQ4MpI2geOxD5Xw { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #l3CA4fQ0FsIWeKxAKuCk1K4o0ddpbmkt {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #HpXXhTykMlt0LTcs4QRecAIELoTIUtvG { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #MlN2m0ZoawpEaEowwfqWi5Cn59QhS1qS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tR5EFHp8ZHZQ3shyym92MsG3DHFnRS6W { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zyTl91iii1QXQUIJ7h0Nfk870e6aZX1D { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #UhgN4trKhHWyrZ06RmU4EQpEgBToAzdw {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #LCMMyOe2lTashQXoRqBQQwnMV1lT84r1 { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #crWiGf7RziWbPQl9kLrhDKwvfdxOsffX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #G3V4isHRauSVBSNeH2ENO6H1wETSbU2w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RF7Of84sSVmBxOhTAITpkIEhhvQeVdT9 { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #kIS8CgfQd3qpEK19OOdKe42sGVcNt9JD {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TpWUkTU5cEB2PrDDfhvR3lCekw6bG3Uz { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ubhNsOJyOSMNEF5XFNPRBSZO6evBgPwg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #W8pXEgEpf3PVRTuc9Q1sz0w4xJT3nUSp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GmQF6A94UTBzbNbKETMzsQrgZGa6FZcF { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iQ1ZElFHNsK8bA4bAPuFCColV34lT7Pm {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RR50u6ipa83weKwpHzO7hdE43QBIUiVX { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oO0S1h3Gy0X8KPitfFImcR4aO0z168XM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #f2gm5R33bMbsvVh7nRue38vpRdFReOcq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #myfOuNW9JyGq4s3mDwXuNmkNPDPczu1E { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bTotIKsSz2LglgGfvsIHwTwASPbm2oHD {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PQwcwOt7wiOzhsmIQV6gJ58HGAsvSQKu { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PTIn8VamTWxv9GsB4UpozdL74ZflTkxb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tiD4pXtTTQRCe5Wol2LAvm6pCIb7lPOx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #uOmC9OOTTTysyNcookxTekb1GetVzEQd { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #U4ZFSQSQFHaeKIwXs6yfrX5EdyTwltL0 {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #emxwmcNrfrJWvoSBcvMHl08uE0vhtlAC { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #BSrNlxiT49ZsFCv3HntmRIV0gyF8IaBd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #c1LrFE3ChCgITnxnzRGvQFAwDRJWcuhL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #KDE2qzI9lI57fWOwsAmWpGXDEfNDVLV1 { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #FOz7gfrqqAMDbwsul48S2QLAg4JRTGn6 {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bSpK4DOxKSyL5NbwR7koHob9BiEhXZro { display:none; }
#Ha8eALwh9cqFJ8glHZMxJyJNATIFyEuZ { background-color:#39de2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5618125rem;height:4.62446875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:76.56871032715rem;left:15.717329025269rem;display:block; }
#NyKnzpxcuyMWbR5HEOoBgSUb8wMJLUUz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { background-color: transparent; background-image: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .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); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { border-width: 0; border-radius: 0; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#vgWJxsMAerAdFwZ01kMtvk0rcrMzTbiq { color:#ffffff;display:block;width:23.0610625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:6.1079559326172rem;left:18.468570709229rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q38S9D2h7V5I0PNPqvwA1QTTHUeeBbiO { color:#ff385c;display:block;width:20.062125rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6148796081543rem;left:12.49733543396rem;height:4.549rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddHUGIyGVur3MkVQKQG3Vf70hyvQKNVi { z-index:15004;top:1.6148796081543rem;left:34.495738983154rem;background-color:#ff385c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(0,0,0,0.08) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.812125rem;height:2.9367875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VKT8aTq2zMTMGGLG05fWUeAe7PACEC0z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egfP72pi8GHOo3yJWgpo44Nsib5xSeQN { background-color:#ff385c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5618125rem;height:4.62446875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:60.435014724731rem;left:15.717329025269rem;display:none; }
#nEce5qt7cXH3WZ0yfiBJ4xnzfOwOeXHV { 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) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm58oHmAeDhENFUy4GdECPPqhSxQG0Bl { top:1.6875rem;left:16.686717987061rem;width:14.3125rem;height:2.7374203487588rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBDqy0K8rDw9WNm1K9aKDwT6eJyHI2eD { top:4.4375rem;left:12.655006408691rem;width:21.875rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeoELC7ZbleTmMUuGKEwemBp7mkV8JTy { top:5.875rem;left:12.90553855896rem;width:21.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH { display:block; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTMW6A9ZzebpurJJ9qIvk4Ttk47bIsLq { top:24rem;left:0rem;width:47.75rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMsfbicnRFnttaOC5lzV5QtTxWX7ac3O { top:6.25rem;left:5.4685726165771rem;width:36.75rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTNsMkTL73uTQ0alusMRApr9rTyQCw38 { top:35.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGEVXvTk701kh2TforZkrLCbiw0ZaRVw { top:3.5rem;left:0rem;width:47.75rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFDPMiVu8F7Jqu1iPU8zTt5vwWQRBSwB { top:8.625rem;left:4.6553630828858rem;width:40.0625rem;height:14.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4XLrATc3w1PbJKfhql0EPcyo69qaTrh { width:24.125rem;height:4.5625rem;top:33.0625rem;left:11.779829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfxG7armfau0XUW9J06sfKceGm0R61al { display:block; }
 }@media only screen and (max-width: 763px) { #UTdsZIzbtiQcgw3RoCz09nGTgSwnIRVi { top:27.5625rem;left:9.4360790252688rem;width:32rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KedSfDEfX9mD2JdS8QcE9S9JuW9lWD9a { top:39rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVUAn4n7oroU3yafMZpiOaC9chF5vWVD { display:none; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pWJ76KmTTOoPWUCfM5eHGfM8XN23HO59 { top:6.25rem;left:5.4685726165771rem;width:36.75rem;height:3.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXHhLFhc7gUScdXg0OlpfQecDZQo94Wz { top:5.125rem;left:0rem;width:20rem;height:;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFXqfzcyOP5PytSGV8ZhL1iokRvmNiqk { top:9.8125rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTyHtDTfwheafUl2UDJfO00XsZVwPXk9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
 }@media only screen and (max-width: 763px) { #fRmg86aW3F4JRhkGhy4mvlT3S8fbSLPa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcLfe2CGzePJLThZtValdbnXEP1OR5Mx { width:28.5625rem;height:4.625rem;top:33.25rem;left:11.279296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgZawokt7uinfgqvrhyxmWJ0K1uw60TW { display:block; }
 }@media only screen and (max-width: 763px) { #TDvxHbCUxmSFXSoOatLgIfLgTHDqgvf4 { top:16.9375rem;left:0rem;width:34.4375rem;height:31.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDEJ0IVqbtg6C4tpOqdhcz8aZFy8dX3f { top:26.4375rem;left:0rem;width:17.125rem;height:3.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { top:3.25rem;left:1.5625rem;width:44.375rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAobmcbPpQTIGuhvFbzpktQr18Nl67OB { top:5.4375rem;left:0rem;width:12.1875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7eTnQZCLonwifKQ0AvwJQm81lMuOkOZ { top:6.375rem;left:17.4375rem;width:12.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #be9U57iBfTHTankcylMliDgg1m9f2VwC { top:4.75rem;left:33.125rem;width:14.625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGHhWG4BrdIxcFR3UsnC0OkEIAutqs83 { width:32.0625rem;height:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJJdv8WLv49TUaqkSRSVXBKTMigGcctM { width:18.75rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVzrbeC8pvbcaxn8BbcCULhTTSfX6knc { width:20.625rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rvl4fXJcNmLMpgdX3ZJXNeJAWct9299o { top:9.25rem;left:0rem;width:20rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm { display:block; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOUKnuGpOEi9T0t3T4hFRXfq1fdFPRwN { top:0rem;left:0rem;width:14.5rem;height:6.5344188980975rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb6IVTbfZW3xADmufWTnPNrJA10UIqE8 { top:32.375rem;left:37.125rem;width:10.625rem;height:15.531900660896rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM8i8uJ72nES3sl0qdEGLVHxAnb4FJyz { width:17.5rem;height:2.875rem;top:1.25rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgHMxSh08zuZPDBGEmiQyrot8Vw3TP45 { width:26.875rem;height:2rem;top:7.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbZXmKPSQfu5CpX7Uo2eR1lhxIsewxed { width:30.3125rem;height:1.5625rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqtwkR1D4r0LSqIeTDvm4dAvu5p8fWH { top:12.8125rem;left:0rem;width:32.0625rem;height:17.901781354029rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnk3Z57bbvqzFTog3dqcs4hUH9RJmEip { top:37.8125rem;left:0rem;width:47.75rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSOApFRLwSJ8iczn8ZlyoZdp29sT3Bs6 { width:30.3125rem;height:1.5625rem;top:38.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01cOXdBZXyIZoxDTsqyTMo4fNb1On8P { width:33.875rem;height:2rem;top:36.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUxbgCu6wmaTC5XqZyapkxh1LtAEkcMT { top:41.25rem;left:0rem;width:34.0625rem;height:19.028771938179rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQfdcTmTrMu0T9Tt0bA5zSTVK8xTOV3n { top:63rem;left:0rem;width:34.6875rem;height:5.812325rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivbtlb1TQf79h6R0qyyTiOQw6onLNUR { top:78.25rem;left:0rem;width:34.5rem;height:19.21471998235rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTicHH7oK8BgHT0FwWacTGTkeFnru787 { top:100.75rem;left:0rem;width:34.4375rem;height:5.3029815811547rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxDZilDOE92xgwD9o4ho5UxpmZlmkEE6 { width:26.875rem;height:2rem;top:73.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q221qKPERIzaISnnigvCVn8EvPWZ28KT { width:30.3125rem;height:1.5625rem;top:75.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rteoZdqu2TQ17Vr7tVJdN6DRwVpqgAxK { width:47.75rem;height:4.75rem;top:108.875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyGrERRMfngUqdkl2FH8l2GP7SrDWqCP { width:28.5rem;height:4.5625rem;top:116.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXcx6d3uVoCTN4XssuDqyPHoKyJoOI8y { display:block; }
 }@media only screen and (max-width: 763px) { #UlAETaacKarzxbQ4DsKRTFzKA0TBEt9d { width:15.9375rem;height:1.5625rem;top:98.625rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZrlpPy8KIik1o82ecknR0q6h3AEQpeU { width:14.6875rem;height:1.5625rem;top:31.8125rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgtN5kgVhRPVDeswIAoOot17iecVnwmR { width:14.4375rem;height:1.5625rem;top:61.5rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTSf1ktUzHkI4p1PRik6ODwlCvWg3TNa { display:none; }
 }@media only screen and (max-width: 763px) { #iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA { display:block; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxZHB4GwBEhvZKh1qGwnLuTHM4OB9sbi { top:12.4375rem;left:4.375rem;width:39.1875rem;height:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZq6BPTDaAwQAvLS4KQMLwZupyeZ4Rud { top:9rem;left:26.4375rem;width:9.4375rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTGh4nArIbLQTa4KkyTy7Bw1gVXSw5R2 { top:8.875rem;left:38.3125rem;width:9.4375rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sybZs9vD92xIqH1dPXw7oQ2QxA4MFblJ { top:6.375rem;left:25.4375rem;width:9.75rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhN8x6mzuKrFBxabRqvqyxmB8QDJbe3G { top:6.375rem;left:36.0625rem;width:11.625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVSbRwrnf8FSf0CRBZHOrexHfLNTVQsC { top:8.9375rem;left:12.25rem;width:9.4375rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa2oxP6FfdJdZpPABmOne93a4gQMH8kA { top:6.4375rem;left:12.25rem;width:9.375rem;height:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqkn0w1WV5crWoX3RFFvQvIHvAy3raLZ { top:1.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbTiaBSH3EXEXTCTsdkb39RhsP9nOwft { top:8.9375rem;left:0rem;width:9.4375rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUCHKt51zdEsAN4NI5UXrPDgJWIg54Pb { top:6.25rem;left:0rem;width:9.0625rem;height:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J { display:block; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQCVvV3P7C2Kxl8hOXAmJ0982JD6HgfJ { width:15.5rem;height:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XppDAec8UcaLqvuUSAoKA98vUvs0V0FZ { top:1.5625rem;left:28.370738983154rem;width:8.75rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0FQrcBrH10ArgaypbTFurcOf5bLruCT { display:block; }
 }@media only screen and (max-width: 763px) { #rhW8qTscUoCtD5pSFgaa5lSGVD6dlpLu { width:47.75rem;height:4.0625rem;top:6.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFnN0SopDTLuK5NiLk2q72DLhTlf1d7c { width:29.5rem;height:2.75rem;top:10.875rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyM6pTcuOltSIqRlUWIa7uJ8DN73I6zJ { top:15.1875rem;left:29.5625rem;width:18.125rem;height:12.021109112215rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJXfyKHdGIvsdTt5xMdibwlGtB5bUBqv { width:20.9375rem;height:1.75rem;top:28.3125rem;left:26.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE6Ep2KzGxq80sIEUzmvEOR3QMb4ngK4 { width:20rem;height:1.75rem;top:28.25rem;left:12.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wevTPGbBLPWNMqprqIXit5NMaFMW7azi { width:17.875rem;height:4.125rem;top:31.5625rem;left:29.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn5A7Fc3NLwc1l1wRNU5EW0XUxtf6PNR { width:18.25rem;height:2.75rem;top:31.5625rem;left:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGlMguM1OGa2R9iy0wwzFVptXRe9LmZR { top:4.875rem;left:18.5rem;width:10.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuxo1mlNcVPJpOoBv3TzeV0N0W8PN9WM { width:12.6875rem;height:9.5158582363928rem;top:16.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBFTz71k10UAOsqlWbu66liir6udGzOU { width:12.3125rem;height:9.5141621463962rem;top:39.125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heh3LwiCtROpq29oZoHomtpd2QKGtIGC { top:41.375rem;left:34.25rem;width:13.4375rem;height:7.4018418914414rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTUFnSSNfxCFpQ3SSFaXEhWM1yKDcfxS { width:19.875rem;height:1.75rem;top:28.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxGSurRDcf7Qlhd3PetBaTNCZXi6oXpJ { width:19.0625rem;height:4.125rem;top:31.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NstuiruAx43132GF9T4HWVRaxE7riPU9 { width:13.5rem;height:9.5187290599984rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THR7Ghd2U0C68zfmB2XxyIRp9T7mqOGP { width:13.3125rem;height:9.5180290876719rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bagtawia7slxmw2VWxTH9RvhTAVFcb3m { width:19.875rem;height:3.5625rem;top:50.0625rem;left:27.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWdagiXxXTM3z2l2vPyvhZV2a7RtNOOb { width:17.5625rem;height:1.75rem;top:50.5rem;left:14.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs03g2iARPvbEXZxzEy8on0v1Kns4aTa { width:19.875rem;height:1.75rem;top:50.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRloApqH1zhi9v2R67gRrf0aCf6FCUMJ { width:18.125rem;height:4.125rem;top:52.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQgdbNQx87VFTGLZxzTVcq0TBPrTXE6 { width:17.8125rem;height:4.125rem;top:52.5625rem;left:14.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOttSTDQ8kqS5y8xZENgHE9lOHuq0awk { width:19.75rem;height:4.125rem;top:53.625rem;left:28rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsdeN78PJRfaScrql9MUG6rEaFNdoxa { width:28.5rem;height:4.5625rem;top:60.375rem;left:9.5923290252688rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm3DU5gFeZspdWp9PgifR7WXC34WtqTI { display:block; }
 }@media only screen and (max-width: 763px) { #vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDF8Btm9acGTwcCa9XNOBkw4vFQzxDJN { top:7.625rem;left:6.375rem;width:37.9375rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSTLraffSwOgWQL2G3WLWZThC3JWzI4K { width:20.75rem;height:3.9375rem;top:83.875rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEJ4IVo6d2RSmuX91uVsWgNb4MD7wxH2 { display:block; }
 }@media only screen and (max-width: 763px) { #orChdlXCTVGG3zrAlOFGScPN7kNe6VsO { top:4.5rem;left:6.375rem;width:36.25rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGeKhn0IbHbyNtPdK3hk3oaA0MT15ENd { top:1.125rem;left:0rem;width:14.5rem;height:6.5345591264938rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4FrV1scoOF141k9xQJnlN3GNivAKQXp { top:3.0625rem;left:20.156070709229rem;width:7.375rem;height:1.4869806329891rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMlDRL3Zmux8baHuTZLzXKr9Nruav3au { top:10.3125rem;left:0rem;width:33.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPy3CRenGypRHEcpLLri9L4SmogUKcT { top:21.5rem;left:15.9375rem;width:31.8125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEBmIoMlTZVTzmR2Te4wg4EQ99Woa2h8 { top:26.8125rem;left:0rem;width:27.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heVSQ3bLFGgqusA8DarCDTynFDmBzt2F { top:38.625rem;left:0rem;width:32.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6wxtxb2cp2VFyqDUdXl4hLHX2DN2VpW { top:47.4375rem;left:13.6875rem;width:34.0625rem;height:8.3123125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHlm31ZodmSASL3QSFd9DUgwTE0HlUaB { top:53.25rem;left:0rem;width:36.8125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP29hW9cEnSdGSbirc3BxdhHftutsAHS { top:64.5rem;left:11.8125rem;width:35.9375rem;height:11.416978996666rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgpEnDKHBuLPAVlmdEuPLx2Z338rCpmA { top:75.1875rem;left:0rem;width:35.9375rem;height:14.8118125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn9QtuQ0TTXdoP3KtriDpdOil7MDOa2E { top:90.4375rem;left:10.125rem;width:37.625rem;height:14.225708477685rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzb8e4KR1ckDq2PkMqdOK4FS5yvyJRE0 { top:104.25rem;left:0rem;width:39.0625rem;height:12.6243125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwZpsZvca3wu4wpEluZs6yEuScGSBKaQ { top:116.5rem;left:9.75rem;width:38rem;height:10.731820338888rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwhnzlwtMxGl4orBfw5wAiCFTmht0Lgt { top:127.4375rem;left:0rem;width:35.875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 { display:block; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0luf8FSsONd8b1ANrCsp1FJ0mtR3BFK { top:1.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #VPhqiUTcbAFFFIpEhWcP7d7XKw0J0ool {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TLfgc4AxzwoRx2uL2wmthDlUfFSKsPOv {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #WL2ssCSB2S7Z5P9PhgD0WS0V2BC8xucB {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #k9agDaxe5PINGOOfSegZVmt2AEa74EzT {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TBObPnmbv6oKgWx5KwSgCTvJceHWGt0m {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RdiLWSPhHxrwQCQMnSKJ3Zq4h8OFdC79 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #klzKsTt0vuLIATXF11DLyUF4dck6WbDC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #SMplQRInMnVWeZy3iwnrg3R3o7D8IGWA {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oCPT9RTy7WT66KKrETcVb3Zs6XbN4483 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xcVucsI07eTMKkF0WIFunEXWKmuNurgR {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #apqF8pAtJ1qP32WNE1PSAaKRO7wTiVSy {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xdmoCIJUi2zxzEVioiSf79atKf2LfSJc {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zuyJ7vP7nOUehB8ciAeysX1NHEe7W9ZE {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nAuZqVPSTs0dhRSD1FZLGBMpHmN4rUXe {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #wTAB7Xxma41O0nlsprTHVEWzpXJZw4mL {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #cr6Eta0URukdoE3n3lKyHwtanOnQxXPr {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #pcGo94n1tG5nuv4TPqrPeHpmZ7wp5zwN {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y0w314Jzg4nv67xtxU4pLaRpsJDmVaAb {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ObJRqMLT0wFUI6wGi5o4NVPtnosJ98DU {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #g6TiKDpQ4ZPlTRfZQuhuGZCqTBgrEEKJ {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TWBv9m6sokQ4Q1h8SLTBw2tXTLuuRr4q {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eBF16qmgqIyFTJJUfH4TS7mLuVZ4dDZ4 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #sFTgkMXupi9sPGneslZDlt78v88vfKo4 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nlITmdGilq9L9TmE2TQrRrJLqtaDT5Kg {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eJAv0H0VlknUJWgP2iicalBQLmd1UZeM {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #M2T2vqTEhkW88fnQettzJSXSDIgryMPE {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y2ZaMpyGfsvccrKR8VCeFyGkr3ZnSLLC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #m0a2RDcDFpzWT6NwuJmCnop3TJTPdZQk {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TAH76nymiK9iKRK8b6EhWo0D37b8theW {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #JH7FtdhzaGBKaC82i12k296ezMETlC2q {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GqVE0n1lEtguFrSuDpT4MKo8oFtFxDnG {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iusiTLl4LQSxp33Rc7uBxlpccy9z27ea {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #fG3srA1H6TakSExqWEQ4MpI2geOxD5Xw {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #l3CA4fQ0FsIWeKxAKuCk1K4o0ddpbmkt {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #HpXXhTykMlt0LTcs4QRecAIELoTIUtvG {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #MlN2m0ZoawpEaEowwfqWi5Cn59QhS1qS {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tR5EFHp8ZHZQ3shyym92MsG3DHFnRS6W {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zyTl91iii1QXQUIJ7h0Nfk870e6aZX1D {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #UhgN4trKhHWyrZ06RmU4EQpEgBToAzdw {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #LCMMyOe2lTashQXoRqBQQwnMV1lT84r1 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #crWiGf7RziWbPQl9kLrhDKwvfdxOsffX {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #G3V4isHRauSVBSNeH2ENO6H1wETSbU2w {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RF7Of84sSVmBxOhTAITpkIEhhvQeVdT9 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #kIS8CgfQd3qpEK19OOdKe42sGVcNt9JD {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TpWUkTU5cEB2PrDDfhvR3lCekw6bG3Uz {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ubhNsOJyOSMNEF5XFNPRBSZO6evBgPwg {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #W8pXEgEpf3PVRTuc9Q1sz0w4xJT3nUSp {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GmQF6A94UTBzbNbKETMzsQrgZGa6FZcF {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iQ1ZElFHNsK8bA4bAPuFCColV34lT7Pm {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RR50u6ipa83weKwpHzO7hdE43QBIUiVX {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oO0S1h3Gy0X8KPitfFImcR4aO0z168XM {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #f2gm5R33bMbsvVh7nRue38vpRdFReOcq {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #myfOuNW9JyGq4s3mDwXuNmkNPDPczu1E {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bTotIKsSz2LglgGfvsIHwTwASPbm2oHD {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PQwcwOt7wiOzhsmIQV6gJ58HGAsvSQKu {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PTIn8VamTWxv9GsB4UpozdL74ZflTkxb {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tiD4pXtTTQRCe5Wol2LAvm6pCIb7lPOx {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #uOmC9OOTTTysyNcookxTekb1GetVzEQd {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #U4ZFSQSQFHaeKIwXs6yfrX5EdyTwltL0 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #emxwmcNrfrJWvoSBcvMHl08uE0vhtlAC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #BSrNlxiT49ZsFCv3HntmRIV0gyF8IaBd {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #c1LrFE3ChCgITnxnzRGvQFAwDRJWcuhL {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #KDE2qzI9lI57fWOwsAmWpGXDEfNDVLV1 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #FOz7gfrqqAMDbwsul48S2QLAg4JRTGn6 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bSpK4DOxKSyL5NbwR7koHob9BiEhXZro {  }
 }@media only screen and (max-width: 763px) { #Ha8eALwh9cqFJ8glHZMxJyJNATIFyEuZ { width:28.5rem;height:4.5625rem;top:76.5625rem;left:9.5923290252688rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyKnzpxcuyMWbR5HEOoBgSUb8wMJLUUz { display:block; }
 }@media only screen and (max-width: 763px) { #zyR7nlrGKbqNfknr9JeJPW5pryoUlThM { display:block; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgWJxsMAerAdFwZ01kMtvk0rcrMzTbiq { top:6.0625rem;left:12.343570709229rem;width:23rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q38S9D2h7V5I0PNPqvwA1QTTHUeeBbiO { width:20rem;height:4.5rem;top:1.5625rem;left:6.37233543396rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHUGIyGVur3MkVQKQG3Vf70hyvQKNVi { top:1.5625rem;left:28.370738983154rem;width:8.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKT8aTq2zMTMGGLG05fWUeAe7PACEC0z { display:block; }
 }@media only screen and (max-width: 763px) { #egfP72pi8GHOo3yJWgpo44Nsib5xSeQN { width:28.5rem;height:4.5625rem;top:60.375rem;left:9.5923290252688rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEce5qt7cXH3WZ0yfiBJ4xnzfOwOeXHV { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:20rem;height:3.8735890380859rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm58oHmAeDhENFUy4GdECPPqhSxQG0Bl { width:8.125rem;height:1.1875rem;top:0.40553283691406rem;left:5.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBDqy0K8rDw9WNm1K9aKDwT6eJyHI2eD { width:20rem;height:1.03071875rem;top:1.7805328369141rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NeoELC7ZbleTmMUuGKEwemBp7mkV8JTy { width:20rem;height:1.124825rem;top:2.7487640380859rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b831bceb-5f94-404e-9ddc-c005e204774e/Backgroundimage2upscaled.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.adaptive-delivery-prevent-bg, #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.lazyload, #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.lazyloading { background-image: none; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container { border-width: 0; border-radius: 0; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH::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; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rTMW6A9ZzebpurJJ9qIvk4Ttk47bIsLq { width:20rem;height:5.99786875rem;top:12.236328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMsfbicnRFnttaOC5lzV5QtTxWX7ac3O { width:20rem;height:2.0614375rem;top:2.3125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTNsMkTL73uTQ0alusMRApr9rTyQCw38 { width:20rem;height:0;top:35.9375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15005;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #CGEVXvTk701kh2TforZkrLCbiw0ZaRVw { width:20rem;height:24.125rem;top:1.4417610168457rem;left:0rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BFDPMiVu8F7Jqu1iPU8zTt5vwWQRBSwB { width:20rem;height:7.55325rem;top:3.7532558441162rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4XLrATc3w1PbJKfhql0EPcyo69qaTrh { width:16.25rem;height:2.9367875rem;top:20.471412658691rem;left:1.8741121888161rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfxG7armfau0XUW9J06sfKceGm0R61al { display:block; }
 }@media only screen and (max-width: 763px) { #UTdsZIzbtiQcgw3RoCz09nGTgSwnIRVi { width:16.75rem;height:2.43608125rem;top:14.656427383423rem;left:1.5625000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KedSfDEfX9mD2JdS8QcE9S9JuW9lWD9a { width:20rem;height:2.43608125rem;top:26.815498146057rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVUAn4n7oroU3yafMZpiOaC9chF5vWVD { display:block; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD { background-color: transparent; background-image: none; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row .container > .video-iframe-container { display: none; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row > .video-iframe-container { display: none; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .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); }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row .container { width:20rem;height:35.3125rem;background-color:rgba(255,241,229,0.5);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWJ76KmTTOoPWUCfM5eHGfM8XN23HO59 { width:20rem;height:2.0614375rem;top:0.79456875659525rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FXHhLFhc7gUScdXg0OlpfQecDZQo94Wz { width:20rem;height:7.2176875rem;top:3.044921875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;z-index:15009;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wFXqfzcyOP5PytSGV8ZhL1iokRvmNiqk { width:20rem;height:2.79829375rem;top:11.045272827149rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #DTyHtDTfwheafUl2UDJfO00XsZVwPXk9 { width:17.874625rem;height:1.80575rem;top:14.624816894531rem;left:1.0617897510529rem;font-size:1.0625rem;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15075;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE { width:17.874625rem;height:4.78071875rem;top:16.374649047851rem;left:1.0617897510529rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15074;display:block; }#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
 }@media only screen and (max-width: 763px) { #fRmg86aW3F4JRhkGhy4mvlT3S8fbSLPa { width:17.874625rem;height:1.69921875rem;top:21.462539672851rem;left:1.0617897510529rem;font-size:1rem;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15076;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DcLfe2CGzePJLThZtValdbnXEP1OR5Mx { width:18.4375rem;height:3.125rem;top:23.935897827149rem;left:0.78125rem;font-size:0.9375rem;z-index:15018;background-color:#30e122;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MgZawokt7uinfgqvrhyxmWJ0K1uw60TW { display:block; }
 }@media only screen and (max-width: 763px) { #TDvxHbCUxmSFXSoOatLgIfLgTHDqgvf4 { width:20rem;height:5rem;top:28.249649047851rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #dDEJ0IVqbtg6C4tpOqdhcz8aZFy8dX3f { width:17.1244375rem;height:3.65411875rem;top:28.874649047851rem;left:1.4373222589493rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { background-color: transparent; background-image: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .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); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { border-width: 0; border-radius: 0; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { width:20rem;height:auto;top:3.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oAobmcbPpQTIGuhvFbzpktQr18Nl67OB { width:12.1875rem;height:5.75rem;top:5.4375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7eTnQZCLonwifKQ0AvwJQm81lMuOkOZ { width:12.6875rem;height:3.875rem;top:6.375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #be9U57iBfTHTankcylMliDgg1m9f2VwC { width:14.625rem;height:7.1875rem;top:4.75rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGHhWG4BrdIxcFR3UsnC0OkEIAutqs83 { top:3.6875rem;left:6.25rem;width:6.5rem;height:2rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CJJdv8WLv49TUaqkSRSVXBKTMigGcctM { top:3.5625rem;left:0.25rem;width:5.5rem;height:2.625rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iVzrbeC8pvbcaxn8BbcCULhTTSfX6knc { top:3.125rem;left:12.6875rem;width:7.0625rem;height:3.4375rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rvl4fXJcNmLMpgdX3ZJXNeJAWct9299o { width:20rem;height:1.21875rem;top:1.4630661010743rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm { display:block; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOUKnuGpOEi9T0t3T4hFRXfq1fdFPRwN { width:5.3125rem;height:2.374825rem;top:0.18110466003418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb6IVTbfZW3xADmufWTnPNrJA10UIqE8 { width:10.625rem;height:15.531900660896rem;top:32.375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QM8i8uJ72nES3sl0qdEGLVHxAnb4FJyz { width:17.5rem;height:2.43696875rem;top:3.8050427429199rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgHMxSh08zuZPDBGEmiQyrot8Vw3TP45 { width:20rem;height:1.38139375rem;top:7.49201149292rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbZXmKPSQfu5CpX7Uo2eR1lhxIsewxed { width:20rem;height:1.5989rem;top:8.8725147247312rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqtwkR1D4r0LSqIeTDvm4dAvu5p8fWH { height:11.1665625rem;width:20rem;top:11.09730052948rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnk3Z57bbvqzFTog3dqcs4hUH9RJmEip { width:20rem;height:33.125rem;top:37.8125rem;left:0rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(255,255,255,0.69);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #xSOApFRLwSJ8iczn8ZlyoZdp29sT3Bs6 { width:20rem;height:1.5989rem;top:28.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01cOXdBZXyIZoxDTsqyTMo4fNb1On8P { width:20rem;height:1.298825rem;top:27.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUxbgCu6wmaTC5XqZyapkxh1LtAEkcMT { height:11.17275rem;width:20rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQfdcTmTrMu0T9Tt0bA5zSTVK8xTOV3n { width:19.1868125rem;height:3.125rem;top:43.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivbtlb1TQf79h6R0qyyTiOQw6onLNUR { height:11.138125rem;width:20rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTicHH7oK8BgHT0FwWacTGTkeFnru787 { width:18.4375rem;height:2.74946875rem;top:67.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxDZilDOE92xgwD9o4ho5UxpmZlmkEE6 { width:20rem;height:1.38139375rem;top:49.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q221qKPERIzaISnnigvCVn8EvPWZ28KT { width:20rem;height:1.5989rem;top:51rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rteoZdqu2TQ17Vr7tVJdN6DRwVpqgAxK { width:20rem;height:4.5010625rem;top:71.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyGrERRMfngUqdkl2FH8l2GP7SrDWqCP { width:17.6873125rem;height:2.5rem;top:78rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXcx6d3uVoCTN4XssuDqyPHoKyJoOI8y { display:block; }
 }@media only screen and (max-width: 763px) { #UlAETaacKarzxbQ4DsKRTFzKA0TBEt9d { width:15.9375rem;height:1.5989rem;top:65.125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZrlpPy8KIik1o82ecknR0q6h3AEQpeU { width:14.6875rem;height:1.5989rem;top:23.076170921326rem;left:2.6562498807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgtN5kgVhRPVDeswIAoOot17iecVnwmR { width:14.4375rem;height:1.5989rem;top:53.1875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTSf1ktUzHkI4p1PRik6ODwlCvWg3TNa { top:25.941937446594rem;left:0rem;width:20rem;height:22.75rem;z-index:14999;background-color:rgba(227,227,227,0.29);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container { background-color: transparent; background-image: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container > .video-iframe-container { display: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row > .video-iframe-container { display: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .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); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container { border-width: 0; border-radius: 0; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxZHB4GwBEhvZKh1qGwnLuTHM4OB9sbi { width:20rem;height:2.47336875rem;top:14.120203018189rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZq6BPTDaAwQAvLS4KQMLwZupyeZ4Rud { width:9.43625rem;height:1.124825rem;top:7.75rem;left:1rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTGh4nArIbLQTa4KkyTy7Bw1gVXSw5R2 { width:9.43625rem;height:1.124825rem;top:7.6875rem;left:9.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sybZs9vD92xIqH1dPXw7oQ2QxA4MFblJ { width:9.749625rem;height:2.24964375rem;top:5.6875rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhN8x6mzuKrFBxabRqvqyxmB8QDJbe3G { width:11.624625rem;height:2.13778125rem;top:5.5625rem;left:8.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVSbRwrnf8FSf0CRBZHOrexHfLNTVQsC { width:9.43625rem;height:1.23668125rem;top:12.0625rem;left:1.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qa2oxP6FfdJdZpPABmOne93a4gQMH8kA { width:9.375rem;height:4.4992875rem;top:10.4375rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqkn0w1WV5crWoX3RFFvQvIHvAy3raLZ { width:20rem;height:3.0877125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbTiaBSH3EXEXTCTsdkb39RhsP9nOwft { width:9.43625rem;height:1.124825rem;top:12.125rem;left:9.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUCHKt51zdEsAN4NI5UXrPDgJWIg54Pb { width:9.0625rem;height:4.4992875rem;top:10.4375rem;left:10.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J { display:block; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQCVvV3P7C2Kxl8hOXAmJ0982JD6HgfJ { top:6.5616121292112rem;left:16.062677741051rem;width:3.937325rem;height:5.812325rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XppDAec8UcaLqvuUSAoKA98vUvs0V0FZ { top:76.248577117919rem;left:4.7487569451332rem;width:10.4998125rem;height:2.12446875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #n0FQrcBrH10ArgaypbTFurcOf5bLruCT { display:block; }
 }@media only screen and (max-width: 763px) { #rhW8qTscUoCtD5pSFgaa5lSGVD6dlpLu { width:20rem;height:2.1120375rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFnN0SopDTLuK5NiLk2q72DLhTlf1d7c { width:20rem;height:3.41175625rem;top:4.8872518539429rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyM6pTcuOltSIqRlUWIa7uJ8DN73I6zJ { width:8.6248125rem;height:5.68714375rem;top:31.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJXfyKHdGIvsdTt5xMdibwlGtB5bUBqv { width:20rem;height:1.46218125rem;top:37.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE6Ep2KzGxq80sIEUzmvEOR3QMb4ngK4 { width:20rem;height:1.46218125rem;top:26.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wevTPGbBLPWNMqprqIXit5NMaFMW7azi { width:17.87375rem;height:2.43608125rem;top:38.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn5A7Fc3NLwc1l1wRNU5EW0XUxtf6PNR { width:18.2493125rem;height:2.43608125rem;top:28.0625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGlMguM1OGa2R9iy0wwzFVptXRe9LmZR { width:10.687125rem;height:1.2180375rem;top:1.1875rem;left:4.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuxo1mlNcVPJpOoBv3TzeV0N0W8PN9WM { width:12.6875rem;height:9.5158582363928rem;top:16.875rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBFTz71k10UAOsqlWbu66liir6udGzOU { width:6.312125rem;height:4.874825rem;top:21.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heh3LwiCtROpq29oZoHomtpd2QKGtIGC { width:7.3125rem;height:3.9375rem;top:42.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTUFnSSNfxCFpQ3SSFaXEhWM1yKDcfxS { width:19.8739375rem;height:1.46218125rem;top:15.025751113892rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxGSurRDcf7Qlhd3PetBaTNCZXi6oXpJ { width:19.0625rem;height:3.65411875rem;top:16.487028121948rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NstuiruAx43132GF9T4HWVRaxE7riPU9 { width:6.4994375rem;height:4.562325rem;top:9.7967033386231rem;left:6.7498220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #THR7Ghd2U0C68zfmB2XxyIRp9T7mqOGP { width:7.3748125rem;height:5.24946875rem;top:54.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bagtawia7slxmw2VWxTH9RvhTAVFcb3m { width:19.8739375rem;height:1.2180375rem;top:46.75rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWdagiXxXTM3z2l2vPyvhZV2a7RtNOOb { width:17.5625rem;height:auto;top:50.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qs03g2iARPvbEXZxzEy8on0v1Kns4aTa { width:19.8748125rem;height:1.46218125rem;top:60.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRloApqH1zhi9v2R67gRrf0aCf6FCUMJ { width:18.125rem;height:2.43608125rem;top:61.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQgdbNQx87VFTGLZxzTVcq0TBPrTXE6 { width:17.8125rem;height:auto;top:52.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOttSTDQ8kqS5y8xZENgHE9lOHuq0awk { width:19.74875rem;height:3.65411875rem;top:48rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsdeN78PJRfaScrql9MUG6rEaFNdoxa { width:17.3118125rem;height:2.5rem;top:65.8877825737rem;left:1.343217253685rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm3DU5gFeZspdWp9PgifR7WXC34WtqTI { display:block; }
 }@media only screen and (max-width: 763px) { #vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { width:20rem;height:105rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDF8Btm9acGTwcCa9XNOBkw4vFQzxDJN { width:20rem;height:1.125rem;top:7.9044723510744rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSTLraffSwOgWQL2G3WLWZThC3JWzI4K { width:13.125rem;height:2.75rem;top:50.6240234375rem;left:3.4375rem;font-size:0.8125rem;z-index:15012;background-color:#14d02e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #UEJ4IVo6d2RSmuX91uVsWgNb4MD7wxH2 { display:block; }
 }@media only screen and (max-width: 763px) { #orChdlXCTVGG3zrAlOFGScPN7kNe6VsO { width:20rem;height:4.8739375rem;top:2.5301914215088rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGeKhn0IbHbyNtPdK3hk3oaA0MT15ENd { width:4.25rem;height:1.8125rem;top:0.74840211868287rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4FrV1scoOF141k9xQJnlN3GNivAKQXp { width:7.3739375rem;height:1.48615rem;top:1.0999641418457rem;left:6.3121448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMlDRL3Zmux8baHuTZLzXKr9Nruav3au { width:20rem;height:7.5925925925925rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPy3CRenGypRHEcpLLri9L4SmogUKcT { width:20rem;height:11.158979235389rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEBmIoMlTZVTzmR2Te4wg4EQ99Woa2h8 { width:20rem;height:5.1267791693707rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heVSQ3bLFGgqusA8DarCDTynFDmBzt2F { width:20rem;height:5.3640977108713rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6wxtxb2cp2VFyqDUdXl4hLHX2DN2VpW { width:20rem;height:4.9396683112549rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHlm31ZodmSASL3QSFd9DUgwTE0HlUaB { width:20rem;height:5.5005594312986rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP29hW9cEnSdGSbirc3BxdhHftutsAHS { width:20rem;height:6.3541286888406rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgpEnDKHBuLPAVlmdEuPLx2Z338rCpmA { width:20rem;height:8.2430956521737rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn9QtuQ0TTXdoP3KtriDpdOil7MDOa2E { width:20rem;height:7.5621271747619rem;top:74.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzb8e4KR1ckDq2PkMqdOK4FS5yvyJRE0 { width:20rem;height:6.463648rem;top:83.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwZpsZvca3wu4wpEluZs6yEuScGSBKaQ { width:20rem;height:5.6483264941518rem;top:91.212703918456rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwhnzlwtMxGl4orBfw5wAiCFTmht0Lgt { width:20rem;height:5.7838537538045rem;top:98.110785168456rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 { display:block; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0luf8FSsONd8b1ANrCsp1FJ0mtR3BFK { width:20rem;height:4.7993625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-heading-text { font-size:0.875rem;height:auto; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-desc-text { font-size:0.8125rem;height:auto; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO { display:flex;height:auto;width:17.4375rem;top:7.2993469238281rem;left:0.062144875526428rem;gap:0.0625rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem; }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #VPhqiUTcbAFFFIpEhWcP7d7XKw0J0ool {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TLfgc4AxzwoRx2uL2wmthDlUfFSKsPOv {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #WL2ssCSB2S7Z5P9PhgD0WS0V2BC8xucB {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #k9agDaxe5PINGOOfSegZVmt2AEa74EzT {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TBObPnmbv6oKgWx5KwSgCTvJceHWGt0m {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RdiLWSPhHxrwQCQMnSKJ3Zq4h8OFdC79 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #klzKsTt0vuLIATXF11DLyUF4dck6WbDC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #SMplQRInMnVWeZy3iwnrg3R3o7D8IGWA {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oCPT9RTy7WT66KKrETcVb3Zs6XbN4483 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xcVucsI07eTMKkF0WIFunEXWKmuNurgR {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #apqF8pAtJ1qP32WNE1PSAaKRO7wTiVSy {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xdmoCIJUi2zxzEVioiSf79atKf2LfSJc {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zuyJ7vP7nOUehB8ciAeysX1NHEe7W9ZE {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nAuZqVPSTs0dhRSD1FZLGBMpHmN4rUXe {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #wTAB7Xxma41O0nlsprTHVEWzpXJZw4mL {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #cr6Eta0URukdoE3n3lKyHwtanOnQxXPr {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #pcGo94n1tG5nuv4TPqrPeHpmZ7wp5zwN {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y0w314Jzg4nv67xtxU4pLaRpsJDmVaAb {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ObJRqMLT0wFUI6wGi5o4NVPtnosJ98DU {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #g6TiKDpQ4ZPlTRfZQuhuGZCqTBgrEEKJ {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TWBv9m6sokQ4Q1h8SLTBw2tXTLuuRr4q {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eBF16qmgqIyFTJJUfH4TS7mLuVZ4dDZ4 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #sFTgkMXupi9sPGneslZDlt78v88vfKo4 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nlITmdGilq9L9TmE2TQrRrJLqtaDT5Kg {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eJAv0H0VlknUJWgP2iicalBQLmd1UZeM {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #M2T2vqTEhkW88fnQettzJSXSDIgryMPE {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y2ZaMpyGfsvccrKR8VCeFyGkr3ZnSLLC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #m0a2RDcDFpzWT6NwuJmCnop3TJTPdZQk {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TAH76nymiK9iKRK8b6EhWo0D37b8theW {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #JH7FtdhzaGBKaC82i12k296ezMETlC2q {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GqVE0n1lEtguFrSuDpT4MKo8oFtFxDnG {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iusiTLl4LQSxp33Rc7uBxlpccy9z27ea {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #fG3srA1H6TakSExqWEQ4MpI2geOxD5Xw {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #l3CA4fQ0FsIWeKxAKuCk1K4o0ddpbmkt {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #HpXXhTykMlt0LTcs4QRecAIELoTIUtvG {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #MlN2m0ZoawpEaEowwfqWi5Cn59QhS1qS {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tR5EFHp8ZHZQ3shyym92MsG3DHFnRS6W {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zyTl91iii1QXQUIJ7h0Nfk870e6aZX1D {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #UhgN4trKhHWyrZ06RmU4EQpEgBToAzdw {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #LCMMyOe2lTashQXoRqBQQwnMV1lT84r1 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #crWiGf7RziWbPQl9kLrhDKwvfdxOsffX {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #G3V4isHRauSVBSNeH2ENO6H1wETSbU2w {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RF7Of84sSVmBxOhTAITpkIEhhvQeVdT9 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #kIS8CgfQd3qpEK19OOdKe42sGVcNt9JD {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TpWUkTU5cEB2PrDDfhvR3lCekw6bG3Uz {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ubhNsOJyOSMNEF5XFNPRBSZO6evBgPwg {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #W8pXEgEpf3PVRTuc9Q1sz0w4xJT3nUSp {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GmQF6A94UTBzbNbKETMzsQrgZGa6FZcF {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iQ1ZElFHNsK8bA4bAPuFCColV34lT7Pm {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RR50u6ipa83weKwpHzO7hdE43QBIUiVX {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oO0S1h3Gy0X8KPitfFImcR4aO0z168XM {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #f2gm5R33bMbsvVh7nRue38vpRdFReOcq {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #myfOuNW9JyGq4s3mDwXuNmkNPDPczu1E {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bTotIKsSz2LglgGfvsIHwTwASPbm2oHD {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PQwcwOt7wiOzhsmIQV6gJ58HGAsvSQKu {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PTIn8VamTWxv9GsB4UpozdL74ZflTkxb {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tiD4pXtTTQRCe5Wol2LAvm6pCIb7lPOx {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #uOmC9OOTTTysyNcookxTekb1GetVzEQd {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #U4ZFSQSQFHaeKIwXs6yfrX5EdyTwltL0 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #emxwmcNrfrJWvoSBcvMHl08uE0vhtlAC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #BSrNlxiT49ZsFCv3HntmRIV0gyF8IaBd {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #c1LrFE3ChCgITnxnzRGvQFAwDRJWcuhL {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #KDE2qzI9lI57fWOwsAmWpGXDEfNDVLV1 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #FOz7gfrqqAMDbwsul48S2QLAg4JRTGn6 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bSpK4DOxKSyL5NbwR7koHob9BiEhXZro {  }
 }@media only screen and (max-width: 763px) { #Ha8eALwh9cqFJ8glHZMxJyJNATIFyEuZ { width:19rem;height:4.5625rem;top:76.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyKnzpxcuyMWbR5HEOoBgSUb8wMJLUUz { display:block; }
 }@media only screen and (max-width: 763px) { #zyR7nlrGKbqNfknr9JeJPW5pryoUlThM { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { background-color: transparent; background-image: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .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); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgWJxsMAerAdFwZ01kMtvk0rcrMzTbiq { width:20rem;height:1.4000375rem;top:3.3114356994629rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q38S9D2h7V5I0PNPqvwA1QTTHUeeBbiO { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddHUGIyGVur3MkVQKQG3Vf70hyvQKNVi { top:0.81143569946287rem;left:5.5930395722389rem;width:8.812125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKT8aTq2zMTMGGLG05fWUeAe7PACEC0z { display:block; }
 }@media only screen and (max-width: 763px) { #egfP72pi8GHOo3yJWgpo44Nsib5xSeQN { width:15.5619375rem;height:1.81196875rem;top:0.93235015869138rem;left:2.2185722589493rem;font-size:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #nEce5qt7cXH3WZ0yfiBJ4xnzfOwOeXHV { display:block; }
 }