.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Poppins SemiBold";--paragraphs-font-family:"Lato"; }@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:#efeeee;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;top:0rem;left:0rem;right:0rem;display:block; }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU > .row .container { background-color: transparent; background-image: none; }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU > .row .container > .video-iframe-container { display: none; }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU > .row > .video-iframe-container { display: none; }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU > .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); }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU > .row .container { border-width: 0; border-radius: 0; }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#AsxRfWe7OQivPNq6LUsLGDz3rNLg4d7n { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#AsxRfWe7OQivPNq6LUsLGDz3rNLg4d7n.adaptive-delivery-prevent-bg, #AsxRfWe7OQivPNq6LUsLGDz3rNLg4d7n.lazyload, #AsxRfWe7OQivPNq6LUsLGDz3rNLg4d7n.lazyloading { background-image: none; }
#vHTiGke17G1HHMrDPUZKuMS4dn2MVWXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rwSbsfuq1XxxAtpAkNA0TCI0F8vZbTdh { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#e2IJxfdN8JN0utOSt3O57bbvoOyv3ne5 { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G { 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; }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G > .row .container { background-color: transparent; background-image: none; }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G > .row .container > .video-iframe-container { display: none; }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G > .row > .video-iframe-container { display: none; }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G > .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); }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G > .row .container { border-width: 0; border-radius: 0; }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 > .row .container { background-color: transparent; background-image: none; }#coqy4I5LMORv82zGy7TsAgxos2GReLP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 > .row .container > .video-iframe-container { display: none; }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 > .row > .video-iframe-container { display: none; }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 > .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); }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 > .row .container { border-width: 0; border-radius: 0; }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#tvwCaSflOXBD1DN5gCZNvxFi9Bb6FWN7 { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#tvwCaSflOXBD1DN5gCZNvxFi9Bb6FWN7.adaptive-delivery-prevent-bg, #tvwCaSflOXBD1DN5gCZNvxFi9Bb6FWN7.lazyload, #tvwCaSflOXBD1DN5gCZNvxFi9Bb6FWN7.lazyloading { background-image: none; }
#zk2Z6zNyf2Af0iT2lmecJfrv9aysWmk6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHtig1gItCmU1k9H7T8DVG38kKlgmsvZ { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#KyQzssBbNVVxyeElgbbf8tgSMpT0n7aW { color:#fff4e6;display:block;width:45.8125rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 { position:relative;display:block; }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 { background-color: transparent; background-image: none; }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 > .row .container > .video-iframe-container { display: none; }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 > .row > .video-iframe-container { display: none; }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 > .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); }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 { border-width: 0; border-radius: 0; }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efeeee;background-image:none;font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yqNkAaG8XL7hGEO9tpX7DqGodbkwe9PI { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:4.5rem;height:1.94921875rem;text-align:left;text-align-last:left;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; }
#XAJOq2wTSTvlx828IADDgxHQn0mGBavq { color:#4f6be5;display:block;width:4.5625rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:1.94921875rem;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; }
#d1TIoygJQ27AuZ3aN1KEbtFdpBaxBzhD { background-color:rgba(79,107,229,0.13);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#4f6be5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:66rem;display:block; }
#d9obCUNH7LXHXSNmkz5XJ7r4q22ZAs75 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TdLSmRyFKdKfB4PwuLwNgXuGc2q6F7qb { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.65625rem;left:32.25rem;display:block; }
#ugpi3H0fFdAw1syhGSuKIBLLTwNbQPz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OvhQCOQE1ClVD99rMaIas7pTQeoPETNy { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.65625rem;left:38.75rem;display:block; }
#e2FWnSXNp2y1oyxnkQFG2byfmkMyDqWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6CKaGgOT5J5AvE8lDlvifugaSgFpURA { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.65625rem;left:47.0625rem;display:block; }
#kIrJcKEcq61tarCfdV1qDTCrv5kiWMl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RoHCoQgBq6AH0zoVE48MNkSsCEKF6mgR { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.65625rem;left:55.25rem;display:block; }
#OezVAzluI5Kr3qmR5BxMWMw8bUDNntQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#efeeee;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#dbCsMWMlNgfkET2VhfwKtTwPHVWz1lMH { color:rgba(var(--color-tertiary-4),1);display:block;width:47rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.79296875rem;left:12.96875rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wk636C4q7IHWhTpWSZrkrDMBtWnluTRd { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9375rem;position:absolute;font-family:"poppins semibold";font-size:3.4375rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:9.87890625rem;left:13.53125rem;height:7.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FLw7zT1SUry7QxSyOANZFU0U9w0m58nV { color:rgba(var(--color-tertiary-4),1);display:block;width:47rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.10546875rem;left:12.96875rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X8mofObc2M4TrVvAnKiGDbMTTeebSOUH { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.625rem;left:20rem;display:block; }
#tfTcMQ2LsUKqCaxk0sOBgOrz4umIdG36 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DrH2Znr8kQROTQFq1cqLo17XH6yKuQdE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#4f6be5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.5625rem;left:39.8125rem;display:block; }
#J7uWpozRO2VWgBJegP0SQKDy0BVeTnLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7b31a643-6425-40d7-8833-962e61081cb3/bg1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi.adaptive-delivery-prevent-bg, #hcALi0qs1DHXPy5G65uJBaarfrrJMlPi.lazyload, #hcALi0qs1DHXPy5G65uJBaarfrrJMlPi.lazyloading { background-image: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container { background-color: transparent; background-image: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container > .video-iframe-container { display: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row > .video-iframe-container { display: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .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); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container { border-width: 0; border-radius: 0; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#tEEw9tunDEfILBzUpeTKJWyqLS1bQxyz { position:absolute;display:block;z-index:15000;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:44rem;width:32.75rem;top:2.0625rem;left:25.8125rem;overflow:hidden;display:block; }
#acdV5837KXVSDX5lMCpdGGWOB9vKn4P0 { box-sizing:content-box;height:32.125rem;width:15.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/01c1c5c0-cb91-4d8d-94a3-4997ef3751aa/home.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:29.8125rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }#acdV5837KXVSDX5lMCpdGGWOB9vKn4P0.adaptive-delivery-prevent-bg, #acdV5837KXVSDX5lMCpdGGWOB9vKn4P0.lazyload, #acdV5837KXVSDX5lMCpdGGWOB9vKn4P0.lazyloading { background-image: none; }
#SSA2zFBLmG6xT3dT08LkisMSEX7gi9fO { position:absolute;display:block;z-index:15002;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:0.8125rem;width:6.9375rem;top:2.5rem;left:33.75rem;overflow:hidden;display:block; }
#evvKQq8UxwMrNB855FRTO0zKimfNK7E1 { box-sizing:content-box;height:0.3125rem;width:7rem;position:absolute;display:block;z-index:15002;background-color:#0b0b0b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.9375rem;left:33.8125rem;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;display:block; }
#xroL2LLFdPQhkmOxlghPTUbUL96N76fO { position:absolute;display:block;z-index:15003;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:8.625rem;width:8.6875rem;top:9.3125rem;left:49.875rem;overflow:hidden;display:block; }
#uBD6tv19eqNGxLxh9pX6NQ6JddTLDkdy { position:absolute;display:block;z-index:15004;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:4.6875rem;width:11.9375rem;top:17.9375rem;left:14.75rem;overflow:hidden;display:block; }
#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB { 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; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container { background-color: transparent; background-image: none; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container > .video-iframe-container { display: none; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row > .video-iframe-container { display: none; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .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); }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container { border-width: 0; border-radius: 0; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#Gdc1sxZGidficzObg6XU8UK3BB7TKdBl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:"poppins semibold";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.1875rem;left:37.4375rem;height:4.548825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Cuw3yK2nS4RqUlZQz0AcgGnmwlsksz0e { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:19rem;left:37.4375rem;height:4.798825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Kgceqxg4WKwg1ln5P0ampMXlz5O6UfQT { position:absolute;display:block;z-index:15007;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:27.625rem;width:31.8125rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#hWCPQffXokH21hHJtviDdzTiq83TW2lg { 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; }#hWCPQffXokH21hHJtviDdzTiq83TW2lg > .row .container { background-color: transparent; background-image: none; }#hWCPQffXokH21hHJtviDdzTiq83TW2lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWCPQffXokH21hHJtviDdzTiq83TW2lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWCPQffXokH21hHJtviDdzTiq83TW2lg > .row .container > .video-iframe-container { display: none; }#hWCPQffXokH21hHJtviDdzTiq83TW2lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWCPQffXokH21hHJtviDdzTiq83TW2lg > .row > .video-iframe-container { display: none; }#hWCPQffXokH21hHJtviDdzTiq83TW2lg > .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); }#hWCPQffXokH21hHJtviDdzTiq83TW2lg > .row .container { border-width: 0; border-radius: 0; }#hWCPQffXokH21hHJtviDdzTiq83TW2lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWCPQffXokH21hHJtviDdzTiq83TW2lg > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#XrsvveMInxAbTeLNqs5eCxzTQw1CNBQo { box-sizing:content-box;height:36.375rem;width:42.8125rem;position:absolute;display:block;z-index:15004;background-color:#efeeee;background-image:url("https://images.assets-landingi.com/uc/b190de56-a699-4643-b688-a647580d8b2d/bg1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:32.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#XrsvveMInxAbTeLNqs5eCxzTQw1CNBQo.adaptive-delivery-prevent-bg, #XrsvveMInxAbTeLNqs5eCxzTQw1CNBQo.lazyload, #XrsvveMInxAbTeLNqs5eCxzTQw1CNBQo.lazyloading { background-image: none; }
#mzO2AnTDqlgwKDByeT02U0eA0WC7n9e3 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:"poppins semibold";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:14.4375rem;left:0rem;height:4.548825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ugTqs74Aw6KOq8OGXHyF09QhxrWwSREP { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:20.5rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FGJVEXydFPEaMMqNLScq949weccCQHmi { box-sizing:content-box;height:29.0625rem;width:16.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a9fcac3-771a-4d7d-af3a-4684654c1ff4/calendar.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 1.125rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.8125rem;left:43.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#FGJVEXydFPEaMMqNLScq949weccCQHmi.adaptive-delivery-prevent-bg, #FGJVEXydFPEaMMqNLScq949weccCQHmi.lazyload, #FGJVEXydFPEaMMqNLScq949weccCQHmi.lazyloading { background-image: none; }
#XJpozxneg9vk8fUqK0p4cAAKT3dCIIQP { box-sizing:content-box;height:25.0625rem;width:16.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/313fa0c3-2a16-4e24-b27e-0b65ccd723b4/module_calendar.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 1.125rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5rem;left:55.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#XJpozxneg9vk8fUqK0p4cAAKT3dCIIQP.adaptive-delivery-prevent-bg, #XJpozxneg9vk8fUqK0p4cAAKT3dCIIQP.lazyload, #XJpozxneg9vk8fUqK0p4cAAKT3dCIIQP.lazyloading { background-image: none; }
#vTvkFxmZKL9IgcRsUkbIOTbXFLgykmP8 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fb9a17e6-cd3d-41ca-b15d-05a8ae378c75/graf2.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 1.125rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:35.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#vTvkFxmZKL9IgcRsUkbIOTbXFLgykmP8.adaptive-delivery-prevent-bg, #vTvkFxmZKL9IgcRsUkbIOTbXFLgykmP8.lazyload, #vTvkFxmZKL9IgcRsUkbIOTbXFLgykmP8.lazyloading { background-image: none; }
#onSXlNzUrM1JI6RU97ETK5tKqmK3TlW8 { box-sizing:content-box;height:4.3125rem;width:6.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/610d585d-aeee-4ccc-a397-0f68b8da3372/graf4.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 1.125rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:34.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#onSXlNzUrM1JI6RU97ETK5tKqmK3TlW8.adaptive-delivery-prevent-bg, #onSXlNzUrM1JI6RU97ETK5tKqmK3TlW8.lazyload, #onSXlNzUrM1JI6RU97ETK5tKqmK3TlW8.lazyloading { background-image: none; }
#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX { 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; }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX > .row .container { background-color: transparent; background-image: none; }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX > .row .container > .video-iframe-container { display: none; }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX > .row > .video-iframe-container { display: none; }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX > .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); }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX > .row .container { border-width: 0; border-radius: 0; }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#MStSWd5GSVuq3PI6L0WnfyogdhXTJ5rD { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:"poppins semibold";font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.412109375rem;left:11.3125rem;height:3.67480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf { 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; }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf > .row .container { background-color: transparent; background-image: none; }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf > .row .container > .video-iframe-container { display: none; }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf > .row > .video-iframe-container { display: none; }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf > .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); }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf > .row .container { border-width: 0; border-radius: 0; }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#NUIIs5LI2TTkim77NfP70tlZxBQ0I9WO { box-sizing:content-box;height:23.5625rem;width:36.4375rem;position:absolute;display:block;z-index:15002;background-color:#3d5cff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#dTOQ0U8OWDUcKHWKBSnsNSD5TnL1izeA { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"poppins semibold";font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:17.3125rem;left:2.4375rem;height:2.2749rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bxaMDc9TJ5biplKR89rOihoVpmPwus3z { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:19.9375rem;left:2.4375rem;height:1.69970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y84yGPZ0y1SNoV1vTkvaBAlq6iOMyDsC { position:absolute;display:block;z-index:15006;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:14.875rem;width:23.5625rem;top:0rem;left:6.4375rem;overflow:hidden;display:block; }
#kzuTiTFrVmax2SVp6Gy99T4RtdILWqeW { box-sizing:content-box;height:23.5625rem;width:36.4375rem;position:absolute;display:block;z-index:15006;background-color:#efeeee;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:38.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rEU4std8RUTMuAhmSoDPqmO9mbHRoI1N { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"poppins semibold";font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:17.3125rem;left:41rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TNmgefi7VSoUG834ebeaFDiIT6olZ2eJ { color:#000000;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:19.9375rem;left:41rem;height:1.69970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yC2HUQtosnAO20Gkun2NnLxvAfeFuIpW { position:absolute;display:block;z-index:15010;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:15.6875rem;width:27.875rem;top:0rem;left:42.25rem;overflow:hidden;display:block; }
#En66URQyeD6grzVMcMdTAw1iZz8FlSVU { 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; }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU > .row .container { background-color: transparent; background-image: none; }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU > .row .container > .video-iframe-container { display: none; }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU > .row > .video-iframe-container { display: none; }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU > .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); }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU > .row .container { border-width: 0; border-radius: 0; }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#B48DAecSfLT9wv4vWowU5U3mggrSUulE { box-sizing:content-box;height:23.5625rem;width:36.4375rem;position:absolute;display:block;z-index:15002;background-color:#efeeee;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ZcTquUpZfuSA7TWGm0E6Jaxemv09CoGB { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"poppins semibold";font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:17.3125rem;left:2.4375rem;height:2.2749rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S14Fq3dLVFZUcChADGlwscXC9mr4BaTT { color:#000000;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:19.9375rem;left:2.4375rem;height:1.69970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VxTMDHmdu7eIzcSO4qTFxAe9RhGe1fl3 { position:absolute;display:block;z-index:15006;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:12.875rem;width:23.5625rem;top:2.25rem;left:6.4375rem;overflow:hidden;display:block; }
#GbOtbKOpAgTxtGHBhRxpqL3OUwCCpnag { box-sizing:content-box;height:23.5625rem;width:36.4375rem;position:absolute;display:block;z-index:15006;background-color:#ead9ef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:38.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#D7PXLLTb0RUqCUKzhwKCTOC4bRtTxWTP { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"poppins semibold";font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:17.3125rem;left:41rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s6lCivH5wJ2EDJ00zUbkJ1mg732z0hna { color:#000000;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:19.9375rem;left:41rem;height:1.69970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GPcUFz4EFrfzDZkVCZTGsHZuksmM8UgZ { position:absolute;display:block;z-index:15010;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:14.875rem;width:27.875rem;top:1.25rem;left:43.5625rem;overflow:hidden;display:block; }
#r78PEsVCJznri1eb2pVko7QG0r4moFQr { 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; }#r78PEsVCJznri1eb2pVko7QG0r4moFQr > .row .container { background-color: transparent; background-image: none; }#r78PEsVCJznri1eb2pVko7QG0r4moFQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78PEsVCJznri1eb2pVko7QG0r4moFQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78PEsVCJznri1eb2pVko7QG0r4moFQr > .row .container > .video-iframe-container { display: none; }#r78PEsVCJznri1eb2pVko7QG0r4moFQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r78PEsVCJznri1eb2pVko7QG0r4moFQr > .row > .video-iframe-container { display: none; }#r78PEsVCJznri1eb2pVko7QG0r4moFQr > .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); }#r78PEsVCJznri1eb2pVko7QG0r4moFQr > .row .container { border-width: 0; border-radius: 0; }#r78PEsVCJznri1eb2pVko7QG0r4moFQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r78PEsVCJznri1eb2pVko7QG0r4moFQr > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#xWFMuWGO2C5Jt7Z0DQX3BRwS9Ca8NWsX { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:"poppins semibold";font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.412109375rem;left:11.25rem;height:3.67480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE { 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; }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE > .row .container { background-color: transparent; background-image: none; }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE > .row .container > .video-iframe-container { display: none; }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE > .row > .video-iframe-container { display: none; }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE > .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); }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE > .row .container { border-width: 0; border-radius: 0; }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#c3XnrFLTbiMFqy4HETTuRMugHwpoNJWw { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"poppins semibold";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.55078125rem;left:5.125rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RrRCpVvrtqdJkach3gyusKNm7S9P9yB7 { color:#000000;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:7.7890625rem;left:5.125rem;height:3.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z8rp7b3PWv8hcGetH401zFo6J386CxnA { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.625rem rgba(11,11,11,0.12) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.025390625rem;left:1.25rem;display:block; }
#pGTOGO4I9doi5HVzawhMGWO2bWFlV4Uk { box-sizing:content-box;height:0.0625rem;width:27.25rem;position:absolute;display:block;z-index:15008;background-color:#efeeee;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:0rem;display:block; }
#HoT4lLc6JN2X5JD6fa5BHvoKJTNBua8d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.681640625rem;left:1.90625rem; }
#ILiV9laZ6i36EPSOJLwZPLNBv6ged6Qd { box-sizing:content-box;height:0.0625rem;width:27.25rem;position:absolute;display:block;z-index:15013;background-color:#efeeee;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.125rem;left:0rem;display:block; }
#D2SznqCbue3o0GTNH2gHw1UvomTSTRq3 { color:#000000;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:17.25rem;left:5.125rem;height:3.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ot92lAObsAt4WCreIkvw7Du4iiRiK4Ap { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"poppins semibold";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:15rem;left:5.125rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZN26TTRptl8sEpIydeDfOU9GTHTvJddM { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.625rem rgba(11,11,11,0.12) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5rem;left:1.25rem;display:block; }
#FamTSgrasS5n7T23IMBBDptlTpXPEq4P { 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:15014;opacity:1;top:15.3125rem;left:1.875rem; }
#Jr0HgOPc2ElZr6t8S74vksUKtpIPqlPF { box-sizing:content-box;height:0.0625rem;width:27.25rem;position:absolute;display:block;z-index:15018;background-color:#efeeee;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.625rem;left:0rem;display:block; }
#kX6x7IWU9bJT0xxNJ4Mw81WurDdcMaoc { color:#000000;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:26.75rem;left:5.125rem;height:3.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TC3WOUd6HZKfuAdCdXaJ1iN2WqvbCSNR { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"poppins semibold";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:24.5rem;left:5.125rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qHvrF5lLbCeARVOzlZroAudhuHIPQRGh { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.625rem rgba(11,11,11,0.12) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:1.25rem;display:block; }
#EaBnTDHKt0wtDTKZfBon7fwpNebneTEq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:24.6875rem;left:1.9375rem; }
#KC3dBR10pl9VTC9FUPnDCZp5HdMs8Law { box-sizing:content-box;height:0.0625rem;width:27.25rem;position:absolute;display:block;z-index:15023;background-color:#efeeee;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.125rem;left:0rem;display:block; }
#wruhBpftKLCItT8hIq93AfWU4vO5a4tk { color:#000000;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:36.25rem;left:5.125rem;height:3.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rCm3fM9ZR4A6hluBdGacadNkspfua4MM { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"poppins semibold";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:34rem;left:5.125rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a0XAXZ2uhPs6nGERO9ARZf9HomWS6fDt { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.625rem rgba(11,11,11,0.12) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.5rem;left:1.25rem;display:block; }
#VOkI4GTQ0ZxJiBPKqJH6bxPBv5gZOTwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:34.1875rem;left:1.9375rem; }
#JyBnrP1nCOLq1GkCgH1IEocVSLRBe7vk { box-sizing:content-box;height:36.375rem;width:42.8125rem;position:absolute;display:block;z-index:14999;background-color:#efeeee;background-image:url("https://images.assets-landingi.com/uc/35a30a98-3303-4d26-933e-3b2e524c6ca9/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.025390625rem;left:32.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#JyBnrP1nCOLq1GkCgH1IEocVSLRBe7vk.adaptive-delivery-prevent-bg, #JyBnrP1nCOLq1GkCgH1IEocVSLRBe7vk.lazyload, #JyBnrP1nCOLq1GkCgH1IEocVSLRBe7vk.lazyloading { background-image: none; }
#LSsuR1cJuGnhHcSs7ymMEoGKzen4Nx9O { position:absolute;display:block;z-index:15025;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:40.8125rem;width:31.0625rem;top:0.4375rem;left:33.5rem;overflow:hidden;display:block; }
#NkIkGm4R3oD4oRCE8K4Idvm1TtZh9S8i { box-sizing:content-box;height:25.75rem;width:14.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a9fcac3-771a-4d7d-af3a-4684654c1ff4/calendar.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.5rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.76171875rem;left:57.07421875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#NkIkGm4R3oD4oRCE8K4Idvm1TtZh9S8i.adaptive-delivery-prevent-bg, #NkIkGm4R3oD4oRCE8K4Idvm1TtZh9S8i.lazyload, #NkIkGm4R3oD4oRCE8K4Idvm1TtZh9S8i.lazyloading { background-image: none; }
#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 { 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; }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 > .row .container { background-color: transparent; background-image: none; }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 > .row .container > .video-iframe-container { display: none; }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 > .row > .video-iframe-container { display: none; }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 > .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); }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 > .row .container { border-width: 0; border-radius: 0; }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#GX3rl00iuzQREgIciCBqDLHztrqDwhK8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:"poppins semibold";font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.412109375rem;left:24.78125rem;height:3.67480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row .container { background-color: transparent; background-image: none; }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row .container > .video-iframe-container { display: none; }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row > .video-iframe-container { display: none; }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .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); }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row .container { border-width: 0; border-radius: 0; }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#XAHQ0Wksay5BltrNHHI6pZ3gLZZeADr5 { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:4.5rem;left:3.6875rem;height:5.09765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#psq79t5VWyBBACWqJcWbKcdJ3oO3CTLf { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:2.75rem;width:2.75rem;top:12.1875rem;left:3.6875rem;overflow:hidden;display:block; }
#HE8xBmHuMPng1s7rZOGaPAGf7Ut3dqxn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:12.375rem;left:7.3125rem;height:1.29980625rem;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; }
#Q9TzINLvtePaFgfb0OHEVR9NGST8Uh5R { color:rgba(0,0,0,0.4);display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13.75rem;left:7.3125rem;height:1.13720625rem;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; }
#Ov8DX68fOJT9UeqO0fDzTTkqNnzzGEH5 { position:absolute;display:block;z-index:15007;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;box-shadow: 0rem 0.125rem 0.75rem rgba(0,0,0,0.1) ;height:17.4375rem;width:36.4375rem;top:1.125rem;left:0rem;display:block; }
#xAFcC1V7VuN1UBWeDKr9XhzNH4sqeVdQ { color:rgba(0,0,0,0.4);display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:13.75rem;left:45.875rem;height:1.13720625rem;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; }
#wZJsOw3n0wsErFnS619irCyDEhn9AM0F { position:absolute;display:block;z-index:15012;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;box-shadow: 0rem 0.125rem 0.75rem rgba(0,0,0,0.1) ;height:17.4375rem;width:36.4375rem;top:1.125rem;left:38.5625rem;display:block; }
#rhWcAqg8wtynI2ubl89sX6yEBizt1x2I { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:4.5rem;left:42.25rem;height:3.3994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JGqxLhKfdBlifDQrmtbyvvBEwEsVP2nB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:12.375rem;left:45.875rem;height:1.29980625rem;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; }
#tDI7t7yMVDdlxchwFFmTBgGCeVTc6ANX { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:2.75rem;width:2.75rem;top:12.1875rem;left:42.25rem;overflow:hidden;display:block; }
#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6941066-4f36-492b-92cb-39ad17fde0b7/bg4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S.adaptive-delivery-prevent-bg, #d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S.lazyload, #d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S.lazyloading { background-image: none; }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S > .row .container { background-color: transparent; background-image: none; }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S > .row .container > .video-iframe-container { display: none; }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S > .row > .video-iframe-container { display: none; }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S > .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); }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S > .row .container { border-width: 0; border-radius: 0; }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S > .row > .video-iframe-container { border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#gxqKV7wvoOIisZk44FZhobSiAkezmT3a { position:absolute;display:block;z-index:15000;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:21.0625rem;width:16.8125rem;top:20.6875rem;left:31.8125rem;overflow:hidden;display:block; }
#rzwioo3E9AOfTpp6nlOgvhHVU5lp0c2T { box-sizing:content-box;height:15.3125rem;width:7.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/01c1c5c0-cb91-4d8d-94a3-4997ef3751aa/home.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21rem;left:33.625rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }#rzwioo3E9AOfTpp6nlOgvhHVU5lp0c2T.adaptive-delivery-prevent-bg, #rzwioo3E9AOfTpp6nlOgvhHVU5lp0c2T.lazyload, #rzwioo3E9AOfTpp6nlOgvhHVU5lp0c2T.lazyloading { background-image: none; }
#X4OxgDxcGR24qyiAqE0CdwZel3iuaTwW { position:absolute;display:block;z-index:15002;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:0.375rem;width:4.25rem;top:21rem;left:35.125rem;overflow:hidden;display:block; }
#uT7GuPn9pu59plWpE2hKn1RSCDHCtpnH { box-sizing:content-box;height:0.1875rem;width:2.75rem;position:absolute;display:block;z-index:15002;background-color:#0b0b0b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5rem;left:35.875rem;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;display:block; }
#IcoK4GqBn70GhAxHi5ThpTpnV0PJGTy0 { color:rgba(var(--color-tertiary-4),1);display:block;width:47rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:13.78125rem;height:2.2749rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sTQGmyHSKndaNFVdX1EPpNT1gvqQJKbK { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:"poppins semibold";font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8rem;left:16.40625rem;height:5.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TEFVGCu4t7g0lKpTgTxmcIU4EDDZdfdU { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.1875rem;left:28.0625rem;display:block; }
#wMhErZA4kr07qZtdQffHdwRVbUtGUaMg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeeee;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; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container { background-color: transparent; background-image: none; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container > .video-iframe-container { display: none; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row > .video-iframe-container { display: none; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .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); }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container { border-width: 0; border-radius: 0; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#ZRny0oybzNn2KnptkyzA3PHpNCLlaS6i { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:3.625rem;left:42.8125rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DfLW0LM9Hgkx3JOqiyToxi5ny2q8sQIH { color:rgba(0,0,0,0.6);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.4375rem;left:42.8125rem;height:4.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTxuhGgBwgUMDmoyNnmyXF73SUZL9U0i { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"poppins semibold";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.625rem;left:22.5625rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p7dwBJ1fVQCDvDab6gGf3D1viKUxBXpE { color:rgba(0,0,0,0.6);display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.4375rem;left:22.5625rem;height:6.39844375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gOxdo5i5LNKFmE0OJRdt8s22Zg6gqiUT { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(79,107,229,0.1);background-image:none;top:6.125rem;left:61.25rem;display:block; }
#CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:6.9375rem;left:62.0625rem; }
#CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#gldUxqtrhe0cxIVZo7slpNt9tuauSPtp { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(79,107,229,0.1);background-image:none;top:6.125rem;left:65.5rem;display:block; }
#auBPzyK1IpVG44mfkc0cO9TOAPqoEHT9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:6.9375rem;left:66.3125rem; }
#rtb0BqP5hidMmEas40UUsaiEt68eav4O { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(79,107,229,0.1);background-image:none;top:6.1875rem;left:69.75rem;display:block; }
#pA6cCLIkKr493sQS905TWTBzVJUhXf9x { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7rem;left:70.5625rem; }
#x3v0r80MiBJfuLJCpGpfguVqJCacHVWv { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.625rem;left:4.5rem;height:1.94921875rem;text-align:left;text-align-last:left;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; }
#mcO0GbQh6E98weW7LfWEc7mPE77KNTu4 { color:#4f6be5;display:block;width:4.5625rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:1.94970625rem;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; }
#LK4DflTmdGbkabZBptZ0aRO0FC8SSx7e { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:3.625rem;left:61.25rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU { display:block; }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsxRfWe7OQivPNq6LUsLGDz3rNLg4d7n { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHTiGke17G1HHMrDPUZKuMS4dn2MVWXQ { display:block; }
 }@media only screen and (max-width: 763px) { #rwSbsfuq1XxxAtpAkNA0TCI0F8vZbTdh { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2IJxfdN8JN0utOSt3O57bbvoOyv3ne5 { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G { display:block; }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coqy4I5LMORv82zGy7TsAgxos2GReLP1 { display:block; }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvwCaSflOXBD1DN5gCZNvxFi9Bb6FWN7 { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk2Z6zNyf2Af0iT2lmecJfrv9aysWmk6 { display:block; }
 }@media only screen and (max-width: 763px) { #zHtig1gItCmU1k9H7T8DVG38kKlgmsvZ { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyQzssBbNVVxyeElgbbf8tgSMpT0n7aW { top:3.5625rem;left:0rem;width:45.8125rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 { display:block; }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqNkAaG8XL7hGEO9tpX7DqGodbkwe9PI { width:6rem;height:1.9375rem;top:0.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAJOq2wTSTvlx828IADDgxHQn0mGBavq { width:4.5625rem;height:1.9375rem;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1TIoygJQ27AuZ3aN1KEbtFdpBaxBzhD { width:9rem;height:2.625rem;top:1.0625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9obCUNH7LXHXSNmkz5XJ7r4q22ZAs75 { display:block; }
 }@media only screen and (max-width: 763px) { #TdLSmRyFKdKfB4PwuLwNgXuGc2q6F7qb { width:5.625rem;height:2.625rem;top:0.625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugpi3H0fFdAw1syhGSuKIBLLTwNbQPz6 { display:block; }
 }@media only screen and (max-width: 763px) { #OvhQCOQE1ClVD99rMaIas7pTQeoPETNy { width:7.4375rem;height:2.625rem;top:0.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2FWnSXNp2y1oyxnkQFG2byfmkMyDqWZ { display:block; }
 }@media only screen and (max-width: 763px) { #Q6CKaGgOT5J5AvE8lDlvifugaSgFpURA { width:6.625rem;height:2.625rem;top:0.625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIrJcKEcq61tarCfdV1qDTCrv5kiWMl6 { display:block; }
 }@media only screen and (max-width: 763px) { #RoHCoQgBq6AH0zoVE48MNkSsCEKF6mgR { width:7.625rem;height:2.625rem;top:0.625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OezVAzluI5Kr3qmR5BxMWMw8bUDNntQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbCsMWMlNgfkET2VhfwKtTwPHVWz1lMH { width:47rem;height:2.25rem;top:6.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk636C4q7IHWhTpWSZrkrDMBtWnluTRd { width:47.75rem;height:7.5625rem;top:9.875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLw7zT1SUry7QxSyOANZFU0U9w0m58nV { width:47rem;height:1.25rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8mofObc2M4TrVvAnKiGDbMTTeebSOUH { width:18.875rem;height:3.3125rem;top:23.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfTcMQ2LsUKqCaxk0sOBgOrz4umIdG36 { display:block; }
 }@media only screen and (max-width: 763px) { #DrH2Znr8kQROTQFq1cqLo17XH6yKuQdE { width:9.9375rem;height:3.4375rem;top:23.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7uWpozRO2VWgBJegP0SQKDy0BVeTnLf { display:block; }
 }@media only screen and (max-width: 763px) { #hcALi0qs1DHXPy5G65uJBaarfrrJMlPi { display:block; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEEw9tunDEfILBzUpeTKJWyqLS1bQxyz { width:32.75rem;height:44rem;top:2.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acdV5837KXVSDX5lMCpdGGWOB9vKn4P0 { width:15.125rem;height:32.125rem;top:2.5625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSA2zFBLmG6xT3dT08LkisMSEX7gi9fO { width:6.9375rem;height:0.8125rem;top:2.5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evvKQq8UxwMrNB855FRTO0zKimfNK7E1 { width:7rem;height:0.3125rem;top:33.9375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xroL2LLFdPQhkmOxlghPTUbUL96N76fO { width:8.6875rem;height:8.625rem;top:9.3125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBD6tv19eqNGxLxh9pX6NQ6JddTLDkdy { width:11.9375rem;height:4.6875rem;top:17.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB { display:block; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gdc1sxZGidficzObg6XU8UK3BB7TKdBl { width:32.5rem;height:4.5rem;top:13.1875rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuw3yK2nS4RqUlZQz0AcgGnmwlsksz0e { width:32.5rem;height:4.8125rem;top:19rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgceqxg4WKwg1ln5P0ampMXlz5O6UfQT { width:31.8125rem;height:27.625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWCPQffXokH21hHJtviDdzTiq83TW2lg { display:block; }#hWCPQffXokH21hHJtviDdzTiq83TW2lg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrsvveMInxAbTeLNqs5eCxzTQw1CNBQo { width:42.8125rem;height:36.375rem;top:2.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzO2AnTDqlgwKDByeT02U0eA0WC7n9e3 { width:27.25rem;height:4.5625rem;top:14.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugTqs74Aw6KOq8OGXHyF09QhxrWwSREP { width:27.25rem;height:4.8125rem;top:20.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGJVEXydFPEaMMqNLScq949weccCQHmi { width:16.125rem;height:29.0625rem;top:5.8125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJpozxneg9vk8fUqK0p4cAAKT3dCIIQP { width:16.125rem;height:25.0625rem;top:3.5rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTvkFxmZKL9IgcRsUkbIOTbXFLgykmP8 { width:10rem;height:10rem;top:19.6875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #onSXlNzUrM1JI6RU97ETK5tKqmK3TlW8 { width:6.1875rem;height:4.3125rem;top:12.9375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX { display:block; }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MStSWd5GSVuq3PI6L0WnfyogdhXTJ5rD { width:47.75rem;height:3.6875rem;top:4.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf { display:block; }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUIIs5LI2TTkim77NfP70tlZxBQ0I9WO { width:36.4375rem;height:23.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTOQ0U8OWDUcKHWKBSnsNSD5TnL1izeA { width:26.25rem;height:2.25rem;top:17.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxaMDc9TJ5biplKR89rOihoVpmPwus3z { width:31.125rem;height:1.6875rem;top:19.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y84yGPZ0y1SNoV1vTkvaBAlq6iOMyDsC { width:23.5625rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzuTiTFrVmax2SVp6Gy99T4RtdILWqeW { width:36.4375rem;height:23.5625rem;top:0rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEU4std8RUTMuAhmSoDPqmO9mbHRoI1N { width:26.25rem;height:;top:17.3125rem;left:21.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNmgefi7VSoUG834ebeaFDiIT6olZ2eJ { width:31.125rem;height:1.6875rem;top:19.9375rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC2HUQtosnAO20Gkun2NnLxvAfeFuIpW { width:27.875rem;height:15.6875rem;top:0rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #En66URQyeD6grzVMcMdTAw1iZz8FlSVU { display:block; }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B48DAecSfLT9wv4vWowU5U3mggrSUulE { width:36.4375rem;height:23.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcTquUpZfuSA7TWGm0E6Jaxemv09CoGB { width:26.25rem;height:;top:17.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S14Fq3dLVFZUcChADGlwscXC9mr4BaTT { width:31.125rem;height:1.6875rem;top:19.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxTMDHmdu7eIzcSO4qTFxAe9RhGe1fl3 { width:23.5625rem;height:12.875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbOtbKOpAgTxtGHBhRxpqL3OUwCCpnag { width:36.4375rem;height:23.5625rem;top:0rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7PXLLTb0RUqCUKzhwKCTOC4bRtTxWTP { width:26.25rem;height:;top:17.3125rem;left:21.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6lCivH5wJ2EDJ00zUbkJ1mg732z0hna { width:31.125rem;height:1.6875rem;top:19.9375rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPcUFz4EFrfzDZkVCZTGsHZuksmM8UgZ { width:27.875rem;height:14.875rem;top:1.25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r78PEsVCJznri1eb2pVko7QG0r4moFQr { display:block; }#r78PEsVCJznri1eb2pVko7QG0r4moFQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWFMuWGO2C5Jt7Z0DQX3BRwS9Ca8NWsX { width:47.75rem;height:3.625rem;top:4.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC06uFOo3NOS1WO11ZyB8bzb30afNhmE { display:block; }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3XnrFLTbiMFqy4HETTuRMugHwpoNJWw { width:23.625rem;height:1.5625rem;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrRCpVvrtqdJkach3gyusKNm7S9P9yB7 { width:23.625rem;height:3.375rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8rp7b3PWv8hcGetH401zFo6J386CxnA { width:2.625rem;height:2.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTOGO4I9doi5HVzawhMGWO2bWFlV4Uk { width:27.25rem;height:0.0625rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoT4lLc6JN2X5JD6fa5BHvoKJTNBua8d { width:1.5rem;height:1.5rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILiV9laZ6i36EPSOJLwZPLNBv6ged6Qd { width:27.25rem;height:0.0625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2SznqCbue3o0GTNH2gHw1UvomTSTRq3 { width:23.625rem;height:3.375rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot92lAObsAt4WCreIkvw7Du4iiRiK4Ap { width:23.625rem;height:1.5625rem;top:15rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN26TTRptl8sEpIydeDfOU9GTHTvJddM { width:2.625rem;height:2.625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FamTSgrasS5n7T23IMBBDptlTpXPEq4P { width:1.4375rem;height:1.4375rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr0HgOPc2ElZr6t8S74vksUKtpIPqlPF { width:27.25rem;height:0.0625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX6x7IWU9bJT0xxNJ4Mw81WurDdcMaoc { width:23.625rem;height:3.375rem;top:26.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3WOUd6HZKfuAdCdXaJ1iN2WqvbCSNR { width:23.625rem;height:1.5625rem;top:24.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHvrF5lLbCeARVOzlZroAudhuHIPQRGh { width:2.625rem;height:2.625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaBnTDHKt0wtDTKZfBon7fwpNebneTEq { width:1.3125rem;height:1.3125rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC3dBR10pl9VTC9FUPnDCZp5HdMs8Law { width:27.25rem;height:0.0625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wruhBpftKLCItT8hIq93AfWU4vO5a4tk { width:23.625rem;height:3.375rem;top:36.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCm3fM9ZR4A6hluBdGacadNkspfua4MM { width:23.625rem;height:;top:34rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0XAXZ2uhPs6nGERO9ARZf9HomWS6fDt { width:2.625rem;height:2.625rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOkI4GTQ0ZxJiBPKqJH6bxPBv5gZOTwT { width:1.3125rem;height:1.3125rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBnrP1nCOLq1GkCgH1IEocVSLRBe7vk { width:42.8125rem;height:36.375rem;top:5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSsuR1cJuGnhHcSs7ymMEoGKzen4Nx9O { width:31.0625rem;height:40.8125rem;top:0.4375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkIkGm4R3oD4oRCE8K4Idvm1TtZh9S8i { width:14.25rem;height:25.75rem;top:1.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 { display:block; }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GX3rl00iuzQREgIciCBqDLHztrqDwhK8 { width:25.4375rem;height:3.625rem;top:4.375rem;left:11.15625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt { display:block; }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAHQ0Wksay5BltrNHHI6pZ3gLZZeADr5 { width:27.9375rem;height:5.0625rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psq79t5VWyBBACWqJcWbKcdJ3oO3CTLf { width:2.75rem;height:2.75rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE8xBmHuMPng1s7rZOGaPAGf7Ut3dqxn { width:22.9375rem;height:4.3125rem;top:16.812499046326rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9TzINLvtePaFgfb0OHEVR9NGST8Uh5R { width:22.9375rem;height:4.3125rem;top:16.812499046326rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov8DX68fOJT9UeqO0fDzTTkqNnzzGEH5 { top:0.6875rem;left:23.8125rem;width:23.9375rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAFcC1V7VuN1UBWeDKr9XhzNH4sqeVdQ { width:22.9375rem;height:4.3125rem;top:16.812499046326rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZJsOw3n0wsErFnS619irCyDEhn9AM0F { top:0.6875rem;left:23.8125rem;width:23.9375rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhWcAqg8wtynI2ubl89sX6yEBizt1x2I { width:27.9375rem;height:3.375rem;top:4.5rem;left:19.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGqxLhKfdBlifDQrmtbyvvBEwEsVP2nB { width:22.9375rem;height:4.3125rem;top:16.812499046326rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDI7t7yMVDdlxchwFFmTBgGCeVTc6ANX { width:2.75rem;height:2.75rem;top:12.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S { display:block; }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxqKV7wvoOIisZk44FZhobSiAkezmT3a { width:16.8125rem;height:21.0625rem;top:20.6875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzwioo3E9AOfTpp6nlOgvhHVU5lp0c2T { width:7.3125rem;height:15.3125rem;top:21rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4OxgDxcGR24qyiAqE0CdwZel3iuaTwW { width:4.25rem;height:0.375rem;top:21rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT7GuPn9pu59plWpE2hKn1RSCDHCtpnH { width:2.75rem;height:0.1875rem;top:35.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcoK4GqBn70GhAxHi5ThpTpnV0PJGTy0 { width:47rem;height:2.25rem;top:3.8125rem;left:0.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTQGmyHSKndaNFVdX1EPpNT1gvqQJKbK { width:42.1875rem;height:5.4375rem;top:8rem;left:2.78125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEFVGCu4t7g0lKpTgTxmcIU4EDDZdfdU { width:18.875rem;height:3.3125rem;top:15.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMhErZA4kr07qZtdQffHdwRVbUtGUaMg { display:block; }
 }@media only screen and (max-width: 763px) { #sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr { display:block; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRny0oybzNn2KnptkyzA3PHpNCLlaS6i { width:13.75rem;height:1.8125rem;top:3.625rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfLW0LM9Hgkx3JOqiyToxi5ny2q8sQIH { width:13.75rem;height:4.8125rem;top:6.4375rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxuhGgBwgUMDmoyNnmyXF73SUZL9U0i { width:17.125rem;height:1.75rem;top:3.625rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7dwBJ1fVQCDvDab6gGf3D1viKUxBXpE { width:17.5rem;height:6.375rem;top:6.4375rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOxdo5i5LNKFmE0OJRdt8s22Zg6gqiUT { width:3rem;height:3rem;top:6.125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D { width:1.375rem;height:1.375rem;top:6.9375rem;left:46.375rem;display:block; }
#CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #gldUxqtrhe0cxIVZo7slpNt9tuauSPtp { width:3rem;height:3rem;top:6.125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #auBPzyK1IpVG44mfkc0cO9TOAPqoEHT9 { width:1.375rem;height:1.375rem;top:6.9375rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtb0BqP5hidMmEas40UUsaiEt68eav4O { width:3rem;height:3rem;top:6.1875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA6cCLIkKr493sQS905TWTBzVJUhXf9x { width:1.375rem;height:1.375rem;top:7rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3v0r80MiBJfuLJCpGpfguVqJCacHVWv { width:6rem;height:1.9375rem;top:3.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcO0GbQh6E98weW7LfWEc7mPE77KNTu4 { width:4.5625rem;height:1.9375rem;top:3.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK4DflTmdGbkabZBptZ0aRO0FC8SSx7e { width:13.75rem;height:1.75rem;top:3.625rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU { position:relative;z-index:auto;display:block; }#qRm4uUruoV5vKAMqTkh6E1O2tFV1T8XU > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsxRfWe7OQivPNq6LUsLGDz3rNLg4d7n { width:9.6875rem;height:3.125rem;top:7.796875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHTiGke17G1HHMrDPUZKuMS4dn2MVWXQ { display:block; }
 }@media only screen and (max-width: 763px) { #rwSbsfuq1XxxAtpAkNA0TCI0F8vZbTdh { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2IJxfdN8JN0utOSt3O57bbvoOyv3ne5 { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G { display:block; }#q6B1ZV4V6azXQ4NHKhXXPtFuDRmyba5G > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coqy4I5LMORv82zGy7TsAgxos2GReLP1 { position:relative;z-index:auto;display:block; }#coqy4I5LMORv82zGy7TsAgxos2GReLP1 > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvwCaSflOXBD1DN5gCZNvxFi9Bb6FWN7 { width:9.6875rem;height:3.125rem;top:10.1484375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk2Z6zNyf2Af0iT2lmecJfrv9aysWmk6 { display:block; }
 }@media only screen and (max-width: 763px) { #zHtig1gItCmU1k9H7T8DVG38kKlgmsvZ { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyQzssBbNVVxyeElgbbf8tgSMpT0n7aW { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 { display:block; }#EtL6IicdnEgMcCUuEkGQxWI7kusw6Bc6 > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqNkAaG8XL7hGEO9tpX7DqGodbkwe9PI { width:6rem;height:1.94921875rem;top:1.25rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAJOq2wTSTvlx828IADDgxHQn0mGBavq { width:4.5625rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1TIoygJQ27AuZ3aN1KEbtFdpBaxBzhD { width:7.9375rem;height:2.625rem;top:0.912109375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9obCUNH7LXHXSNmkz5XJ7r4q22ZAs75 { display:block; }
 }@media only screen and (max-width: 763px) { #TdLSmRyFKdKfB4PwuLwNgXuGc2q6F7qb { width:5.625rem;height:2.625rem;top:4.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugpi3H0fFdAw1syhGSuKIBLLTwNbQPz6 { display:block; }
 }@media only screen and (max-width: 763px) { #OvhQCOQE1ClVD99rMaIas7pTQeoPETNy { width:7.4375rem;height:2.625rem;top:4.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2FWnSXNp2y1oyxnkQFG2byfmkMyDqWZ { display:block; }
 }@media only screen and (max-width: 763px) { #Q6CKaGgOT5J5AvE8lDlvifugaSgFpURA { width:6.625rem;height:2.625rem;top:6.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIrJcKEcq61tarCfdV1qDTCrv5kiWMl6 { display:block; }
 }@media only screen and (max-width: 763px) { #RoHCoQgBq6AH0zoVE48MNkSsCEKF6mgR { width:7.625rem;height:2.625rem;top:6.75rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OezVAzluI5Kr3qmR5BxMWMw8bUDNntQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbCsMWMlNgfkET2VhfwKtTwPHVWz1lMH { width:20rem;height:3.8984375rem;top:3rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk636C4q7IHWhTpWSZrkrDMBtWnluTRd { width:20rem;height:4.3984375rem;top:8.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLw7zT1SUry7QxSyOANZFU0U9w0m58nV { width:20rem;height:3.19921875rem;top:14.125rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #X8mofObc2M4TrVvAnKiGDbMTTeebSOUH { width:19rem;height:3.3125rem;top:20rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfTcMQ2LsUKqCaxk0sOBgOrz4umIdG36 { display:block; }
 }@media only screen and (max-width: 763px) { #DrH2Znr8kQROTQFq1cqLo17XH6yKuQdE { width:9.9375rem;height:3.4375rem;top:23.9375rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7uWpozRO2VWgBJegP0SQKDy0BVeTnLf { display:block; }
 }@media only screen and (max-width: 763px) { #hcALi0qs1DHXPy5G65uJBaarfrrJMlPi { display:block; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEEw9tunDEfILBzUpeTKJWyqLS1bQxyz { width:17.1875rem;height:23.25rem;top:4.3125rem;left:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #acdV5837KXVSDX5lMCpdGGWOB9vKn4P0 { width:8rem;height:17.0625rem;top:4.5625rem;left:4.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSA2zFBLmG6xT3dT08LkisMSEX7gi9fO { width:4.0625rem;height:0.3125rem;top:4.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evvKQq8UxwMrNB855FRTO0zKimfNK7E1 { width:3.75rem;height:0.1875rem;top:21.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xroL2LLFdPQhkmOxlghPTUbUL96N76fO { width:5.875rem;height:5.8125rem;top:5.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBD6tv19eqNGxLxh9pX6NQ6JddTLDkdy { width:10.5rem;height:3.8125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB { display:block; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gdc1sxZGidficzObg6XU8UK3BB7TKdBl { width:20rem;height:5.25rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuw3yK2nS4RqUlZQz0AcgGnmwlsksz0e { width:20rem;height:6.3984375rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgceqxg4WKwg1ln5P0ampMXlz5O6UfQT { width:20rem;height:17.3125rem;top:17.484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWCPQffXokH21hHJtviDdzTiq83TW2lg { display:block; }#hWCPQffXokH21hHJtviDdzTiq83TW2lg > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrsvveMInxAbTeLNqs5eCxzTQw1CNBQo { width:20rem;height:21.0625rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzO2AnTDqlgwKDByeT02U0eA0WC7n9e3 { width:17.875rem;height:5.25rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugTqs74Aw6KOq8OGXHyF09QhxrWwSREP { width:20rem;height:6.3984375rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGJVEXydFPEaMMqNLScq949weccCQHmi { width:8.1875rem;height:15.0625rem;top:22.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJpozxneg9vk8fUqK0p4cAAKT3dCIIQP { width:8.3125rem;height:13rem;top:20.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTvkFxmZKL9IgcRsUkbIOTbXFLgykmP8 { width:5.5625rem;height:5.5625rem;top:25.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onSXlNzUrM1JI6RU97ETK5tKqmK3TlW8 { width:4.6875rem;height:3.25rem;top:20.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX { display:block; }#l26FaOJGpJee5KsaGJ1WDUGwoCvy3ZXX > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MStSWd5GSVuq3PI6L0WnfyogdhXTJ5rD { width:20rem;height:2.44921875rem;top:3.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf { display:block; }#Db0X2NHWon4KrEeJrnaklaAwTrLRJMrf > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUIIs5LI2TTkim77NfP70tlZxBQ0I9WO { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTOQ0U8OWDUcKHWKBSnsNSD5TnL1izeA { width:16rem;height:2.1875rem;top:12.875rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxaMDc9TJ5biplKR89rOihoVpmPwus3z { width:16.0625rem;height:3rem;top:15.6875rem;left:1.53125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #y84yGPZ0y1SNoV1vTkvaBAlq6iOMyDsC { width:16.5625rem;height:10.375rem;top:0rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzuTiTFrVmax2SVp6Gy99T4RtdILWqeW { width:20rem;height:20rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEU4std8RUTMuAhmSoDPqmO9mbHRoI1N { width:17.1875rem;height:2.1875rem;top:34.25rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNmgefi7VSoUG834ebeaFDiIT6olZ2eJ { width:16.875rem;height:3rem;top:36.875rem;left:1.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yC2HUQtosnAO20Gkun2NnLxvAfeFuIpW { width:18.625rem;height:10.4375rem;top:21.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #En66URQyeD6grzVMcMdTAw1iZz8FlSVU { display:block; }#En66URQyeD6grzVMcMdTAw1iZz8FlSVU > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B48DAecSfLT9wv4vWowU5U3mggrSUulE { width:20rem;height:20rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcTquUpZfuSA7TWGm0E6Jaxemv09CoGB { width:16rem;height:2.1875rem;top:34.75rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S14Fq3dLVFZUcChADGlwscXC9mr4BaTT { width:16.0625rem;height:3rem;top:37.5625rem;left:1.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VxTMDHmdu7eIzcSO4qTFxAe9RhGe1fl3 { width:16.5625rem;height:9.0625rem;top:21.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbOtbKOpAgTxtGHBhRxpqL3OUwCCpnag { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7PXLLTb0RUqCUKzhwKCTOC4bRtTxWTP { width:17.1875rem;height:2.1875rem;top:12.9375rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6lCivH5wJ2EDJ00zUbkJ1mg732z0hna { width:16.875rem;height:3rem;top:15.5625rem;left:1.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GPcUFz4EFrfzDZkVCZTGsHZuksmM8UgZ { width:18.625rem;height:9.9375rem;top:0rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r78PEsVCJznri1eb2pVko7QG0r4moFQr { display:block; }#r78PEsVCJznri1eb2pVko7QG0r4moFQr > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWFMuWGO2C5Jt7Z0DQX3BRwS9Ca8NWsX { width:20rem;height:2.79980625rem;top:2.162109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC06uFOo3NOS1WO11ZyB8bzb30afNhmE { display:block; }#AC06uFOo3NOS1WO11ZyB8bzb30afNhmE > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3XnrFLTbiMFqy4HETTuRMugHwpoNJWw { width:20rem;height:1.79980625rem;top:4.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RrRCpVvrtqdJkach3gyusKNm7S9P9yB7 { width:20rem;height:3rem;top:7.32421875rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8rp7b3PWv8hcGetH401zFo6J386CxnA { width:2.625rem;height:2.625rem;top:1.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTOGO4I9doi5HVzawhMGWO2bWFlV4Uk { width:20rem;height:0.0625rem;top:11.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoT4lLc6JN2X5JD6fa5BHvoKJTNBua8d { display:flex;width:1.3125rem;height:1.3125rem;top:1.9375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #ILiV9laZ6i36EPSOJLwZPLNBv6ged6Qd { width:20rem;height:0.0625rem;top:24.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2SznqCbue3o0GTNH2gHw1UvomTSTRq3 { width:20rem;height:3rem;top:20.4609375rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ot92lAObsAt4WCreIkvw7Du4iiRiK4Ap { width:20rem;height:3.5996125rem;top:16.57421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZN26TTRptl8sEpIydeDfOU9GTHTvJddM { width:2.625rem;height:2.625rem;top:13rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FamTSgrasS5n7T23IMBBDptlTpXPEq4P { display:flex;width:1.4375rem;height:1.4375rem;top:13.6875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #Jr0HgOPc2ElZr6t8S74vksUKtpIPqlPF { width:20rem;height:0.0625rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX6x7IWU9bJT0xxNJ4Mw81WurDdcMaoc { width:20rem;height:3rem;top:34.16015625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC3WOUd6HZKfuAdCdXaJ1iN2WqvbCSNR { width:20rem;height:3.1484375rem;top:30.0859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHvrF5lLbCeARVOzlZroAudhuHIPQRGh { width:2.625rem;height:2.625rem;top:26.2109375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaBnTDHKt0wtDTKZfBon7fwpNebneTEq { display:flex;width:1.3125rem;height:1.3125rem;top:26.8984375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #KC3dBR10pl9VTC9FUPnDCZp5HdMs8Law { width:20rem;height:0.0625rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wruhBpftKLCItT8hIq93AfWU4vO5a4tk { width:20rem;height:3rem;top:47.5rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCm3fM9ZR4A6hluBdGacadNkspfua4MM { width:20rem;height:3.1484375rem;top:43.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0XAXZ2uhPs6nGERO9ARZf9HomWS6fDt { width:2.625rem;height:2.625rem;top:39.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOkI4GTQ0ZxJiBPKqJH6bxPBv5gZOTwT { display:flex;width:1.3125rem;height:1.3125rem;top:40.375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #JyBnrP1nCOLq1GkCgH1IEocVSLRBe7vk { width:20rem;height:20.5rem;top:56.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSsuR1cJuGnhHcSs7ymMEoGKzen4Nx9O { width:15.5625rem;height:20.5625rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkIkGm4R3oD4oRCE8K4Idvm1TtZh9S8i { width:8.75rem;height:16rem;top:55rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 { display:block; }#kGbyqG0PsBx36TGqIqJz861JmGTSOvW6 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GX3rl00iuzQREgIciCBqDLHztrqDwhK8 { width:20rem;height:2.79980625rem;top:2.162109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt { background-color:#ffffff;background-image:none;display:block; }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row .container { background-color: transparent; background-image: none; }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row .container > .video-iframe-container { display: none; }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row > .video-iframe-container { display: none; }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .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); }#cp4CUcqnn4cmXanf7BFLHNE7EZcsyxdt > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAHQ0Wksay5BltrNHHI6pZ3gLZZeADr5 { width:17.125rem;height:7.9980625rem;top:3.125rem;left:1.5625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #psq79t5VWyBBACWqJcWbKcdJ3oO3CTLf { width:2.75rem;height:2.75rem;top:13.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE8xBmHuMPng1s7rZOGaPAGf7Ut3dqxn { width:13.375rem;height:1.29980625rem;top:13.4375rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Q9TzINLvtePaFgfb0OHEVR9NGST8Uh5R { width:13.375rem;height:2.44921875rem;top:14.9375rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.4);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ov8DX68fOJT9UeqO0fDzTTkqNnzzGEH5 { width:20rem;height:18.75rem;top:0.625rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #xAFcC1V7VuN1UBWeDKr9XhzNH4sqeVdQ { width:13.375rem;height:2.44921875rem;top:35.625rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.4);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wZJsOw3n0wsErFnS619irCyDEhn9AM0F { width:20rem;height:18.75rem;top:20.625rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #rhWcAqg8wtynI2ubl89sX6yEBizt1x2I { width:17.125rem;height:4.5rem;top:23.125rem;left:1.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JGqxLhKfdBlifDQrmtbyvvBEwEsVP2nB { width:13.375rem;height:1.29980625rem;top:34.125rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tDI7t7yMVDdlxchwFFmTBgGCeVTc6ANX { width:2.75rem;height:2.75rem;top:34.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S { display:block; }#d5OTe3fWhnMTUQbGznFdRkdNXb4I8m3S > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxqKV7wvoOIisZk44FZhobSiAkezmT3a { width:17.1875rem;height:21.5rem;top:28rem;left:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rzwioo3E9AOfTpp6nlOgvhHVU5lp0c2T { width:7.375rem;height:15.8125rem;top:28.25rem;left:4.71875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4OxgDxcGR24qyiAqE0CdwZel3iuaTwW { width:4.0625rem;height:0.375rem;top:28.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT7GuPn9pu59plWpE2hKn1RSCDHCtpnH { width:3.75rem;height:0.1875rem;top:43.3125rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcoK4GqBn70GhAxHi5ThpTpnV0PJGTy0 { width:20rem;height:1.94921875rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTQGmyHSKndaNFVdX1EPpNT1gvqQJKbK { width:20rem;height:9.421875rem;top:7.57421875rem;left:0rem;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TEFVGCu4t7g0lKpTgTxmcIU4EDDZdfdU { width:18.875rem;height:3.3125rem;top:20.18359375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMhErZA4kr07qZtdQffHdwRVbUtGUaMg { display:block; }
 }@media only screen and (max-width: 763px) { #sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr { display:block; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRny0oybzNn2KnptkyzA3PHpNCLlaS6i { width:18.125rem;height:1.79980625rem;top:19.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfLW0LM9Hgkx3JOqiyToxi5ny2q8sQIH { width:18.125rem;height:4.7988375rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxuhGgBwgUMDmoyNnmyXF73SUZL9U0i { width:18.125rem;height:1.79980625rem;top:7.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p7dwBJ1fVQCDvDab6gGf3D1viKUxBXpE { width:18.125rem;height:6.39844375rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOxdo5i5LNKFmE0OJRdt8s22Zg6gqiUT { width:3rem;height:3rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D { display:flex;width:1.375rem;height:1.375rem;top:33.6875rem;left:0.8125rem; }
#CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #gldUxqtrhe0cxIVZo7slpNt9tuauSPtp { width:3rem;height:3rem;top:32.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auBPzyK1IpVG44mfkc0cO9TOAPqoEHT9 { display:flex;width:1.375rem;height:1.375rem;top:33.6875rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #rtb0BqP5hidMmEas40UUsaiEt68eav4O { width:3rem;height:3rem;top:32.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA6cCLIkKr493sQS905TWTBzVJUhXf9x { display:flex;width:1.375rem;height:1.375rem;top:33.6875rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #x3v0r80MiBJfuLJCpGpfguVqJCacHVWv { width:6rem;height:1.94921875rem;top:3.75rem;left:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcO0GbQh6E98weW7LfWEc7mPE77KNTu4 { width:4.5625rem;height:1.94921875rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK4DflTmdGbkabZBptZ0aRO0FC8SSx7e { width:13.75rem;height:1.79980625rem;top:30.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }