.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:255,249,222;--color-primary-1:255,235,147;--color-primary-2:255,214,38;--color-primary-3:128,107,19;--color-primary-4:38,32,6;--color-secondary-0:225,225,231;--color-secondary-1:224,203,253;--color-secondary-2:104,105,136;--color-secondary-3:62,63,82;--color-secondary-4:3,5,56;--color-tertiary-0:255,255,255;--color-tertiary-1:47,47,47;--color-tertiary-2:7,7,7;--color-tertiary-3:2,2,2;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;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); }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#50167b;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:none; }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV > .row .container { border-width: 0; border-radius: 0; }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:none; }#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#623389;padding-top:0.48375rem;padding-right:0.43rem;padding-bottom:0.48375rem;padding-left:0.43rem;display:block;align-items:center;width:2.58125rem;min-width:2.58125rem;height:2.600625rem;position:relative;font-family:"open sans";font-size:1.935rem;font-weight:700;line-height:41.61px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3025rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.441875rem;height:1.028125rem;position:relative;font-family:"open sans";font-size:0.725625rem;font-weight:400;line-height:16.45px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.75rem;height:4.89875rem;padding-top:0.605rem;padding-right:0.615rem;padding-bottom:0.605rem;padding-left:0.615rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.35107421875rem;left:48.5rem;z-index:15007; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #fkaFoxItZe5gSN5LLq34EmcbboQiHUFS { display:flex;position:relative;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #zdbN8wWspNHA2wWFQkfs77qfPyFCDaFp { width:auto; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #dbw5XhKIU6Os2NguCuALN2o2ZmOTDMTK {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #COONGEnm2t0by1z3BCpABTmTDUVuFlzi { display:flex;position:relative;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #FZzAG1zTB1VJn2ND63E8wtQiOuVylIMz {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #ahPSk3EEPnCmFZFyr7KJ0gOJbG120TMn {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #nJDKSvwfyfCgF0AN1lR3UD8NNcgxB7lv { display:flex;position:relative;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #TK9FKicD64279c57wNuPWUq2ITg4xlfr {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #McuCrL64yW0V0fbiOftO9fSwcgsgHNmT {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #Bgo37r0EWVwwTlc08ECpxwCAExxSudDc { display:flex;position:relative;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #eFHKshfS9FHnditVQX22IJ3SrvOCnLo6 {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #BAN0uX8SV6v8PQd9fgwPLIKPpy3zULJP {  }
#F79CcK5F7y5VLso2BTiUfkB8L1T9f8cX { color:#ffebbc;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.8304687738419rem;left:9.0625rem;height:3.2000000625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#50167b;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:none; }#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 > .row .container { border-width: 0; border-radius: 0; }#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/05729cd9-729d-46b2-93b7-b90b437498af/Desktop5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:3.4375rem;left:35.4375rem;overflow:hidden;display:block; }
#MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { background-color:rgba(var(--color-primary-2),1);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.5625rem;left:29.6875rem;display:block; }
#f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.8125rem;left:26.4375rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#K9ktRCyt47T3AKzMfZKHseVBzoiI7355 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:lora;font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:9rem;left:19.9375rem;height:12.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkM7RuZDOOO5oE9IpFe9gamgzdM72SJP { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:23rem;left:23.875rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIiTzTAfGGxT3ZKMsdRrT4dp2HDWded4 { box-sizing:content-box;height:2.5625rem;width:27.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.41);background-image:none;top:22.625rem;left:23.125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#IKuJfqybRznbsONVxvVvKBLmt18lxPFv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:31.125rem;left:28.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INoFB1dFOAITa7aWzkQGcnuu4CTiU2Xm { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:27.8125rem;left:33.875rem;height:3.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAKTh4KhZ7vmANnCGSk8H8nU1IIoE4h3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:28.5rem;left:32.4375rem; }
#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { 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; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { color:#030538;display:block;width:54.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:4.3125rem;left:11.125rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.625rem;left:11.625rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { background-color:rgba(var(--color-primary-2),1);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: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.462493896484rem;left:29.25rem;display:block; }
#bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50167b, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #50167b, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #50167b, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #50167b, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #50167b, rgba(var(--color-secondary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row .container { background-color: transparent; background-image: none; }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row .container > .video-iframe-container { display: none; }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row > .video-iframe-container { display: none; }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .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); }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row .container { border-width: 0; border-radius: 0; }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#m3T5yWuhNQZU1kOZavF9TmQoQ4TB3fe6 { background-color:rgba(var(--color-primary-2),1);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: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:34.4375rem;left:29.1875rem;display:block; }
#XcneBkzml0PZ6ZTQOy5CoSqmiwrtr05D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucaeFNlEpcQL9lAItSsKee8KTXrQwsPF { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:30.875rem;left:26.8125rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IaPvST1omSmAxJ8oIGRByc1iDJvXuomW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:30.8125rem;left:24.0625rem; }
#IMTSbaMfnAc0QDccQoxthTvQzUarTqwc { box-sizing:content-box;height:37rem;width:46.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.07);background-image:none;top:4.1875rem;left:14.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#wopkTsDPuWfQrzUL6I1htJRfsMMsRGqH { box-sizing:content-box;height:0.125rem;width:28.125rem;position:absolute;display:block;z-index:15054;background-color:rgba(255,255,255,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.8125rem;left:23.5rem;display:block; }
#aFkgBu3ZPbxQcPfeTNmAeipRD2SPlDuA { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.0625rem;left:26.8125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q83ozp48VJuzuCTQWGJyGuiht8mMMpF2 { box-sizing:content-box;height:0.125rem;width:28.125rem;position:absolute;display:block;z-index:15053;background-color:rgba(255,255,255,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:23.5rem;display:block; }
#qXlJAWHJnB002V2OD5upux0x3EMpSDgb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:24.125rem;left:23.9375rem; }
#wFN6JUDrz8raINRfJCUJrRrgh8QU6AkN { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.375rem;left:26.1875rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uq03LpIKrTSFTmBVthxV8Jr663xpTJn3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:18.75rem;left:23.5rem; }
#GQZCpvahpDv1aMfMz9lgDHmSiAf1FGoG { color:#ffeea7;display:block;width:40.1875rem;position:absolute;font-family:lora;font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:10.5625rem;left:16.4375rem;height:5.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#P4HCVznDHN8t9NWvTm4n6OWFg3w5QLd9 { color:#ffeea7;display:block;width:41.1875rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:7.625rem;left:17rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi > .row .container { background-color: transparent; background-image: none; }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi > .row .container > .video-iframe-container { display: none; }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi > .row > .video-iframe-container { display: none; }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi > .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); }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi > .row .container { border-width: 0; border-radius: 0; }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#NCk84GHRXcmAZgEv1q5bL7UiItOJUr1n { color:rgba(var(--color-secondary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.349609375rem;left:9.96875rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { background-color: transparent; background-image: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .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); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { border-width: 0; border-radius: 0; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { box-sizing:content-box;height:19.3125rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.4375rem;left:1.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { color:rgba(var(--color-secondary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:21.25rem;left:2.125rem;height:5.0625rem;font-style:normal;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;display:block; }
#yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { color:rgba(var(--color-secondary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.9375rem;left:3.3125rem;height:3.25rem;font-style:normal;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;display:block; }
#mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:10.0625rem;left:5.5625rem;overflow:hidden;display:block; }
#vyC9LaViU2uMaalOPo2oARK1FStICxGZ { box-sizing:content-box;height:19.1875rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.5rem;left:38.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { color:rgba(var(--color-secondary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.75rem;left:39.1875rem;height:6.75rem;font-style:normal;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;display:block; }
#q8U9CRkMoskOwK1I1adigb6ug6V83vXV { color:rgba(var(--color-secondary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.4375rem;left:39.5625rem;height:3.25rem;font-style:normal;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;display:block; }
#twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { position:absolute;display:block;z-index:15013;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.5625rem;width:7.5625rem;top:10.0625rem;left:42.5625rem;overflow:hidden;display:block; }
#BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { box-sizing:content-box;height:19.25rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.375rem;left:20.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:10rem;left:24.5625rem;overflow:hidden;display:block; }
#KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { color:rgba(var(--color-secondary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.0625rem;left:20.75rem;height:5.0625rem;font-style:normal;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;display:block; }
#W5wwI7d57F62QtGFMZboTPPew8XP99S0 { color:rgba(var(--color-secondary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.375rem;left:21.125rem;height:1.625rem;font-style:normal;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;display:block; }
#ypptEi9AawgNriDm87r56v6TAFWU3Ahb { box-sizing:content-box;height:19.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.5625rem;left:56.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#XrMLBhf1uA0Hzi1rHR9wGRl5XpQMOcxc { color:rgba(var(--color-secondary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:21.75rem;left:58.0625rem;height:6.75rem;font-style:normal;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;display:block; }
#HAlT7E2XRzqkNiGHsIg1U73wHuqTNbSq { color:rgba(var(--color-secondary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.4375rem;left:59.4375rem;height:3.25rem;font-style:normal;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;display:block; }
#FshePT0DLEcPwgQ767bxTWTpyMTk5JUo { position:absolute;display:block;z-index:15018;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.5625rem;width:7.5625rem;top:10.0625rem;left:61.4375rem;overflow:hidden;display:block; }
#uHSkz4ylmPJKJH9TytoMTUrBhrsE90GM { background-color:rgba(var(--color-primary-2),1);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: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.9873046875rem;left:29.21875rem;display:block; }
#G4laSSIbxqRfAH1lPJpl60FvSV3UOu57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dgTWeqb321VzXybXkhpknanKzbZN7q94 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:4.3125rem;left:6.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { background-color: transparent; background-image: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .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); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { border-width: 0; border-radius: 0; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:#ffebbc;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #50167b);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #50167b);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #50167b);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #50167b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#50167b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#50167b' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #50167b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn > .row .container { background-color: transparent; background-image: none; }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn > .row .container > .video-iframe-container { display: none; }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn > .row > .video-iframe-container { display: none; }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn > .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); }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn > .row .container { border-width: 0; border-radius: 0; }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn > .row .container { font-size:0.875rem;font-family:arial;height:84.75rem;width:75rem;position:relative;display:block; }#ouUmh0ea9hJEsR9xlgwBhdvkKT442axG { color:rgba(var(--color-secondary-1),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:33.487518310547rem;left:9.6875rem;height:9.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n9pnWTcaXkgykLza4VzwqF73cJVfVDCq { box-sizing:content-box;height:18rem;width:17.1875rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c30c1c68-0b28-4e7d-9125-ae019282b022/WhatsAppImage20250413at135351.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.5rem;left:48.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#n9pnWTcaXkgykLza4VzwqF73cJVfVDCq.adaptive-delivery-prevent-bg, #n9pnWTcaXkgykLza4VzwqF73cJVfVDCq.lazyload, #n9pnWTcaXkgykLza4VzwqF73cJVfVDCq.lazyloading { background-image: none; }
#MogBSRy97bIlAs0wJZTsOB988RQwdqdD { color:rgba(var(--color-tertiary-0),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:44.3125rem;left:9.6875rem;height:24.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2tMdmA1XFq84VWgT2Ubc2rmLf3QdTkg { box-sizing:content-box;height:18rem;width:17.1875rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60f1d8be-1d1a-4f2a-9c34-b35e92a8c0c3/Untitleddesign.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.5625rem;left:37.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#J2tMdmA1XFq84VWgT2Ubc2rmLf3QdTkg.adaptive-delivery-prevent-bg, #J2tMdmA1XFq84VWgT2Ubc2rmLf3QdTkg.lazyload, #J2tMdmA1XFq84VWgT2Ubc2rmLf3QdTkg.lazyloading { background-image: none; }
#Tv1v45zdv8rWyhO4Lz9bN3Ny6l2akCKl { box-sizing:content-box;height:18rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d2e4f52c-d923-492c-ae99-a592b8d92d4a/JPO2025Visuels.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:55.75rem;left:50.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#Tv1v45zdv8rWyhO4Lz9bN3Ny6l2akCKl.adaptive-delivery-prevent-bg, #Tv1v45zdv8rWyhO4Lz9bN3Ny6l2akCKl.lazyload, #Tv1v45zdv8rWyhO4Lz9bN3Ny6l2akCKl.lazyloading { background-image: none; }
#GOOFheJuuFSDW7ghxSvNDLmrnB71tGlW { background-color:rgba(var(--color-primary-2),1);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: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:75.75rem;left:9.6875rem;display:block; }
#UFUD2uScaFbRRney72NTlMPVTkwM4Cbe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZySZkaleDd25E6sX5g7eT3IfmULGZq57 { color:rgba(var(--color-secondary-1),1);display:block;width:32.875rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:32.9375rem;left:4.625rem;height:9.6000001875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6929931640625rem;left:40.9375rem;height:24.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EuHJaL06FxvZI6AHB8higceSvnmyAn1S { box-sizing:content-box;height:29.0625rem;width:22.1875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/912987ae-222a-44cd-986a-38f40d99ab25/RyanpicParis.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.1617188453674rem;left:9.686718940735rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S.adaptive-delivery-prevent-bg, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyload, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyloading { background-image: none; }
#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row .container { background-color: transparent; background-image: none; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row .container > .video-iframe-container { display: none; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row > .video-iframe-container { display: none; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .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); }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row .container { border-width: 0; border-radius: 0; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#Tv1m79vrLxqDIUndzLI7pdIr4QFJRb7n { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:3.5625rem;left:6.3125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ezWPS3w1c3BhToop6AtvGIfqA3EDcl0n { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:12.9375rem;left:5.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sd0KNqAbsvHWLd2KelhAUCEfTgJEoM61 { 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:1.4375rem;width:6.25rem;top:14.5625rem;left:10.875rem;overflow:hidden;display:block; }
#Z1eMtdNNKP4OpVeVQEUoIlItJagX6Jgr { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:12.9375rem;left:29rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hzun2xMilxgAlIaHgk9AGNLvQ9oG8Ox4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:3.5625rem;left:28.375rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z4oU2EB2y7hVsznTu9IKAw33pMsFwHP6 { position:absolute;display:block;z-index:15037;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.4375rem;width:6.25rem;top:14.375rem;left:34.375rem;overflow:hidden;display:block; }
#X9av0R2As0aOtmXwzP3WbgFeKeLMZeSL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:3.625rem;left:53.3125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M94zcwEQGd7bBKVP5JT6HRJAxUa6z0b6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:12.9375rem;left:52.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NLA9govvvSSXOCzF5CyhtHIBcbBMXSpm { position:absolute;display:block;z-index:15037;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.4375rem;width:6.25rem;top:14.4375rem;left:57.875rem;overflow:hidden;display:block; }
#O9L2uiwxbfHTTGDcK5wF57Rwf3OFIVQR { box-sizing:content-box;height:14.25rem;width:0.125rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:2.4375rem;left:49.9375rem;display:block; }
#OKLZCpJKboBLTGLXkqdBpdmnRPC1gRGm { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#IBn5fdLlmMlMMVRwyN1dcFcEJlG0fzIe { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Gd51txVUUe12MzR1tR9SlkePIBMcvOnU { box-sizing:content-box;height:14.25rem;width:0.125rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:2.4375rem;left:24.9375rem;display:block; }
#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy > .row .container { background-color: transparent; background-image: none; }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy > .row .container > .video-iframe-container { display: none; }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy > .row > .video-iframe-container { display: none; }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy > .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); }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy > .row .container { border-width: 0; border-radius: 0; }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#f6F6VEmuMcomyzF0EU4792QPw6U6vEzo { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.8125rem;left:6.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LF7wcGG5yhWHHFZd9B3dFKCGU7ZnnqNz { color:#000000;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:4.03125rem;left:14.3125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row .container { background-color: transparent; background-image: none; }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row .container > .video-iframe-container { display: none; }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row > .video-iframe-container { display: none; }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .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); }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row .container { border-width: 0; border-radius: 0; }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#dOc57kKNzXu0wycUGy5A0ZIH1DmCTp2A { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.625rem;left:4.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Wm40oU2WXMdXUzX4F0KIpXhlAXM3PXil { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.6750183105469rem;left:6.5rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#DKqoe0uDGpSTHCDR9DmMILzoaA5JiRfp { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ZTv1DeTUOfRiBSI12HiVKRNK9XFilAei { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.375rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#ogyqIkkCB8vs2rVI2ZOWGTeXDI0SK9St { color:#000000;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.625rem;left:41.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#lIsC78uNsF2umKl8aL7RiqE0tWrboBKG { color:#000000;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.6875rem;left:43.5rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#S6dFCetcVzpFFT5n0hxPJ8bZvk8J1KAB { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:0.625rem;left:60.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#l5i8wcFXp6Ts8uvqlIuRgpvpuSRcG85O { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:4.6875rem;left:59.1875rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#gOZghViJAdVCQUMP95eATZIZcO1rQqzk { 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:5.5625rem;width:3rem;top:1.1000061035156rem;left:20.425001144409rem;overflow:hidden;display:block; }
#eA0rq4fuHFNtIg8abtctbUS2a0zZ9yD3 { 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:5.5625rem;width:3rem;top:1.6000061035156rem;left:2.90625rem;overflow:hidden;display:block; }
#ZR45ROrmwNThr79omwSDpO6F2AVgXWB7 { 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:5.5625rem;width:3rem;top:1.1125183105469rem;left:40.549999237061rem;overflow:hidden;display:block; }
#eEnCm1qiIDyflOtMvGtorT0RsEqMQ5V3 { 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:5.5625rem;width:3rem;top:1.0500183105469rem;left:56.375rem;overflow:hidden;display:block; }
#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz > .row .container { background-color: transparent; background-image: none; }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz > .row .container > .video-iframe-container { display: none; }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz > .row > .video-iframe-container { display: none; }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz > .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); }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz > .row .container { border-width: 0; border-radius: 0; }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#UCvCthgqQtL0AVOddttTcvvHUZlQmiH8 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#t6qsfJGTKSrFJiuQuxQ8T8FC2idz43QP { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#PTBPACptxsTFJBMat67Je1Ikb7sB3lMX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iQ6tN32B4rEWqXvHswooAgSQX1Xv2aXl { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:1.875rem;left:14.1875rem;display:block; }
#WKvTPlgIgGNReJfqEM57RGaC4MIT4J3T { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:4.75rem;left:23.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Gg7EUTc9PAhXN7xUu4arlotnpBgplWbW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.4375rem;top:4.1875rem;left:16.1875rem;overflow:hidden;display:block; }
#DNp9m5ysxGcWytPIhE07z7hZQShbRudv { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:10rem;left:14.1875rem;display:block; }
#rCnJh5FMqelqwQs9idiSJzb2TRpp4c4B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:11.25rem;left:23.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JTRh1qdMLLUNBxuerDL3sQx6hz89q0P8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.5625rem;top:12.8125rem;left:16.1875rem;overflow:hidden;display:block; }
#qE8VV9hK26I24oJF0xIpM0NSPo2Fu1LO { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:1.875rem;left:37.875rem;display:block; }
#RBUd78twZDqPqmFRXqBe7fbTQPMx8iDh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:3.21875rem;left:46.6875rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#foESUnnPMbpGaU9OeTiVntGa7LP2KK1s { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:5.4375rem;top:11.875rem;left:40.1875rem;overflow:hidden;display:block; }
#aTtnOQOuRMr43QCQQP1aPBbTx63AZp14 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.6875rem;top:4.125rem;left:39.4375rem;overflow:hidden;display:block; }
#q8U5K6L6BRSprMabwIpWkCJyUEdrVOp6 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:9.9375rem;left:37.875rem;display:block; }
#eD7WST0vm72iZWr8rLSttJB3ZPUiwuef { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:11.34375rem;left:46.6875rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#R3lNwhTc8wISZL1AFgB2cbNIv5393Xm9 { background-color:rgba(var(--color-primary-2),1);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: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.875rem;left:29.21875rem;display:block; }
#C1gapF6S85ohC73aVQJOXzueQqJUsrws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030538;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; }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT > .row .container { background-color: transparent; background-image: none; }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT > .row .container > .video-iframe-container { display: none; }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT > .row > .video-iframe-container { display: none; }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT > .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); }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT > .row .container { border-width: 0; border-radius: 0; }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#tNqSsObVowshU32lFgTzEkVvbo5mfLa6 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:12.1875rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RXSeSqxpKZ1qK603clBkbD77Wex8UDcA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.875rem;top:2.625rem;left:43.6875rem;overflow:hidden;display:block; }
#QXbkaBnrMVy3JBqyoe0zPHgvE4DFSO9q { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.9375rem;top:2.75rem;left:49.3125rem;overflow:hidden;display:block; }
#EW3QGqJBNDcCCKKguHFL7Vl01fzdkGd2 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:7rem;top:2.8125rem;left:19.3125rem;overflow:hidden;display:block; }
#T4hRI4EwnIfkvetuPMMUTTxfnDxEJc2p { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:8.4375rem;top:2.375rem;left:26.9375rem;overflow:hidden;display:block; }
#xyvto2vIUA3FiqMOMX7IENvy6kgzZNwc { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:7.4375rem;top:2.375rem;left:35.6875rem;overflow:hidden;display:block; }
#PUy0rBFJNUNWAxDUTU22S9iUrW0Dr4Jm { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:6.6875rem;top:2.3125rem;left:56.1875rem;overflow:hidden;display:block; }
#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5f1324e3-6e73-47e5-9aac-ff6c2539e941/150818YogaphotoshootBulgaria054X31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS.adaptive-delivery-prevent-bg, #ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS.lazyload, #ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS.lazyloading { background-image: none; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row .container { background-color: transparent; background-image: none; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row .container > .video-iframe-container { display: none; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row > .video-iframe-container { display: none; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .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); }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row .container { border-width: 0; border-radius: 0; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row .container { font-size:0.875rem;font-family:arial;height:60.6875rem;width:75rem;position:relative;display:block; }#eXhOugOO8h0H47bKz5khN12TRXMVVwOm { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.8125rem;left:22.8125rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dfBfzz7pptmhkt1JiJMoXmueooQEQUV6 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:11.0625rem;height:15.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnhAmg2CSH8a4i48xtppyFkrrfpek790 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5f1324e3-6e73-47e5-9aac-ff6c2539e941/150818YogaphotoshootBulgaria054X31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cnhAmg2CSH8a4i48xtppyFkrrfpek790.adaptive-delivery-prevent-bg, #cnhAmg2CSH8a4i48xtppyFkrrfpek790.lazyload, #cnhAmg2CSH8a4i48xtppyFkrrfpek790.lazyloading { background-image: none; }#cnhAmg2CSH8a4i48xtppyFkrrfpek790 > .row .container { border-width: 0; border-radius: 0; }#cnhAmg2CSH8a4i48xtppyFkrrfpek790 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnhAmg2CSH8a4i48xtppyFkrrfpek790 > .row .container { font-size:0.875rem;font-family:arial;height:60.6875rem;width:75rem;position:relative;display:none; }#sFMRALJbROMkGoT5SuJc4FlhA10fhXQ2 { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.8125rem;left:22.8125rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eT0PoABZIKMpMK3E4bnFZ0iMsbpsMsRN { color:rgba(var(--color-tertiary-4),1);display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:11.0625rem;height:17.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 > .row .container { background-color: transparent; background-image: none; }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 > .row .container > .video-iframe-container { display: none; }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 > .row > .video-iframe-container { display: none; }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 > .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); }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 > .row .container { border-width: 0; border-radius: 0; }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#gm5aKf0dbMVfd3A7WrSpOMt1TAQfTz11 { color:#3c285f;display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:15.25rem;height:3.25rem;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;display:block; }
#upJnlw3Rc2hgc5P2s5qGWsVO3KK41TRu { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:7.875rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR > .row .container { background-color: transparent; background-image: none; }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR > .row .container > .video-iframe-container { display: none; }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR > .row > .video-iframe-container { display: none; }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR > .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); }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR > .row .container { border-width: 0; border-radius: 0; }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR > .row .container { font-size:0.875rem;font-family:arial;height:89rem;width:75rem;position:relative;display:block; }#WEJTTD1dsdc0xWkN2wx6qt5KmB3fSH7H { color:#2f2f2f;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#uIsJ8XWQJeaZI9a0XawpFAVSTl9MHorw { color:#3c285f;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:27.75rem;height:3.25rem;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;display:block; }
#HG2MFo9Kglnn6g6uJkk0EZDeAWe899kI { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:11.25rem;width:19.125rem;top:7rem;left:7.5rem;overflow:hidden;display:block; }
#xRKCtaVfGDuDVrsbTfnC8kWbpyqQMwop { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:11.3125rem;width:18.375rem;top:6.96875rem;left:39.125rem;overflow:hidden;display:block; }
#IQw9ttDJUCul8SSWv8BAPb5dGdZZKsuJ { color:#2f2f2f;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.6875rem;left:58.375rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#lDZccgp7mFLHGPAur2UAbaQSTBu6gQlE { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:17.625rem;width:15.5rem;top:21.875rem;left:23.8125rem;overflow:hidden;display:block; }
#W8rPnJoSOiLlWQ2G4sh8k6sEDwW79VQM { color:#2f2f2f;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.1875rem;left:7.5rem;height:3.75rem;text-align:right;text-align-last:right;display:block; }
#rX9ISAJQQ49Lad2rrFg0iG2V9XUG3SoH { color:#2f2f2f;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.375rem;left:7.6875rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#ulx16b56V2oOQn378fJP9zeVI58nvm9p { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:22.625rem;left:40.8125rem;overflow:hidden;display:block; }
#mwvnlIs9TDdSH3BVEXOQkH1e2VU8RmgV { color:#2f2f2f;display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.625rem;left:56.9375rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#gTRGfbZdBRuqDZ2RaK8bARN2QSrwiWbs { color:#3c285f;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:43.625rem;left:27.75rem;height:3.25rem;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;display:block; }
#Nkkfi7sDnwbqaup2eRMxvvMLfM6FXg3Z { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:11.5rem;width:18.25rem;top:48.625rem;left:7.5rem;overflow:hidden;display:block; }
#NaPhsJ7Tf0UWoHxwKQw4rKSLo2HbyTXr { color:#2f2f2f;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:62.6875rem;left:7.5rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#r98ywTsrHpuGcuUXHKngcmiXQ5fR2bTg { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:11.5625rem;width:21.3125rem;top:48.5625rem;left:26.375rem;overflow:hidden;display:block; }
#NbOWTOCQTZkHnsLwA8lopIMFfTniuQIU { color:#2f2f2f;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:62.6875rem;left:26.9375rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#nVeN6DHxvnU6gDGgCTBSO7RgsrBavrFd { color:#2f2f2f;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:62.6875rem;left:48.75rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#ifyTW7M6NzTL6rZ4DAuoEtN0KA4leeNa { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:11.6875rem;width:18.8125rem;top:48.5rem;left:48.375rem;overflow:hidden;display:block; }
#AquP4J1daEEdTNthTpArXvgaQhTue34d { color:#2f2f2f;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:82.25rem;left:7.5rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#myA99yrksCH70tzrE09w17mdubHO9VPc { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:9.9375rem;width:15.25rem;top:67.875rem;left:7.5rem;overflow:hidden;display:block; }
#DcWwIXJc1a2rUTTwuUTtNyNnnT4zVMAN { color:#2f2f2f;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:82.25rem;left:23.625rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#MARPsWtaB5QsgLffpwbUZCnGNDvTpuoP { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:10.25rem;width:15.1875rem;top:67.625rem;left:23.25rem;overflow:hidden;display:block; }
#T33xZQmZ4SwmR51LUIqWiuLT055RhObZ { color:#2f2f2f;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:80.625rem;left:39.125rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#mw0on2RTd0vOaaiZftrU9kKBVhMWgEl5 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:15.4375rem;top:67.5625rem;left:38.875rem;overflow:hidden;display:block; }
#FrmTPc5PC4CEkzfuqen5yGOq2XzUqhkl { color:#2f2f2f;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:82.3125rem;left:54.875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#X3KWS823nVwknkc728oIa5pi1wLtgzDZ { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:12.625rem;top:67.5625rem;left:54.875rem;overflow:hidden;display:block; }
#F4KNacHTnAkpE7HZ3h8bhnLToVzOz0fz { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:16.1875rem;top:24.9375rem;left:21.1875rem;overflow:hidden;display:none; }
#QbTBuBMOHaGtmnF0B8FDTXPhAfx5gsqD { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:9.3125rem;width:14.625rem;top:77.375rem;left:52.875rem;overflow:hidden;display:none; }
#gZrJQ1INfW0fLGrmNi1srAcJl8tPJwO4 { color:#61498b;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.875rem;left:27.5rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#qokN0fThZhGwsbO2rKZx8amZK6kTlyJu { color:rgba(60,40,95,0.86);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:8.5625rem;left:58.3125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#VKPW6ziTSrQNxKl7DNFeD1ENWzsl6Hwd { color:rgba(60,40,95,0.86);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.375rem;left:13.625rem;height:1.75rem;text-align:right;text-align-last:right;display:block; }
#XtPX6ocvS1LBrcJggmcNE4iEVlfd42c7 { color:rgba(60,40,95,0.86);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.5625rem;left:8.625rem;height:1.75rem;text-align:right;text-align-last:right;display:block; }
#A5keti2hPLl1bc07BzqZx0AFFA9pZTH4 { color:rgba(60,40,95,0.86);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.8125rem;left:56.875rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#yc4FXA7MkgQdpKrmGZTquTp37kJ6E5bi { color:rgba(60,40,95,0.86);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:61rem;left:7.5rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#hyTPbtktT3GtovFgRcTzR2TG9R4nCIJM { color:rgba(60,40,95,0.86);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:61rem;left:26.9375rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#UEoJlNFS3BJO7LiX5CoiAJ8haAJRM1E2 { color:rgba(60,40,95,0.86);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:61rem;left:48.75rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#nFHK9p8rucO1ryDJKcwpOJ7I79R87wKE { color:rgba(60,40,95,0.86);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:78.6875rem;left:7.5rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#y8SRBvmmkOebB2minQc7AxRoC5wwiglV { color:rgba(60,40,95,0.86);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:78.6875rem;left:23.6875rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#QKExp2Vn8kLCVaOBTG1JrOs9sUqGIkLZ { color:rgba(60,40,95,0.86);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:78.875rem;left:39.125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#RAd5tiqiIaT53mzGsxVIDhF7PEPlkWZe { color:rgba(60,40,95,0.86);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:78.625rem;left:54.875rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 > .row .container { background-color: transparent; background-image: none; }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 > .row .container > .video-iframe-container { display: none; }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 > .row > .video-iframe-container { display: none; }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 > .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); }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 > .row .container { border-width: 0; border-radius: 0; }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#R9FxJTU53xdczS5TDdvifFmDJTPCeavh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:19.90625rem;height:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tOCLCduJG1LCAn9MdiHDzxiCJHHULnHB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:58.78125rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ESCUlBLzT9MJuZLOLCMWzZARtCfNsOyz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:7.3125rem;left:58.78125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ng2PTMw0m74XLNIdTCodCkZZsnLygF2N { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:37.53125rem;height:5.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W51n7R9xzTG5WZ3Gi9eLc0JdusTOZnEr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.3125rem;left:40.03125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wvT8RAp64AL3rKkfaZVaIwUyMrQniCdI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.1875rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IEhoktoSGFBPupHZs9QAtotw50fN0WNB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.25rem;left:0.5rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lOdt1teLP0lzMC48JUStmzE0wNugRasT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.4375rem;left:63.5625rem; }
#tJp8V3kbrcSZFynq62IlwrnNwGAvsdcf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.4375rem;left:44.75rem; }
#Lz4BZJ13HHVOsZa7SoQfwFJsGB1o9d3a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.8125rem;left:7.625rem; }
#pyat8lxqDvsHMe2LpioHiiBslqT52c5q { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:7.25rem;left:21.28125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J4tbUwAG1hNbLFWzaaR2ra711GJhuO3f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.4375rem;left:26.0625rem; }
#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030538;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; }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo > .row .container { background-color: transparent; background-image: none; }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo > .row .container > .video-iframe-container { display: none; }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo > .row > .video-iframe-container { display: none; }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo > .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); }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo > .row .container { border-width: 0; border-radius: 0; }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#HxbU3lOaQl9ht9XbDXhGxvKoPaPEZVbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:7.5rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#UUrwOTKJ6ekb8Ltz7X55HEfDVDe6Hqs7 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.7312622070312rem;left:26.4375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#AEcVK3Gmxbae0Zr9S8q5fa58udo0DsVP { position:absolute;display:block;z-index:15008;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.0625rem;width:5rem;top:2.01171875rem;left:7.5rem;overflow:hidden;display:block; }
#QubihiW7r7bCPrQiK2LbKhllSZ9IJCXX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:3.625rem;left:57.875rem;height:2.25rem;text-align:right;text-align-last:right;display:block; }
#bq03rULVhAUKpO9W6s63CdIR70hnwKiv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.0625rem;left:54.9375rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#iSghWNqZiWU2x633oET9f82FbgnFR6gC { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:6.25rem;left:56.125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#k3GOU4Cauiu1oFvzhWRqUhs2zURTlSKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030538;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#k3GOU4Cauiu1oFvzhWRqUhs2zURTlSKm > .row .container { border-width: 0; border-radius: 0; }#k3GOU4Cauiu1oFvzhWRqUhs2zURTlSKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3GOU4Cauiu1oFvzhWRqUhs2zURTlSKm > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:none; }#FGFhAW2NcAxQknlctLN6zVpxTTEVFaxt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:7.5rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#uuOZ12vPT1me3zQwkebszUVs6UObk0ZK { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.7312622070312rem;left:26.4375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#czVUQin70DHpvnnJMKaWT57tq7zS4ayh { position:absolute;display:block;z-index:15008;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.0625rem;width:5rem;top:2.01171875rem;left:7.5rem;overflow:hidden;display:block; }
#U6yyk6VGcpefTnusmJ7CdBGMiTnUwni9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:3.625rem;left:57.875rem;height:2.25rem;text-align:right;text-align-last:right;display:block; }
#OPMn3BtlVl8vOKlWOCiPiOrRIb46CVoX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.0625rem;left:54.9375rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#pzb4aimTEvKMWB2qB04GweHfnwXhnBf8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:6.25rem;left:56.125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu > .row .container { background-color: transparent; background-image: none; }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu > .row .container > .video-iframe-container { display: none; }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu > .row > .video-iframe-container { display: none; }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu > .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); }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu > .row .container { border-width: 0; border-radius: 0; }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#GBW81n8632pfTtCqphSV6CE3rL5ZfqRT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:2.7250061035156rem;left:8.40625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DtrWRFfBp9oDnGVosZ3mAuLcgzeIEkDX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.21875rem;left:64.375rem;display:none; }
#rxlIL6wpqicDEXPwFycwPTZVSnfToCRM { background-color:rgba(var(--color-primary-2),1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.9750061035156rem;left:43.375rem;display:block; }
#Xc1b0iJCn7gn5KdT8Zq24qmmMB694Rmy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmdSaqwQ5lccKLcX3f7xebTu5gghiXJ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.0625rem;left:36.5625rem; }
#duqwGIGJ3JaJHxpfxeqNUA0bEq5f0tQU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.0625rem;left:35.3125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV { display:block; }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF { display:flex;width:18rem;height:5.0625rem;top:23.75rem;left:10.83984375rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #fkaFoxItZe5gSN5LLq34EmcbboQiHUFS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #zdbN8wWspNHA2wWFQkfs77qfPyFCDaFp {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #dbw5XhKIU6Os2NguCuALN2o2ZmOTDMTK {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #COONGEnm2t0by1z3BCpABTmTDUVuFlzi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #FZzAG1zTB1VJn2ND63E8wtQiOuVylIMz {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #ahPSk3EEPnCmFZFyr7KJ0gOJbG120TMn {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #nJDKSvwfyfCgF0AN1lR3UD8NNcgxB7lv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #TK9FKicD64279c57wNuPWUq2ITg4xlfr {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #McuCrL64yW0V0fbiOftO9fSwcgsgHNmT {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #Bgo37r0EWVwwTlc08ECpxwCAExxSudDc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #eFHKshfS9FHnditVQX22IJ3SrvOCnLo6 {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #BAN0uX8SV6v8PQd9fgwPLIKPpy3zULJP {  }
 }@media only screen and (max-width: 763px) { #F79CcK5F7y5VLso2BTiUfkB8L1T9f8cX { top:1.8125rem;left:0rem;width:29.9375rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 { display:block; }#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { top:3.4375rem;left:21.8125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { width:17.25rem;height:3.0625rem;top:34.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block; }
 }@media only screen and (max-width: 763px) { #iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { top:25.8125rem;left:12.8125rem;width:9.4375rem;height:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9ktRCyt47T3AKzMfZKHseVBzoiI7355 { top:9rem;left:6.3125rem;width:35.1875rem;height:12.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkM7RuZDOOO5oE9IpFe9gamgzdM72SJP { top:23rem;left:10.25rem;width:26.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIiTzTAfGGxT3ZKMsdRrT4dp2HDWded4 { top:22.625rem;left:9.5rem;width:27.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKuJfqybRznbsONVxvVvKBLmt18lxPFv { top:31.125rem;left:15.25rem;width:18.875rem;height:1.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #INoFB1dFOAITa7aWzkQGcnuu4CTiU2Xm { top:27.8125rem;left:20.25rem;width:10.3125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAKTh4KhZ7vmANnCGSk8H8nU1IIoE4h3 { top:28.5rem;left:18.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { top:4.3125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { top:11.625rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:16.5rem;height:3.4375rem;top:31.4375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX { display:block; }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3T5yWuhNQZU1kOZavF9TmQoQ4TB3fe6 { width:16.625rem;height:3.3125rem;top:34.4375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcneBkzml0PZ6ZTQOy5CoSqmiwrtr05D { display:block; }
 }@media only screen and (max-width: 763px) { #ucaeFNlEpcQL9lAItSsKee8KTXrQwsPF { top:30.875rem;left:13.1875rem;width:18.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaPvST1omSmAxJ8oIGRByc1iDJvXuomW { top:30.8125rem;left:10.4375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMTSbaMfnAc0QDccQoxthTvQzUarTqwc { top:4.1875rem;left:0.8125rem;width:46.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #wopkTsDPuWfQrzUL6I1htJRfsMMsRGqH { top:28.8125rem;left:9.875rem;width:28.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFkgBu3ZPbxQcPfeTNmAeipRD2SPlDuA { top:24.0625rem;left:13.187500953674rem;width:24.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q83ozp48VJuzuCTQWGJyGuiht8mMMpF2 { top:22.375rem;left:9.875rem;width:28.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXlJAWHJnB002V2OD5upux0x3EMpSDgb { top:24.125rem;left:10.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFN6JUDrz8raINRfJCUJrRrgh8QU6AkN { top:18.375rem;left:12.562500953674rem;width:20.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq03LpIKrTSFTmBVthxV8Jr663xpTJn3 { top:18.75rem;left:9.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQZCpvahpDv1aMfMz9lgDHmSiAf1FGoG { top:10.5625rem;left:2.8125rem;width:40.1875rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4HCVznDHN8t9NWvTm4n6OWFg3w5QLd9 { top:7.625rem;left:3.375rem;width:41.1875rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi { display:block; }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCk84GHRXcmAZgEv1q5bL7UiItOJUr1n { top:2.3125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { top:12.4375rem;left:0rem;width:16.5625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { top:21.25rem;left:0rem;width:14.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { top:17.9375rem;left:0rem;width:12.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { top:10.0625rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { top:12.5rem;left:24.4375rem;width:16.5625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { top:21.75rem;left:25.5625rem;width:14.375rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { top:18.4375rem;left:25.9375rem;width:13.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { top:10.0625rem;left:28.9375rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { top:12.375rem;left:6.4375rem;width:16.5625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { top:10rem;left:10.9375rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { top:20.0625rem;left:7.125rem;width:15.1875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { top:18.375rem;left:7.5rem;width:14.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypptEi9AawgNriDm87r56v6TAFWU3Ahb { top:12.5625rem;left:31.1875rem;width:16.5625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrMLBhf1uA0Hzi1rHR9wGRl5XpQMOcxc { top:21.75rem;left:33.125rem;width:14.625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAlT7E2XRzqkNiGHsIg1U73wHuqTNbSq { top:18.4375rem;left:36.1875rem;width:11.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FshePT0DLEcPwgQ767bxTWTpyMTk5JUo { top:10.0625rem;left:40.1875rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHSkz4ylmPJKJH9TytoMTUrBhrsE90GM { width:16.5625rem;height:3.4375rem;top:35.9375rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4laSSIbxqRfAH1lPJpl60FvSV3UOu57 { display:block; }
 }@media only screen and (max-width: 763px) { #dgTWeqb321VzXybXkhpknanKzbZN7q94 { top:4.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { top:2.9375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn { display:block; }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouUmh0ea9hJEsR9xlgwBhdvkKT442axG { top:33.4375rem;left:2.875rem;width:20.25rem;height:9.5625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9pnWTcaXkgykLza4VzwqF73cJVfVDCq { top:39.5rem;left:28.25rem;width:17.1875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #MogBSRy97bIlAs0wJZTsOB988RQwdqdD { top:44.3125rem;left:0rem;width:25.0625rem;height:28.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2tMdmA1XFq84VWgT2Ubc2rmLf3QdTkg { top:47.5625rem;left:23.875rem;width:17.1875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv1v45zdv8rWyhO4Lz9bN3Ny6l2akCKl { top:55.75rem;left:29.875rem;width:17.1875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOOFheJuuFSDW7ghxSvNDLmrnB71tGlW { width:16.5rem;height:3.4375rem;top:75.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUD2uScaFbRRney72NTlMPVTkwM4Cbe { display:block; }
 }@media only screen and (max-width: 763px) { #ZySZkaleDd25E6sX5g7eT3IfmULGZq57 { top:32.9375rem;left:0rem;width:20rem;height:3.75rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { top:2.6875rem;left:19.3125rem;width:28.4375rem;height:25.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { top:1.125rem;left:1.6875rem;width:22.1875rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 { display:block; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv1m79vrLxqDIUndzLI7pdIr4QFJRb7n { width:15.375rem;height:6.75rem;top:3.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezWPS3w1c3BhToop6AtvGIfqA3EDcl0n { width:17rem;height:1.3125rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd0KNqAbsvHWLd2KelhAUCEfTgJEoM61 { top:14.5625rem;left:6.3125rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1eMtdNNKP4OpVeVQEUoIlItJagX6Jgr { width:17rem;height:1.3125rem;top:12.9375rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzun2xMilxgAlIaHgk9AGNLvQ9oG8Ox4 { width:18.25rem;height:8.4375rem;top:3.5625rem;left:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4oU2EB2y7hVsznTu9IKAw33pMsFwHP6 { top:14.375rem;left:20.6875rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9av0R2As0aOtmXwzP3WbgFeKeLMZeSL { width:15.375rem;height:6.75rem;top:3.625rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M94zcwEQGd7bBKVP5JT6HRJAxUa6z0b6 { width:17rem;height:1.3125rem;top:12.9375rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLA9govvvSSXOCzF5CyhtHIBcbBMXSpm { top:14.4375rem;left:35.0625rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9L2uiwxbfHTTGDcK5wF57Rwf3OFIVQR { top:2.4375rem;left:31.625rem;width:0.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKLZCpJKboBLTGLXkqdBpdmnRPC1gRGm { display:none; }
 }@media only screen and (max-width: 763px) { #IBn5fdLlmMlMMVRwyN1dcFcEJlG0fzIe { display:none; }
 }@media only screen and (max-width: 763px) { #Gd51txVUUe12MzR1tR9SlkePIBMcvOnU { top:2.4375rem;left:15.75rem;width:0.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrK23chJTsDyMVhHwJSWV2riV2BWhvfy { display:block; }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6F6VEmuMcomyzF0EU4792QPw6U6vEzo { top:2.5625rem;left:0rem;width:19.9375rem;height:7.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LF7wcGG5yhWHHFZd9B3dFKCGU7ZnnqNz { top:4rem;left:0.6875rem;width:46.375rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc { display:block; }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOc57kKNzXu0wycUGy5A0ZIH1DmCTp2A { top:0.625rem;left:0.875rem;width:11.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm40oU2WXMdXUzX4F0KIpXhlAXM3PXil { top:4.625rem;left:3.09375rem;width:7.6875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKqoe0uDGpSTHCDR9DmMILzoaA5JiRfp { top:0.625rem;left:12.5625rem;width:11.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTv1DeTUOfRiBSI12HiVKRNK9XFilAei { top:4.6875rem;left:12.5625rem;width:11.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogyqIkkCB8vs2rVI2ZOWGTeXDI0SK9St { top:0.625rem;left:23.9375rem;width:11.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIsC78uNsF2umKl8aL7RiqE0tWrboBKG { top:4.6875rem;left:26.46875rem;width:7.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6dFCetcVzpFFT5n0hxPJ8bZvk8J1KAB { top:0.625rem;left:37.03125rem;width:9.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5i8wcFXp6Ts8uvqlIuRgpvpuSRcG85O { top:4.6875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOZghViJAdVCQUMP95eATZIZcO1rQqzk { top:1.0625rem;left:11.9375rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA0rq4fuHFNtIg8abtctbUS2a0zZ9yD3 { top:1.5625rem;left:0rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR45ROrmwNThr79omwSDpO6F2AVgXWB7 { top:1.0625rem;left:23.875rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEnCm1qiIDyflOtMvGtorT0RsEqMQ5V3 { top:1rem;left:35.8125rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz { display:block; }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCvCthgqQtL0AVOddttTcvvHUZlQmiH8 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #t6qsfJGTKSrFJiuQuxQ8T8FC2idz43QP { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #PTBPACptxsTFJBMat67Je1Ikb7sB3lMX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #iQ6tN32B4rEWqXvHswooAgSQX1Xv2aXl { width:23rem;height:7.375rem;top:1.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKvTPlgIgGNReJfqEM57RGaC4MIT4J3T { top:4.75rem;left:10.1875rem;width:8.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg7EUTc9PAhXN7xUu4arlotnpBgplWbW { top:4.1875rem;left:2.5625rem;width:5.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNp9m5ysxGcWytPIhE07z7hZQShbRudv { width:23rem;height:7.375rem;top:10rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCnJh5FMqelqwQs9idiSJzb2TRpp4c4B { top:11.25rem;left:10.1875rem;width:12.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRh1qdMLLUNBxuerDL3sQx6hz89q0P8 { top:12.8125rem;left:2.5625rem;width:6.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE8VV9hK26I24oJF0xIpM0NSPo2Fu1LO { width:23rem;height:7.375rem;top:1.875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBUd78twZDqPqmFRXqBe7fbTQPMx8iDh { top:3.1875rem;left:33.0625rem;width:13.8125rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foESUnnPMbpGaU9OeTiVntGa7LP2KK1s { top:11.875rem;left:26.5625rem;width:5.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTtnOQOuRMr43QCQQP1aPBbTx63AZp14 { top:4.125rem;left:25.8125rem;width:6.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U5K6L6BRSprMabwIpWkCJyUEdrVOp6 { width:23rem;height:7.375rem;top:9.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD7WST0vm72iZWr8rLSttJB3ZPUiwuef { top:11.3125rem;left:33.0625rem;width:13.5625rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3lNwhTc8wISZL1AFgB2cbNIv5393Xm9 { width:16.5625rem;height:3.4375rem;top:20.875rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1gapF6S85ohC73aVQJOXzueQqJUsrws { display:block; }
 }@media only screen and (max-width: 763px) { #VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT { display:block; }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNqSsObVowshU32lFgTzEkVvbo5mfLa6 { top:2.75rem;left:0rem;width:6.375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXSeSqxpKZ1qK603clBkbD77Wex8UDcA { top:2.625rem;left:30.0625rem;width:4.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXbkaBnrMVy3JBqyoe0zPHgvE4DFSO9q { top:2.75rem;left:35.6875rem;width:5.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW3QGqJBNDcCCKKguHFL7Vl01fzdkGd2 { top:2.8125rem;left:5.6875rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hRI4EwnIfkvetuPMMUTTxfnDxEJc2p { top:2.375rem;left:13.3125rem;width:8.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyvto2vIUA3FiqMOMX7IENvy6kgzZNwc { top:2.375rem;left:22.0625rem;width:7.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUy0rBFJNUNWAxDUTU22S9iUrW0Dr4Jm { top:2.3125rem;left:41.0625rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS { display:block; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXhOugOO8h0H47bKz5khN12TRXMVVwOm { width:29.3125rem;height:2.3125rem;top:3.8125rem;left:9.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfBfzz7pptmhkt1JiJMoXmueooQEQUV6 { top:7.5625rem;left:0rem;width:47.75rem;height:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnhAmg2CSH8a4i48xtppyFkrrfpek790 { display:none; }#cnhAmg2CSH8a4i48xtppyFkrrfpek790 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sFMRALJbROMkGoT5SuJc4FlhA10fhXQ2 { width:29.3125rem;height:2.3125rem;top:3.8125rem;left:9.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT0PoABZIKMpMK3E4bnFZ0iMsbpsMsRN { top:7.5625rem;left:0rem;width:47.75rem;height:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 { display:block; }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gm5aKf0dbMVfd3A7WrSpOMt1TAQfTz11 { top:3.8125rem;left:0rem;width:47.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upJnlw3Rc2hgc5P2s5qGWsVO3KK41TRu { top:7.875rem;left:0rem;width:47.75rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR { display:block; }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEJTTD1dsdc0xWkN2wx6qt5KmB3fSH7H { top:9.6875rem;left:13.875rem;width:11.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIsJ8XWQJeaZI9a0XawpFAVSTl9MHorw { top:1.625rem;left:14.125rem;width:19.4375rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG2MFo9Kglnn6g6uJkk0EZDeAWe899kI { top:7rem;left:0rem;width:19.125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRKCtaVfGDuDVrsbTfnC8kWbpyqQMwop { top:6.9375rem;left:25.5rem;width:18.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQw9ttDJUCul8SSWv8BAPb5dGdZZKsuJ { top:11.6875rem;left:39.4375rem;width:8.3125rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDZccgp7mFLHGPAur2UAbaQSTBu6gQlE { top:21.875rem;left:10.1875rem;width:15.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rPnJoSOiLlWQ2G4sh8k6sEDwW79VQM { top:26.1875rem;left:0rem;width:15.125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX9ISAJQQ49Lad2rrFg0iG2V9XUG3SoH { top:33.375rem;left:0rem;width:14.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulx16b56V2oOQn378fJP9zeVI58nvm9p { top:22.625rem;left:27.1875rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvnlIs9TDdSH3BVEXOQkH1e2VU8RmgV { top:27.625rem;left:37.5rem;width:10.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTRGfbZdBRuqDZ2RaK8bARN2QSrwiWbs { top:43.625rem;left:14.125rem;width:19.4375rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkkfi7sDnwbqaup2eRMxvvMLfM6FXg3Z { top:48.625rem;left:0rem;width:18.25rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaPhsJ7Tf0UWoHxwKQw4rKSLo2HbyTXr { top:62.6875rem;left:0rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r98ywTsrHpuGcuUXHKngcmiXQ5fR2bTg { top:48.5625rem;left:12.75rem;width:21.3125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbOWTOCQTZkHnsLwA8lopIMFfTniuQIU { top:62.6875rem;left:13.3125rem;width:15.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVeN6DHxvnU6gDGgCTBSO7RgsrBavrFd { top:62.6875rem;left:34.5rem;width:13.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifyTW7M6NzTL6rZ4DAuoEtN0KA4leeNa { top:48.5rem;left:28.9375rem;width:18.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AquP4J1daEEdTNthTpArXvgaQhTue34d { top:82.25rem;left:0rem;width:13.5625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myA99yrksCH70tzrE09w17mdubHO9VPc { top:67.875rem;left:0rem;width:15.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcWwIXJc1a2rUTTwuUTtNyNnnT4zVMAN { top:82.25rem;left:10rem;width:14.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MARPsWtaB5QsgLffpwbUZCnGNDvTpuoP { top:67.625rem;left:9.625rem;width:15.1875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33xZQmZ4SwmR51LUIqWiuLT055RhObZ { top:80.625rem;left:25.5rem;width:12.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw0on2RTd0vOaaiZftrU9kKBVhMWgEl5 { top:67.5625rem;left:25.25rem;width:15.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrmTPc5PC4CEkzfuqen5yGOq2XzUqhkl { top:82.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3KWS823nVwknkc728oIa5pi1wLtgzDZ { top:67.5625rem;left:35.125rem;width:12.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4KNacHTnAkpE7HZ3h8bhnLToVzOz0fz { top:24.9375rem;left:7.5625rem;width:16.1875rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbTBuBMOHaGtmnF0B8FDTXPhAfx5gsqD { top:77.375rem;left:33.125rem;width:14.625rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZrJQ1INfW0fLGrmNi1srAcJl8tPJwO4 { top:7.875rem;left:13.875rem;width:9.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qokN0fThZhGwsbO2rKZx8amZK6kTlyJu { top:8.5625rem;left:39.0625rem;width:8.6875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKPW6ziTSrQNxKl7DNFeD1ENWzsl6Hwd { top:24.375rem;left:0rem;width:9.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtPX6ocvS1LBrcJggmcNE4iEVlfd42c7 { top:31.5625rem;left:0rem;width:14rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5keti2hPLl1bc07BzqZx0AFFA9pZTH4 { top:25.8125rem;left:37.75rem;width:10rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc4FXA7MkgQdpKrmGZTquTp37kJ6E5bi { top:61rem;left:0rem;width:13.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyTPbtktT3GtovFgRcTzR2TG9R4nCIJM { top:61rem;left:13.3125rem;width:13.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEoJlNFS3BJO7LiX5CoiAJ8haAJRM1E2 { top:61rem;left:33.8125rem;width:13.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFHK9p8rucO1ryDJKcwpOJ7I79R87wKE { top:78.6875rem;left:0rem;width:13.9375rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8SRBvmmkOebB2minQc7AxRoC5wwiglV { top:78.6875rem;left:10.0625rem;width:10.6875rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKExp2Vn8kLCVaOBTG1JrOs9sUqGIkLZ { top:78.875rem;left:25.5rem;width:13.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAd5tiqiIaT53mzGsxVIDhF7PEPlkWZe { top:78.625rem;left:38.1875rem;width:9.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 { display:block; }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9FxJTU53xdczS5TDdvifFmDJTPCeavh { top:11.9375rem;left:7.4375rem;width:16.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOCLCduJG1LCAn9MdiHDzxiCJHHULnHB { top:11.9375rem;left:34.0625rem;width:13.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESCUlBLzT9MJuZLOLCMWzZARtCfNsOyz { top:7.3125rem;left:34.0625rem;width:13.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng2PTMw0m74XLNIdTCodCkZZsnLygF2N { top:11.9375rem;left:17.4375rem;width:18.6875rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W51n7R9xzTG5WZ3Gi9eLc0JdusTOZnEr { top:7.3125rem;left:22.125rem;width:13.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvT8RAp64AL3rKkfaZVaIwUyMrQniCdI { top:11.9375rem;left:0rem;width:18.375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEhoktoSGFBPupHZs9QAtotw50fN0WNB { top:7.25rem;left:0rem;width:17.75rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOdt1teLP0lzMC48JUStmzE0wNugRasT { top:2.4375rem;left:39.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJp8V3kbrcSZFynq62IlwrnNwGAvsdcf { top:2.4375rem;left:27.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz4BZJ13HHVOsZa7SoQfwFJsGB1o9d3a { top:2.8125rem;left:4.21875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyat8lxqDvsHMe2LpioHiiBslqT52c5q { top:7.25rem;left:10.1875rem;width:13.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4tbUwAG1hNbLFWzaaR2ra711GJhuO3f { top:2.4375rem;left:15.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo { display:block; }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxbU3lOaQl9ht9XbDXhGxvKoPaPEZVbJ { top:5.0625rem;left:0rem;width:12.375rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUrwOTKJ6ekb8Ltz7X55HEfDVDe6Hqs7 { top:2.6875rem;left:12.812500953674rem;width:22.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEcVK3Gmxbae0Zr9S8q5fa58udo0DsVP { top:2rem;left:0rem;width:5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QubihiW7r7bCPrQiK2LbKhllSZ9IJCXX { top:3.625rem;left:38.125rem;width:9.625rem;height:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq03rULVhAUKpO9W6s63CdIR70hnwKiv { top:2.0625rem;left:35.1875rem;width:12.5625rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSghWNqZiWU2x633oET9f82FbgnFR6gC { top:6.25rem;left:36.375rem;width:11.375rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3GOU4Cauiu1oFvzhWRqUhs2zURTlSKm { display:block; }#k3GOU4Cauiu1oFvzhWRqUhs2zURTlSKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGFhAW2NcAxQknlctLN6zVpxTTEVFaxt { top:5.0625rem;left:0rem;width:12.375rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuOZ12vPT1me3zQwkebszUVs6UObk0ZK { top:2.6875rem;left:12.8125rem;width:22.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czVUQin70DHpvnnJMKaWT57tq7zS4ayh { top:2rem;left:0rem;width:5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6yyk6VGcpefTnusmJ7CdBGMiTnUwni9 { top:3.625rem;left:38.125rem;width:9.625rem;height:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPMn3BtlVl8vOKlWOCiPiOrRIb46CVoX { top:2.0625rem;left:35.1875rem;width:12.5625rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzb4aimTEvKMWB2qB04GweHfnwXhnBf8 { top:6.25rem;left:36.375rem;width:11.375rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu { display:block; }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBW81n8632pfTtCqphSV6CE3rL5ZfqRT { top:2.6875rem;left:0rem;width:20.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtrWRFfBp9oDnGVosZ3mAuLcgzeIEkDX { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxlIL6wpqicDEXPwFycwPTZVSnfToCRM { width:23.125rem;height:3.25rem;top:1.9375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc1b0iJCn7gn5KdT8Zq24qmmMB694Rmy { display:block; }
 }@media only screen and (max-width: 763px) { #kmdSaqwQ5lccKLcX3f7xebTu5gghiXJ9 { top:2.0625rem;left:22.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duqwGIGJ3JaJHxpfxeqNUA0bEq5f0tQU { top:2.0625rem;left:21.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV { position:relative;z-index:auto;display:none; }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV > .row .container { width:20rem;height:10.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-number { padding-top:0.385rem;padding-right:0.34125rem;padding-bottom:0.385rem;padding-left:0.34125rem;width:2.04625rem;min-width:2.04625rem;height:2.069375rem;font-size:1.54rem;line-height:33.11px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.240625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.728125rem;height:0.818125rem;font-size:0.5775rem;line-height:13.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF { display:flex;width:14.9375rem;height:3.898125rem;top:4.4375rem;left:2.05078125rem;padding-top:0.465625rem;padding-right:0.479375rem;padding-bottom:0.465625rem;padding-left:0.479375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #fkaFoxItZe5gSN5LLq34EmcbboQiHUFS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #zdbN8wWspNHA2wWFQkfs77qfPyFCDaFp {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #dbw5XhKIU6Os2NguCuALN2o2ZmOTDMTK {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #COONGEnm2t0by1z3BCpABTmTDUVuFlzi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #FZzAG1zTB1VJn2ND63E8wtQiOuVylIMz {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #ahPSk3EEPnCmFZFyr7KJ0gOJbG120TMn {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #nJDKSvwfyfCgF0AN1lR3UD8NNcgxB7lv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #TK9FKicD64279c57wNuPWUq2ITg4xlfr {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #McuCrL64yW0V0fbiOftO9fSwcgsgHNmT {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #Bgo37r0EWVwwTlc08ECpxwCAExxSudDc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #eFHKshfS9FHnditVQX22IJ3SrvOCnLo6 {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #BAN0uX8SV6v8PQd9fgwPLIKPpy3zULJP {  }
 }@media only screen and (max-width: 763px) { #F79CcK5F7y5VLso2BTiUfkB8L1T9f8cX { width:18.875rem;height:2.7000000625rem;top:1.3125rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 { position:relative;z-index:auto;display:none; }#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 > .row .container { width:20rem;height:10.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d63636b3-a3ee-419d-94f6-f202039df22b/Mobile2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::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; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { width:4.375rem;height:4.375rem;top:19.625rem;left:7.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { width:17.5rem;height:3.25rem;top:39.9375rem;left:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block; }
 }@media only screen and (max-width: 763px) { #iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { width:9.1875rem;height:4.400000125rem;top:23.9375rem;left:10.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #K9ktRCyt47T3AKzMfZKHseVBzoiI7355 { width:19.9375rem;height:7.875rem;top:23.375rem;left:0.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkM7RuZDOOO5oE9IpFe9gamgzdM72SJP { width:20rem;height:1.1875rem;top:32.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIiTzTAfGGxT3ZKMsdRrT4dp2HDWded4 { width:20rem;height:1.9375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKuJfqybRznbsONVxvVvKBLmt18lxPFv { width:11.6875rem;height:1.1875rem;top:37.5625rem;left:4.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #INoFB1dFOAITa7aWzkQGcnuu4CTiU2Xm { width:8.375rem;height:1.5rem;top:35.875rem;left:6.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WAKTh4KhZ7vmANnCGSk8H8nU1IIoE4h3 { display:flex;width:2rem;height:2rem;top:35.625rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { background-color:#ffffff;background-image:none;display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { width:19.75rem;height:7rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { width:20rem;height:26.125rem;top:11.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:16.625rem;height:3.4375rem;top:39.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50167b, #030538);background-image: -moz-linear-gradient(180deg, #50167b, #030538);background-image: -ms-linear-gradient(180deg, #50167b, #030538);background-image: -o-linear-gradient(180deg, #50167b, #030538);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='#030538' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='#030538' );";background-image: linear-gradient(180deg, #50167b, #030538);background-size:auto !important;display:block; }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row .container { background-color: transparent; background-image: none; }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row .container > .video-iframe-container { display: none; }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row > .video-iframe-container { display: none; }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .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); }#eXUimAo8QlUhDwrv3JPMTHmWuHQE1kiX > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3T5yWuhNQZU1kOZavF9TmQoQ4TB3fe6 { width:16.625rem;height:3.3125rem;top:32.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcneBkzml0PZ6ZTQOy5CoSqmiwrtr05D { display:block; }
 }@media only screen and (max-width: 763px) { #ucaeFNlEpcQL9lAItSsKee8KTXrQwsPF { width:15.25rem;height:2.875rem;top:27.125rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #IaPvST1omSmAxJ8oIGRByc1iDJvXuomW { display:flex;width:1.4375rem;height:1.4375rem;top:27.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #IMTSbaMfnAc0QDccQoxthTvQzUarTqwc { width:20rem;height:35.25rem;top:3.4375rem;left:0.0625rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(255,255,255,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wopkTsDPuWfQrzUL6I1htJRfsMMsRGqH { width:20rem;height:0.125rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFkgBu3ZPbxQcPfeTNmAeipRD2SPlDuA { width:16.6875rem;height:4.3125rem;top:19.75rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #q83ozp48VJuzuCTQWGJyGuiht8mMMpF2 { width:20rem;height:0.125rem;top:18.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXlJAWHJnB002V2OD5upux0x3EMpSDgb { display:flex;width:1.875rem;height:1.875rem;top:19.6875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #wFN6JUDrz8raINRfJCUJrRrgh8QU6AkN { width:15.8125rem;height:1.4375rem;top:15.5rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Uq03LpIKrTSFTmBVthxV8Jr663xpTJn3 { display:flex;width:1.5625rem;height:1.5625rem;top:15.5rem;left:0.625rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #GQZCpvahpDv1aMfMz9lgDHmSiAf1FGoG { width:20rem;height:3.75rem;top:9.5625rem;left:0.0625rem;font-size:1.375rem;line-height:1.4;z-index:15044;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #P4HCVznDHN8t9NWvTm4n6OWFg3w5QLd9 { width:20rem;height:3.625rem;top:5.4375rem;left:0rem;font-size:1.8125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi { display:block; }#LvkzNaT55ngUHTH1xF8wpgdkOcvkPHFi > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCk84GHRXcmAZgEv1q5bL7UiItOJUr1n { width:15.9375rem;height:18.75rem;top:3.2304840087891rem;left:2.03125rem;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:20rem;height:93.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { width:16.5625rem;height:12.6875rem;top:13.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { width:14.625rem;height:4.3125rem;top:20.5rem;left:2.6875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { width:12.0625rem;height:3rem;top:17.3125rem;left:3.9375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { width:6.6875rem;height:6.6875rem;top:10.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { width:16.5625rem;height:15.6875rem;top:30.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { width:15rem;height:7.1875rem;top:37.5625rem;left:2.5rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { width:12.4375rem;height:3rem;top:34.375rem;left:3.75rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { width:6.6875rem;height:6.6875rem;top:27.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { width:16.5625rem;height:13.75rem;top:49.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { width:6.75rem;height:6.75rem;top:46.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { width:13.8125rem;height:5.75rem;top:56rem;left:3.0625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { width:11.1875rem;height:1.5rem;top:54.25rem;left:4.375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ypptEi9AawgNriDm87r56v6TAFWU3Ahb { width:16.5625rem;height:17.25rem;top:66.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrMLBhf1uA0Hzi1rHR9wGRl5XpQMOcxc { width:14.625rem;height:7.1875rem;top:75.6875rem;left:2.6875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HAlT7E2XRzqkNiGHsIg1U73wHuqTNbSq { width:11.5625rem;height:3rem;top:72.625rem;left:4.25rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FshePT0DLEcPwgQ767bxTWTpyMTk5JUo { width:7.5625rem;height:7.5625rem;top:64.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHSkz4ylmPJKJH9TytoMTUrBhrsE90GM { width:16.5625rem;height:3.4375rem;top:86rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4laSSIbxqRfAH1lPJpl60FvSV3UOu57 { display:block; }
 }@media only screen and (max-width: 763px) { #dgTWeqb321VzXybXkhpknanKzbZN7q94 { width:20rem;height:4.125rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:20rem;height:4.5rem;top:2.3429870605469rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn { display:block; }#CvHRdhIOVIzqqLGmXSE5m42W4ZQv9Tdn > .row .container { width:20rem;height:122.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouUmh0ea9hJEsR9xlgwBhdvkKT442axG { width:20rem;height:5.6999999375rem;top:54.561737060547rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n9pnWTcaXkgykLza4VzwqF73cJVfVDCq { width:10.6875rem;height:9.6875rem;top:95.125rem;left:9.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c30c1c68-0b28-4e7d-9125-ae019282b022/WhatsAppImage20250413at135351.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#n9pnWTcaXkgykLza4VzwqF73cJVfVDCq.adaptive-delivery-prevent-bg, #n9pnWTcaXkgykLza4VzwqF73cJVfVDCq.lazyload, #n9pnWTcaXkgykLza4VzwqF73cJVfVDCq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MogBSRy97bIlAs0wJZTsOB988RQwdqdD { width:19.375rem;height:30.1875rem;top:60.25rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2tMdmA1XFq84VWgT2Ubc2rmLf3QdTkg { width:10.0625rem;height:8.875rem;top:93rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv1v45zdv8rWyhO4Lz9bN3Ny6l2akCKl { width:10.6875rem;height:10.375rem;top:101.125rem;left:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GOOFheJuuFSDW7ghxSvNDLmrnB71tGlW { width:16.5rem;height:3.4375rem;top:114.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUD2uScaFbRRney72NTlMPVTkwM4Cbe { display:block; }
 }@media only screen and (max-width: 763px) { #ZySZkaleDd25E6sX5g7eT3IfmULGZq57 { width:20rem;height:3.75rem;top:55.436737060547rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { width:19.75rem;height:28.75rem;top:23.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { width:17.6875rem;height:19.8125rem;top:1.8109436035156rem;left:1.15625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a16abe64-e28f-4822-92e8-f27b02b4caa9/Ryan.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S.adaptive-delivery-prevent-bg, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyload, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 { background-color:#ffffff;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; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row .container { background-color: transparent; background-image: none; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row .container > .video-iframe-container { display: none; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row > .video-iframe-container { display: none; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .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); }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row .container { border-width: 0; border-radius: 0; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnFwHyXF4OJcpRWnr6fQ3oWlugUt33h8 > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv1m79vrLxqDIUndzLI7pdIr4QFJRb7n { width:15.375rem;height:6rem;top:2.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ezWPS3w1c3BhToop6AtvGIfqA3EDcl0n { width:17rem;height:1.3125rem;top:11.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Sd0KNqAbsvHWLd2KelhAUCEfTgJEoM61 { width:6.25rem;height:1.4375rem;top:12.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1eMtdNNKP4OpVeVQEUoIlItJagX6Jgr { width:17rem;height:1.3125rem;top:27.6875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Hzun2xMilxgAlIaHgk9AGNLvQ9oG8Ox4 { width:15.6875rem;height:7.5rem;top:17.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Z4oU2EB2y7hVsznTu9IKAw33pMsFwHP6 { width:6.25rem;height:1.4375rem;top:29.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9av0R2As0aOtmXwzP3WbgFeKeLMZeSL { width:15.375rem;height:6rem;top:34.75rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #M94zcwEQGd7bBKVP5JT6HRJAxUa6z0b6 { width:17rem;height:1.3125rem;top:41.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #NLA9govvvSSXOCzF5CyhtHIBcbBMXSpm { width:6.25rem;height:1.4375rem;top:43.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9L2uiwxbfHTTGDcK5wF57Rwf3OFIVQR { width:0.125rem;height:14.25rem;top:2.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKLZCpJKboBLTGLXkqdBpdmnRPC1gRGm { top:32.5rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #IBn5fdLlmMlMMVRwyN1dcFcEJlG0fzIe { top:16.125rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Gd51txVUUe12MzR1tR9SlkePIBMcvOnU { width:0.125rem;height:14.25rem;top:2.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrK23chJTsDyMVhHwJSWV2riV2BWhvfy { display:block; }#IrK23chJTsDyMVhHwJSWV2riV2BWhvfy > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6F6VEmuMcomyzF0EU4792QPw6U6vEzo { width:19.9375rem;height:7.25rem;top:2.6109390258789rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15010;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LF7wcGG5yhWHHFZd9B3dFKCGU7ZnnqNz { width:20rem;height:11rem;top:2.625rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc { background-color:#ffffff;background-image:none;display:block; }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row .container { background-color: transparent; background-image: none; }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row .container > .video-iframe-container { display: none; }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row > .video-iframe-container { display: none; }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .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); }#R2sXs1oVRIx3yNt6B8GTut4aSFPn5TQc > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOc57kKNzXu0wycUGy5A0ZIH1DmCTp2A { width:5.8125rem;height:2rem;top:1.5rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm40oU2WXMdXUzX4F0KIpXhlAXM3PXil { width:6.25rem;height:2.5rem;top:3.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKqoe0uDGpSTHCDR9DmMILzoaA5JiRfp { width:6.5rem;height:2rem;top:7.9375rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTv1DeTUOfRiBSI12HiVKRNK9XFilAei { width:6.5625rem;height:3.75rem;top:9.9000244140625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogyqIkkCB8vs2rVI2ZOWGTeXDI0SK9St { width:7.312rem;height:2rem;top:1.6875rem;left:12.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIsC78uNsF2umKl8aL7RiqE0tWrboBKG { width:7.5615rem;height:1.25rem;top:3.375rem;left:12.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6dFCetcVzpFFT5n0hxPJ8bZvk8J1KAB { width:4.8125rem;height:2rem;top:7.9375rem;left:13.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5i8wcFXp6Ts8uvqlIuRgpvpuSRcG85O { width:7.4375rem;height:3.75rem;top:9.75rem;left:12.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOZghViJAdVCQUMP95eATZIZcO1rQqzk { width:3rem;height:5.5625rem;top:7.9375305175781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA0rq4fuHFNtIg8abtctbUS2a0zZ9yD3 { width:3rem;height:5.5625rem;top:1.4249877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR45ROrmwNThr79omwSDpO6F2AVgXWB7 { width:3rem;height:5.5625rem;top:8.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEnCm1qiIDyflOtMvGtorT0RsEqMQ5V3 { width:3rem;height:5.5625rem;top:1.4499816894531rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz { display:block; }#qwiNZk9o1yJ371rMzn7KB1DZnThWBrgz > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCvCthgqQtL0AVOddttTcvvHUZlQmiH8 { top:20.475006103516rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #t6qsfJGTKSrFJiuQuxQ8T8FC2idz43QP { top:36.486724853516rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #PTBPACptxsTFJBMat67Je1Ikb7sB3lMX { top:52.587493896484rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #iQ6tN32B4rEWqXvHswooAgSQX1Xv2aXl { width:20rem;height:4.6875rem;top:1.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WKvTPlgIgGNReJfqEM57RGaC4MIT4J3T { width:7.125rem;height:1rem;top:3rem;left:9.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gg7EUTc9PAhXN7xUu4arlotnpBgplWbW { width:5.3125rem;height:2.625rem;top:2rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNp9m5ysxGcWytPIhE07z7hZQShbRudv { width:20rem;height:5.6875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCnJh5FMqelqwQs9idiSJzb2TRpp4c4B { width:9.625rem;height:3rem;top:12.75rem;left:9.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JTRh1qdMLLUNBxuerDL3sQx6hz89q0P8 { width:6.6875rem;height:2rem;top:13.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE8VV9hK26I24oJF0xIpM0NSPo2Fu1LO { width:20rem;height:5rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBUd78twZDqPqmFRXqBe7fbTQPMx8iDh { width:10.25rem;height:3rem;top:7rem;left:9.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #foESUnnPMbpGaU9OeTiVntGa7LP2KK1s { width:5.625rem;height:3.5625rem;top:18.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTtnOQOuRMr43QCQQP1aPBbTx63AZp14 { width:7rem;height:2.9375rem;top:7.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U5K6L6BRSprMabwIpWkCJyUEdrVOp6 { width:20rem;height:5.25rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD7WST0vm72iZWr8rLSttJB3ZPUiwuef { width:9rem;height:4rem;top:18.3125rem;left:9.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R3lNwhTc8wISZL1AFgB2cbNIv5393Xm9 { width:16.5625rem;height:3.4375rem;top:25.6875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1gapF6S85ohC73aVQJOXzueQqJUsrws { display:block; }
 }@media only screen and (max-width: 763px) { #VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT { display:block; }#VHwxFLDdN6qCCOrtSJMqTIKeKd0uuTvT > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNqSsObVowshU32lFgTzEkVvbo5mfLa6 { width:5.25rem;height:1.4375rem;top:1.5rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXSeSqxpKZ1qK603clBkbD77Wex8UDcA { width:3.375rem;height:1.5625rem;top:5.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXbkaBnrMVy3JBqyoe0zPHgvE4DFSO9q { width:4.375rem;height:1.3125rem;top:5.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW3QGqJBNDcCCKKguHFL7Vl01fzdkGd2 { width:4.5rem;height:1.125rem;top:3.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hRI4EwnIfkvetuPMMUTTxfnDxEJc2p { width:5.375rem;height:1.5625rem;top:3.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyvto2vIUA3FiqMOMX7IENvy6kgzZNwc { width:3.9375rem;height:1.375rem;top:3.6875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUy0rBFJNUNWAxDUTU22S9iUrW0Dr4Jm { width:4.625rem;height:1.5625rem;top:5.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS { background-color:rgba(255,255,255,0.39);background-image:none;display:block; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row .container { background-color: transparent; background-image: none; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row .container > .video-iframe-container { display: none; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row > .video-iframe-container { display: none; }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .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); }#ADuy72w0sAaBV5WSzWJOdqxzdiRK6MIS > .row .container { width:20rem;height:36.0615234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXhOugOO8h0H47bKz5khN12TRXMVVwOm { width:18.8125rem;height:4.5rem;top:3.1492156982422rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dfBfzz7pptmhkt1JiJMoXmueooQEQUV6 { width:20rem;height:27.5rem;top:8.5617370605469rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnhAmg2CSH8a4i48xtppyFkrrfpek790 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f1324e3-6e73-47e5-9aac-ff6c2539e941/150818YogaphotoshootBulgaria054X31.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#cnhAmg2CSH8a4i48xtppyFkrrfpek790.adaptive-delivery-prevent-bg, #cnhAmg2CSH8a4i48xtppyFkrrfpek790.lazyload, #cnhAmg2CSH8a4i48xtppyFkrrfpek790.lazyloading { background-image: none; }#cnhAmg2CSH8a4i48xtppyFkrrfpek790 > .row .container { background-color: transparent; background-image: none; }#cnhAmg2CSH8a4i48xtppyFkrrfpek790::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.39); }#cnhAmg2CSH8a4i48xtppyFkrrfpek790 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnhAmg2CSH8a4i48xtppyFkrrfpek790 > .row .container > .video-iframe-container { display: none; }#cnhAmg2CSH8a4i48xtppyFkrrfpek790 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.39); }#cnhAmg2CSH8a4i48xtppyFkrrfpek790 > .row > .video-iframe-container { display: none; }#cnhAmg2CSH8a4i48xtppyFkrrfpek790 > .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); }#cnhAmg2CSH8a4i48xtppyFkrrfpek790 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFMRALJbROMkGoT5SuJc4FlhA10fhXQ2 { width:18.8125rem;height:4.5rem;top:3.1492156982422rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #eT0PoABZIKMpMK3E4bnFZ0iMsbpsMsRN { width:20rem;height:27.5rem;top:8.5617370605469rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 { display:block; }#NAxoN79uJOEW2bkskpayJ4xWc4X9Rpg2 > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gm5aKf0dbMVfd3A7WrSpOMt1TAQfTz11 { width:20rem;height:6.1875rem;top:2.75rem;left:0rem;font-size:2.0625rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #upJnlw3Rc2hgc5P2s5qGWsVO3KK41TRu { width:19.5rem;height:18.75rem;top:9.8125rem;left:0.5rem;font-size:1.0625rem;color:#000000;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR { display:block; }#mCqNfoFGFqtemTu90bQmVCDTe0pbaTTR > .row .container { width:20rem;height:230.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEJTTD1dsdc0xWkN2wx6qt5KmB3fSH7H { width:17.625rem;height:3.75rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIsJ8XWQJeaZI9a0XawpFAVSTl9MHorw { width:16.0625rem;height:2rem;top:2.8125rem;left:0rem;font-size:2rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HG2MFo9Kglnn6g6uJkk0EZDeAWe899kI { width:20rem;height:11.8125rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRKCtaVfGDuDVrsbTfnC8kWbpyqQMwop { width:20rem;height:12.4rem;top:26.375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IQw9ttDJUCul8SSWv8BAPb5dGdZZKsuJ { width:15.125rem;height:2.5rem;top:41.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDZccgp7mFLHGPAur2UAbaQSTBu6gQlE { width:9.9375rem;height:11.1875rem;top:49rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #W8rPnJoSOiLlWQ2G4sh8k6sEDwW79VQM { width:16.5rem;height:3.75rem;top:60.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rX9ISAJQQ49Lad2rrFg0iG2V9XUG3SoH { width:14.8125rem;height:3.75rem;top:67.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ulx16b56V2oOQn378fJP9zeVI58nvm9p { width:11.1875rem;height:11.1875rem;top:73.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvnlIs9TDdSH3BVEXOQkH1e2VU8RmgV { width:8.625rem;height:10rem;top:76.375rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTRGfbZdBRuqDZ2RaK8bARN2QSrwiWbs { width:19.4375rem;height:2rem;top:90.3125rem;left:0rem;font-size:2rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nkkfi7sDnwbqaup2eRMxvvMLfM6FXg3Z { width:20rem;height:12.666666666667rem;top:93.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaPhsJ7Tf0UWoHxwKQw4rKSLo2HbyTXr { width:14.8125rem;height:1.25rem;top:109rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r98ywTsrHpuGcuUXHKngcmiXQ5fR2bTg { width:20rem;height:10.932642487047rem;top:112.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbOWTOCQTZkHnsLwA8lopIMFfTniuQIU { width:15.375rem;height:2.5rem;top:125.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVeN6DHxvnU6gDGgCTBSO7RgsrBavrFd { width:17.8125rem;height:1.25rem;top:145.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifyTW7M6NzTL6rZ4DAuoEtN0KA4leeNa { width:20rem;height:12.529411764706rem;top:130.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AquP4J1daEEdTNthTpArXvgaQhTue34d { width:16.375rem;height:2.5rem;top:165.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myA99yrksCH70tzrE09w17mdubHO9VPc { width:20rem;height:13.1875rem;top:148.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcWwIXJc1a2rUTTwuUTtNyNnnT4zVMAN { width:15.375rem;height:2.5rem;top:186.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MARPsWtaB5QsgLffpwbUZCnGNDvTpuoP { width:20rem;height:13.6875rem;top:170.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33xZQmZ4SwmR51LUIqWiuLT055RhObZ { width:18.6875rem;height:1.25rem;top:207.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw0on2RTd0vOaaiZftrU9kKBVhMWgEl5 { width:20rem;height:13.375rem;top:191.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrmTPc5PC4CEkzfuqen5yGOq2XzUqhkl { width:13.3125rem;height:1.25rem;top:225.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3KWS823nVwknkc728oIa5pi1wLtgzDZ { width:15.1875rem;height:12.625rem;top:224.5625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #F4KNacHTnAkpE7HZ3h8bhnLToVzOz0fz { width:20rem;height:11.1875rem;top:46.1875rem;left:0rem;overflow:hidden;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #QbTBuBMOHaGtmnF0B8FDTXPhAfx5gsqD { width:20rem;height:12.625rem;top:210.1875rem;left:0rem;overflow:hidden;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #gZrJQ1INfW0fLGrmNi1srAcJl8tPJwO4 { width:9.0625rem;height:1.75rem;top:19rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qokN0fThZhGwsbO2rKZx8amZK6kTlyJu { width:14.8125rem;height:1.5rem;top:40.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKPW6ziTSrQNxKl7DNFeD1ENWzsl6Hwd { width:9.0625rem;height:1.75rem;top:58.625rem;left:-0.03125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XtPX6ocvS1LBrcJggmcNE4iEVlfd42c7 { width:11.4375rem;height:1.75rem;top:66rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A5keti2hPLl1bc07BzqZx0AFFA9pZTH4 { width:6rem;height:3rem;top:73.125rem;left:11.1875rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yc4FXA7MkgQdpKrmGZTquTp37kJ6E5bi { width:13.9375rem;height:1.5rem;top:107.4375rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hyTPbtktT3GtovFgRcTzR2TG9R4nCIJM { width:13.9375rem;height:1.5rem;top:124.0625rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UEoJlNFS3BJO7LiX5CoiAJ8haAJRM1E2 { width:13.9375rem;height:1.5rem;top:143.875rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nFHK9p8rucO1ryDJKcwpOJ7I79R87wKE { width:13.75rem;height:3rem;top:162.6875rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y8SRBvmmkOebB2minQc7AxRoC5wwiglV { width:16.875rem;height:1.5rem;top:185.1875rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QKExp2Vn8kLCVaOBTG1JrOs9sUqGIkLZ { width:13.9375rem;height:1.5rem;top:205.625rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RAd5tiqiIaT53mzGsxVIDhF7PEPlkWZe { width:14.3125rem;height:1.5rem;top:224.25rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 { display:block; }#Ly10dTKKfowMmXMf019XRCVTKvDCCwn5 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9FxJTU53xdczS5TDdvifFmDJTPCeavh { width:7.8125rem;height:2.5rem;top:7.5625rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOCLCduJG1LCAn9MdiHDzxiCJHHULnHB { width:8.9375rem;height:2.5rem;top:7.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESCUlBLzT9MJuZLOLCMWzZARtCfNsOyz { width:8.1875rem;height:2.5rem;top:4.75rem;left:1.375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ng2PTMw0m74XLNIdTCodCkZZsnLygF2N { width:9.9375rem;height:6.25rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W51n7R9xzTG5WZ3Gi9eLc0JdusTOZnEr { width:8.6875rem;height:2.5rem;top:16.75rem;left:0.5625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wvT8RAp64AL3rKkfaZVaIwUyMrQniCdI { width:8.1875rem;height:5rem;top:19.6875rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEhoktoSGFBPupHZs9QAtotw50fN0WNB { width:10.25rem;height:2.5rem;top:16.75rem;left:9.75rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lOdt1teLP0lzMC48JUStmzE0wNugRasT { display:flex;width:3.25rem;height:3.25rem;top:0.875rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #tJp8V3kbrcSZFynq62IlwrnNwGAvsdcf { display:flex;width:3.4375rem;height:3.4375rem;top:12.5625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #Lz4BZJ13HHVOsZa7SoQfwFJsGB1o9d3a { display:flex;width:3.125rem;height:3.125rem;top:12.71875rem;left:13.21875rem; }
 }@media only screen and (max-width: 763px) { #pyat8lxqDvsHMe2LpioHiiBslqT52c5q { width:7.5rem;height:2.5rem;top:4.75rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4tbUwAG1hNbLFWzaaR2ra711GJhuO3f { display:flex;width:3.625rem;height:3.625rem;top:0.6875rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo { display:block; }#euuQFHB8Xf5SnDWTTR0awHVS32ZNbBoo > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxbU3lOaQl9ht9XbDXhGxvKoPaPEZVbJ { width:19.75rem;height:1rem;top:12.6875rem;left:0.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUrwOTKJ6ekb8Ltz7X55HEfDVDe6Hqs7 { width:17.9375rem;height:3.75rem;top:2.57421875rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEcVK3Gmxbae0Zr9S8q5fa58udo0DsVP { width:5rem;height:3.0625rem;top:8.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QubihiW7r7bCPrQiK2LbKhllSZ9IJCXX { width:7.875rem;height:1.75rem;top:14.625rem;left:6.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bq03rULVhAUKpO9W6s63CdIR70hnwKiv { width:6.25rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSghWNqZiWU2x633oET9f82FbgnFR6gC { width:5.8125rem;height:1.75rem;top:14.5625rem;left:14.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3GOU4Cauiu1oFvzhWRqUhs2zURTlSKm { display:none; }#k3GOU4Cauiu1oFvzhWRqUhs2zURTlSKm > .row .container { width:20rem;height:21.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FGFhAW2NcAxQknlctLN6zVpxTTEVFaxt { width:19.75rem;height:1rem;top:12.6875rem;left:0.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uuOZ12vPT1me3zQwkebszUVs6UObk0ZK { width:15.6875rem;height:3.75rem;top:2.44921875rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czVUQin70DHpvnnJMKaWT57tq7zS4ayh { width:5rem;height:3.0625rem;top:8.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6yyk6VGcpefTnusmJ7CdBGMiTnUwni9 { width:7.875rem;height:1.75rem;top:14.625rem;left:6.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPMn3BtlVl8vOKlWOCiPiOrRIb46CVoX { width:6.25rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzb4aimTEvKMWB2qB04GweHfnwXhnBf8 { width:5.8125rem;height:1.75rem;top:14.5625rem;left:14.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Iv5i3T9yJgAf9iV6Jg6DoIGnTwHQRzdu > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBW81n8632pfTtCqphSV6CE3rL5ZfqRT { width:16.25rem;height:1.125rem;top:2.237548828125rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DtrWRFfBp9oDnGVosZ3mAuLcgzeIEkDX { display:flex;width:3.125rem;height:3.125rem;top:1.1875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #rxlIL6wpqicDEXPwFycwPTZVSnfToCRM { width:20rem;height:3.25rem;top:4.09375rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc1b0iJCn7gn5KdT8Zq24qmmMB694Rmy { display:block; }
 }@media only screen and (max-width: 763px) { #kmdSaqwQ5lccKLcX3f7xebTu5gghiXJ9 { display:flex;width:3.125rem;height:3.125rem;top:13.4375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #duqwGIGJ3JaJHxpfxeqNUA0bEq5f0tQU { display:flex;width:3.125rem;height:3.125rem;top:2.6375122070312rem;left:14.125rem;display:none; }
 }